git: 0181a2e52a5e - main - security/vuxml: Document lang/go vulnerability
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 17:57:14 UTC
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=0181a2e52a5e2e71c9759fb8eaa07a458aff4776 commit 0181a2e52a5e2e71c9759fb8eaa07a458aff4776 Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2024-05-13 17:19:28 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2024-05-13 17:56:02 +0000 security/vuxml: Document lang/go vulnerability --- security/vuxml/vuln/2024.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml index 547c1e991e0c..19b831a0e2ff 100644 --- a/security/vuxml/vuln/2024.xml +++ b/security/vuxml/vuln/2024.xml @@ -1,3 +1,35 @@ + <vuln vid="d3847eba-114b-11ef-9c21-901b0e9408dc"> + <topic>go -- net: malformed DNS message can cause infinite loop</topic> + <affects> + <package> + <name>go122</name> + <range><lt>1.22.3</lt></range> + </package> + <package> + <name>go121</name> + <range><lt>1.21.10</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Go project reports:</p> + <blockquote cite="https://go.dev/issue/66754"> + <p>net: malformed DNS message can cause infinite loop</p> + <p>A malformed DNS message in response to a query can cause + the Lookup functions to get stuck in an infinite loop.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2024-24788</cvename> + <url>https://go.dev/issue/66754</url> + </references> + <dates> + <discovery>2024-04-25</discovery> + <entry>2024-05-13</entry> + </dates> + </vuln> + <vuln vid="3cf8ea44-1029-11ef-9f97-a8a1599412c6"> <topic>chromium -- multiple security fixes</topic> <affects>