Junglewise Threat Intelligence

CVE-2026-45847: Linux kernel denial of service in net forward path array

CVE-2026-45847 · Severity: info · CVSS 3.3 · Published 2026-05-27

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's networking component where certain complex network configurations could trigger a kernel warning. While primarily a stability concern, a local user could potentially trigger this warning repeatedly by creating long network forwarding paths, such as those used in IPIP tunnels. This could lead to system log flooding or minor performance degradation, but it does not directly allow for data theft or full system takeover.

Technical details

A vulnerability in `net/core/dev.c` within the Linux kernel involved the `dev_fwd_path` function. The function contained a `WARN_ON_ONCE` assertion that triggered if the number of paths in a `net_device_path_stack` exceeded `NET_DEVICE_PATH_STACK_MAX`. With the introduction of IPIP tunnel support, it became possible for userspace to configure a forwarding path long enough to hit this limit. While the code correctly returns NULL to prevent a buffer overflow, the inclusion of the warning macro allows a local user to trigger a kernel splat. The fix removes the `WARN_ON_ONCE` while maintaining the bounds check to ensure system stability without unnecessary logging.

Affected products

  • Linux Linux kernel All versions prior to the February 2026 patches

Timeline

  • 2026-02-17: patched: Initial patch authored by Pablo Neira Ayuso
  • 2026-05-27: disclosed: CVE published to NVD

References

Related threats