NONE · 0

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

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

Related Weaknesses (CWE)

References

FAQ

What is CVE-2025-32778?

CVE-2025-32778 is a documented vulnerability. 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-...

How severe is CVE-2025-32778?

CVSS scoring is not yet available for CVE-2025-32778. Check NVD for updates.

Is there a patch for CVE-2025-32778?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.