VYPR

Seaweedfs

by SeaweedFS

Source repositories

CVEs (9)

  • CVE-2026-54917CriJun 25, 2026
    risk 0.58cvss 10.0epss 0.00

    SeaweedFS is a distributed storage system for object storage (S3), file systems, and Iceberg tables. Prior to 4.30, the S3 API gateway and the Iceberg REST catalog gateway construct their routers with mux.NewRouter().SkipClean(true). With path cleaning disabled, a .. segment…

  • CVE-2026-72920CriAug 11, 2026
    risk 0.57cvss 9.8epss 0.00

    SeaweedFS is a distributed storage system. Prior to 4.24, the filer registers the SeaweedIdentityAccessManagement gRPC service without mandatory authentication when jwt.filer_signing.key is unset, allowing any client that can reach the filer gRPC port to invoke CreateUser,…

  • CVE-2026-73080CriAug 11, 2026
    risk 0.53cvss 9.3epss 0.00

    SeaweedFS is a distributed storage system. Prior to 4.24, VolumeServer.FetchAndWriteNeedle in weed/server/volume_grpc_remote.go fetches a caller-supplied remote endpoint through weed/remote_storage/s3/s3_storage_client.go and writes the response into a needle. The RPC performs…

  • CVE-2026-72921HigAug 11, 2026
    risk 0.46cvss 8.1epss 0.00

    SeaweedFS is a distributed storage system. Prior to 4.24, the weed/server/filer_server_handlers.go allowed_prefixes authorization check used strings.HasPrefix on raw path strings, so a filer JWT scoped to /tenant1 also authorized sibling paths such as /tenant1234, /tenant1-old,…

  • CVE-2026-55874HigJul 8, 2026
    risk 0.43cvss 7.7epss 0.00

    SeaweedFS is a distributed storage system. Prior to 4.34, the S3 API gateway does not reject dot-dot path segments in the X-Amz-Copy-Source header used by CopyObject and UploadPartCopy, allowing an authenticated identity scoped to one bucket to read objects from other buckets…

  • CVE-2024-40120MedMay 16, 2025
    risk 0.35cvss 6.5epss 0.00

    seaweedfs v3.68 was discovered to contain a SQL injection vulnerability via the component /abstract_sql/abstract_sql_store.go.

  • CVE-2026-58371LowJun 30, 2026
    risk 0.13cvss 3.1epss 0.00

    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…

  • CVE-2026-55873MedJul 8, 2026
    risk 0.00cvss 4.3epss 0.00

    SeaweedFS is a distributed storage system. In versions 4.08 through 4.33, requests signed with SigV4 service s3tables are routed to the S3Tables management API where authorization collapses account-less S3 identities into the shared admin account and fails open, allowing an…

  • CVE-2026-58372HigJun 30, 2026
    risk 0.00cvss 8.1epss 0.01

    SeaweedFS before 4.34 contains a path traversal vulnerability in the S3 gateway DeleteMultipleObjectsHandler that allows authenticated S3 principals with write access to a single bucket to delete arbitrary objects in other tenants' buckets by supplying object keys containing ../…