
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-14763 is a missing cryptographic key commitment vulnerability in the Amazon S3 Encryption Client for Java (S3EC), enabling an "Invisible Salamanders" attack against encrypted data stored in S3. It affects all versions of the library up to and including v3.5.0, and was disclosed on December 17, 2025. The vulnerability is part of a broader set of key commitment issues across multiple AWS S3 Encryption Client SDKs (CVE-2025-14759 through CVE-2025-14764). It carries a CVSS v3.1 score of 5.3 (Medium) and a CVSS v4.0 score of 6.0 (Medium) (AWS Security Bulletin, GitHub Advisory).
The root cause is classified as CWE-327 (Use of a Broken or Risky Cryptographic Algorithm): older versions of S3EC do not implement cryptographic key commitment, meaning a single ciphertext can potentially be decrypted to two different plaintexts using different encryption keys. This flaw is specifically triggered when the Encrypted Data Key (EDK) is stored in an "Instruction File" rather than in S3's object metadata record — a supported but less common configuration. An attacker exploiting this weakness (known academically as the "Invisible Salamanders" attack, described in https://eprint.iacr.org/2019/016) must: (i) craft a rogue EDK that decrypts the same ciphertext to attacker-controlled plaintext, and (ii) replace the legitimate instruction file in the S3 bucket with the rogue one. Subsequent decryption operations by legitimate clients will silently use the rogue EDK and produce the attacker-chosen plaintext (AWS Security Bulletin, GitHub Advisory).
Successful exploitation allows an attacker with write access to an S3 bucket to manipulate decryption outcomes, causing legitimate clients to receive attacker-controlled plaintext instead of the original encrypted data. This represents a high-integrity impact — data trustworthiness is fundamentally undermined — while confidentiality and availability are not directly affected. The attack is limited to deployments using the "Instruction File" EDK storage mode and requires the attacker to already possess write permissions to the target S3 bucket, constraining the blast radius to environments where bucket access controls are insufficiently restrictive (GitHub Advisory, AWS Security Bulletin).
.instruction suffix alongside the encrypted object).PUT or PutObject API calls targeting .instruction suffix objects in S3 buckets, especially from unfamiliar IAM principals or source IPs.GetObject calls on instruction files followed shortly by PutObject calls on the same key from a different principal, indicating potential file replacement..instruction files for unauthorized modifications or unexpected version additions.The primary remediation is to upgrade the Amazon S3 Encryption Client for Java to version 4.0.0 or later, which introduces mandatory key commitment using the ALG_AES_256_GCM_HKDF_SHA512_COMMIT_KEY algorithm suite and requires the REQUIRE_ENCRYPT_REQUIRE_DECRYPT commitment policy by default. AWS also released a code-compatible minor version that can read messages with key commitment but not write them, for organizations needing a transitional step. There are no known configuration-based workarounds — upgrading is the only remediation. Additionally, organizations should review and restrict write access to S3 buckets containing encrypted objects as a defense-in-depth measure (AWS Security Bulletin, GitHub Release v4.0.0).
AWS published a formal security bulletin (AWS-2025-032) on December 17, 2025, covering the key commitment issue across six S3 Encryption Client SDKs simultaneously, indicating a coordinated disclosure effort. The advisory was noted by security community members on Mastodon (infosec.exchange) shortly after publication. Red Hat also tracked the CVE, suggesting downstream impact awareness in enterprise Linux ecosystems. Overall community reaction has been measured, consistent with the moderate severity rating and the specific deployment conditions required for exploitation (AWS Security Bulletin).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."