Description
A vulnerability was detected in Fdawgs node-poppler up to 9.1.2/10.0.1. The impacted element is the function pdfInfo/pdfToText/pdfToCairo/pdfToPpm/pdfImages/pdfToHtml/pdfToPs/pdfFonts/pdfDetach/pdfAttach/pdfSeparate/pdfUnite of the file src/index.js of the component Argument Injection Handler. Performing a manipulation of the argument file_path results in argument injection. The attack may be initiated remotely. The patch is named db6e3f79d3beb20601be7e59669c39811ae3c330. It is recommended to apply a patch to fix this issue.
Published: 2026-08-25
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

node-poppler contains an argument injection flaw in multiple PDF processing functions. By manipulating the file_path parameter, an attacker can inject unintended arguments, potentially executing arbitrary commands. This is a classic injection vulnerability as indicated by the CWE identifiers. The consequence is that a remote attacker controlling file_path could compromise confidentiality, integrity, or availability of the system.

Affected Systems

All versions of fdawgs/node-poppler up to and including 9.1.2 and 10.0.1 are affected. The vulnerable code resides in src/index.js and targets the pdfInfo, pdfToText, pdfToCairo, pdfToPpm, pdfImages, pdfToHtml, pdfToPs, pdfFonts, pdfDetach, pdfAttach, pdfSeparate, and pdfUnite functions when a manipulated file_path is supplied.

Risk and Exploitability

The CVSS score of 6.9 rates this issue as moderate severity. No EPSS data is available, so the exact exploitation probability is uncertain, but the flaw is theoretically exploitable from a remote context as the description notes. It is not yet listed in the CISA KEV catalog, indicating no known large‑scale exploitation, yet the remote execution potential warrants prompt remediation.

Generated by OpenCVE AI on August 25, 2026 at 06:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade node-poppler to a version that includes the commit db6e3f79d3beb20601be7e59669c39811ae3c330 or later, which removes the vulnerable handling of file_path in src/index.js.
  • If an immediate update is not possible, validate or sanitize the file_path argument before it is passed to the PDF functions, allowing only safe characters and expected paths.
  • Disable or remove the PDF functions that accept user‑supplied file_path and are not essential to your application until a patch becomes available.

Generated by OpenCVE AI on August 25, 2026 at 06:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 25 Aug 2026 05:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in Fdawgs node-poppler up to 9.1.2/10.0.1. The impacted element is the function pdfInfo/pdfToText/pdfToCairo/pdfToPpm/pdfImages/pdfToHtml/pdfToPs/pdfFonts/pdfDetach/pdfAttach/pdfSeparate/pdfUnite of the file src/index.js of the component Argument Injection Handler. Performing a manipulation of the argument file_path results in argument injection. The attack may be initiated remotely. The patch is named db6e3f79d3beb20601be7e59669c39811ae3c330. It is recommended to apply a patch to fix this issue.
Title Fdawgs node-poppler Argument Injection index.js pdfUnite argument injection
First Time appeared Fdawgs
Fdawgs node-poppler
Weaknesses CWE-74
CWE-88
CPEs cpe:2.3:a:fdawgs:node-poppler:*:*:*:*:*:*:*:*
Vendors & Products Fdawgs
Fdawgs node-poppler
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:ND/RL:OF/RC:C'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:X/RL:O/RC:C'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:X/RL:O/RC:C'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X'}


Subscriptions

Fdawgs Node-poppler
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-25T15:13:59.379Z

Reserved: 2026-08-24T22:56:37.441Z

Link: CVE-2026-78637

cve-icon Vulnrichment

Updated: 2026-08-25T15:11:28.993Z

cve-icon NVD

Status : Deferred

Published: 2026-08-25T05:17:23.897

Modified: 2026-08-26T16:19:05.917

Link: CVE-2026-78637

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T20:38:19Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-88

    Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')