Description
In the Linux kernel, the following vulnerability has been resolved:

ipv4: icmp: validate reply type before using icmp_pointers

Extended echo replies use ICMP_EXT_ECHOREPLY as the outbound reply type.
That value is outside the range covered by icmp_pointers[], which only
describes the traditional ICMP types up to NR_ICMP_TYPES.

Avoid consulting icmp_pointers[] for reply types outside that range, and
use array_index_nospec() for the remaining in-range lookup. Normal ICMP
replies keep their existing behavior unchanged.
Published: 2026-05-27
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains a flaw that allows ICMP extended echo reply packets to be processed without first verifying the packet’s type. Because the ICMP extension type is greater than the range handled by the icmp_pointers array, the code may look up outside of that array bounds. This can lead to an out‑of‑bounds memory access that may expose kernel memory contents or overwrite pointers, potentially allowing an attacker to gain kernel execution or cause a crash. The weakness corresponds to an unvalidated array index situation.

Affected Systems

All Linux systems running affected kernel versions that include the unresolved icmp_pointers bug are affected. The impact applies to any distribution that ships with the unpatched kernel; the issue is present in the mainline kernel prior to the commit that added the validation. Exact version ranges are not specified in the available data, so administrators should verify whether their kernel includes the patch commit identified in the provided references.

Risk and Exploitability

The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, so its current exploitation probability is unknown. However, because the bug operates on regular network traffic and affects the core kernel, an attacker could craft a malicious ICMP packet from an external host to trigger the out‑of‑bounds access, given the lack of a specified mitigated environment. The lack of a CVSS score makes it difficult to quantify severity, but the kernel nature of the flaw suggests a potentially high impact if exploitable.

Generated by OpenCVE AI on May 27, 2026 at 18:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that adds validation for ICMP_EXT_ECHOREPLY types; update the kernel to the latest stable release that includes the fix.
  • If patching is not immediately possible, restrict inbound ICMP traffic by configuring a firewall rule that drops or limits ICMP_EXT_ECHOREPLY packets from untrusted sources.
  • Enable kernel hardening features such as CONFIG_RESTRICTED_KERNEL or SELinux to reduce the potential damage of any remaining memory corruption.

Generated by OpenCVE AI on May 27, 2026 at 18:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 27 May 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ipv4: icmp: validate reply type before using icmp_pointers Extended echo replies use ICMP_EXT_ECHOREPLY as the outbound reply type. That value is outside the range covered by icmp_pointers[], which only describes the traditional ICMP types up to NR_ICMP_TYPES. Avoid consulting icmp_pointers[] for reply types outside that range, and use array_index_nospec() for the remaining in-range lookup. Normal ICMP replies keep their existing behavior unchanged.
Title ipv4: icmp: validate reply type before using icmp_pointers
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-05-27T12:56:47.795Z

Reserved: 2026-05-13T15:03:33.093Z

Link: CVE-2026-46037

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-27T14:17:23.027

Modified: 2026-05-27T14:48:03.013

Link: CVE-2026-46037

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-27T18:30:26Z

Weaknesses