The HAX CMS API endpoints do not perform authorization checks when interacting with a resource. Both the JS and PHP versions of the CMS do not verify that a user has permission to interact with a resource before performing a given operation.
The API endpoints within the HAX CMS application check if a user is authenticated, but don't check for authorization before performing an operation.
createNode()
saveNode()
deleteNode()
listSites()
createSite()
getConfig()
cloneSite()
deleteSite()
downloadSite()
archiveSite()
Note: This may not include all affected endpoints within the application.
An authenticated attacker can make requests to interact with other users' sites. This can be used to enumerate, modify, and delete other users' sites and nodes.
Additionally, an authenticated attacker can use the 'getConfig' endpoint to pull the application's configuration, which may store cleartext credentials.
Site before editing:
Site after editing:
{ "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2025-07-25T20:10:22Z", "nvd_published_at": "2025-07-26T04:16:05Z", "cwe_ids": [ "CWE-285", "CWE-862" ] }