Date: Thu, 8 Feb 2024 13:17:34 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3edae19a1b32 - main - security/vuxml: document a libgit2 vulnerability Message-ID: <202402081317.418DHY8S086189@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=3edae19a1b3283ab6b7508f5dcc401601a83c356 commit 3edae19a1b3283ab6b7508f5dcc401601a83c356 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-02-08 13:16:43 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-02-08 13:16:43 +0000 security/vuxml: document a libgit2 vulnerability --- security/vuxml/vuln/2024.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml index 0ffe1b31ac61..165cb0b40ea7 100644 --- a/security/vuxml/vuln/2024.xml +++ b/security/vuxml/vuln/2024.xml @@ -1,3 +1,32 @@ + <vuln vid="43768ff3-c683-11ee-97d0-001b217b3468"> + <topic>Libgit2 -- multiple vulnerabilities</topic> + <affects> + <package> + <name>libgit2</name> + <range><ge>1.7.0</ge><lt>1.7.2</lt></range> + <range><lt>1.6.5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Git community reports:</p> + <blockquote cite="https://github.com/libgit2/libgit2/releases/tag/v1.7.2"> + <p>A bug in git_revparse_single is fixed that could have caused the function to enter an infinite loop given well-crafted inputs, potentially causing a Denial of Service attack in the calling application</p> + <p>A bug in git_revparse_single is fixed that could have caused the function to enter an infinite loop given well-crafted inputs, potentially causing a Denial of Service attack in the calling application</p> + <p>A bug in the smart transport negotiation could have caused an out-of-bounds read when a remote server did not advertise capabilities</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2024-24577</cvename> + <url>https://github.com/libgit2/libgit2/releases/tag/v1.7.2</url> + </references> + <dates> + <discovery>2024-02-06</discovery> + <entry>2024-02-08</entry> + </dates> + </vuln> + <vuln vid="19047673-c680-11ee-86bb-a8a1599412c6"> <topic>chromium -- multiple security fixes</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402081317.418DHY8S086189>