PT-2026-43904 · Linux · Linux
Published
2026-05-27
·
Updated
2026-05-27
·
CVE-2026-46037
CVSS v3.1
8.2
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H |
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.
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux