<?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, 05 Sep 2026 07:54:33 +0000</lastBuildDate>
    <item>
      <title>818ea670-a3fb-4fcb-b261-24f798532502</title>
      <link>https://vulnerability.circl.lu/sighting/818ea670-a3fb-4fcb-b261-24f798532502/export</link>
      <description>{"uuid": "818ea670-a3fb-4fcb-b261-24f798532502", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-72921", "type": "seen", "source": "https://gist.github.com/alon710/973db52eb7701f6319f995cd1192baf0", "content": "# CVE-2026-72921: CVE-2026-72921: Incorrect Authorization in SeaweedFS Filer JWT Prefix Match\n\n&amp;gt; **CVSS Score:** 8.1\n&amp;gt; **Published:** 2026-09-02\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-72921\n\n## Summary\nSeaweedFS is a distributed storage system. Prior to version 4.24, the Filer JWT validation mechanism used a raw prefix match, allowing scoped tokens to access sibling directories sharing similar name prefixes.\n\n## TL;DR\nSeaweedFS Filer prior to 4.24 uses raw prefix matching on raw path strings during JWT validation, allowing scoped tokens to authorize unauthorized access to sibling directories (e.g., /tenant1 matching /tenant1234).\n\n## Technical Details\n\n- **CWE ID**: CWE-863\n- **Attack Vector**: Network (AV:N)\n- **CVSS v3.1 Score**: 8.1 (High)\n- **EPSS Score**: 0.00238 (0.24%)\n- **Exploit Status**: none\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- SeaweedFS Filer\n- Wolfi\n- Chainguard\n- **SeaweedFS**: &amp;lt; 4.24 (Fixed in: `4.24`)\n\n## Mitigation\n\n- Upgrade SeaweedFS to version 4.24 or later to enforce component-aware path authorization.\n- Refactor tenant namespace directories to prevent overlapping suffix names.\n- Enforce trailing slashes on all scoped JWT AllowedPrefixes claims.\n\n**Remediation Steps:**\n1. Identify current SeaweedFS Filer version.\n2. Download SeaweedFS 4.24 or a later stable release.\n3. Apply the update across all active Filer instances in the cluster.\n4. Verify JWT configuration and trailing slashes for existing clients.\n\n## References\n\n- [GitHub Security Advisory GHSA-gv5w-hfx8-8cwq](https://github.com/seaweedfs/seaweedfs/security/advisories/GHSA-gv5w-hfx8-8cwq)\n- [Fix Commit](https://github.com/seaweedfs/seaweedfs/commit/05ed5c9ae8a2a45101b52b61d02f170d20d587ff)\n- [Pull Request #9439](https://github.com/seaweedfs/seaweedfs/pull/9439)\n- [SeaweedFS Release 4.24](https://github.com/seaweedfs/seaweedfs/releases/tag/4.24)\n- [NVD Entry](https://nvd.nist.gov/vuln/detail/CVE-2026-72921)\n- [CVE.org Record](https://www.cve.org/CVERecord?id=CVE-2026-72921)\n- [Wiz Vulnerability Database Reference](https://www.wiz.io/vulnerability-database/cve/cve-2026-72921)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-72921) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-03T06:33:08.652835Z"}</description>
      <content:encoded>{"uuid": "818ea670-a3fb-4fcb-b261-24f798532502", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-72921", "type": "seen", "source": "https://gist.github.com/alon710/973db52eb7701f6319f995cd1192baf0", "content": "# CVE-2026-72921: CVE-2026-72921: Incorrect Authorization in SeaweedFS Filer JWT Prefix Match\n\n&amp;gt; **CVSS Score:** 8.1\n&amp;gt; **Published:** 2026-09-02\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-72921\n\n## Summary\nSeaweedFS is a distributed storage system. Prior to version 4.24, the Filer JWT validation mechanism used a raw prefix match, allowing scoped tokens to access sibling directories sharing similar name prefixes.\n\n## TL;DR\nSeaweedFS Filer prior to 4.24 uses raw prefix matching on raw path strings during JWT validation, allowing scoped tokens to authorize unauthorized access to sibling directories (e.g., /tenant1 matching /tenant1234).\n\n## Technical Details\n\n- **CWE ID**: CWE-863\n- **Attack Vector**: Network (AV:N)\n- **CVSS v3.1 Score**: 8.1 (High)\n- **EPSS Score**: 0.00238 (0.24%)\n- **Exploit Status**: none\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- SeaweedFS Filer\n- Wolfi\n- Chainguard\n- **SeaweedFS**: &amp;lt; 4.24 (Fixed in: `4.24`)\n\n## Mitigation\n\n- Upgrade SeaweedFS to version 4.24 or later to enforce component-aware path authorization.\n- Refactor tenant namespace directories to prevent overlapping suffix names.\n- Enforce trailing slashes on all scoped JWT AllowedPrefixes claims.\n\n**Remediation Steps:**\n1. Identify current SeaweedFS Filer version.\n2. Download SeaweedFS 4.24 or a later stable release.\n3. Apply the update across all active Filer instances in the cluster.\n4. Verify JWT configuration and trailing slashes for existing clients.\n\n## References\n\n- [GitHub Security Advisory GHSA-gv5w-hfx8-8cwq](https://github.com/seaweedfs/seaweedfs/security/advisories/GHSA-gv5w-hfx8-8cwq)\n- [Fix Commit](https://github.com/seaweedfs/seaweedfs/commit/05ed5c9ae8a2a45101b52b61d02f170d20d587ff)\n- [Pull Request #9439](https://github.com/seaweedfs/seaweedfs/pull/9439)\n- [SeaweedFS Release 4.24](https://github.com/seaweedfs/seaweedfs/releases/tag/4.24)\n- [NVD Entry](https://nvd.nist.gov/vuln/detail/CVE-2026-72921)\n- [CVE.org Record](https://www.cve.org/CVERecord?id=CVE-2026-72921)\n- [Wiz Vulnerability Database Reference](https://www.wiz.io/vulnerability-database/cve/cve-2026-72921)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-72921) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-03T06:33:08.652835Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/818ea670-a3fb-4fcb-b261-24f798532502/export</guid>
      <pubDate>Thu, 03 Sep 2026 06:33:08 +0000</pubDate>
    </item>
    <item>
      <title>321827e3-8e67-4c83-92c6-d78276861fbe</title>
      <link>https://vulnerability.circl.lu/sighting/321827e3-8e67-4c83-92c6-d78276861fbe/export</link>
      <description>{"uuid": "321827e3-8e67-4c83-92c6-d78276861fbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-72921", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mssyfgmc6w24", "content": "\ud83d\udfe0 CVE-2026-72921 - High (8.1)\n\nSeaweedFS is a distributed storage system. Prior to 4.24, the weed/server/filer_server_handlers.g...\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-72921/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-08-11T16:01:53.936883Z"}</description>
      <content:encoded>{"uuid": "321827e3-8e67-4c83-92c6-d78276861fbe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-72921", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mssyfgmc6w24", "content": "\ud83d\udfe0 CVE-2026-72921 - High (8.1)\n\nSeaweedFS is a distributed storage system. Prior to 4.24, the weed/server/filer_server_handlers.g...\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-72921/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-08-11T16:01:53.936883Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/321827e3-8e67-4c83-92c6-d78276861fbe/export</guid>
      <pubDate>Tue, 11 Aug 2026 16:01:53 +0000</pubDate>
    </item>
  </channel>
</rss>
