Search/freertos
Vendor

freertos

Known CVEs
0
Highest CVSS
In KEV
0
Vendor
coremqtt
Connections
5 relationships
Issue with FreeRTOS-Plus-TCP - MAC Address Validation Bypass and ICMP Echo Reply Integer Underflow
Issue with FreeRTOS-Plus-TCP - MAC Address Validation Bypass and ICMP Echo Reply Integer Underflow Bulletin ID: 2026-021-AWS Scope: AWS Content Type: Important (requires attention) Publication Date: 04/29/2026 11:45 AM PDT Description: FreeRTOS-Plus-TCP is a scalable, open source, and thread-safe TCP/IP stack for FreeRTOS. CVE-2026-7422: Insufficient packet validation in the IPv4 and IPv6 receive paths allows an adjacent network device to send a packet that bypasses checksum and minimum-size validation by spoofing the Ethernet source MAC address to match one of the target device's own registered endpoints. CVE-2026-7423: Integer underflow in the ICMP and ICMPv6 echo reply handlers allows an adjacent network device to cause a denial of service (device crash) when outgoing ping support is enabled, because header sizes are subtracted from a packet length field without validating the field is large enough, resulting in a heap out-of-bounds read. Impacted versions: >=V4.0.0 AND =V4.3.0 AND <=V4.4.0 Resolution: This issue has been addressed in FreeRTOS-Plus-TCP version V4.4.1 and V4.2.6. We recommend upgrading to the latest version and ensuring any forked or derivative code is patched to incorporate the new fixes. Workarounds: CVE-2026-7422 (ICMP integer underflow) can be mitigated by disabling outgoing ping support by setting ipconfigSUPPORT_OUTGOING_PINGS to 0 in your FreeRTOSIPConfig.h configuration file, or by updating to a fixed version. Mitigating CVE-2026-7423 (MAC address validation bypass) requires updating to a fixed version. References: Acknowledgment: We would like to thank Espilon for collaborating on this issue through the coordinated vulnerability disclosure process. Please email [email protected] with any security questions or concerns.
aws.amazon.comAug 20, 2026extracted
Issue with FreeRTOS-Plus-TCP - IPv6 Router Advertisement Memory Safety Issues
Issue with FreeRTOS-Plus-TCP - IPv6 Router Advertisement Memory Safety Issues Bulletin ID: 2026-023-AWS Scope: AWS Content Type: Important (requires attention) Publication Date: 04/29/2026 11:45 AM PDT Description: FreeRTOS-Plus-TCP is an open source TCP/IP stack implementation designed for FreeRTOS, providing a standard Berkeley sockets interface and support for essential networking protocols including IPv6, ARP, DHCP, DNS, and Router Advertisement (RA). We identified CVE-2026-7425 and CVE-2026-7426, one of them being out-of-bounds read and another one being out-of-bounds write issues respectively in the IPv6 Router Advertisement option parser where insufficient validation of length fields allows memory operations without proper bounds checking. Either issue can be exploited by any device on the local network that can send crafted Router Advertisement packets. No authentication or user interaction is required. Impacted versions: >=V4.0.0 AND =V4.3.0 AND <=V4.4.0 Resolution: This issue has been addressed in FreeRTOS-Plus-TCP version V4.4.1 and V4.2.6. We recommend upgrading to the latest version and ensuring any forked or derivative code is patched to incorporate the new fixes. Workarounds: If upgrading is not immediately possible, consider the following mitigations: Implement network-level filtering to block untrusted Router Advertisement packets on the local network segment Deploy devices on isolated network segments where rogue RA packets cannot be injected References: Acknowledgment: We would like to thank Espilon for collaborating on this issue through the coordinated vulnerability disclosure process. Please email [email protected] with any security questions or concerns.
aws.amazon.comAug 20, 2026extracted