CVE-2025-11618
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-10

Last updated on: 2025-10-31

Assigner: AMZN

Description
A missing validation check in FreeRTOS-Plus-TCP's UDP/IPv6 packet processing code can lead to an invalid pointer dereference when receiving a UDP/IPv6 packet with an incorrect IP version field in the packet header.Β This issue only affects applications using IPv6. We recommend upgrading to the latest version and ensure any forked or derivative code is patched to incorporate the new fixes.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-10
Last Modified
2025-10-31
Generated
2026-06-16
AI Q&A
2025-10-10
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
amazon freertos-plus-tcp From 4.0.0 (inc) to 4.3.4 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-476 The product dereferences a pointer that it expects to be valid but is NULL.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is an invalid pointer dereference in FreeRTOS-Plus-TCP's UDP/IPv6 packet processing code. It occurs when the software receives a UDP/IPv6 packet with an incorrect IP version field in the packet header. Because of missing validation checks, this can cause the system to dereference a NULL or invalid pointer, potentially leading to a crash or exit. This issue only affects applications using IPv6 and was fixed in version 4.3.4. [2, 1]

Impact Analysis

The vulnerability can cause the affected application to crash or exit unexpectedly due to dereferencing a NULL pointer when processing malformed UDP/IPv6 packets. This results in a denial of service or loss of availability for the affected system. There is no impact on confidentiality or integrity. [2]

Detection Guidance

This vulnerability involves processing UDP/IPv6 packets with an incorrect IP version field leading to invalid pointer dereference. Detection would involve monitoring for crashes or abnormal exits of FreeRTOS-Plus-TCP network stack when handling IPv6 UDP packets. Since the issue arises from malformed IPv6 packets with incorrect IP version fields, network packet capture tools (e.g., tcpdump or Wireshark) can be used to inspect incoming UDP/IPv6 packets for invalid IP version fields. However, no specific detection commands or signatures are provided in the resources. Therefore, detection primarily relies on monitoring system stability and analyzing network traffic for malformed IPv6 UDP packets. [1, 2]

Mitigation Strategies

The immediate mitigation step is to upgrade FreeRTOS-Plus-TCP to version 4.3.4 or later, where this vulnerability has been fixed by adding appropriate validation checks. If using forked or derivative code, ensure that patches incorporating these fixes are applied. No workarounds are available, so upgrading is the recommended action to prevent crashes caused by this vulnerability. [1, 2]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-11618. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart