CVE Catalog

CVE-2026-79310

HighCVSS 8.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.72%

52th percentile - higher than 52% of all known CVEs

Summary

webpy web.py 0.76 is vulnerable to server-side template injection (SSTI). When an application precompiles templates from a directory the attacker can write to and later renders them through the precompiled template loader, the sandbox is bypassed, allowing arbitrary Python code execution and OS command execution on the server.

Risk Assessment

An attacker can remotely execute arbitrary code in the application context, leading to full server compromise, data leakage, and loss of confidentiality and integrity.

Recommendation

Update web.py to a non-vulnerable version, restrict write permissions on template directories, and avoid using precompiled templates from user-writable locations.

Other vulnerabilities in web.py

See all
Original NVD description (English source)

webpy web.py 0.76 is vulnerable to server-side template injection (SSTI). The template engine can be tricked into executing attacker-controlled template code that built-in security checks are designed to reject. When an application precompiles templates from a directory the attacker can write to and later renders them through the precompiled template loader, the sandbox is bypassed and the attacker's code runs, resulting in arbitrary Python code execution and OS command execution on the server.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS