<?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>Sun, 27 Sep 2026 15:15:19 +0000</lastBuildDate>
    <item>
      <title>46b0a269-6fa9-4634-968a-f54d8ca211cc</title>
      <link>https://vulnerability.circl.lu/sighting/46b0a269-6fa9-4634-968a-f54d8ca211cc/export</link>
      <description>{"uuid": "46b0a269-6fa9-4634-968a-f54d8ca211cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-100369", "type": "seen", "source": "https://gist.github.com/alon710/2d1e9d9adea50782a3aa28ba496e0855", "content": "# CVE-2026-100369: CVE-2026-100369: Argument Injection Vulnerability in CliInvoke Process Runner Factories\n\n&amp;gt; **CVSS Score:** 8.4\n&amp;gt; **Published:** 2026-09-25\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-100369\n\n## Summary\nAn argument injection vulnerability (CWE-88) in CliInvoke and AlastairLundy.CliInvoke allows local attackers to execute arbitrary system commands. By injecting double-quote characters into target file paths or arguments, attackers can terminate operating-system-level quoted boundaries and introduce new commands when shell runners are utilized.\n\n## TL;DR\nCliInvoke process runner factories are vulnerable to argument injection via double-quote manipulation. This allows local attackers to execute arbitrary system commands when wrapper shell runners are used. Fixes are available in versions 2.8.5, 2.9.4, 2.10.5, and 3.0.0-beta.2.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-88\n- **Attack Vector**: Local (AV:L)\n- **CVSS Base Score**: 8.4 (High)\n- **EPSS Score**: N/A\n- **Exploit Status**: Proof-of-Concept\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- CliInvoke (NuGet Package)\n- AlastairLundy.CliInvoke (Legacy NuGet Package)\n- **CliInvoke**: &amp;gt;= 2.0.0, &amp;lt;= 2.8.4 (Fixed in: `2.8.5`)\n- **CliInvoke**: &amp;gt;= 2.9.0, &amp;lt;= 2.9.3 (Fixed in: `2.9.4`)\n- **CliInvoke**: &amp;gt;= 2.10.0, &amp;lt;= 2.10.4 (Fixed in: `2.10.5`)\n- **CliInvoke**: &amp;gt;= 3.0.0-alpha.1, &amp;lt;= 3.0.0-beta.1 (Fixed in: `3.0.0-beta.2`)\n- **AlastairLundy.CliInvoke**: &amp;gt;= 2.0.0-alpha.1, &amp;lt;= 2.0.0 (Fixed in: `2.0.2`)\n\n## Mitigation\n\n- Upgrade the package to the latest patched version\n- Ensure target execution uses .NET 8.0 or greater for active ArgumentList populating\n- Implement double-quote filtering on all user-supplied paths and arguments\n\n**Remediation Steps:**\n1. Identify all direct or transitive dependencies on CliInvoke or AlastairLundy.CliInvoke.\n2. Update project files to reference NuGet package CliInvoke &amp;gt;= 2.8.5, 2.9.4, 2.10.5, or 3.0.0-beta.2, or legacy package AlastairLundy.CliInvoke &amp;gt;= 2.0.2.\n3. Recompile and deploy updated binaries targeting .NET 8.0 or higher.\n4. Confirm that runner invocations parse arguments into discrete collections where possible.\n\n## References\n\n- [GitHub Security Advisory GHSA-j73w-8hfr-4gc9](https://github.com/alastairlundy/CliInvoke/security/advisories/GHSA-j73w-8hfr-4gc9)\n- [CVE-2026-100369 on CVE Registry](https://www.cve.org/CVERecord?id=CVE-2026-100369)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-100369) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-26T04:30:32.000000Z"}</description>
      <content:encoded>{"uuid": "46b0a269-6fa9-4634-968a-f54d8ca211cc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-100369", "type": "seen", "source": "https://gist.github.com/alon710/2d1e9d9adea50782a3aa28ba496e0855", "content": "# CVE-2026-100369: CVE-2026-100369: Argument Injection Vulnerability in CliInvoke Process Runner Factories\n\n&amp;gt; **CVSS Score:** 8.4\n&amp;gt; **Published:** 2026-09-25\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-100369\n\n## Summary\nAn argument injection vulnerability (CWE-88) in CliInvoke and AlastairLundy.CliInvoke allows local attackers to execute arbitrary system commands. By injecting double-quote characters into target file paths or arguments, attackers can terminate operating-system-level quoted boundaries and introduce new commands when shell runners are utilized.\n\n## TL;DR\nCliInvoke process runner factories are vulnerable to argument injection via double-quote manipulation. This allows local attackers to execute arbitrary system commands when wrapper shell runners are used. Fixes are available in versions 2.8.5, 2.9.4, 2.10.5, and 3.0.0-beta.2.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-88\n- **Attack Vector**: Local (AV:L)\n- **CVSS Base Score**: 8.4 (High)\n- **EPSS Score**: N/A\n- **Exploit Status**: Proof-of-Concept\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- CliInvoke (NuGet Package)\n- AlastairLundy.CliInvoke (Legacy NuGet Package)\n- **CliInvoke**: &amp;gt;= 2.0.0, &amp;lt;= 2.8.4 (Fixed in: `2.8.5`)\n- **CliInvoke**: &amp;gt;= 2.9.0, &amp;lt;= 2.9.3 (Fixed in: `2.9.4`)\n- **CliInvoke**: &amp;gt;= 2.10.0, &amp;lt;= 2.10.4 (Fixed in: `2.10.5`)\n- **CliInvoke**: &amp;gt;= 3.0.0-alpha.1, &amp;lt;= 3.0.0-beta.1 (Fixed in: `3.0.0-beta.2`)\n- **AlastairLundy.CliInvoke**: &amp;gt;= 2.0.0-alpha.1, &amp;lt;= 2.0.0 (Fixed in: `2.0.2`)\n\n## Mitigation\n\n- Upgrade the package to the latest patched version\n- Ensure target execution uses .NET 8.0 or greater for active ArgumentList populating\n- Implement double-quote filtering on all user-supplied paths and arguments\n\n**Remediation Steps:**\n1. Identify all direct or transitive dependencies on CliInvoke or AlastairLundy.CliInvoke.\n2. Update project files to reference NuGet package CliInvoke &amp;gt;= 2.8.5, 2.9.4, 2.10.5, or 3.0.0-beta.2, or legacy package AlastairLundy.CliInvoke &amp;gt;= 2.0.2.\n3. Recompile and deploy updated binaries targeting .NET 8.0 or higher.\n4. Confirm that runner invocations parse arguments into discrete collections where possible.\n\n## References\n\n- [GitHub Security Advisory GHSA-j73w-8hfr-4gc9](https://github.com/alastairlundy/CliInvoke/security/advisories/GHSA-j73w-8hfr-4gc9)\n- [CVE-2026-100369 on CVE Registry](https://www.cve.org/CVERecord?id=CVE-2026-100369)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-100369) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-26T04:30:32.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/46b0a269-6fa9-4634-968a-f54d8ca211cc/export</guid>
      <pubDate>Sat, 26 Sep 2026 04:30:32 +0000</pubDate>
    </item>
    <item>
      <title>fdc4c6e9-7947-42d9-8d7d-d7edd053c62b</title>
      <link>https://vulnerability.circl.lu/sighting/fdc4c6e9-7947-42d9-8d7d-d7edd053c62b/export</link>
      <description>{"uuid": "fdc4c6e9-7947-42d9-8d7d-d7edd053c62b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-100369", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mwfd4z4myy2c", "content": "\ud83d\udfe0 CVE-2026-100369 - High (8.4)\n\nCliInvoke and its formerly named `AlastairLundy.CliInvoke` package are .NET libraries for invokin...\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-100369/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-09-26T03:17:32.561721Z"}</description>
      <content:encoded>{"uuid": "fdc4c6e9-7947-42d9-8d7d-d7edd053c62b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-100369", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mwfd4z4myy2c", "content": "\ud83d\udfe0 CVE-2026-100369 - High (8.4)\n\nCliInvoke and its formerly named `AlastairLundy.CliInvoke` package are .NET libraries for invokin...\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-100369/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-09-26T03:17:32.561721Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/fdc4c6e9-7947-42d9-8d7d-d7edd053c62b/export</guid>
      <pubDate>Sat, 26 Sep 2026 03:17:32 +0000</pubDate>
    </item>
    <item>
      <title>a15a3bee-6bb2-4bdb-96c5-b2775de82b0a</title>
      <link>https://vulnerability.circl.lu/sighting/a15a3bee-6bb2-4bdb-96c5-b2775de82b0a/export</link>
      <description>{"uuid": "a15a3bee-6bb2-4bdb-96c5-b2775de82b0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-100369", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/gawoxc43gzebm", "content": "CVE-2026-100369 - CliInvoke: Argument Injection in Extensibility Runner Factory\nCVE ID : CVE-2026-100369\n \n Published : Sept. 25, 2026, 9:17 p.m. | 30\u00a0minutes ago\n \n Description : CliInvoke and its formerly named `AlastairLundy.CliInvoke` package are .NET libraries for invokin...", "creation_timestamp": "2026-09-25T22:07:06.457946Z"}</description>
      <content:encoded>{"uuid": "a15a3bee-6bb2-4bdb-96c5-b2775de82b0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-100369", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/gawoxc43gzebm", "content": "CVE-2026-100369 - CliInvoke: Argument Injection in Extensibility Runner Factory\nCVE ID : CVE-2026-100369\n \n Published : Sept. 25, 2026, 9:17 p.m. | 30\u00a0minutes ago\n \n Description : CliInvoke and its formerly named `AlastairLundy.CliInvoke` package are .NET libraries for invokin...", "creation_timestamp": "2026-09-25T22:07:06.457946Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/a15a3bee-6bb2-4bdb-96c5-b2775de82b0a/export</guid>
      <pubDate>Fri, 25 Sep 2026 22:07:06 +0000</pubDate>
    </item>
  </channel>
</rss>
