CVE-2016-10516: Pallets Werkzeug cross-site scripting vulnerability
6.1
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.54018%
CWE
Published
5/14/2022
Updated
11/19/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
Werkzeug | pip | < 0.11.11 | 0.11.11 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The GitHub patch shows the vulnerability was fixed by adding escape(self.plaintext) in werkzeug/debug/tbtools.py's render_full function. The CVE description explicitly mentions render_full as the vulnerable entry point, and the commit diff demonstrates the lack of output encoding for the plaintext variable prior to patching, which matches the XSS vulnerability pattern described.