Description
In the Linux kernel, the following vulnerability has been resolved:

net: remove WARN_ON_ONCE when accessing forward path array

Although unlikely, recent support for IPIP tunnels increases chances of
reaching this WARN_ON_ONCE if userspace manages to build a sufficiently
long forward path.

Remove it.
Published: 2026-05-27
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from the removal of a WARN_ON_ONCE check in code that handles the forward path array for IPIP tunnels. This diagnostic was triggered when userspace could construct a forward path longer than the allocated buffer, which might indicate an out‑of‑bounds access. The commit opts to delete the warning without altering the surrounding logic, thereby masking a potential buffer overflow or related issue (CWE-1284). As a result, tools and operators lose a warning that could have highlighted an anomalous array use, but the change does not introduce new functional behavior or a new attack surface. There is no evidence in the advisory that a crash, data corruption, or code execution can result from this change.

Affected Systems

All releases of the Linux kernel that provide IPIP tunnel support and have not yet integrated the commit that removes the WARN_ON_ONCE. The advisory does not specify a precise version range, so any kernel built before the referenced commits (listed in the references) may be affected.

Risk and Exploitability

The vulnerability has a CVSS score of 5.5 and is not listed in the CISA KEV catalog. The EPSS score is < 1 %, indicating a very low probability of exploitation. Since the change merely removes a diagnostic message, the likelihood of exploitation through this path is low and no exploitation methods are documented. If the underlying code does contain an out‑of‑bounds or other fatal flaw, it could potentially lead to memory corruption; however, the advisories do not confirm that such a flaw actually exists or can be exploited.

Generated by OpenCVE AI on May 28, 2026 at 17:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest kernel update that contains the commit removing the WARN_ON_ONCE in the IPIP forward path handling code.
  • If an immediate kernel update is not possible, disable IPIP tunnel support by setting CONFIG_NET_IPIP=n at compile time or block the creation of ipip interfaces using appropriate firewall rules or sysctl settings.
  • Continuously monitor kernel logs for unexpected warnings or crashes that could indicate an underlying buffer issue when operating IPIP tunnels, and apply additional kernel hardening or patching as soon as it becomes available.

Generated by OpenCVE AI on May 28, 2026 at 17:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 28 May 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787

Thu, 28 May 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1284
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Wed, 27 May 2026 23:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: remove WARN_ON_ONCE when accessing forward path array Although unlikely, recent support for IPIP tunnels increases chances of reaching this WARN_ON_ONCE if userspace manages to build a sufficiently long forward path. Remove it.
Title net: remove WARN_ON_ONCE when accessing forward path array
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-27T12:15:07.344Z

Reserved: 2026-05-13T15:03:33.078Z

Link: CVE-2026-45847

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-27T14:16:56.577

Modified: 2026-06-17T10:52:36.050

Link: CVE-2026-45847

cve-icon Redhat

Severity : Low

Publid Date: 2026-05-27T00:00:00Z

Links: CVE-2026-45847 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T17:45:22Z

Weaknesses
  • CWE-1284

    Improper Validation of Specified Quantity in Input