← Back to browse · API

CVE-2025-32778

Severity
CRITICAL
CVSS
9.3
EPSS
0.19326
Risk score
43.96
CISA KEV
No
PoC
No
Published
2025-04-15
Modified
2025-04-15
First seen
2026-08-07
Aliases
EUVD-2025-11013
Products
Lissy93:web-check < 2.0.1
Sources
euvd EUVD-2025-11013

Description

Web-Check is an all-in-one OSINT tool for analyzing any website. A command injection vulnerability exists in the screenshot API of the Web Check project (Lissy93/web-check). The issue stems from user-controlled input (url) being passed unsanitized into a shell command using exec(), allowing attackers to execute arbitrary system commands on the underlying host. This could be exploited by sending crafted url parameters to extract files or even establish remote access. The vulnerability has been patched by replacing exec() with execFile(), which avoids using a shell and properly isolates arguments.

References