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: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains a flaw that causes 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 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 kernels running the unpatched code before the commit that added validation are affected. The vulnerability is present in the mainline kernel until the fix is merged; administrators should verify that their kernel version includes the patch referenced in the provided commit links. Exact version ranges are not specified in the data.

Risk and Exploitability

The EPSS score is < 1% and the vulnerability is not listed in CISA’s KEV catalog, so its current exploitation probability is low. However, the likely attack vector is by sending crafted ICMP extended echo reply packets from an external host, inferred from the nature of the vulnerability. The CVSS score of 8.2 indicates high severity, meaning that while the flaw is serious, it still may not be widely exploited but poses a strong risk that could compromise system integrity if exploited.

Generated by OpenCVE AI on May 30, 2026 at 14:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that adds validation for ICMP_EXT_ECHOREPLY types, updating the kernel to the latest stable release that contains the commit referenced in the advisory.
  • If patching cannot be performed immediately, 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 impact of any remaining memory corruption.

Generated by OpenCVE AI on May 30, 2026 at 14:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 16 Jun 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo

Mon, 01 Jun 2026 17:00:00 +0000


Sat, 30 May 2026 13:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Sat, 30 May 2026 11:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


Thu, 28 May 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


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-06-14T17:49:43.163Z

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

Link: CVE-2026-46037

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

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

Modified: 2026-06-16T15:17:15.703

Link: CVE-2026-46037

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-05-27T00:00:00Z

Links: CVE-2026-46037 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-30T14:45:25Z

Weaknesses