CVE-2026-5190

7.5

Amazon (AWS) · aws-c-event-stream

An out-of-bounds write vulnerability exists in the streaming decoder of aws-c-event-stream, potentially allowing memory corruption and arbitrary code execution via crafted messages.

Executive summary

A critical out-of-bounds write vulnerability in the AWS aws-c-event-stream library may allow remote attackers to achieve code execution through malicious event-stream messages.

Vulnerability

This is an out-of-bounds write (CWE-787) flaw within the streaming decoder component. The vulnerability can be triggered by an unauthenticated third party operating a server, which sends crafted event-stream messages to a client application, leading to memory corruption and potential arbitrary code execution.

Business impact

The ability to achieve arbitrary code execution on client applications poses a severe risk to organizational data integrity and system security. Given the CVSS score of 7.5, this high-severity vulnerability could lead to total compromise of the affected client, resulting in unauthorized access to sensitive data or the disruption of critical business processes.

Remediation

Immediate Action: Update the aws-c-event-stream library to version 0.6.0 or later immediately to incorporate the necessary memory safety fixes.

Proactive Monitoring: Review application logs for unexpected crashes or errors during the processing of network-based event streams, which may indicate attempted exploitation.

Compensating Controls: Implement network-level egress filtering and strict input validation on all received event-stream messages to mitigate the risk of processing malicious payloads while the update is being deployed.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Organizations utilizing the aws-c-event-stream library must treat this vulnerability with urgency. Given the potential for arbitrary code execution, administrators should prioritize patching to version 0.6.0 across all affected environments to eliminate the underlying memory corruption risk.

More Amazon (AWS) CVEs

Sources