Skip to main content
Meet us at Black Hat USA 2026— Las Vegas, August 1–6Book a Meeting
Mallory
High

Linux kernel IPv4 ICMP out-of-range reply type access

IdentifiersCVE-2026-46037CWE-129

CVE-2026-46037 is a Linux kernel vulnerability in the IPv4 ICMP handling path. The issue was fixed by validating the outbound ICMP reply type before indexing the icmp_pointers[] table. Extended echo replies use ICMP_EXT_ECHOREPLY as the reply type, but that value lies outside the range described by icmp_pointers[], which only covers traditional ICMP types up to NR_ICMP_TYPES. As a result, the kernel could consult icmp_pointers[] with an out-of-range type value during reply handling. The fix avoids using icmp_pointers[] for reply types outside the supported range and applies array_index_nospec() to remaining in-range lookups. Normal ICMP replies retain existing behavior.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

The vulnerability is remotely reachable over the network and can be triggered without privileges or user interaction. Based on the provided scoring and advisory context, the primary impact is high availability impact, with possible kernel instability or denial of service resulting from the out-of-range array access logic in the IPv4 ICMP subsystem. The provided CVSS context also indicates low confidentiality impact and no integrity impact.

Mitigation

If you can’t patch tonight, do this now.

If immediate patching is not possible, reduce exposure of vulnerable systems to untrusted network-originated ICMP traffic, especially where extended echo handling may be reachable. Apply network filtering or rate limiting for ICMP where operationally feasible, and restrict direct network exposure of affected hosts. These are compensating controls only; the provided content indicates patching the kernel is the definitive fix.

Remediation

Patch, then assume compromise.

Upgrade to a Linux kernel release that includes the fix for CVE-2026-46037. The remediation is to validate the ICMP reply type before consulting icmp_pointers[], skip the table lookup for reply types outside the valid range, and use array_index_nospec() for valid in-range accesses. Vendor kernel updates were published across multiple stable and SUSE-supported branches, including fixes referenced by upstream stable commits such as 92e7c209036dcc0e8ffdf806fdfd3645b263bea5, bc64a66e0b9ad937d3d49934242ee62b01ba9a94, c2178ff1c70ebfc2ab9651b230c58a34683db759, d700c34a5d186b9ba0715bcb19e0ff80ffbfbfc1, 67bf002a2d7387a6312138210d0bd06e3cf4879b, b3a88fc5ae024d43c5ecf653f3bbe837e4a6dc99, and 93df2af4f491de33827550b9d420f01808c0706b. Apply the relevant vendor advisory updates for affected distributions.
PUBLIC EXPLOITS

Exploits

No public exploits tracked yet. Mallory keeps watching.

VALID 0 / 0 TOTALView more in app

No public exploit code observed for this vulnerability.

EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
LinuxLinux Kerneloperating_system

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity

Community discussion across Reddit, Mastodon, and other social sources.