Exploitation Summary
EIP tracks 2 public exploits for CVE-2026-26830. PoCs published by zebbernCVE.
AI-analyzed exploit summary The repository contains a functional proof-of-concept for CVE-2026-26830, demonstrating an OS command injection vulnerability in the `pdf-image` npm package through version 2.0.0. The exploit leverages shell metacharacters in the `pdfFilePath` argument to execute arbitrary commands via `child_process.exec()`.
Description
pdf-image (npm package) through version 2.0.0 allows OS command injection via the pdfFilePath parameter. The constructGetInfoCommand and constructConvertCommandForPage functions use util.format() to interpolate user-controlled file paths into shell command strings that are executed via child_process.exec()
Exploits (2)
The repository contains a functional proof-of-concept for CVE-2026-26830, demonstrating an OS command injection vulnerability in the `pdf-image` npm package through version 2.0.0. The exploit leverages shell metacharacters in the `pdfFilePath` argument to execute arbitrary commands via `child_process.exec()`.
This repository contains detailed technical writeups for four npm package vulnerabilities (CVE-2026-26830, CVE-2026-26831, CVE-2026-26832, CVE-2026-26833), all involving OS command injection via unsanitized file paths passed to child_process.exec(). Each writeup includes vulnerability details, affected components, proof-of-concept examples, and mitigation advice.
References (3)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H