<?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:20:50 +0000</lastBuildDate>
    <item>
      <title>2775eb8f-bb88-4e5a-82a8-4af1b4bdd7cf</title>
      <link>https://vulnerability.circl.lu/sighting/2775eb8f-bb88-4e5a-82a8-4af1b4bdd7cf/export</link>
      <description>{"uuid": "2775eb8f-bb88-4e5a-82a8-4af1b4bdd7cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-67429", "type": "seen", "source": "https://gist.github.com/alon710/3970c6098c97c0a550d8b2c18182c3ad", "content": "# CVE-2026-67429: CVE-2026-67429: Arbitrary File Write and Path Traversal in Flyto2 Core Modules\n\n&amp;gt; **CVSS Score:** 10.0\n&amp;gt; **Published:** 2026-07-30\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-67429\n\n## Summary\nCVE-2026-67429 is a critical path traversal vulnerability in Flyto2 Core file-writing modules, including image.download and twelve other modules. By exploiting an insecure validation check that relied on user-controlled parameters, unauthenticated remote attackers can bypass directory confinement and write arbitrary files to the file system, leading to remote code execution.\n\n## TL;DR\nA critical path traversal vulnerability in Flyto2 Core allows unauthenticated remote code execution via arbitrary file write due to caller-controlled base directory validation parameters.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-22, CWE-73\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 10.0 (Critical)\n- **EPSS Score**: 0.00494\n- **Impact**: Arbitrary File Write / Remote Code Execution\n- **Exploit Status**: Proof of Concept (PoC) verified\n- **KEV Status**: Not listed\n\n## Affected Systems\n\n- Flyto2 Core\n- **flyto-core**: &amp;lt; 2.26.6 (Fixed in: `2.26.6`)\n\n## Mitigation\n\n- Upgrade Flyto2 Core to version 2.26.6\n- Define FLYTO_SANDBOX_DIR to restrict write permissions\n- Run Flyto2 Core in an unprivileged, read-only container\n\n**Remediation Steps:**\n1. Identify all active instances of Flyto2 Core in the environment.\n2. Apply the patch by upgrading the PyPI package to version 2.26.6.\n3. Configure the FLYTO_SANDBOX_DIR environment variable to enforce static boundaries.\n4. Audit application logs for suspicious directory overrides in image or document module parameters.\n\n## References\n\n- [GitHub Security Advisory GHSA-2956-977x-2w3r](https://github.com/flytohub/flyto-core/security/advisories/GHSA-2956-977x-2w3r)\n- [Fix Commit d5f89d71303e](https://github.com/flytohub/flyto-core/commit/d5f89d71303e3c1e6418d347c5c55fcd173cc8cc)\n- [Release Notes v2.26.6](https://github.com/flytohub/flyto-core/releases/tag/v2.26.6)\n- [CVE-2026-67429 Record](https://www.cve.org/CVERecord?id=CVE-2026-67429)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-67429) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-31T00:31:48.917307Z"}</description>
      <content:encoded>{"uuid": "2775eb8f-bb88-4e5a-82a8-4af1b4bdd7cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-67429", "type": "seen", "source": "https://gist.github.com/alon710/3970c6098c97c0a550d8b2c18182c3ad", "content": "# CVE-2026-67429: CVE-2026-67429: Arbitrary File Write and Path Traversal in Flyto2 Core Modules\n\n&amp;gt; **CVSS Score:** 10.0\n&amp;gt; **Published:** 2026-07-30\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-67429\n\n## Summary\nCVE-2026-67429 is a critical path traversal vulnerability in Flyto2 Core file-writing modules, including image.download and twelve other modules. By exploiting an insecure validation check that relied on user-controlled parameters, unauthenticated remote attackers can bypass directory confinement and write arbitrary files to the file system, leading to remote code execution.\n\n## TL;DR\nA critical path traversal vulnerability in Flyto2 Core allows unauthenticated remote code execution via arbitrary file write due to caller-controlled base directory validation parameters.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-22, CWE-73\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 10.0 (Critical)\n- **EPSS Score**: 0.00494\n- **Impact**: Arbitrary File Write / Remote Code Execution\n- **Exploit Status**: Proof of Concept (PoC) verified\n- **KEV Status**: Not listed\n\n## Affected Systems\n\n- Flyto2 Core\n- **flyto-core**: &amp;lt; 2.26.6 (Fixed in: `2.26.6`)\n\n## Mitigation\n\n- Upgrade Flyto2 Core to version 2.26.6\n- Define FLYTO_SANDBOX_DIR to restrict write permissions\n- Run Flyto2 Core in an unprivileged, read-only container\n\n**Remediation Steps:**\n1. Identify all active instances of Flyto2 Core in the environment.\n2. Apply the patch by upgrading the PyPI package to version 2.26.6.\n3. Configure the FLYTO_SANDBOX_DIR environment variable to enforce static boundaries.\n4. Audit application logs for suspicious directory overrides in image or document module parameters.\n\n## References\n\n- [GitHub Security Advisory GHSA-2956-977x-2w3r](https://github.com/flytohub/flyto-core/security/advisories/GHSA-2956-977x-2w3r)\n- [Fix Commit d5f89d71303e](https://github.com/flytohub/flyto-core/commit/d5f89d71303e3c1e6418d347c5c55fcd173cc8cc)\n- [Release Notes v2.26.6](https://github.com/flytohub/flyto-core/releases/tag/v2.26.6)\n- [CVE-2026-67429 Record](https://www.cve.org/CVERecord?id=CVE-2026-67429)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-67429) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-31T00:31:48.917307Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/2775eb8f-bb88-4e5a-82a8-4af1b4bdd7cf/export</guid>
      <pubDate>Fri, 31 Jul 2026 00:31:48 +0000</pubDate>
    </item>
    <item>
      <title>233bdfde-65a7-4a90-bcf4-01f429842f93</title>
      <link>https://vulnerability.circl.lu/sighting/233bdfde-65a7-4a90-bcf4-01f429842f93/export</link>
      <description>{"uuid": "233bdfde-65a7-4a90-bcf4-01f429842f93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-67429", "type": "published-proof-of-concept", "source": "https://github.com/flytohub/flyto-core/security/advisories/GHSA-2956-977x-2w3r", "content": "", "creation_timestamp": "2026-07-30T16:35:15.122895Z"}</description>
      <content:encoded>{"uuid": "233bdfde-65a7-4a90-bcf4-01f429842f93", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-67429", "type": "published-proof-of-concept", "source": "https://github.com/flytohub/flyto-core/security/advisories/GHSA-2956-977x-2w3r", "content": "", "creation_timestamp": "2026-07-30T16:35:15.122895Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/233bdfde-65a7-4a90-bcf4-01f429842f93/export</guid>
      <pubDate>Thu, 30 Jul 2026 16:35:15 +0000</pubDate>
    </item>
    <item>
      <title>4e517408-d243-4ca6-b1f5-5a26e7abc262</title>
      <link>https://vulnerability.circl.lu/sighting/4e517408-d243-4ca6-b1f5-5a26e7abc262/export</link>
      <description>{"uuid": "4e517408-d243-4ca6-b1f5-5a26e7abc262", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-67429", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mrsporaviy2l", "content": "\ud83d\udd34 CVE-2026-67429 - Critical (10)\n\nFlyto2 Core is an execution kernel for automation and AI-agent workflows. Prior to 2.26.6, image....\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-67429/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-07-29T20:00:51.706347Z"}</description>
      <content:encoded>{"uuid": "4e517408-d243-4ca6-b1f5-5a26e7abc262", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-67429", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mrsporaviy2l", "content": "\ud83d\udd34 CVE-2026-67429 - Critical (10)\n\nFlyto2 Core is an execution kernel for automation and AI-agent workflows. Prior to 2.26.6, image....\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-67429/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-07-29T20:00:51.706347Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/4e517408-d243-4ca6-b1f5-5a26e7abc262/export</guid>
      <pubDate>Wed, 29 Jul 2026 20:00:51 +0000</pubDate>
    </item>
    <item>
      <title>9b13c4ab-14b6-412c-9053-4fc045d36f35</title>
      <link>https://vulnerability.circl.lu/sighting/9b13c4ab-14b6-412c-9053-4fc045d36f35/export</link>
      <description>{"uuid": "9b13c4ab-14b6-412c-9053-4fc045d36f35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-67429", "type": "seen", "source": "https://bsky.app/profile/stackflag.bsky.social/post/3mrsp3jcbsn23", "content": "CVE-2026-67429 - flyto-core\nFlyto2 Core, a software used for automation and AI workflows, had a security issue that allowed attackers to write files to any location on the computer. This issue has been\u2026\n\nToo many irrelevant or confusing CVEs? Use stackflag.com\n\n#flytocore #flytohub #CVE #infosec", "creation_timestamp": "2026-07-29T19:50:04.642248Z"}</description>
      <content:encoded>{"uuid": "9b13c4ab-14b6-412c-9053-4fc045d36f35", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-67429", "type": "seen", "source": "https://bsky.app/profile/stackflag.bsky.social/post/3mrsp3jcbsn23", "content": "CVE-2026-67429 - flyto-core\nFlyto2 Core, a software used for automation and AI workflows, had a security issue that allowed attackers to write files to any location on the computer. This issue has been\u2026\n\nToo many irrelevant or confusing CVEs? Use stackflag.com\n\n#flytocore #flytohub #CVE #infosec", "creation_timestamp": "2026-07-29T19:50:04.642248Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/9b13c4ab-14b6-412c-9053-4fc045d36f35/export</guid>
      <pubDate>Wed, 29 Jul 2026 19:50:04 +0000</pubDate>
    </item>
  </channel>
</rss>
