diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-11-06 14:15:55 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-11-06 15:16:06 +0100 |
commit | 781f9b3a3d3c32e196db69205e615bdfd40b6c49 (patch) | |
tree | 0774437ba8c732c78716fc6a4bcd113e63f8937b | |
parent | [ GLSA 202411-04 ] EditorConfig core C library: arbitrary stack write (diff) | |
download | gentoo-781f9b3a3d3c32e196db69205e615bdfd40b6c49.tar.gz gentoo-781f9b3a3d3c32e196db69205e615bdfd40b6c49.tar.bz2 gentoo-781f9b3a3d3c32e196db69205e615bdfd40b6c49.zip |
[ GLSA 202411-05 ] libgit2: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/891525
Bug: https://bugs.gentoo.org/923971
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202411-05.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/glsa-202411-05.xml b/glsa-202411-05.xml new file mode 100644 index 000000000000..bbff68c04a71 --- /dev/null +++ b/glsa-202411-05.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202411-05"> + <title>libgit2: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in libgit2, the worst of which could lead to arbitrary code execution.</synopsis> + <product type="ebuild">libgit2</product> + <announced>2024-11-06</announced> + <revised count="1">2024-11-06</revised> + <bug>891525</bug> + <bug>923971</bug> + <access>remote</access> + <affected> + <package name="dev-libs/libgit2" auto="yes" arch="*"> + <unaffected range="ge">1.7.2</unaffected> + <vulnerable range="lt">1.7.2</vulnerable> + </package> + </affected> + <background> + <p>libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language that supports C bindings.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in libgit2. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="high"> + <p>Please review the referenced CVE identifiers for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All libgit2 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/libgit2-1.7.2" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-22742">CVE-2023-22742</uri> + </references> + <metadata tag="requester" timestamp="2024-11-06T14:15:55.911812Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-11-06T14:15:55.915992Z">graaff</metadata> +</glsa>
\ No newline at end of file |