Security Advisory

CVE-2026-46037

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-27 12:56:47
Last updated 2026-06-14 17:49:43
Assigner Linux
CVSS score 8.2
State PUBLISHED

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.