aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2024-02-08 13:16:43 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2024-02-08 13:16:43 +0000
commit3edae19a1b3283ab6b7508f5dcc401601a83c356 (patch)
treeb6acee849ced145e96ba5bd062637a24b50346f5
parenta0f9b569456378b2ecb7903ee0b4a3ad7186804c (diff)
downloadports-3edae19a1b3283ab6b7508f5dcc401601a83c356.tar.gz
ports-3edae19a1b3283ab6b7508f5dcc401601a83c356.zip
security/vuxml: document a libgit2 vulnerability
-rw-r--r--security/vuxml/vuln/2024.xml29
1 files changed, 29 insertions, 0 deletions
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>