diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,22 +1,21 @@ python -- several vulnerabilities - python39 - 0 + 3.9.25 python310 - 0 + 3.10.19 python311 - 0 + 3.11.14 python312 - 0 + 3.12.12 python313 @@ -34,7 +33,6 @@

Python 3.14.2 and 3.13.11 are now available [... and] come with some bonus security fixes.

  • gh-142145: Remove quadratic behavior in node ID cache clearing (CVE-2025-12084)
  • gh-119451: Fix a potential denial of service in http.client [only in 3.13; CVE-2025-13836]
  • -
  • gh-119452: Fix a potential virtual memory allocation denial of service in http.server [affects platforms without fork()]