๐Ÿ” CVE Alert

CVE-2026-58371

LOW 3.1

SeaweedFS < 4.30 - Cross-Origin Information Disclosure via Unvalidated JSONP callback Parameter

CVSS Score
3.1
EPSS Score
0.0%
EPSS Percentile
0th

SeaweedFS before 4.30 reflects the callback query parameter verbatim into responses served with Content-Type application/javascript in the shared writeJson helper (weed/server/common.go), with no callback-name validation, no X-Content-Type-Options: nosniff header, and no CORS allow-list. Every JSON endpoint that uses writeJson - including the unauthenticated master endpoints /dir/status, /dir/lookup and /cluster/status, the volume server /status, and the filer directory listing, all reachable in the default configuration (no -whiteList, no security.toml, bound to 0.0.0.0) - can therefore be loaded cross-origin via a script tag with a chosen callback, letting a third-party web page read cluster topology, volume server URLs and gRPC ports, file identifiers, and directory listings. Because the callback string is reflected at the start of the body and no nosniff header is sent, MIME-sniffing clients may also interpret the reflected content as HTML.

CWE CWE-79
Vendor seaweedfs
Product seaweedfs
Published Jun 30, 2026
Stay Ahead of the Next One

Get instant alerts for seaweedfs seaweedfs

Be the first to know when new low vulnerabilities affecting seaweedfs seaweedfs are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

seaweedfs / seaweedfs
0 < 4.30

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/seaweedfs/seaweedfs/releases/tag/4.30 github.com: https://github.com/seaweedfs/seaweedfs/pull/9686 github.com: https://github.com/seaweedfs/seaweedfs/commit/77dcb20a7485074d37340985d53103f94538abe6 github.com: https://github.com/geo-chen/oss/blob/main/seaweedfs.md vulncheck.com: https://www.vulncheck.com/advisories/seaweedfs-cross-origin-information-disclosure-via-unvalidated-jsonp-callback-parameter

Credits

George Chen