<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://vulnerability.circl.lu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Fri, 18 Sep 2026 20:18:58 +0000</lastBuildDate>
    <item>
      <title>f105d038-b89f-4b43-a9f8-5d09b342b967</title>
      <link>https://vulnerability.circl.lu/sighting/f105d038-b89f-4b43-a9f8-5d09b342b967/export</link>
      <description>{"uuid": "f105d038-b89f-4b43-a9f8-5d09b342b967", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-78679", "type": "seen", "source": "https://gist.github.com/alon710/203f3e8540b97026337742aaf8fa0eb2", "content": "# CVE-2026-78679: CVE-2026-78679: Arbitrary File Read via Command-Line Option Injection in GitPython\n\n&amp;gt; **CVSS Score:** 7.1\n&amp;gt; **Published:** 2026-09-08\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-78679\n\n## Summary\nA command-line option injection vulnerability in GitPython allows low-privilege or unauthenticated actors to read arbitrary local files. The flaw resides in the TagReference.create() function, which fails to evaluate positional arguments against the library's unsafe-option denylist, enabling the execution of native git commands with injected option flags.\n\n## TL;DR\nGitPython prior to version 3.1.59 fails to validate positional parameters in TagReference.create(), enabling command-line option injection (like --file) that allows attackers to perform arbitrary file reads.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-73\n- **Attack Vector**: Network (AV:N)\n- **CVSS v4.0 Score**: 7.1\n- **EPSS Score**: 0.00241\n- **Impact**: Arbitrary File Read / Information Disclosure\n- **Exploit Status**: Proof-of-Concept (PoC)\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- Applications incorporating GitPython versions 3.1.33 through 3.1.58 that allow user control over TagReference positional parameters.\n- **GitPython**: &amp;gt;= 3.1.33, &amp;lt; 3.1.59 (Fixed in: `3.1.59`)\n\n## Mitigation\n\n- Upgrade GitPython to version 3.1.59 or higher to receive the official security patch.\n- Implement strict input validation on all parameters passed to GitPython to ensure no string starts with a hyphen.\n- Implement least-privilege permissions on the host system to minimize the impact of file read operations.\n\n**Remediation Steps:**\n1. Identify all projects and environments containing GitPython prior to version 3.1.59.\n2. Update requirements.txt, setup.py, or Pipfile to specify gitpython&amp;gt;=3.1.59.\n3. Run 'pip install --upgrade gitpython' to install the updated library.\n4. Verify that the TagReference.create() call blocks hyphenated values by running validation test cases.\n\n## References\n\n- [GitHub Security Advisory GHSA-3wxw-xv34-2frg](https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-3wxw-xv34-2frg)\n- [CVE.org CVE Record - CVE-2026-78679](https://www.cve.org/CVERecord?id=CVE-2026-78679)\n- [GitPython v3.1.59 Release](https://github.com/gitpython-developers/GitPython/releases/tag/3.1.59)\n- [NVD - CVE-2026-78679](https://nvd.nist.gov/vuln/detail/CVE-2026-78679)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-78679) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-08T21:28:14.013814Z"}</description>
      <content:encoded>{"uuid": "f105d038-b89f-4b43-a9f8-5d09b342b967", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-78679", "type": "seen", "source": "https://gist.github.com/alon710/203f3e8540b97026337742aaf8fa0eb2", "content": "# CVE-2026-78679: CVE-2026-78679: Arbitrary File Read via Command-Line Option Injection in GitPython\n\n&amp;gt; **CVSS Score:** 7.1\n&amp;gt; **Published:** 2026-09-08\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-78679\n\n## Summary\nA command-line option injection vulnerability in GitPython allows low-privilege or unauthenticated actors to read arbitrary local files. The flaw resides in the TagReference.create() function, which fails to evaluate positional arguments against the library's unsafe-option denylist, enabling the execution of native git commands with injected option flags.\n\n## TL;DR\nGitPython prior to version 3.1.59 fails to validate positional parameters in TagReference.create(), enabling command-line option injection (like --file) that allows attackers to perform arbitrary file reads.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-73\n- **Attack Vector**: Network (AV:N)\n- **CVSS v4.0 Score**: 7.1\n- **EPSS Score**: 0.00241\n- **Impact**: Arbitrary File Read / Information Disclosure\n- **Exploit Status**: Proof-of-Concept (PoC)\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- Applications incorporating GitPython versions 3.1.33 through 3.1.58 that allow user control over TagReference positional parameters.\n- **GitPython**: &amp;gt;= 3.1.33, &amp;lt; 3.1.59 (Fixed in: `3.1.59`)\n\n## Mitigation\n\n- Upgrade GitPython to version 3.1.59 or higher to receive the official security patch.\n- Implement strict input validation on all parameters passed to GitPython to ensure no string starts with a hyphen.\n- Implement least-privilege permissions on the host system to minimize the impact of file read operations.\n\n**Remediation Steps:**\n1. Identify all projects and environments containing GitPython prior to version 3.1.59.\n2. Update requirements.txt, setup.py, or Pipfile to specify gitpython&amp;gt;=3.1.59.\n3. Run 'pip install --upgrade gitpython' to install the updated library.\n4. Verify that the TagReference.create() call blocks hyphenated values by running validation test cases.\n\n## References\n\n- [GitHub Security Advisory GHSA-3wxw-xv34-2frg](https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-3wxw-xv34-2frg)\n- [CVE.org CVE Record - CVE-2026-78679](https://www.cve.org/CVERecord?id=CVE-2026-78679)\n- [GitPython v3.1.59 Release](https://github.com/gitpython-developers/GitPython/releases/tag/3.1.59)\n- [NVD - CVE-2026-78679](https://nvd.nist.gov/vuln/detail/CVE-2026-78679)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-78679) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-08T21:28:14.013814Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/f105d038-b89f-4b43-a9f8-5d09b342b967/export</guid>
      <pubDate>Tue, 08 Sep 2026 21:28:14 +0000</pubDate>
    </item>
    <item>
      <title>b642deb5-68a3-4ce2-b4d5-648377b75e21</title>
      <link>https://vulnerability.circl.lu/sighting/b642deb5-68a3-4ce2-b4d5-648377b75e21/export</link>
      <description>{"uuid": "b642deb5-68a3-4ce2-b4d5-648377b75e21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-78675", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-7833-fr7j-v32q", "content": "", "creation_timestamp": "2026-09-08T20:35:14.923533Z"}</description>
      <content:encoded>{"uuid": "b642deb5-68a3-4ce2-b4d5-648377b75e21", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-78675", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-7833-fr7j-v32q", "content": "", "creation_timestamp": "2026-09-08T20:35:14.923533Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/b642deb5-68a3-4ce2-b4d5-648377b75e21/export</guid>
      <pubDate>Tue, 08 Sep 2026 20:35:14 +0000</pubDate>
    </item>
    <item>
      <title>894c5566-5dd2-4e16-a335-03f63b1084fc</title>
      <link>https://vulnerability.circl.lu/sighting/894c5566-5dd2-4e16-a335-03f63b1084fc/export</link>
      <description>{"uuid": "894c5566-5dd2-4e16-a335-03f63b1084fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-78676", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-284h-m62q-gf8w", "content": "", "creation_timestamp": "2026-09-08T20:35:09.382222Z"}</description>
      <content:encoded>{"uuid": "894c5566-5dd2-4e16-a335-03f63b1084fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-78676", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-284h-m62q-gf8w", "content": "", "creation_timestamp": "2026-09-08T20:35:09.382222Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/894c5566-5dd2-4e16-a335-03f63b1084fc/export</guid>
      <pubDate>Tue, 08 Sep 2026 20:35:09 +0000</pubDate>
    </item>
    <item>
      <title>cf0947ad-a57a-4289-aaec-e35f28a5660a</title>
      <link>https://vulnerability.circl.lu/sighting/cf0947ad-a57a-4289-aaec-e35f28a5660a/export</link>
      <description>{"uuid": "cf0947ad-a57a-4289-aaec-e35f28a5660a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-78678", "type": "published-proof-of-concept", "source": "https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-5xxx-qhh7-9287", "content": "", "creation_timestamp": "2026-09-08T20:35:07.164565Z"}</description>
      <content:encoded>{"uuid": "cf0947ad-a57a-4289-aaec-e35f28a5660a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-78678", "type": "published-proof-of-concept", "source": "https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-5xxx-qhh7-9287", "content": "", "creation_timestamp": "2026-09-08T20:35:07.164565Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/cf0947ad-a57a-4289-aaec-e35f28a5660a/export</guid>
      <pubDate>Tue, 08 Sep 2026 20:35:07 +0000</pubDate>
    </item>
    <item>
      <title>4c1cfdbf-18f2-4fe9-9c92-9b2b1569b6f8</title>
      <link>https://vulnerability.circl.lu/sighting/4c1cfdbf-18f2-4fe9-9c92-9b2b1569b6f8/export</link>
      <description>{"uuid": "4c1cfdbf-18f2-4fe9-9c92-9b2b1569b6f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-78677", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-8mcc-hrx5-hvxc", "content": "", "creation_timestamp": "2026-09-08T20:35:04.923437Z"}</description>
      <content:encoded>{"uuid": "4c1cfdbf-18f2-4fe9-9c92-9b2b1569b6f8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-78677", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-8mcc-hrx5-hvxc", "content": "", "creation_timestamp": "2026-09-08T20:35:04.923437Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/4c1cfdbf-18f2-4fe9-9c92-9b2b1569b6f8/export</guid>
      <pubDate>Tue, 08 Sep 2026 20:35:04 +0000</pubDate>
    </item>
    <item>
      <title>3c6b193f-d6c4-4515-be9e-c105023676e6</title>
      <link>https://vulnerability.circl.lu/sighting/3c6b193f-d6c4-4515-be9e-c105023676e6/export</link>
      <description>{"uuid": "3c6b193f-d6c4-4515-be9e-c105023676e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-78679", "type": "published-proof-of-concept", "source": "https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-3wxw-xv34-2frg", "content": "", "creation_timestamp": "2026-09-08T20:35:02.638486Z"}</description>
      <content:encoded>{"uuid": "3c6b193f-d6c4-4515-be9e-c105023676e6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-78679", "type": "published-proof-of-concept", "source": "https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-3wxw-xv34-2frg", "content": "", "creation_timestamp": "2026-09-08T20:35:02.638486Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/3c6b193f-d6c4-4515-be9e-c105023676e6/export</guid>
      <pubDate>Tue, 08 Sep 2026 20:35:02 +0000</pubDate>
    </item>
    <item>
      <title>3622433b-8e1b-4b99-806c-197cdb0e5a04</title>
      <link>https://vulnerability.circl.lu/sighting/3622433b-8e1b-4b99-806c-197cdb0e5a04/export</link>
      <description>{"uuid": "3622433b-8e1b-4b99-806c-197cdb0e5a04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-78676", "type": "seen", "source": "https://bsky.app/profile/stackflag.bsky.social/post/3mtzvttsqr724", "content": "CVE-2026-78676 - python-git\nIf you use GitPython versions older than 3.1.59, a specially crafted Git configuration file can be rewritten incorrectly, turning harmless text into a new setting that\u2026\n\nToo many irrelevant or confusing CVEs? Use stackflag.com\n\n#pythongit #debian #Debian11 #CVE #infosec", "creation_timestamp": "2026-08-27T03:30:04.920653Z"}</description>
      <content:encoded>{"uuid": "3622433b-8e1b-4b99-806c-197cdb0e5a04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-78676", "type": "seen", "source": "https://bsky.app/profile/stackflag.bsky.social/post/3mtzvttsqr724", "content": "CVE-2026-78676 - python-git\nIf you use GitPython versions older than 3.1.59, a specially crafted Git configuration file can be rewritten incorrectly, turning harmless text into a new setting that\u2026\n\nToo many irrelevant or confusing CVEs? Use stackflag.com\n\n#pythongit #debian #Debian11 #CVE #infosec", "creation_timestamp": "2026-08-27T03:30:04.920653Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/3622433b-8e1b-4b99-806c-197cdb0e5a04/export</guid>
      <pubDate>Thu, 27 Aug 2026 03:30:04 +0000</pubDate>
    </item>
    <item>
      <title>7d6b2062-c87b-4965-951f-7fd7af79645d</title>
      <link>https://vulnerability.circl.lu/sighting/7d6b2062-c87b-4965-951f-7fd7af79645d/export</link>
      <description>{"uuid": "7d6b2062-c87b-4965-951f-7fd7af79645d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-78676", "type": "seen", "source": "https://bsky.app/profile/stackflag.bsky.social/post/3mtvfofvooj23", "content": "CVE-2026-78676\nIf your applications use the GitPython library version older than 3.1.59, a specially crafted Git configuration file can cause the library to insert harmful commands when it saves settings. This can lead to the\u2026\n\nToo many irrelevant or confusing CVEs? Use stackflag.com\n\n#CVE #infosec", "creation_timestamp": "2026-08-25T08:30:04.366898Z"}</description>
      <content:encoded>{"uuid": "7d6b2062-c87b-4965-951f-7fd7af79645d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-78676", "type": "seen", "source": "https://bsky.app/profile/stackflag.bsky.social/post/3mtvfofvooj23", "content": "CVE-2026-78676\nIf your applications use the GitPython library version older than 3.1.59, a specially crafted Git configuration file can cause the library to insert harmful commands when it saves settings. This can lead to the\u2026\n\nToo many irrelevant or confusing CVEs? Use stackflag.com\n\n#CVE #infosec", "creation_timestamp": "2026-08-25T08:30:04.366898Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/7d6b2062-c87b-4965-951f-7fd7af79645d/export</guid>
      <pubDate>Tue, 25 Aug 2026 08:30:04 +0000</pubDate>
    </item>
    <item>
      <title>7adc0894-41b5-4f43-b8de-c26ea2dc273c</title>
      <link>https://vulnerability.circl.lu/sighting/7adc0894-41b5-4f43-b8de-c26ea2dc273c/export</link>
      <description>{"uuid": "7adc0894-41b5-4f43-b8de-c26ea2dc273c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-78676", "type": "seen", "source": "https://bsky.app/profile/hermes71.bsky.social/post/3mtv23srsqy2n", "content": "Daily IT Security Digest \u2014 2026-08-25\n[@stemshop.bsky.social](https://stemshop.top/cve/CVE-2026-78676)]\n\n## 2. Critical Sandbox Escape in `isolated-vm` Library \u2014 Remote Code Execution via Type Confusion\n\nA critical type confusion vulnerability in the `isolated-vm` JavaScript sandbox library allows", "creation_timestamp": "2026-08-25T05:02:48.254951Z"}</description>
      <content:encoded>{"uuid": "7adc0894-41b5-4f43-b8de-c26ea2dc273c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-78676", "type": "seen", "source": "https://bsky.app/profile/hermes71.bsky.social/post/3mtv23srsqy2n", "content": "Daily IT Security Digest \u2014 2026-08-25\n[@stemshop.bsky.social](https://stemshop.top/cve/CVE-2026-78676)]\n\n## 2. Critical Sandbox Escape in `isolated-vm` Library \u2014 Remote Code Execution via Type Confusion\n\nA critical type confusion vulnerability in the `isolated-vm` JavaScript sandbox library allows", "creation_timestamp": "2026-08-25T05:02:48.254951Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/7adc0894-41b5-4f43-b8de-c26ea2dc273c/export</guid>
      <pubDate>Tue, 25 Aug 2026 05:02:48 +0000</pubDate>
    </item>
    <item>
      <title>851d8c01-2bda-46b7-a98c-f01e2b39e6e2</title>
      <link>https://vulnerability.circl.lu/sighting/851d8c01-2bda-46b7-a98c-f01e2b39e6e2/export</link>
      <description>{"uuid": "851d8c01-2bda-46b7-a98c-f01e2b39e6e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-78676", "type": "seen", "source": "https://bsky.app/profile/hermes71.bsky.social/post/3mtv23rwqqz2b", "content": "Daily IT Security Digest \u2014 2026-08-25\n# Daily IT Security Digest \u2014 2026-08-25\n\n## 1. Critically Vulnerable GitPython (CVE-2026-78676) \u2014 Arbitrary Code Execution via Malicious .gitconfig\n\nA critical argument injection flaw (CVSS 9.3) exists in GitPython versions below 3.1.59. Multi-line git-config", "creation_timestamp": "2026-08-25T05:02:47.703673Z"}</description>
      <content:encoded>{"uuid": "851d8c01-2bda-46b7-a98c-f01e2b39e6e2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-78676", "type": "seen", "source": "https://bsky.app/profile/hermes71.bsky.social/post/3mtv23rwqqz2b", "content": "Daily IT Security Digest \u2014 2026-08-25\n# Daily IT Security Digest \u2014 2026-08-25\n\n## 1. Critically Vulnerable GitPython (CVE-2026-78676) \u2014 Arbitrary Code Execution via Malicious .gitconfig\n\nA critical argument injection flaw (CVSS 9.3) exists in GitPython versions below 3.1.59. Multi-line git-config", "creation_timestamp": "2026-08-25T05:02:47.703673Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/851d8c01-2bda-46b7-a98c-f01e2b39e6e2/export</guid>
      <pubDate>Tue, 25 Aug 2026 05:02:47 +0000</pubDate>
    </item>
  </channel>
</rss>
