Deploy autonomous AI agents that reason, exploit, and validate complex vulnerability chains — not another scanner, an agentic system that thinks like a senior pentester.
CVE-2025-54378 is a high severity vulnerability with a CVSS score of 8.3. Exploits are available; patches have been released and should be applied urgently.
Very low probability of exploitation
EPSS predicts the probability of exploitation in the next 30 days based on real-world threat data, complementing CVSS severity scores with actual risk assessment.
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()| Vendor | Product |
|---|---|
| Psu | Haxcms Node.js |
| Psu |
Please cite this page when referencing data from Strobes VI. Proper attribution helps support our vulnerability intelligence research.
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:
| Haxcms Php |