CVE-2025-32778

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.
CVSS

No CVSS.

Configurations

No configuration.

History

16 Apr 2025, 13:25

Type Values Removed Values Added
Summary
  • (es) Web-Check es una herramienta OSINT integral para analizar cualquier sitio web. Existe una vulnerabilidad de inyección de comandos en la API de captura de pantalla del proyecto Web Check (Lissy93/web-check). El problema se debe a que la entrada controlada por el usuario (URL) se pasa sin sanear a un comando de shell mediante exec(), lo que permite a los atacantes ejecutar comandos arbitrarios del sistema en el host subyacente. Esto podría explotarse enviando parámetros de URL manipulados para extraer archivos o incluso establecer acceso remoto. La vulnerabilidad se ha corregido reemplazando exec() por execFile(), que evita el uso de un shell y aísla correctamente los argumentos.

15 Apr 2025, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2025-04-15 21:16

Updated : 2025-04-16 13:25


NVD link : CVE-2025-32778

Mitre link : CVE-2025-32778

CVE.ORG link : CVE-2025-32778


JSON object : View

Products Affected

No product.

CWE
CWE-78

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')