pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/doc



Module Name:    pkgsrc
Committed By:   kim
Date:           Tue Jun 10 19:45:23 UTC 2025

Modified Files:
        pkgsrc/doc: pkg-vulnerabilities

Log Message:
CVE-2025-4516: Add python311 fix version info

Release notes: https://docs.python.org/release/3.11.13/whatsnew/changelog.html#python-3-11-13

gh-133767: Fix use-after-free in the “unicode-escape” decoder with a non-“strict” error handler.


To generate a diff of this commit:
cvs rdiff -u -r1.416 -r1.417 pkgsrc/doc/pkg-vulnerabilities

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/pkg-vulnerabilities
diff -u pkgsrc/doc/pkg-vulnerabilities:1.416 pkgsrc/doc/pkg-vulnerabilities:1.417
--- pkgsrc/doc/pkg-vulnerabilities:1.416        Tue Jun 10 19:43:02 2025
+++ pkgsrc/doc/pkg-vulnerabilities      Tue Jun 10 19:45:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: pkg-vulnerabilities,v 1.416 2025/06/10 19:43:02 kim Exp $
+# $NetBSD: pkg-vulnerabilities,v 1.417 2025/06/10 19:45:22 kim Exp $
 #
 #FORMAT 1.0.0
 #
@@ -26192,7 +26192,7 @@ nodejs>=24<24.0.2       request-smuggling       http
 webkit-gtk<2.48.2      denial-of-service       https://nvd.nist.gov/vuln/detail/CVE-2025-31206
 chromium<136.0.7103.113        remote-code-execution   https://nvd.nist.gov/vuln/detail/CVE-2025-0291
 python310-[0-9]*       use-after-free  https://nvd.nist.gov/vuln/detail/CVE-2025-4516
-python311-[0-9]*       use-after-free  https://nvd.nist.gov/vuln/detail/CVE-2025-4516
+python311<3.11.13      use-after-free  https://nvd.nist.gov/vuln/detail/CVE-2025-4516
 python312<3.12.11      use-after-free  https://nvd.nist.gov/vuln/detail/CVE-2025-4516
 python313<3.13.4       use-after-free  https://nvd.nist.gov/vuln/detail/CVE-2025-4516
 ruby30-*       eol     https://www.ruby-lang.org/en/downloads/branches/



Home | Main Index | Thread Index | Old Index