CVE-2026-79311
Received Received - Intake

Cross Site Scripting (XSS) in web.py

Vulnerability report for CVE-2026-79311, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-22

Last updated on: 2026-09-22

Assigner: MITRE

Description

webpy web.py 0.76 is vulnerable to Cross Site Scripting (XSS) via render_jinja.__init__().

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-22
Last Modified
2026-09-22
Generated
2026-09-22
AI Q&A
2026-09-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
webpy web.py From 0.76 (exc)
webpy web.py 0.76

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-79311 is a Cross-Site Scripting (XSS) vulnerability in the web.py Python web framework version 0.76. It affects the Jinja2 template adapter which does not enable automatic HTML escaping by default. This allows unescaped user-controlled input to be rendered in HTML pages, potentially leading to malicious script execution in a victim's browser.

Detection Guidance

To detect this XSS vulnerability in web.py 0.76, check if your application uses the Jinja2 adapter for HTML templates and if automatic HTML escaping is disabled. Inspect template files for unescaped user-controlled variables. No specific commands are provided in the resources, but review application code for render_jinja.__init__() usage without HTML escaping.

Impact Analysis

This vulnerability can impact you if you use web.py 0.76 with the Jinja2 adapter for HTML templates and pass user-controlled data as template variables. Attackers could exploit it to execute scripts in your users' browsers, enabling data theft, session hijacking, or unauthorized actions on their behalf.

Compliance Impact

This XSS vulnerability could lead to breaches of GDPR (data protection) and HIPAA (health information privacy) by enabling unauthorized access to sensitive user data. Organizations using affected web.py versions may face compliance violations, legal penalties, and reputational damage if exploited.

Mitigation Strategies

Enable automatic HTML escaping in the Jinja2 adapter or application configuration. Update web.py if a patched version is released. Validate all template variables to ensure user input is properly escaped. Test the fix by verifying malicious scripts are not executed in rendered pages.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-79311. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart