CVE-2026-46357
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedHAX CMS helps manage microsite universe with PHP or NodeJs backends. Prior to version 26.0.0, the HAX CMS NodeJS application crashes when an authenticated attacker sends a specially crafted site creation request to the createSite endpoint. A single request is sufficient to take the entire application offline, requiring a manual server restart to restore service. Version 26.0.0 fixes the issue.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceHAX CMS NodeJS versions prior to 26.0.0 contain a denial-of-service vulnerability in the createSite endpoint where a specially crafted site creation request from an authenticated attacker causes the application to crash. The crash is severe enough that automatic recovery does not occur, requiring manual server restart to restore service.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify HAX CMS NodeJS versionLocate the package.json file in the HAX CMS installation directory and check the version field, or run 'npm list hax-cms' or 'node -e "require("./package.json").version"' from the installation rootAffected if The version is lower than 26.0.0 (e.g., 25.x.x, 24.x.x, etc.)
-
Confirm createSite endpoint existsCheck if the createSite route is defined in the application routes or API endpoint configuration files (typically in the routes or api directory)Affected if The createSite endpoint is defined and available in the codebase
-
Verify authentication is enabled for the endpointReview the authentication middleware applied to the createSite route in the route definition or server configuration to confirm it accepts authenticated usersAffected if The endpoint accepts requests from authenticated users (even if restricted to certain roles)
-
Check if the server is currently reachableSend a health check request or attempt to access any public API endpoint to confirm the application is runningAffected if The application is running and accessible (indicating the DoS condition could be triggered)
The environment is affected if HAX CMS NodeJS version is below 26.0.0 AND the createSite endpoint is accessible to authenticated users, as a single crafted request could crash the entire application.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to HAX CMS NodeJS version 26.0.0 or later. In the meantime, restrict access to the createSite endpoint to only trusted authenticated users and monitor for service interruptions.
Version 26.0.0
- 1. Identify the current HAX CMS NodeJS backend version in use
- 2. Plan and schedule a maintenance window for the upgrade
- 3. Backup the current HAX CMS installation, including configuration files and database
- 4. Upgrade HAX CMS NodeJS backend to version 26.0.0 or later
- 5. Verify the upgrade was successful by checking the version number
- 6. Test the createSite endpoint functionality
- 7. Monitor application logs to ensure stability after upgrade
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,408.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-46357 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-46357 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data