CVE-2026-74550
Last modified
CVE-2026-74550 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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.. EPSS estimates a 0.44% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 92d8682926342d2b6aa5b2ecc02221e00e1573a0, < c0adf8b4247bcc5a145a25c1929006eb392580bb; >= 92d8682926342d2b6aa5b2ecc02221e00e1573a0, < f5ecaa7ea7686fa7ecdb6affc9d3a9a42e4524b1; >= 92d8682926342d2b6aa5b2ecc02221e00e1573a0, < 21666f7af49a90ef44d474916b8ef4402dfd74f5; >= 92d8682926342d2b6aa5b2ecc02221e00e1573a0, < 5ec5f00fc606a6df8434948c4552b3cb1176595d; >= 92d8682926342d2b6aa5b2ecc02221e00e1573a0, < 828f6670d110ff2bf44c743037b38badc315704c; >= 92d8682926342d2b6aa5b2ecc02221e00e1573a0, < dbc3791e3b2472e1ccc08947e0f83b443470ff4f |
| Linux | Linux | 2.6.39 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74550?
How severe is CVE-2026-74550?
How do I fix CVE-2026-74550?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74544In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74545In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74546In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74547In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74548In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74549In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74551In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74552In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74553In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74554In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74555In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74556In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-74550?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
