Logo
componentpython3
Name
python3
Version
3.14.5-r
Type
library
Description
-
Licenses
-
PURL
-
CPE
cpe:2.3:a:python:python:3.14.5:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
openwrt-25.12
3.13.9-r3

Patches#


#
Title
Author
Resolve
1
Patch #1
Unknown
2
Patch #2
Unknown
3
Patch #3
Unknown
4
Patch #4
Unknown
5
Patch #5
Unknown
6
Patch #6
Unknown
7
Patch #7
Unknown

Vulnerabilities#


Name
Analysis
Description
Exploitable
`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\r\n\r\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch.
Exploitable
http.cookies.Morsel.js_output() returns an inline <script> snippet and only escapes " for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence </script> inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value.