CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-74550

highCVSS 7.5covered by 2 sourcesfirst seen 2026-08-11
In the Linux kernel, the following vulnerability has been resolved: net: do not send ICMP/NDISC Redirects when peer allocation fails When inet_getpeer_v4() or inet_getpeer_v6() fails to allocate a peer entry under memory pressure or tree size caps, redirect handlers previously fell back to sending un-rate-limited ICMP/NDISC Redirect messages. In IPv4, ip_rt_send_redirect() called icmp_send() directly when peer == NULL. In IPv6, ip6_forward() and ndisc_send_redirect() passed a NULL peer into inet_peer_xrlim_allow(), which returned true when peer == NULL. Because ICMP/NDISC Redirects are not part of the default global rate limit mask (sysctl_icmp_ratemask), sending redirects when peer == NULL creates an un-rate-limited ICMP packet storm. Fix this by failing closed in ip_rt_send_redirect(), ip6_forward(), and ndisc_send_redirect() when peer is NULL.

CSIRTS triage

What
The kernel sends ICMP or NDISC redirect messages even when peer allocation fails, potentially enabling denial-of-service conditions.
Who is affected
Systems running affected Linux kernel versions where network redirects are processed.
Urgency
Medium priority; not currently exploited but affects network stack stability.
Action
Apply kernel patch to prevent redirect transmission on allocation failure or update to a patched kernel version.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-74550

Get an email if CVE-2026-74550 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-74550

CVE.org record

Embed the live status

CVE-2026-74550 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-74550 status](https://www.csirts.com/badge/CVE-2026-74550)](https://www.csirts.com/cve/CVE-2026-74550)