<?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>Sat, 20 Jun 2026 16:08:41 +0000</lastBuildDate>
    <item>
      <title>049982c1-aedd-4d2a-ad5b-e9ec2203d828</title>
      <link>https://vulnerability.circl.lu/sighting/049982c1-aedd-4d2a-ad5b-e9ec2203d828/export</link>
      <description>{"uuid": "049982c1-aedd-4d2a-ad5b-e9ec2203d828", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-12567", "type": "seen", "source": "https://gist.github.com/alon710/ab95b5b68cf65f68ecfb103546b48b28", "content": "# CVE-2026-12567: CVE-2026-12567: Symlink Following Vulnerability in BBOT github_workflows Module\n\n&amp;gt; **CVSS Score:** 2.2\n&amp;gt; **Published:** 2026-06-18\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-12567\n\n## Summary\nThe github_workflows module in BBOT (Black Lantern Security OSINT framework) versions 2.0.0 through 2.8.4 constructs local directory paths from user-controlled repository and owner names without validating for symbolic links. A local attacker sharing the scan directory can pre-plant a symlink at the predictable output path, forcing BBOT to write downloaded workflow artifacts or run logs to an arbitrary location on the filesystem.\n\n## TL;DR\nA local symlink-following vulnerability in BBOT's github_workflows module allows an attacker sharing the scan directory to overwrite arbitrary local files when a victim scans a targeted repository.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-59\n- **Attack Vector**: Local\n- **CVSS v3.1 Score**: 2.2\n- **EPSS Score**: 0.0009 (Percentile: 0.60%)\n- **Impact**: Low Integrity Impact (Unsanitized local file write)\n- **Exploit Status**: Proof of Concept (PoC) available in official test suite\n- **KEV Status**: Not listed in CISA KEV\n\n## Affected Systems\n\n- BBOT installations running on multi-user or shared filesystem configurations\n- **BBOT**: &amp;gt;= 2.0.0, &amp;lt;= 2.8.4 (Fixed in: `2.8.5`)\n\n## Mitigation\n\n- Upgrade BBOT to version 2.8.5 or later to apply the path-validation logic.\n- Enforce operating system-level link protections to block unauthorized link resolution.\n- Use unique, restricted output directories rather than shared folders like /tmp.\n\n**Remediation Steps:**\n1. Identify the current BBOT installation version: bbot --version\n2. Upgrade the installation using pip: pip install --upgrade bbot\n3. Configure your system's sysctl configuration to enforce symlink and hardlink security protections.\n4. Verify that bbot scan output configurations point to user-specific directories with permissions restricted to 0700.\n\n## References\n\n- [CVE-2026-12567 MITRE Record](https://www.cve.org/CVERecord?id=CVE-2026-12567)\n- [BBOT Git Patch Commit](https://github.com/blacklanternsecurity/bbot/commit/16d9c42b6c591c07ee94d260cb0588e72d4eae2b)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-12567) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-18T15:41:36.000000Z"}</description>
      <content:encoded>{"uuid": "049982c1-aedd-4d2a-ad5b-e9ec2203d828", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-12567", "type": "seen", "source": "https://gist.github.com/alon710/ab95b5b68cf65f68ecfb103546b48b28", "content": "# CVE-2026-12567: CVE-2026-12567: Symlink Following Vulnerability in BBOT github_workflows Module\n\n&amp;gt; **CVSS Score:** 2.2\n&amp;gt; **Published:** 2026-06-18\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-12567\n\n## Summary\nThe github_workflows module in BBOT (Black Lantern Security OSINT framework) versions 2.0.0 through 2.8.4 constructs local directory paths from user-controlled repository and owner names without validating for symbolic links. A local attacker sharing the scan directory can pre-plant a symlink at the predictable output path, forcing BBOT to write downloaded workflow artifacts or run logs to an arbitrary location on the filesystem.\n\n## TL;DR\nA local symlink-following vulnerability in BBOT's github_workflows module allows an attacker sharing the scan directory to overwrite arbitrary local files when a victim scans a targeted repository.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-59\n- **Attack Vector**: Local\n- **CVSS v3.1 Score**: 2.2\n- **EPSS Score**: 0.0009 (Percentile: 0.60%)\n- **Impact**: Low Integrity Impact (Unsanitized local file write)\n- **Exploit Status**: Proof of Concept (PoC) available in official test suite\n- **KEV Status**: Not listed in CISA KEV\n\n## Affected Systems\n\n- BBOT installations running on multi-user or shared filesystem configurations\n- **BBOT**: &amp;gt;= 2.0.0, &amp;lt;= 2.8.4 (Fixed in: `2.8.5`)\n\n## Mitigation\n\n- Upgrade BBOT to version 2.8.5 or later to apply the path-validation logic.\n- Enforce operating system-level link protections to block unauthorized link resolution.\n- Use unique, restricted output directories rather than shared folders like /tmp.\n\n**Remediation Steps:**\n1. Identify the current BBOT installation version: bbot --version\n2. Upgrade the installation using pip: pip install --upgrade bbot\n3. Configure your system's sysctl configuration to enforce symlink and hardlink security protections.\n4. Verify that bbot scan output configurations point to user-specific directories with permissions restricted to 0700.\n\n## References\n\n- [CVE-2026-12567 MITRE Record](https://www.cve.org/CVERecord?id=CVE-2026-12567)\n- [BBOT Git Patch Commit](https://github.com/blacklanternsecurity/bbot/commit/16d9c42b6c591c07ee94d260cb0588e72d4eae2b)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-12567) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-18T15:41:36.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/049982c1-aedd-4d2a-ad5b-e9ec2203d828/export</guid>
      <pubDate>Thu, 18 Jun 2026 15:41:36 +0000</pubDate>
    </item>
  </channel>
</rss>
