AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-32778

UNKNOWN · CVSS N/A EPSS 19.33% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-04-15 · Last synced 2026-08-04

CyberRota Analysis

This vulnerability has an unknown severity rating. Public exploit code or proof-of-concept references have been detected in its references. Its EPSS score suggests a 19.3% probability of exploitation in the next 30 days. It may be remotely exploitable.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2025-32778
Severity
UNKNOWN
CVSS
N/A
EPSS
19.33%

Original NVD 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.