PatchSiren cyber security CVE debrief
CVE-2026-73080 seaweedfs CVE debrief
CVE-2026-73080 is a critical vulnerability in SeaweedFS, a distributed storage system. The vulnerability exists in the VolumeServer.FetchAndWriteNeedle function, which allows unauthenticated requests to arbitrary hosts, including loopback, link-local, RFC 1918, and cloud metadata endpoints. This can lead to disclosure of instance metadata and IAM credentials, as well as access to otherwise unexposed internal services. The issue is fixed in version 4.24.
- Vendor
- seaweedfs
- Product
- Unknown
- CVSS
- CRITICAL 9.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-11
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-11
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for SeaweedFS deployments, particularly those in cloud environments, should assess exposure and prioritize patching. Defenders should also verify instance metadata and IAM credentials are not exposed and restrict access to the volume server gRPC port. Additionally, defenders should review compensating controls for exposed systems while remediation is scheduled and verified.
Why it matters
CVE-2026-73080 is a critical vulnerability in SeaweedFS that allows unauthenticated requests to arbitrary hosts, potentially disclosing instance metadata and IAM credentials, and allowing access to internal services. Defenders should prioritize patching to version 4.24 or later, verify instance metadata and IAM credentials are not exposed, and restrict access to the volume server gRPC port.
- Disclosure of instance metadata and IAM credentials
- Access to otherwise unexposed internal services
- Potential for unauthorized requests to arbitrary hosts
Technical summary
The vulnerability exists in the VolumeServer.FetchAndWriteNeedle function, which allows unauthenticated requests to arbitrary hosts, including loopback, link-local, RFC 1918, and cloud metadata endpoints. This can lead to disclosure of instance metadata and IAM credentials, as well as access to otherwise unexposed internal services. The issue is fixed in version 4.24. The volume server gRPC plane is unauthenticated by default, and configuring documented JWT signing keys does not protect this RPC. On cloud deployments, this can disclose instance metadata and IAM credentials and reach otherwise unexposed internal services.
Defensive priority
Defenders should prioritize patching to version 4.24 or later, and verify instance metadata and IAM credentials are not exposed.
Recommended defensive actions
- Patch SeaweedFS to version 4.24 or later
- Verify instance metadata and IAM credentials are not exposed
- Restrict access to the volume server gRPC port
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its critical CVSS score of 9.3 and the affected versions. The vulnerability exists in the VolumeServer.FetchAndWriteNeedle function, which allows unauthenticated requests to arbitrary hosts. This can lead to disclosure of instance metadata and IAM credentials, as well as access to otherwise unexposed internal services. The issue is fixed in version 4.24. Defenders should verify instance metadata and IAM credentials are not exposed and restrict access to the 4
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73080 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73080
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73080 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73080
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/seaweedfs/seaweedfs/commit/69da20bdaec923e5a43d8aa71bf3c0a2051fc019
-
Source reference
Unverified legacy reference
URL: https://github.com/seaweedfs/seaweedfs/pull/9441
-
Source reference
Unverified legacy reference
URL: https://github.com/seaweedfs/seaweedfs/releases/tag/4.24
-
Source reference
Unverified legacy reference
URL: https://github.com/seaweedfs/seaweedfs/security/advisories/GHSA-87fv-vqqr-m4jr
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.