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.
Published: 2026-08-15
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel incorrectly sends ICMP or NDisc Redirect messages when it cannot allocate a peer entry due to memory pressure or internal limits. The redirect handlers treat a missing peer as a valid condition and call the send routine directly, bypassing the global rate‑limiting mask. This flaw produces an un‑rate‑limited storm of redirect packets that can exhaust network resources, degrade performance, or cause a denial of service on the local host or remote peers. The weakness is a classic uncontrolled resource consumption error.

Affected Systems

All Linux kernel builds that lack the patch described in the commit chain are impacted. The vulnerable components include the IPv4 redirect generator (ip_rt_send_redirect), the IPv6 forwarding logic (ip6_forward), and the NDisc redirect helper (ndisc_send_redirect). No specific kernel version numbers are listed, so any kernel version before the patch commit is at risk.

Risk and Exploitability

The CVSS score of 7.5 indicates a high potential impact, while the EPSS score of < 1% shows a very low exploitation probability. The vulnerability is not in CISA’s KEV catalog, and no active exploits are known. Exploitation would likely require conditions where peer allocation fails – for example, sustained memory pressure or artificially induced neighbor table rebuilds. Inferred attack paths involve an attacker locally exhausting kernel memory or flooding the network with traffic that forces neighbor lookups to trigger the bug, leading to a redirect storm that consumes bandwidth and processing resources.

Generated by OpenCVE AI on August 21, 2026 at 21:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the Linux kernel update that patches the redirect handlers to fail when a peer allocation error occurs.
  • If an immediate kernel update is not possible, disable ICMP and NDisc redirects by setting the sysctl parameters net.ipv4.conf.all.send_redirects=0 and net.ipv6.conf.all.forwarding=0 to prevent flood of redirects.
  • Continuously monitor network traffic and kernel logs for unusually high volumes of redirect messages, which may indicate exploitation or accidental activation of the bug.

Generated by OpenCVE AI on August 21, 2026 at 21:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Fri, 21 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Fri, 21 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
References
Metrics threat_severity

None

threat_severity

Moderate


Wed, 19 Aug 2026 17:00:00 +0000


Mon, 17 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Mon, 17 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Sat, 15 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Sat, 15 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
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.
Title net: do not send ICMP/NDISC Redirects when peer allocation fails
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-19T16:38:44.870Z

Reserved: 2026-08-15T05:44:03.915Z

Link: CVE-2026-74550

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T13:18:00.390

Modified: 2026-08-19T17:21:10.020

Link: CVE-2026-74550

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74550 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T22:00:14Z

Weaknesses