Exploitation Summary
EIP tracks 2 public exploits for CVE-2026-26833. PoCs published by zebbernCVE.
AI-analyzed exploit summary 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 due to unsafe shell command construction. Each writeup includes vulnerability details, proof-of-concept examples, and mitigation advice.
Description
thumbler through 1.1.2 allows OS command injection via the input, output, time, or size parameter in the thumbnail() function because user input is concatenated into a shell command string passed to child_process.exec() without proper sanitization or escaping.
Exploits (2)
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 due to unsafe shell command construction. Each writeup includes vulnerability details, proof-of-concept examples, and mitigation advice.
The repository provides a detailed technical analysis of CVE-2026-26833, an OS command injection vulnerability in the 'thumbler' npm package. It includes a proof-of-concept exploit demonstrating how attacker-controlled input can lead to arbitrary command execution via improper shell string concatenation in the `thumbnail()` function.
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H