CVE-2026-74550

Source
https://cve.org/CVERecord?id=CVE-2026-74550
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74550.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74550
Downstream
Published
2026-08-15T12:27:57Z
Modified
2026-08-21T03:30:22Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
net: do not send ICMP/NDISC Redirects when peer allocation fails
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74550.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
92d8682926342d2b6aa5b2ecc02221e00e1573a0
Fixed
c0adf8b4247bcc5a145a25c1929006eb392580bb
Fixed
f5ecaa7ea7686fa7ecdb6affc9d3a9a42e4524b1
Fixed
21666f7af49a90ef44d474916b8ef4402dfd74f5
Fixed
5ec5f00fc606a6df8434948c4552b3cb1176595d
Fixed
828f6670d110ff2bf44c743037b38badc315704c
Fixed
dbc3791e3b2472e1ccc08947e0f83b443470ff4f

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74550.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.39
Fixed
6.1.183
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.151
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.103
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.44
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.8

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74550.json"