Skip to main content

DHTMLX PDF Export Module EUVDEUVD-2026-30537

| CVE-2026-41553 CRITICAL
OS Command Injection (CWE-78)
2026-05-15 CERT-PL GHSA-qc73-55rc-fgph
10.0
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
10.0 CRITICAL
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

4
Patch available
May 15, 2026 - 14:02 EUVD
Analysis Generated
May 15, 2026 - 13:30 vuln.today
CVSS changed
May 15, 2026 - 13:22 NVD
10.0 (CRITICAL)
CVE Published
May 15, 2026 - 12:31 nvd
CRITICAL 10.0

DescriptionCVE.org

PDF 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.

AnalysisAI

Remote code execution in DHTMLX PDF Export Module (used by Gantt and Scheduler) allows unauthenticated attackers to inject malicious JavaScript into unsanitized 'data' parameter, achieving arbitrary code execution on Node.js backend servers. Critical vulnerability (CVSS 4.0: 10.0) with complete system compromise potential affecting server confidentiality, integrity, and availability. Vendor-released patch available in version 0.7.6. No confirmed active exploitation (not in CISA KEV), but command injection via web-accessible APIs typically sees rapid weaponization once disclosed.

Technical ContextAI

DHTMLX PDF Export Module is a server-side Node.js component that generates PDF exports for Gantt charts and Scheduler views. The vulnerability stems from CWE-78 (OS Command Injection) where the 'data' parameter - likely containing user-supplied content for PDF generation - is passed unsanitized to Node.js execution contexts. In Node.js environments, improper input handling can lead to eval()-like execution, child_process spawning, or template injection scenarios where attacker-controlled strings become executable code. The module processes export requests from client-side DHTMLX components, creating a network-accessible attack surface. Affected CPE (cpe:2.3:a:dhtmlx:pdf_export_module:*:*:*:*:*:*:*:*) indicates all versions prior to 0.7.6 are vulnerable across any deployment using DHTMLX Gantt or Scheduler with PDF export functionality enabled.

RemediationAI

Immediate upgrade to DHTMLX PDF Export Module version 0.7.6 required (vendor-released patch: version 0.7.6 per https://docs.dhtmlx.com/gantt/guides/pdf-export-module-whatsnew/#076). Review all DHTMLX Gantt and Scheduler deployments to identify PDF export service usage and prioritize patching. If immediate upgrade is not feasible, implement these compensating controls with noted trade-offs: (1) Disable PDF export endpoints entirely at web server or application firewall level - eliminates attack surface but removes legitimate functionality; (2) Restrict PDF export service network access to authenticated internal users only via IP allowlisting or VPN requirement - reduces exposure but does not eliminate risk from insider threats or compromised credentials; (3) Deploy Web Application Firewall (WAF) rules to block requests containing JavaScript code patterns, Node.js function names (eval, require, child_process), or shell metacharacters in 'data' parameter - provides defense-in-depth but may be bypassed via encoding or obfuscation techniques. Monitor Node.js process execution logs for anomalous child process spawning or unexpected module loading as potential exploitation indicators. No compensating control substitutes for patching given unauthenticated RCE severity.

CVE-2024-55591 CRITICAL POC
9.8 Jan 14

FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote

CVE-2014-7205 CRITICAL POC
10.0 Oct 08

Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t

CVE-2025-59528 CRITICAL POC
10.0 Sep 22

Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete

CVE-2017-14849 HIGH POC
7.5 Sep 28

Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc

CVE-2017-5941 CRITICAL POC
9.8 Feb 09

An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner

CVE-2014-3744 HIGH POC
7.5 Oct 23

Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi

CVE-2014-9566 HIGH POC
7.5 Mar 10

Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin

CVE-2013-4660 MEDIUM POC
6.8 Jun 28

The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic

CVE-2015-5688 MEDIUM POC
5.0 Sep 04

Directory traversal vulnerability in lib/app/index.js in Geddy before 13.0.8 for Node.js allows remote attackers to read

CVE-2026-45321 CRITICAL POC
9.6 May 12

Credential-harvesting malware compromised 84 versions of 42 TanStack npm packages on 2026-05-11 via chained GitHub Actio

CVE-2014-7192 CRITICAL POC
10.0 Dec 11

Eval injection vulnerability in index.js in the syntax-error package before 1.1.1 for Node.js 0.10.x, as used in IBM Rat

CVE-2013-4450 MEDIUM POC
5.0 Oct 21

The HTTP server in Node.js 0.10.x before 0.10.21 and 0.8.x before 0.8.26 allows remote attackers to cause a denial of se

Share

EUVD-2026-30537 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy