VYPR
Unrated severityNVD Advisory· Published Oct 15, 2025· Updated Apr 15, 2026

CVE-2025-39970

CVE-2025-39970

Description

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

i40e: fix input validation logic for action_meta

Fix condition to check 'greater or equal' to prevent OOB dereference.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

In the Linux kernel's i40e driver, an incorrect 'greater or equal' condition for action_meta validation could cause an out-of-bounds memory access.

CVE-2025-39970 is a vulnerability in the Linux kernel's i40e network driver, specifically in the input validation logic for the action_meta field. The issue stems from a flawed conditional check that used a 'greater than' comparison instead of 'greater or equal', potentially allowing an out-of-bounds (OOB) memory dereference.

Exploitation of this vulnerability would require crafting a request that triggers the action_meta validation with a value equal to the boundary of the allowed range, which the incorrect condition would fail to reject. This could occur through specific administrative commands or packet processing paths that utilize the i40e driver's action infrastructure. No user authentication is mentioned as a prerequisite, but the attack surface is limited to locally exploitable scenarios where an attacker has access to the system or can influence network operations handled by the driver.

If triggered, the OOB dereference could lead to a denial of service (system crash or panic) or potentially allow an attacker to read sensitive kernel memory, depending on the context of the access. The Linux kernel community has addressed this by fixing the condition to properly check for 'greater or equal' in the relevant commits [1][2][3][4]. Patches have been applied to the stable kernel tree, and users are advised to update to the latest kernel version to mitigate the risk.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

8

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

8

News mentions

0

No linked articles in our index yet.