VYPR

Bitnami package

seaweedfs

pkg:bitnami/seaweedfs

Vulnerabilities (12)

  • CVE-2026-77611HigAug 26, 2026
    affected < 4.40.0fixed 4.40.0

    SeaweedFS is a distributed storage system for files and blobs. In versions prior to 4.40, an authenticated S3 principal with permissions scoped to a nested object key can overwrite a different object outside that scope by calling PutObjectAcl on the key it is allowed to access. T

  • CVE-2026-77368HigAug 26, 2026
    affected >= 4.39.0, < 4.40.0fixed 4.40.0

    SeaweedFS is a distributed storage system for files and blobs. In version 4.39, the filer's TUS resumable-upload handler checks JWT allowed_prefixes scoping only when a session is created, letting a low-privilege tenant hijack another tenant's upload session to write content to f

  • CVE-2026-77317HigAug 26, 2026
    affected >= 3.88.0, < 4.40.0fixed 4.40.0

    SeaweedFS is a distributed storage system for files and blobs. In versions from 3.88 through 4.39, the SFTP server evaluates configured path permissions with a literal string-prefix comparison, so a user scoped to a path is also granted the same access to any sibling path whose n

  • CVE-2026-77298HigAug 26, 2026
    affected < 4.40.0fixed 4.40.0

    SeaweedFS is a distributed storage system for files and blobs. In versions 4.39 and earlier, the S3 API accepts an external OIDC JWT sent directly in the Authorization header and maps it to an IAM role without enforcing that role's trust policy, so a federated user can assume a r

  • CVE-2026-73080CriAug 11, 2026
    affected < 4.24.0fixed 4.24.0

    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 no

  • CVE-2026-72921HigAug 11, 2026
    affected < 4.24.0fixed 4.24.0

    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, a

  • CVE-2026-72920CriAug 11, 2026
    affected < 4.24.0fixed 4.24.0

    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, Create

  • CVE-2026-55874HigJul 8, 2026
    affected < 4.34.0fixed 4.34.0

    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 thr

  • CVE-2026-55873MedJul 8, 2026
    affected < 4.34.0fixed 4.34.0

    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 authe

  • CVE-2026-58372HigJun 30, 2026
    affected < 4.30.0fixed 4.30.0

    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 ../

  • CVE-2026-54917CriJun 25, 2026
    affected < 4.30.0fixed 4.30.0

    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 insi

  • CVE-2024-40120MedMay 16, 2025
    affected >= 3.68.0, < 3.69.0fixed 3.69.0

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