summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGLSAMaker <glsamaker@gentoo.org>2023-11-01 12:20:26 +0000
committerHans de Graaff <graaff@gentoo.org>2023-11-01 13:21:08 +0100
commitc77ebbf690aa9db206075b255adc3de59632bb55 (patch)
tree66a6881aea2af75217beedb383baccece41d0430
parent[ GLSA 202310-23 ] libxslt: Multiple Vulnerabilities (diff)
downloadglsa-c77ebbf690aa9db206075b255adc3de59632bb55.tar.gz
glsa-c77ebbf690aa9db206075b255adc3de59632bb55.tar.bz2
glsa-c77ebbf690aa9db206075b255adc3de59632bb55.zip
[ GLSA 202311-01 ] GitPython: Code Execution via Crafted Input
Bug: https://bugs.gentoo.org/884623 Signed-off-by: GLSAMaker <glsamaker@gentoo.org> Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--glsa-202311-01.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202311-01.xml b/glsa-202311-01.xml
new file mode 100644
index 00000000..32384477
--- /dev/null
+++ b/glsa-202311-01.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202311-01">
+ <title>GitPython: Code Execution via Crafted Input</title>
+ <synopsis>A vulnerability has been discovered in GitPython where crafted input to Repo.clone_from can lead to code execution</synopsis>
+ <product type="ebuild">GitPython</product>
+ <announced>2023-11-01</announced>
+ <revised count="1">2023-11-01</revised>
+ <bug>884623</bug>
+ <access>local</access>
+ <affected>
+ <package name="dev-python/GitPython" auto="yes" arch="*">
+ <unaffected range="ge">3.1.30</unaffected>
+ <vulnerable range="lt">3.1.30</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>GitPython is a Python library used to interact with Git repositories.</p>
+ </background>
+ <description>
+ <p>Please review the CVE identifier referenced below for details.</p>
+ </description>
+ <impact type="high">
+ <p>An attacker may be able to trigger Remote Code Execution (RCE) due to improper user input validation, which makes it possible to inject a maliciously crafted remote URL into the clone command. Exploiting this vulnerability is possible because the library makes external calls to git without sufficient sanitization of input arguments.</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All GitPython users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=dev-python/GitPython-3.1.30"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-24439">CVE-2022-24439</uri>
+ </references>
+ <metadata tag="requester" timestamp="2023-11-01T12:20:26.255981Z">graaff</metadata>
+ <metadata tag="submitter" timestamp="2023-11-01T12:20:26.259121Z">graaff</metadata>
+</glsa> \ No newline at end of file