CVE-2026-19642
Analyzed Analyzed - Analysis Complete

Out-of-Bounds Write in AWS SDK for C++ Base64 Decoder

Vulnerability report for CVE-2026-19642, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-12

Last updated on: 2026-08-18

Assigner: AMZN

Description

An out-of-bounds write issue in the Base64 decoder in Amazon aws-sdk-cpp before 1.11.862 might allow a remote authenticated user to cause a crash or heap memory corruption in an application that processes crafted Base64-encoded input. To remediate this issue, users should upgrade to version 1.11.862.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-12
Last Modified
2026-08-18
Generated
2026-09-02
AI Q&A
2026-08-13
EPSS Evaluated
2026-08-31
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
amazon aws_software_development_kit to 1.11.862 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an out-of-bounds write vulnerability in the Base64 decoder of the Amazon aws-sdk-cpp library. It occurs when crafted Base64-encoded input causes the decoder to write data beyond the allocated memory buffer, potentially leading to crashes or heap memory corruption in applications processing such input.

Detection Guidance

This vulnerability is specific to the aws-sdk-cpp library and cannot be directly detected via network scans or system commands. Instead, check the version of aws-sdk-cpp installed on your system. If the version is below 1.11.862, the system is vulnerable.

Impact Analysis

The vulnerability could cause application crashes or memory corruption when processing malicious Base64 input. While remote code execution hasn't been demonstrated, the flaw affects applications using the SDK's Base64 decoder through generated C++ service clients. Users should upgrade to version 1.11.862 or later to mitigate risks.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by allowing unauthorized memory corruption or crashes in applications processing Base64-encoded data. Such issues may lead to data integrity breaches or denial-of-service conditions, which are critical concerns under these regulations. However, no evidence suggests remote code execution, reducing but not eliminating compliance risks.

Mitigation Strategies

Upgrade the aws-sdk-cpp library to version 1.11.862 or later. This version replaces the vulnerable Base64 decoder with one from aws-crt-cpp. Ensure any forked or derivative code also uses the updated library.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19642. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart