CVE-2026-7426
Received Received - Intake

Heap Buffer Overflow in FreeRTOS-Plus-TCP

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

Publication date: 2026-04-29

Last updated on: 2026-05-04

Assigner: AMZN

Description

Insufficient validation of the prefix length field in IPv6 Router Advertisement processing in FreeRTOS-Plus-TCP before V4.2.6 and V4.4.1 allows an adjacent network actor to cause memory corruption by sending a crafted Router Advertisement with a prefix length value exceeding the maximum valid length, resulting in a heap buffer overflow. Users processing IPv4 RA only are not impacted. To mitigate this issue, users should upgrade to the fixed version when available.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-04-29
Last Modified
2026-05-04
Generated
2026-07-26
AI Q&A
2026-04-29
EPSS Evaluated
2026-07-25
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
amazon freertos-plus-tcp From 4.0.0 (inc) to 4.2.6 (exc)
amazon freertos-plus-tcp From 4.3.0 (inc) to 4.4.1 (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 vulnerability is caused by insufficient validation of the prefix length field in IPv6 Router Advertisement processing in FreeRTOS-Plus-TCP versions before V4.2.6 and V4.4.1.

An adjacent network actor can exploit this by sending a specially crafted Router Advertisement with a prefix length value that exceeds the maximum valid length.

This leads to memory corruption through a heap buffer overflow.

Users who only process IPv4 Router Advertisements are not affected by this vulnerability.

Detection Guidance

This vulnerability involves crafted IPv6 Router Advertisement (RA) packets with invalid prefix length fields causing memory corruption. Detection would involve monitoring network traffic for suspicious or malformed RA packets with prefix length values exceeding the maximum valid length.

While no specific commands are provided in the resources, network administrators can use packet capture tools such as tcpdump or Wireshark to filter and analyze IPv6 RA packets. For example, using tcpdump to capture RA packets:

  • tcpdump -i <interface> icmp6 and 'ip6[40] == 134'

This command captures ICMPv6 Router Advertisement messages (ICMPv6 type 134). Further inspection of the prefix length fields in these packets can help identify malformed RA packets that may exploit the vulnerability.

Impact Analysis

The vulnerability can cause memory corruption due to a heap buffer overflow when processing crafted IPv6 Router Advertisements.

This can potentially allow an adjacent network attacker to disrupt the normal operation of the affected device or software.

The impact includes possible denial of service or other unpredictable behavior resulting from the memory corruption.

Compliance Impact

The vulnerability impacts the integrity and availability of affected systems by allowing memory corruption through crafted IPv6 Router Advertisement packets. However, there is no indication that confidentiality is affected.

Since the vulnerability does not impact confidentiality, it is less likely to directly violate data protection regulations such as GDPR or HIPAA, which primarily focus on protecting personal data confidentiality and privacy.

Nevertheless, the potential for system crashes or compromised integrity could indirectly affect compliance if these systems are part of critical infrastructure handling regulated data, as availability and integrity are also important aspects of these standards.

Mitigation by upgrading to fixed versions or implementing network-level filtering is recommended to maintain system security and compliance posture.

Mitigation Strategies

To mitigate this issue, users should upgrade to the fixed version of FreeRTOS-Plus-TCP when it becomes available.

Chat Assistant

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

EPSS Chart