<?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, 01 Aug 2026 13:52:24 +0000</lastBuildDate>
    <item>
      <title>3e0d0f92-4ce7-4f48-bbaf-940112f0e3e8</title>
      <link>https://vulnerability.circl.lu/sighting/3e0d0f92-4ce7-4f48-bbaf-940112f0e3e8/export</link>
      <description>{"uuid": "3e0d0f92-4ce7-4f48-bbaf-940112f0e3e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-67428", "type": "published-proof-of-concept", "source": "https://github.com/flytohub/flyto-core/security/advisories/GHSA-pgwh-4jj4-qm8v", "content": "", "creation_timestamp": "2026-07-30T16:35:05.627739Z"}</description>
      <content:encoded>{"uuid": "3e0d0f92-4ce7-4f48-bbaf-940112f0e3e8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-67428", "type": "published-proof-of-concept", "source": "https://github.com/flytohub/flyto-core/security/advisories/GHSA-pgwh-4jj4-qm8v", "content": "", "creation_timestamp": "2026-07-30T16:35:05.627739Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/3e0d0f92-4ce7-4f48-bbaf-940112f0e3e8/export</guid>
      <pubDate>Thu, 30 Jul 2026 16:35:05 +0000</pubDate>
    </item>
    <item>
      <title>2cf08b77-4424-4ca9-b695-92852fc4af0c</title>
      <link>https://vulnerability.circl.lu/sighting/2cf08b77-4424-4ca9-b695-92852fc4af0c/export</link>
      <description>{"uuid": "2cf08b77-4424-4ca9-b695-92852fc4af0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-67428", "type": "seen", "source": "https://gist.github.com/alon710/abbfb678b2ea15b959183e89124a0f42", "content": "# CVE-2026-67428: CVE-2026-67428: Server-Side Request Forgery in Flyto2 Core HTTP-Emitting Modules\n\n&amp;gt; **CVSS Score:** 8.5\n&amp;gt; **Published:** 2026-07-30\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-67428\n\n## Summary\nFlyto2 Core (flyto-core) prior to version 2.26.7 did not utilize its centralized SSRF validation mechanism ('validate_url_with_env_config') across multiple HTTP-emitting modules. This oversight allowed low-privileged users executing automated workflows to perform Server-Side Request Forgery (SSRF) attacks against internal endpoints, loopback interfaces, and cloud provider metadata services.\n\n## TL;DR\nLow-privileged users can execute arbitrary Server-Side Request Forgery (SSRF) attacks against cloud metadata endpoints and local networks due to unvalidated HTTP-emitting modules in Flyto2 Core.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-918\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 8.5 (High)\n- **EPSS Score**: 0.00337 (26.26th percentile)\n- **Impact**: Server-Side Request Forgery / Internal Reconnaissance / Metadata Exfiltration\n- **Exploit Status**: PoC available, no active exploitation reported\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- flyto-core\n- **flyto-core**: &amp;lt; 2.26.7 (Fixed in: `2.26.7`)\n\n## Mitigation\n\n- Upgrade to flyto-core version 2.26.7 or above\n- Enforce container network sandboxing to prevent egress to private host segments\n- Enforce IMDSv2 on cloud compute hosts with an HTTP hop limit of 1\n\n**Remediation Steps:**\n1. Pull the latest Docker image or package release for flyto-core containing tag 2.26.7\n2. Rebuild worker execution instances to apply updated Python source dependencies\n3. Configure egress routing tables inside container hosts to explicitly drop packets aimed at local loopback interfaces and RFC 1918 networks\n4. Audit workflow system execution logs for keywords matching SSRF_BLOCKED to identify blocked malicious behavior\n\n## References\n\n- [GHSA-pgwh-4jj4-qm8v: Decentralized SSRF in Flyto2 Core](https://github.com/flytohub/flyto-core/security/advisories/GHSA-pgwh-4jj4-qm8v)\n- [Flyto2 Core Release v2.26.7](https://github.com/flytohub/flyto-core/releases/tag/v2.26.7)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-67428) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-30T16:30:59.636678Z"}</description>
      <content:encoded>{"uuid": "2cf08b77-4424-4ca9-b695-92852fc4af0c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-67428", "type": "seen", "source": "https://gist.github.com/alon710/abbfb678b2ea15b959183e89124a0f42", "content": "# CVE-2026-67428: CVE-2026-67428: Server-Side Request Forgery in Flyto2 Core HTTP-Emitting Modules\n\n&amp;gt; **CVSS Score:** 8.5\n&amp;gt; **Published:** 2026-07-30\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-67428\n\n## Summary\nFlyto2 Core (flyto-core) prior to version 2.26.7 did not utilize its centralized SSRF validation mechanism ('validate_url_with_env_config') across multiple HTTP-emitting modules. This oversight allowed low-privileged users executing automated workflows to perform Server-Side Request Forgery (SSRF) attacks against internal endpoints, loopback interfaces, and cloud provider metadata services.\n\n## TL;DR\nLow-privileged users can execute arbitrary Server-Side Request Forgery (SSRF) attacks against cloud metadata endpoints and local networks due to unvalidated HTTP-emitting modules in Flyto2 Core.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-918\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 8.5 (High)\n- **EPSS Score**: 0.00337 (26.26th percentile)\n- **Impact**: Server-Side Request Forgery / Internal Reconnaissance / Metadata Exfiltration\n- **Exploit Status**: PoC available, no active exploitation reported\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- flyto-core\n- **flyto-core**: &amp;lt; 2.26.7 (Fixed in: `2.26.7`)\n\n## Mitigation\n\n- Upgrade to flyto-core version 2.26.7 or above\n- Enforce container network sandboxing to prevent egress to private host segments\n- Enforce IMDSv2 on cloud compute hosts with an HTTP hop limit of 1\n\n**Remediation Steps:**\n1. Pull the latest Docker image or package release for flyto-core containing tag 2.26.7\n2. Rebuild worker execution instances to apply updated Python source dependencies\n3. Configure egress routing tables inside container hosts to explicitly drop packets aimed at local loopback interfaces and RFC 1918 networks\n4. Audit workflow system execution logs for keywords matching SSRF_BLOCKED to identify blocked malicious behavior\n\n## References\n\n- [GHSA-pgwh-4jj4-qm8v: Decentralized SSRF in Flyto2 Core](https://github.com/flytohub/flyto-core/security/advisories/GHSA-pgwh-4jj4-qm8v)\n- [Flyto2 Core Release v2.26.7](https://github.com/flytohub/flyto-core/releases/tag/v2.26.7)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-67428) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-30T16:30:59.636678Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/2cf08b77-4424-4ca9-b695-92852fc4af0c/export</guid>
      <pubDate>Thu, 30 Jul 2026 16:30:59 +0000</pubDate>
    </item>
    <item>
      <title>6a20f75e-d0e3-4a1e-b0db-5925a5a216fc</title>
      <link>https://vulnerability.circl.lu/sighting/6a20f75e-d0e3-4a1e-b0db-5925a5a216fc/export</link>
      <description>{"uuid": "6a20f75e-d0e3-4a1e-b0db-5925a5a216fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-67428", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mrspokmwlf2g", "content": "\ud83d\udfe0 CVE-2026-67428 - High (8.5)\n\nFlyto2 Core is an execution kernel for automation and AI-agent workflows. Prior to 2.26.7, HTTP-e...\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-67428/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-07-29T20:00:43.921356Z"}</description>
      <content:encoded>{"uuid": "6a20f75e-d0e3-4a1e-b0db-5925a5a216fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-67428", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mrspokmwlf2g", "content": "\ud83d\udfe0 CVE-2026-67428 - High (8.5)\n\nFlyto2 Core is an execution kernel for automation and AI-agent workflows. Prior to 2.26.7, HTTP-e...\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-67428/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-07-29T20:00:43.921356Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/6a20f75e-d0e3-4a1e-b0db-5925a5a216fc/export</guid>
      <pubDate>Wed, 29 Jul 2026 20:00:43 +0000</pubDate>
    </item>
  </channel>
</rss>
