CVE-2025-32778

CRITICAL EXPLOITED

Web Check - Command Injection

Title source: llm

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.

Exploits (2)

nomisec WORKING POC 3 stars
by 00xCanelo · remote
https://github.com/00xCanelo/CVE-2025-32778
metasploit WORKING POC EXCELLENT
rubypocwin
https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/multi/http/web_check_screenshot_rce.rb

Scores

CVSS v4 9.3
EPSS 0.3241
EPSS Percentile 96.9%
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Details

VulnCheck KEV 2025-12-19
CWE
CWE-78
Status published
Products (1)
Lissy93/web-check < 2.0.1
Published Apr 15, 2025
Tracked Since Feb 18, 2026