Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-40344

27
FAUCET Score

CVE-2026-40344 is an authentication bypass vulnerability in MinIO's Snowball auto-extract handler that allows any user with a valid access key to write arbitrary objects to any bucket without cryptographic signature verification. The vulnerability affects MinIO versions from RELEASE.2023-05-18 through RELEASE.2026-04-11, impacting any MinIO deployment that has the Snowball auto-extract feature enabled. The root cause stems from incomplete implementation of the authTypeStreamingUnsignedTrailer authentication type, which was added to other handlers but omitted from PutObjectExtractHandler, causing signature verification to be bypassed entirely. The attack vector is network-based and requires only knowledge of a valid access key and target bucket name, making it relatively low-complexity to execute. An attacker sends a specially crafted PUT request with STREAMING-UNSIGNED-PAYLOAD-TRAILER headers and a fabricated signature, which is accepted due to missing signature validation logic. The potential impact is severe, as successful exploitation enables unauthorized object write access and arbitrary code execution through tar payload extraction, affecting confidentiality, integrity, and availability of stored data. There is no current evidence of active exploitation in the wild, with the vulnerability holding an inactive status on the Known Exploited Vulnerabilities list. However, the Faucet Risk Score of 51.0/100 indicates moderate concern, and the vulnerability's relative simplicity makes it likely that exploitation tools could be rapidly developed. Remediation options include upgrading to the patched release, blocking unsigned-trailer requests at the load balancer level, restricting WRITE permissions to trusted principals, or requiring clients to use the signed variant of streaming payloads.

Impacted Technologies

VendorProductVersion(s)CPE
>= 2023-05-18t00-05-36z, < 2026-04-11T03-20-12ZCPE matchmatch criteria
cpe:2.3:a:minio:minio:*:*:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 4.0

8.8HIGH

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
VS Confidentiality
NONE
VS Integrity
HIGH
VS Availability
LOW
SS Confidentiality
NONE
SS Integrity
NONE
SS Availability
NONE
Exploit Maturity
NOT_DEFINED
CvssVersion
4.0

Exploit Intelligence

EPSS Score
0.42%
Probability of exploitation in next 30 days
EPSS Percentile
34.3%
Percentile rank of EPSS score among Peer Group
As of 2026-07-26
Model: v2026.06.15
This CVE's current EPSS score of 0.0042 is in the 13th percentile among its peer group of 51,485 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.1 Bluesky, 0.1 Mastodon, and 0.4 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (1)

github_advisorypatch availablevia nvd_reference
View patch

Vendor Advisories (1)

goGHSA-9c4q-hq6p-c237high

MinIO has an Unauthenticated Object Write via Missing Signature Verification in Unsigned-Trailer Uploads

Apr 14, 2026

References

github.com / minio/minio/commit/76913a9fd5c6e5c2dbd4e8c7faf56ed9e9e24091
Patch
github.com / minio/minio/pull/16484
Issue Tracking
github.com / minio/minio/security/advisories/GHSA-9c4q-hq6p-c237
PatchVendor Advisory