Junglewise Threat Intelligence

CVE-2026-52998: Linux Kernel NULL dereference in Netfilter nfnetlink_osf

CVE-2026-52998 · Severity: info · CVSS 5.5 · Published 2026-06-24

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's Netfilter component, which is responsible for network traffic filtering and firewalling. Under certain conditions, processing specific network packets could cause the system to crash due to an improper memory reference. This could lead to a denial-of-service, impacting the availability of the affected system.

Technical details

A potential NULL pointer dereference exists in the nf_osf_ttl() function within net/netfilter/nfnetlink_osf.c. The function accessed the skb->dev pointer to perform local interface address lookups without verifying if the pointer was valid. Additionally, the logic incorrectly assumed subnet-local packets would not have decremented TTLs, which is often untrue in containerized or virtualized environments. An attacker can exploit this by sending crafted packets that trigger the vulnerable code path when OS fingerprinting is active. The fix removes the device dereference and replaces the complex interface lookup with a simplified switch statement for TTL evaluation.

Affected products

  • Linux Linux Kernel 2.6.31 to 6.9.x

Timeline

  • 2026-04-17: patched: Initial patch authored by Fernando Fernandez Mancera
  • 2026-06-24: disclosed: CVE published to the NVD dataset

References

Related threats