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().
Published: 2026-07-19
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The defect lies in the ethtool kernel module’s handling of flash operations. When validation fails, the routine ethnl_ops_complete() is omitted even though ethnl_ops_begin() has already been called. Because the operation is left incomplete, the kernel may keep resources allocated or wait indefinitely for a completion that never arrives. This flaw can lead to a hang or a loss of network service, in line with CWE‑459 (Improper Release of Resource or Memory).

Affected Systems

The affected product is the Linux kernel. All kernel releases that include the ethtool flash handling code prior to the patch are potentially vulnerable, regardless of distribution or specific kernel version. No special product variants or modules were identified beyond the core kernel.

Risk and Exploitability

According to the published metrics, the CVSS score is 5.5, reflecting moderate severity. The EPSS is less than 1 %, indicating a low probability of exploitation in the wild. The vulnerability is not listed in CISA’s KEV catalog. The exploit would require privileged access, such as the ability to run the ethtool flash command, which typically requires root or elevated capabilities. This inference is based on the fact that ethtool commands generally require admin privileges. Consequently, the overall risk is low, with exploitation considered theoretical at this time.

Generated by OpenCVE AI on August 3, 2026 at 01:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version containing the patch that restores proper completion handling for ethtool flash operations.
  • If a kernel upgrade is not possible immediately, restrict or remove the ethtool flash command by modifying capabilities or using SELinux/AppArmor profiles to limit its use to administrators only.
  • Enable kernel logging or use system monitoring to detect hangs or repeated failures in ethtool operations, and investigate any incidents promptly.

Generated by OpenCVE AI on August 3, 2026 at 01:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Sun, 26 Jul 2026 08:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-687

Wed, 22 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-687

Wed, 22 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-459
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


Sun, 19 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
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().
Title ethtool: module: call ethnl_ops_complete() on module flash errors
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-07-19T14:56:16.664Z

Reserved: 2026-07-19T07:54:57.026Z

Link: CVE-2026-63998

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63998 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T02:00:15Z

Weaknesses