SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-63998

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-07-19 · Last synced 2026-08-18

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the ethtool module, where the ethnl_ops_complete() function is not called upon encountering module flash errors after validate() fails, despite ethnl_ops_begin() being previously invoked. This oversight could lead to incomplete operations and potential instability in network management functions. Users and administrators of Linux systems, particularly those utilizing ethtool for network interface management, should prioritize applying updates to mitigate any associated risks.

CVE
CVE-2026-63998
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: ethtool: module: call ethnl_ops_complete() on module flash errors When validate() fails we are skipping over ethnl_ops_complete() even tho we already called ethnl_ops_begin().