<?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>Mon, 14 Sep 2026 17:30:59 +0000</lastBuildDate>
    <item>
      <title>45870e50-0bc2-4666-b391-e13056224cb8</title>
      <link>https://vulnerability.circl.lu/sighting/45870e50-0bc2-4666-b391-e13056224cb8/export</link>
      <description>{"uuid": "45870e50-0bc2-4666-b391-e13056224cb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75912", "type": "seen", "source": "https://gist.github.com/alon710/25de86a6a1fbd873e6db813795a47505", "content": "# CVE-2026-75912: CVE-2026-75912: Argument Injection and Arbitrary File Disclosure in CodeWhale Git Tools\n\n&amp;gt; **CVSS Score:** 8.3\n&amp;gt; **Published:** 2026-09-04\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-75912\n\n## Summary\nAn argument injection vulnerability in CodeWhale (CVE-2026-75912 / GHSA-c6mw-8xh8-gpq6) allows unauthenticated remote attackers to execute arbitrary option commands on the git binary. By passing malicious command-line flags inside git_blame and git_show tool helper functions, an attacker can bypass typical access controls to read arbitrary local system files via the underlying git process.\n\n## TL;DR\nAn input validation failure in CodeWhale allows attackers to inject Git command-line options via tool revision parameters, enabling arbitrary file disclosure from the hosting environment.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-88: Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')\n- **Attack Vector**: Network / Remote\n- **CVSS v4.0 Base Score**: 8.3\n- **EPSS Score**: 0.00322\n- **Impact**: High (Arbitrary File Disclosure)\n- **Exploit Status**: poc\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- CodeWhale AI-Assisted TUI Platform (Rust)\n- **CodeWhale**: &amp;gt;= 0.3.27, &amp;lt; 0.8.41 (Fixed in: `0.8.41`)\n- **CodeWhale**: &amp;gt;= 0.8.41, &amp;lt; 0.8.64 (Fixed in: `0.8.64`)\n\n## Mitigation\n\n- Restrict network access to local development workstations running CodeWhale.\n- Enforce process execution policies that prevent terminal-based development tools from accessing system-level directories.\n- Ensure prompt-injection defenses are in place when using CodeWhale to inspect untrusted repositories.\n\n**Remediation Steps:**\n1. Upgrade CodeWhale instances to version 0.8.41 or 0.8.64 and above immediately.\n2. Verify system logs to detect any unauthorized access to files such as /etc/passwd or SSH key locations.\n3. Utilize static analysis tools to verify that other git helper utilities are not executing dynamic arguments without sanitization.\n\n## References\n\n- [NVD CVE-2026-75912 Entry](https://nvd.nist.gov/vuln/detail/CVE-2026-75912)\n- [GitHub Security Advisory GHSA-c6mw-8xh8-gpq6](https://github.com/Hmbown/CodeWhale/security/advisories/GHSA-c6mw-8xh8-gpq6)\n- [CVE.org CVE-2026-75912 Record](https://www.cve.org/CVERecord?id=CVE-2026-75912)\n- [VulnCheck Security Advisory](https://www.vulncheck.com/advisories/codewhale-before-argument-injection-via-git-blame)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-75912) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-05T13:31:53.822638Z"}</description>
      <content:encoded>{"uuid": "45870e50-0bc2-4666-b391-e13056224cb8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75912", "type": "seen", "source": "https://gist.github.com/alon710/25de86a6a1fbd873e6db813795a47505", "content": "# CVE-2026-75912: CVE-2026-75912: Argument Injection and Arbitrary File Disclosure in CodeWhale Git Tools\n\n&amp;gt; **CVSS Score:** 8.3\n&amp;gt; **Published:** 2026-09-04\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-75912\n\n## Summary\nAn argument injection vulnerability in CodeWhale (CVE-2026-75912 / GHSA-c6mw-8xh8-gpq6) allows unauthenticated remote attackers to execute arbitrary option commands on the git binary. By passing malicious command-line flags inside git_blame and git_show tool helper functions, an attacker can bypass typical access controls to read arbitrary local system files via the underlying git process.\n\n## TL;DR\nAn input validation failure in CodeWhale allows attackers to inject Git command-line options via tool revision parameters, enabling arbitrary file disclosure from the hosting environment.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-88: Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')\n- **Attack Vector**: Network / Remote\n- **CVSS v4.0 Base Score**: 8.3\n- **EPSS Score**: 0.00322\n- **Impact**: High (Arbitrary File Disclosure)\n- **Exploit Status**: poc\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- CodeWhale AI-Assisted TUI Platform (Rust)\n- **CodeWhale**: &amp;gt;= 0.3.27, &amp;lt; 0.8.41 (Fixed in: `0.8.41`)\n- **CodeWhale**: &amp;gt;= 0.8.41, &amp;lt; 0.8.64 (Fixed in: `0.8.64`)\n\n## Mitigation\n\n- Restrict network access to local development workstations running CodeWhale.\n- Enforce process execution policies that prevent terminal-based development tools from accessing system-level directories.\n- Ensure prompt-injection defenses are in place when using CodeWhale to inspect untrusted repositories.\n\n**Remediation Steps:**\n1. Upgrade CodeWhale instances to version 0.8.41 or 0.8.64 and above immediately.\n2. Verify system logs to detect any unauthorized access to files such as /etc/passwd or SSH key locations.\n3. Utilize static analysis tools to verify that other git helper utilities are not executing dynamic arguments without sanitization.\n\n## References\n\n- [NVD CVE-2026-75912 Entry](https://nvd.nist.gov/vuln/detail/CVE-2026-75912)\n- [GitHub Security Advisory GHSA-c6mw-8xh8-gpq6](https://github.com/Hmbown/CodeWhale/security/advisories/GHSA-c6mw-8xh8-gpq6)\n- [CVE.org CVE-2026-75912 Record](https://www.cve.org/CVERecord?id=CVE-2026-75912)\n- [VulnCheck Security Advisory](https://www.vulncheck.com/advisories/codewhale-before-argument-injection-via-git-blame)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-75912) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-05T13:31:53.822638Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/45870e50-0bc2-4666-b391-e13056224cb8/export</guid>
      <pubDate>Sat, 05 Sep 2026 13:31:53 +0000</pubDate>
    </item>
    <item>
      <title>2ef9295d-8bd0-441d-a50f-e2a6692ad0c0</title>
      <link>https://vulnerability.circl.lu/sighting/2ef9295d-8bd0-441d-a50f-e2a6692ad0c0/export</link>
      <description>{"uuid": "2ef9295d-8bd0-441d-a50f-e2a6692ad0c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-75913", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-7j5w-7r7x-9v27", "content": "", "creation_timestamp": "2026-09-04T20:35:13.326202Z"}</description>
      <content:encoded>{"uuid": "2ef9295d-8bd0-441d-a50f-e2a6692ad0c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-75913", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-7j5w-7r7x-9v27", "content": "", "creation_timestamp": "2026-09-04T20:35:13.326202Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/2ef9295d-8bd0-441d-a50f-e2a6692ad0c0/export</guid>
      <pubDate>Fri, 04 Sep 2026 20:35:13 +0000</pubDate>
    </item>
    <item>
      <title>b9e233c7-a8f5-4561-a5f5-11bd3faae16c</title>
      <link>https://vulnerability.circl.lu/sighting/b9e233c7-a8f5-4561-a5f5-11bd3faae16c/export</link>
      <description>{"uuid": "b9e233c7-a8f5-4561-a5f5-11bd3faae16c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-75915", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-h539-c7r8-3xq4", "content": "", "creation_timestamp": "2026-09-04T20:35:11.211278Z"}</description>
      <content:encoded>{"uuid": "b9e233c7-a8f5-4561-a5f5-11bd3faae16c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-75915", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-h539-c7r8-3xq4", "content": "", "creation_timestamp": "2026-09-04T20:35:11.211278Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/b9e233c7-a8f5-4561-a5f5-11bd3faae16c/export</guid>
      <pubDate>Fri, 04 Sep 2026 20:35:11 +0000</pubDate>
    </item>
    <item>
      <title>1948c52d-5453-4a30-903d-c2cc90d2b3ac</title>
      <link>https://vulnerability.circl.lu/sighting/1948c52d-5453-4a30-903d-c2cc90d2b3ac/export</link>
      <description>{"uuid": "1948c52d-5453-4a30-903d-c2cc90d2b3ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-75912", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-c6mw-8xh8-gpq6", "content": "", "creation_timestamp": "2026-09-04T20:35:06.970065Z"}</description>
      <content:encoded>{"uuid": "1948c52d-5453-4a30-903d-c2cc90d2b3ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-75912", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-c6mw-8xh8-gpq6", "content": "", "creation_timestamp": "2026-09-04T20:35:06.970065Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/1948c52d-5453-4a30-903d-c2cc90d2b3ac/export</guid>
      <pubDate>Fri, 04 Sep 2026 20:35:06 +0000</pubDate>
    </item>
    <item>
      <title>77a83fae-f197-42a1-bfb6-61f7609b3b89</title>
      <link>https://vulnerability.circl.lu/sighting/77a83fae-f197-42a1-bfb6-61f7609b3b89/export</link>
      <description>{"uuid": "77a83fae-f197-42a1-bfb6-61f7609b3b89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-75911", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-gx45-xrj5-g6c4", "content": "", "creation_timestamp": "2026-09-04T20:35:02.707185Z"}</description>
      <content:encoded>{"uuid": "77a83fae-f197-42a1-bfb6-61f7609b3b89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-75911", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-gx45-xrj5-g6c4", "content": "", "creation_timestamp": "2026-09-04T20:35:02.707185Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/77a83fae-f197-42a1-bfb6-61f7609b3b89/export</guid>
      <pubDate>Fri, 04 Sep 2026 20:35:02 +0000</pubDate>
    </item>
    <item>
      <title>d7814e3d-a5c8-41c1-875d-7bd66f07d5e4</title>
      <link>https://vulnerability.circl.lu/sighting/d7814e3d-a5c8-41c1-875d-7bd66f07d5e4/export</link>
      <description>{"uuid": "d7814e3d-a5c8-41c1-875d-7bd66f07d5e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75911", "type": "seen", "source": "https://gist.github.com/alon710/bb4cbf99c94a659593e6b177ff58789d", "content": "# CVE-2026-75911: CVE-2026-75911: Remote Code Execution via Configuration Override in CodeWhale\n\n&amp;gt; **CVSS Score:** 8.5\n&amp;gt; **Published:** 2026-09-04\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-75911\n\n## Summary\nCVE-2026-75911 is a configuration injection and remote code execution vulnerability in CodeWhale. Unsafe merging of repository-level TOML configuration files allows malicious repositories to silently enable shell tool registration and inject prompts, forcing the integrated LLM agent to execute arbitrary host commands.\n\n## TL;DR\nInsecure workspace configuration merging in CodeWhale lets a malicious git repository silently enable shell access and execute arbitrary commands via prompt injection when the workspace is opened.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-94\n- **Attack Vector**: Local (User-initiated clone &amp;amp; open)\n- **CVSS v4.0**: 8.5 (High)\n- **CVSS v3.1**: 7.8 (High)\n- **Exploit Status**: Proof-of-Concept\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- CodeWhale Terminal User Interface (TUI) workspace environment\n- **CodeWhale**: &amp;gt;= 0.8.6, &amp;lt; 0.8.41 (Fixed in: `0.8.41`)\n- **CodeWhale**: &amp;gt;= 0.8.41, &amp;lt; 0.8.64 (Fixed in: `0.8.64`)\n\n## Mitigation\n\n- Disable workspace configurations completely when running untrusted code\n- Restrict shell access in global configs\n- Isolate terminal developer tools in sandboxed containers (Docker, DevContainers)\n\n**Remediation Steps:**\n1. Upgrade CodeWhale client to version 0.8.64 or later.\n2. Verify and sanitize existing .codewhale configurations in local directories.\n3. Explicitly configure 'allow_shell = false' globally to enforce a safe baseline.\n\n## References\n\n- [GitHub Security Advisory GHSA-gx45-xrj5-g6c4](https://github.com/Hmbown/CodeWhale/security/advisories/GHSA-gx45-xrj5-g6c4)\n- [VulnCheck Security Advisory](https://www.vulncheck.com/advisories/codewhale-before-remote-code-execution-via-allow-shell)\n- [NVD Record](https://nvd.nist.gov/vuln/detail/CVE-2026-75911)\n- [CVE-2026-75911 CVE Record](https://www.cve.org/CVERecord?id=CVE-2026-75911)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-75911) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-04T19:31:35.022727Z"}</description>
      <content:encoded>{"uuid": "d7814e3d-a5c8-41c1-875d-7bd66f07d5e4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75911", "type": "seen", "source": "https://gist.github.com/alon710/bb4cbf99c94a659593e6b177ff58789d", "content": "# CVE-2026-75911: CVE-2026-75911: Remote Code Execution via Configuration Override in CodeWhale\n\n&amp;gt; **CVSS Score:** 8.5\n&amp;gt; **Published:** 2026-09-04\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-75911\n\n## Summary\nCVE-2026-75911 is a configuration injection and remote code execution vulnerability in CodeWhale. Unsafe merging of repository-level TOML configuration files allows malicious repositories to silently enable shell tool registration and inject prompts, forcing the integrated LLM agent to execute arbitrary host commands.\n\n## TL;DR\nInsecure workspace configuration merging in CodeWhale lets a malicious git repository silently enable shell access and execute arbitrary commands via prompt injection when the workspace is opened.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-94\n- **Attack Vector**: Local (User-initiated clone &amp;amp; open)\n- **CVSS v4.0**: 8.5 (High)\n- **CVSS v3.1**: 7.8 (High)\n- **Exploit Status**: Proof-of-Concept\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- CodeWhale Terminal User Interface (TUI) workspace environment\n- **CodeWhale**: &amp;gt;= 0.8.6, &amp;lt; 0.8.41 (Fixed in: `0.8.41`)\n- **CodeWhale**: &amp;gt;= 0.8.41, &amp;lt; 0.8.64 (Fixed in: `0.8.64`)\n\n## Mitigation\n\n- Disable workspace configurations completely when running untrusted code\n- Restrict shell access in global configs\n- Isolate terminal developer tools in sandboxed containers (Docker, DevContainers)\n\n**Remediation Steps:**\n1. Upgrade CodeWhale client to version 0.8.64 or later.\n2. Verify and sanitize existing .codewhale configurations in local directories.\n3. Explicitly configure 'allow_shell = false' globally to enforce a safe baseline.\n\n## References\n\n- [GitHub Security Advisory GHSA-gx45-xrj5-g6c4](https://github.com/Hmbown/CodeWhale/security/advisories/GHSA-gx45-xrj5-g6c4)\n- [VulnCheck Security Advisory](https://www.vulncheck.com/advisories/codewhale-before-remote-code-execution-via-allow-shell)\n- [NVD Record](https://nvd.nist.gov/vuln/detail/CVE-2026-75911)\n- [CVE-2026-75911 CVE Record](https://www.cve.org/CVERecord?id=CVE-2026-75911)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-75911) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-04T19:31:35.022727Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/d7814e3d-a5c8-41c1-875d-7bd66f07d5e4/export</guid>
      <pubDate>Fri, 04 Sep 2026 19:31:35 +0000</pubDate>
    </item>
    <item>
      <title>f6f13128-b6a3-4978-ac99-dd257575edf6</title>
      <link>https://vulnerability.circl.lu/sighting/f6f13128-b6a3-4978-ac99-dd257575edf6/export</link>
      <description>{"uuid": "f6f13128-b6a3-4978-ac99-dd257575edf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75913", "type": "seen", "source": "https://bsky.app/profile/stackflag.bsky.social/post/3mupp7strmp2g", "content": "CVE-2026-75913 - codewhale\nCodeWhale versions 0.8.41 to 0.8.64 are at risk of a security threat. An attacker can use a malicious repository to write unauthorized files on the user's computer,\u2026\n\nToo many irrelevant or confusing CVEs? Use stackflag.com\n\n#codewhale #hmbown #rust #CVE #infosec", "creation_timestamp": "2026-09-04T19:30:04.277735Z"}</description>
      <content:encoded>{"uuid": "f6f13128-b6a3-4978-ac99-dd257575edf6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75913", "type": "seen", "source": "https://bsky.app/profile/stackflag.bsky.social/post/3mupp7strmp2g", "content": "CVE-2026-75913 - codewhale\nCodeWhale versions 0.8.41 to 0.8.64 are at risk of a security threat. An attacker can use a malicious repository to write unauthorized files on the user's computer,\u2026\n\nToo many irrelevant or confusing CVEs? Use stackflag.com\n\n#codewhale #hmbown #rust #CVE #infosec", "creation_timestamp": "2026-09-04T19:30:04.277735Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/f6f13128-b6a3-4978-ac99-dd257575edf6/export</guid>
      <pubDate>Fri, 04 Sep 2026 19:30:04 +0000</pubDate>
    </item>
    <item>
      <title>7027a16f-f7e8-4b30-b3b7-e4c5ce60cd6b</title>
      <link>https://vulnerability.circl.lu/sighting/7027a16f-f7e8-4b30-b3b7-e4c5ce60cd6b/export</link>
      <description>{"uuid": "7027a16f-f7e8-4b30-b3b7-e4c5ce60cd6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-75914", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-w7wx-5q49-r59w", "content": "", "creation_timestamp": "2026-09-04T18:35:04.152443Z"}</description>
      <content:encoded>{"uuid": "7027a16f-f7e8-4b30-b3b7-e4c5ce60cd6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-75914", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-w7wx-5q49-r59w", "content": "", "creation_timestamp": "2026-09-04T18:35:04.152443Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/7027a16f-f7e8-4b30-b3b7-e4c5ce60cd6b/export</guid>
      <pubDate>Fri, 04 Sep 2026 18:35:04 +0000</pubDate>
    </item>
    <item>
      <title>504d0b19-a99f-4f47-9575-ab6a2f47397e</title>
      <link>https://vulnerability.circl.lu/sighting/504d0b19-a99f-4f47-9575-ab6a2f47397e/export</link>
      <description>{"uuid": "504d0b19-a99f-4f47-9575-ab6a2f47397e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75914", "type": "seen", "source": "https://gist.github.com/alon710/5450dc0367b1b3821398b1bbcad341e1", "content": "# CVE-2026-75914: CVE-2026-75914: Improper Link Resolution and Path Traversal in CodeWhale image_analyze Tool\n\n&amp;gt; **CVSS Score:** 8.7\n&amp;gt; **Published:** 2026-09-04\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-75914\n\n## Summary\nAn improper link resolution vulnerability (CWE-59) in the image_analyze tool of CodeWhale allows remote attackers to traverse directories (CWE-22) and leak sensitive local files via symlink manipulation.\n\n## TL;DR\nCodeWhale versions prior to 0.8.64 are vulnerable to a path traversal attack. By introducing a symbolic link inside the agent workspace that points to a sensitive host file but naming it with an image extension, attackers can force the image_analyze tool to read the target file, encode its contents, and leak them directly to a vision LLM endpoint without user consent.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **Primary CWE ID**: CWE-22\n- **Secondary CWE ID**: CWE-59\n- **Attack Vector**: Network\n- **CVSS v4.0 Base Score**: 8.7 (High)\n- **Exploit Status**: poc\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- CodeWhale Terminal Coding Agent\n- **CodeWhale**: &amp;gt;= 0.8.32, &amp;lt; 0.8.64 (Fixed in: `0.8.64`)\n\n## Mitigation\n\n- Upgrade CodeWhale to version 0.8.64 or higher to enforce canonicalized path validation.\n- Run autonomous agents inside containerized, sandboxed environments with read-only filesystems.\n- Restrict network outbound access of the agent to trusted LLM endpoints to limit data exfiltration paths.\n\n**Remediation Steps:**\n1. Identify all installations of CodeWhale in local development and production environments.\n2. For Cargo-based installations, execute: cargo install codewhale --version 0.8.64 --force\n3. Scan existing workspace directories for out-of-boundary symbolic links using automated find scripts.\n\n## References\n\n- [GitHub Security Advisory GHSA-w7wx-5q49-r59w](https://github.com/Hmbown/CodeWhale/security/advisories/GHSA-w7wx-5q49-r59w)\n- [VulnCheck Advisory for CodeWhale](https://www.vulncheck.com/advisories/codewhale-before-path-traversal-via-image-analyze-symlink)\n- [NVD CVE-2026-75914 Record](https://nvd.nist.gov/vuln/detail/CVE-2026-75914)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-75914) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-04T18:32:13.557784Z"}</description>
      <content:encoded>{"uuid": "504d0b19-a99f-4f47-9575-ab6a2f47397e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75914", "type": "seen", "source": "https://gist.github.com/alon710/5450dc0367b1b3821398b1bbcad341e1", "content": "# CVE-2026-75914: CVE-2026-75914: Improper Link Resolution and Path Traversal in CodeWhale image_analyze Tool\n\n&amp;gt; **CVSS Score:** 8.7\n&amp;gt; **Published:** 2026-09-04\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-75914\n\n## Summary\nAn improper link resolution vulnerability (CWE-59) in the image_analyze tool of CodeWhale allows remote attackers to traverse directories (CWE-22) and leak sensitive local files via symlink manipulation.\n\n## TL;DR\nCodeWhale versions prior to 0.8.64 are vulnerable to a path traversal attack. By introducing a symbolic link inside the agent workspace that points to a sensitive host file but naming it with an image extension, attackers can force the image_analyze tool to read the target file, encode its contents, and leak them directly to a vision LLM endpoint without user consent.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **Primary CWE ID**: CWE-22\n- **Secondary CWE ID**: CWE-59\n- **Attack Vector**: Network\n- **CVSS v4.0 Base Score**: 8.7 (High)\n- **Exploit Status**: poc\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- CodeWhale Terminal Coding Agent\n- **CodeWhale**: &amp;gt;= 0.8.32, &amp;lt; 0.8.64 (Fixed in: `0.8.64`)\n\n## Mitigation\n\n- Upgrade CodeWhale to version 0.8.64 or higher to enforce canonicalized path validation.\n- Run autonomous agents inside containerized, sandboxed environments with read-only filesystems.\n- Restrict network outbound access of the agent to trusted LLM endpoints to limit data exfiltration paths.\n\n**Remediation Steps:**\n1. Identify all installations of CodeWhale in local development and production environments.\n2. For Cargo-based installations, execute: cargo install codewhale --version 0.8.64 --force\n3. Scan existing workspace directories for out-of-boundary symbolic links using automated find scripts.\n\n## References\n\n- [GitHub Security Advisory GHSA-w7wx-5q49-r59w](https://github.com/Hmbown/CodeWhale/security/advisories/GHSA-w7wx-5q49-r59w)\n- [VulnCheck Advisory for CodeWhale](https://www.vulncheck.com/advisories/codewhale-before-path-traversal-via-image-analyze-symlink)\n- [NVD CVE-2026-75914 Record](https://nvd.nist.gov/vuln/detail/CVE-2026-75914)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-75914) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-04T18:32:13.557784Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/504d0b19-a99f-4f47-9575-ab6a2f47397e/export</guid>
      <pubDate>Fri, 04 Sep 2026 18:32:13 +0000</pubDate>
    </item>
    <item>
      <title>74777d73-94f9-4caa-b995-eaabafab4ffb</title>
      <link>https://vulnerability.circl.lu/sighting/74777d73-94f9-4caa-b995-eaabafab4ffb/export</link>
      <description>{"uuid": "74777d73-94f9-4caa-b995-eaabafab4ffb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75914", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mupk5nd6d22k", "content": "CVE-2026-75914, rated high, in deepseek-tui: its image_analyze tool follows symlinks inside the workspace, so a linked path outside it gets read and its bytes sent to the vision endpoint. The maintainers validated the report; 0.8.64 carries the fix. #dev", "creation_timestamp": "2026-09-04T17:59:23.397274Z"}</description>
      <content:encoded>{"uuid": "74777d73-94f9-4caa-b995-eaabafab4ffb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75914", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mupk5nd6d22k", "content": "CVE-2026-75914, rated high, in deepseek-tui: its image_analyze tool follows symlinks inside the workspace, so a linked path outside it gets read and its bytes sent to the vision endpoint. The maintainers validated the report; 0.8.64 carries the fix. #dev", "creation_timestamp": "2026-09-04T17:59:23.397274Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/74777d73-94f9-4caa-b995-eaabafab4ffb/export</guid>
      <pubDate>Fri, 04 Sep 2026 17:59:23 +0000</pubDate>
    </item>
  </channel>
</rss>
