CVE Details
Basic Information
| Title | HAX CMS Backend Lacks Comprehensive Authorization Checks |
|---|---|
| Type | cve |
| Published | 2025-07-26T03:27:34.305Z |
| Modified | 2025-07-26T03:27:34.305Z |
Product Information
| Vendor | haxtheweb |
|---|---|
| Product | issues |
| Version | < 11.0.14 |
CVSS Information
| Base Score | 8.3 (HIGH) |
|---|---|
| Attack Vector | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H |
Affected Products
- haxtheweb issues < 11.0.14
Additional Information
| CWE List | CWE-285, CWE-862 |
|---|---|
| Source | GitHub_M |
Description
HAX CMS allows you to manage your microsite universe with PHP or NodeJs backends. In versions 11.0.13 and below of haxcms-nodejs and versions 11.0.8 and below of haxcms-php, 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. This is fixed in versions 11.0.14 of haxcms-nodejs and 11.0.9 of haxcms-php.