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:47:08 UTC 2025

Modified Files:
        pkgsrc/doc: pkg-vulnerabilities

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

Release notes: https://docs.python.org/release/3.10.18/whatsnew/changelog.html

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.417 -r1.418 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.417 pkgsrc/doc/pkg-vulnerabilities:1.418
--- pkgsrc/doc/pkg-vulnerabilities:1.417        Tue Jun 10 19:45:22 2025
+++ pkgsrc/doc/pkg-vulnerabilities      Tue Jun 10 19:47:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: pkg-vulnerabilities,v 1.417 2025/06/10 19:45:22 kim Exp $
+# $NetBSD: pkg-vulnerabilities,v 1.418 2025/06/10 19:47:08 kim Exp $
 #
 #FORMAT 1.0.0
 #
@@ -26191,7 +26191,7 @@ nodejs>=22<22.15.1      request-smuggling       htt
 nodejs>=24<24.0.2      request-smuggling       https://nvd.nist.gov/vuln/detail/CVE-2025-23166
 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
+python310<3.10.18      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



Home | Main Index | Thread Index | Old Index