git: 3edae19a1b32 - main - security/vuxml: document a libgit2 vulnerability

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Thu, 08 Feb 2024 13:17:34 UTC
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>