Nicepage uses custom endpoints. Block external access via .htaccess:
<Files "wp-json/nicepage/*">
Require ip 127.0.0.1
</Files>
(Adjust for your admin IP range)
While I don't have specific information on exploits related to Nicepage, there are common vulnerabilities found in many website builders and web applications: nicepage website builder exploit
Nicepage allows users to import design templates (.npj or .zip files) for rapid prototyping. Due to improper use of PHP’s unserialize() on untrusted data, an attacker could craft a malicious template file containing serialized PHP objects. Nicepage uses custom endpoints
Impact:
Nicepage is a website builder that allows users to create professional-looking websites without needing to know how to code. It's designed to be user-friendly, offering drag-and-drop functionality, a variety of templates, and customization options. (Adjust for your admin IP range) While I