LiveActive security incident?Get immediate response
CVE Record

CVE-2020-8897: Robustness weakness in AWS KMS and Encryption SDKs

A weak robustness vulnerability exists in the AWS Encryption SDKs for Java, Python, C and Javalcript prior to versions 2.0.0. Due to the non-committing property of AES-GCM (and other AEAD ciphers such as AES-GCM-SIV or (X)ChaCha20Poly1305) used by the SDKs to encrypt messages, an attacker can craft a unique cyphertext which will decrypt to multiple different results, and becomes especially relevant in a multi-recipient setting. We recommend users update their SDK to 2.0.0 or later.

MediumCVSS 4.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This issue affects older AWS Encryption SDKs. In specific cryptographic workflows, an attacker could create one ciphertext that decrypts differently for different recipients, undermining message integrity. The business concern is corrupted or misleading decrypted data, not data disclosure. Sources recommend upgrading affected SDKs to version 2.0.0 or later.

Executive priority

Schedule remediation in the normal security update cycle unless the organization has high-value multi-recipient encrypted workflows. Escalate if vulnerable SDKs process externally supplied ciphertext or business-critical integrity decisions depend on decrypted content.

Technical view

AWS Encryption SDKs for Java, Python, C, and JavaScript before 2.0.0 used non-committing AEAD encryption. Because ciphertexts were not bound to a single plaintext/key context, crafted ciphertext could produce multiple valid decryptions, especially in multi-recipient use. CVSS 4.8 reflects high complexity, low privileges, and user interaction, with integrity impact.

Likely exposure

Exposure is likely limited to applications using affected AWS Encryption SDK versions for client-side encryption and decryption. Plain AWS KMS use is not enough by itself based on the provided sources. Multi-recipient encrypted message workflows deserve priority review.

Exploitation context

The source bundle does not show active exploitation, and this CVE is not listed as KEV. Exploitation is described as high complexity and context-dependent, requiring a crafted ciphertext and a vulnerable decryption workflow. Treat it as an integrity risk in sensitive encrypted-data pipelines.

Researcher notes

Evidence supports a cryptographic robustness flaw, not a general AWS KMS compromise. The affected product metadata is broad, while the description specifically names AWS Encryption SDKs before 2.0.0. Validate exact package names and versions from project manifests and vendor advisories.

Mitigation direction

  • Upgrade affected AWS Encryption SDKs to version 2.0.0 or later.
  • Review AWS guidance on key commitment and explicit KeyIds.
  • Prioritize systems handling multi-recipient encrypted messages.
  • Confirm compatibility before decrypting legacy ciphertext at scale.
  • Check vendor guidance for language-specific migration details.

Validation and detection

  • Inventory AWS Encryption SDK versions in Java, Python, C, and JavaScript projects.
  • Identify services decrypting data from untrusted or shared sources.
  • Review whether encrypted messages use multi-recipient workflows.
  • Confirm upgraded SDKs are deployed in all encryption and decryption paths.
  • Add regression tests for legacy ciphertext handling during migration.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-310: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-8897 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N1.23.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.8Medium
CVSS 3.1 vector shape for CVE-2020-8897Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
AmazonAWS SDKstableListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-310 · source CWE mapping

Cryptographic Issues

Cryptographic Issues represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.