The HAX CMS NodeJS application crashes when an authenticated attacker provides an API request lacking required URL parameters. This vulnerability affects the listFiles and saveFiles endpoints.
This vulnerability exists because the application does not properly handle exceptions which occur as a result of changes to user-modifiable URL parameters.
• listFiles.js:22 listFiles() • saveFile.js:52 saveFile() • system/api/listFiles • system/api/saveFile
Targeting an instance of instance of HAX CMS NodeJS, send a request without parameters to listFiles or saveFiles. The following screenshot shows the request in Burp Suite.
The server will crash with ERR_INVALID_ARG_TYPE.
An authenticated attacker can deny access to the HAX CMS NodeJS application by crashing the backend server. This prevents all users from accessing the backend system. If the backend system is hosting websites, those websites will be unavailable.
{
"nvd_published_at": "2025-07-21T21:15:26Z",
"cwe_ids": [
"CWE-20",
"CWE-248",
"CWE-703"
],
"github_reviewed_at": "2025-07-21T19:52:53Z",
"severity": "HIGH",
"github_reviewed": true
}