mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
60c57b8467
One of the requirements to becoming a CVE Numbering Authority (CNA) is to publish advisories. Do this by maintaining a file for each CVE fixed in the advisories directory in the source tree. Links to the advisories can then be shared as: https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=advisories/GLIBC-SA-YYYY-NNNN The file format at the moment is rudimentary and derives from the git commit format, i.e. a subject line and a potentially multi-paragraph description and then tags to describe some meta information. This is a loose format at the moment and could change as we evolve this. Also add a script process-fixed-cves.sh that processes these advisories and generates a list to add to NEWS at release time. Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
21 lines
1.0 KiB
Plaintext
21 lines
1.0 KiB
Plaintext
getaddrinfo: DoS due to memory leak
|
|
|
|
The fix for CVE-2023-4806 introduced a memory leak when an application
|
|
calls getaddrinfo for AF_INET6 with AI_CANONNAME, AI_ALL and AI_V4MAPPED
|
|
flags set.
|
|
|
|
CVE-Id: CVE-2023-5156
|
|
Public-Date: 2023-09-25
|
|
Vulnerable-Commit: 973fe93a5675c42798b2161c6f29c01b0e243994 (pre-2.39)
|
|
Fix-Commit: ec6b95c3303c700eb89eebeda2d7264cc184a796 (2.39)
|
|
Vulnerable-Backport: e09ee267c03e3150c2c9ba28625ab130705a485e (2.34)
|
|
Vulnerable-Backport: e3ccb230a961b4797510e6a1f5f21fd9021853e7 (2.35)
|
|
Vulnerable-Backport: a9728f798ec7f05454c95637ee6581afaa9b487d (2.36)
|
|
Vulnerable-Backport: 6529a7466c935f36e9006b854d6f4e1d4876f942 (2.37)
|
|
Vulnerable-Backport: 00ae4f10b504bc4564e9f22f00907093f1ab9338 (2.38)
|
|
Fix-Backport: 8006457ab7e1cd556b919f477348a96fe88f2e49 (2.34)
|
|
Fix-Backport: 17092c0311f954e6f3c010f73ce3a78c24ac279a (2.35)
|
|
Fix-Backport: 856bac55f98dc840e7c27cfa82262b933385de90 (2.36)
|
|
Fix-Backport: 4473d1b87d04b25cdd0e0354814eeaa421328268 (2.37)
|
|
Fix-Backport: 5ee59ca371b99984232d7584fe2b1a758b4421d3 (2.38)
|