PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-23398 Linux CVE debrief

The Linux kernel was vulnerable to a NULL pointer dereference in the icmp_tag_validation() function. This issue arises when the kernel receives an ICMP Fragmentation Needed error with a quoted inner IP header containing an unregistered protocol number. The vulnerability has been resolved with the addition of a NULL check before accessing icmp_strict_tag_validation. The vulnerability affects Linux kernel versions 3.14.1 to 6.19.10, and 7.0 rc1 to rc7.

Vendor
Linux
Product
Unknown
CVSS
MEDIUM 5.9
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-14
Original CVE updated
2026-07-28
Advisory published
2026-07-14
Advisory updated
2026-07-28

Who should care

System administrators and users of Linux kernel versions 3.14.1 to 6.19.10, and 7.0 rc1 to rc7, should be aware of this vulnerability and ensure their systems are updated with the latest kernel patches. This vulnerability can be exploited by attackers to cause a kernel panic in softirq context.

Technical summary

The icmp_tag_validation() function in the Linux kernel unconditionally dereferences the result of rcu_dereference(inet_protos[proto]) without checking for NULL. This can cause a kernel panic in softirq context when the kernel receives an ICMP Fragmentation Needed error with a quoted inner IP header containing an unregistered protocol number. The vulnerability has been fixed by adding a NULL check before accessing icmp_strict_tag_validation. System administrators should be aware of this vulnerability and ensure their systems are updated with the latest kernel patches.

Defensive priority

Medium priority should be given to patching this vulnerability, especially for systems that handle ICMP traffic and have hardened PMTU mode enabled.

Recommended defensive actions

  • Apply the latest Linux kernel patches to ensure the NULL check is in place.
  • Review and update system configurations to prevent exposure to unregistered protocol numbers.
  • Monitor ICMP traffic for potential exploitation attempts.
  • Perform a thorough review of the system to identify potential vulnerabilities.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.

Evidence notes

The CVE record was published on 2026-03-26T11:16:19.910Z and last modified on 2026-07-14T13:18:32.647Z. The NVD entry is currently Modified. This vulnerability affects Linux kernel versions 3.14.1 to 6.19.10, and 7.0 rc1 to rc7. There is no information on known ransomware campaign use. The CVE record was created based on the supplied source corpus and has not been modified since then.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-23398 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-23398

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-23398 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-23398

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/1e4e2f5e48cec0cccaea9815fb9486c084ba41e2

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/1f9f2c6d4b2a613b7756fc5679c5116ba2ca0161

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/571d9d7b650f02d1e38c01128817868bceac9edd

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/614aefe56af8e13331e50220c936fc0689cf5675

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9647e99d2a617c355d2b378be0ff6d0e848fd579

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/b61529c357f1ee4d64836eb142a542d2e7ad67ce

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/d783fa413c702ff0f8f8bea63f862e28eeaf39e3

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.