CVE-2026-41553
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 · uneditedPDF Export Module used in DHTMLX's products Gantt and Scheduler is vulnerable to Remote Code Execution due to lack of "data" parameter sanitization. An unauthenticated attacker can inject the malicious JavaScript code to the parameter whose value is processed by Node.js and subsequently executed. This can lead to server compromise. This issue was fixed in PDF Export Module version 0.7.6.
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 confidenceThe PDF Export Module in DHTMLX's Gantt and Scheduler products lacks sanitization on the 'data' parameter, allowing unauthenticated attackers to inject arbitrary JavaScript code that is processed and executed by the Node.js backend, leading to complete server compromise.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 0.7.6CVSS 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
- None
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/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.
-
Locate the DHTMLX PDF Export Module installationSearch for the dhtmlx-pdf-export or similar package in your project's node_modules directory, or check your package.json dependencies for any dhtmlx-related packages with pdf export functionalityAffected if The dhtmlx pdf export module is present in the application dependencies
-
Identify the installed PDF Export Module versionCheck the package.json file for the exact version number of the dhtmlx pdf export module, or run 'npm list dhtmlx-pdf-export' (or the specific package name) to see the installed versionAffected if The installed version is lower than 0.7.6 or the version cannot be determined (indicating an old vulnerable release)
-
Verify the Node.js backend processes PDF export requestsInspect your server configuration and routes to confirm the PDF export endpoint exists and is accessible. Look for route handlers that accept a 'data' parameter for PDF generationAffected if The PDF export endpoint is exposed and accepts a 'data' parameter from user input
-
Check if unauthenticated access to PDF export is possibleReview your authentication/authorization middleware on the PDF export route to determine if the endpoint requires authentication before processing the 'data' parameterAffected if The PDF export endpoint does not require authentication and processes user-supplied 'data' input
The environment is affected if the DHTMLX PDF Export Module version is below 0.7.6 AND the PDF export endpoint with the 'data' parameter is accessible without authentication.
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 · scoped0.7.6
Upgrade the PDF Export Module to version 0.7.6 or later to remediate this RCE vulnerability.
PDF Export Module version 0.7.6
- Verify the current version of the PDF Export Module in use by checking package.json or the installed module version
- Update the package.json dependency to specify version 0.7.6 of the PDF Export Module (e.g., dhtmlx-gantt-pdf or dhtmlx-scheduler-pdf, depending on product)
- Run 'npm install' or 'yarn install' to fetch and install the updated module version
- Verify that version 0.7.6 is now installed by checking the package-lock.json or running a version command
- Test the PDF export functionality in the DHTMLX Gantt or Scheduler application to ensure the upgrade does not break existing functionality
- If using a build system, rebuild the application to ensure the updated module is bundled correctly
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation4.0 h
- Testing4.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,968.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-41553 — 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-41553 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