CVE-2026-23045

Description

A locking flaw was found in the Amazon ENA (Elastic Network Adapter) driver in the Linux kernel. The ena_devlink_alloc() function calls devl_param_driverinit_value_set() without first acquiring the required devlink lock. This triggers a lock assertion warning in devl_assert_locked() during driver probe, indicating improper synchronization when updating devlink parameters.

Statement

This issue causes a kernel warning during ENA driver initialization on Amazon EC2 instances. The missing lock could theoretically lead to race conditions if devlink parameters are accessed concurrently, but the practical impact is limited to a warning message during driver probe. No crash or data corruption has been observed from this issue.

Common Vulnerability Scoring System (CVSS) Score Details

Info alert:Important note

CVSS scores for open source components depend on vendor-specific factors (e.g. version or build chain). Therefore, Red Hat's score and impact rating can be different from NVD and other vendors. Red Hat remains the authoritative CVE Naming Authority (CNA) source for its products and services (see Red Hat classifications).

The following CVSS metrics and score provided are preliminary and subject to review.

CVSS v3 Score Breakdown

Red HatNVDcve.org
Base Score3.3N/AN/A
Attack VectorLocalN/AN/A
Attack ComplexityLowN/AN/A
Privileges RequiredLowN/AN/A
User InteractionNoneN/AN/A
ScopeUnchangedN/AN/A
ConfidentialityNoneN/AN/A
Integrity ImpactNoneN/AN/A
Availability ImpactLowN/AN/A

Vector

Red Hat: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L

Understanding the Weakness (CWE)

Integrity,Availability

Technical Impact: Modify Application Data; DoS: Instability; DoS: Crash, Exit, or Restart

Frequently Asked Questions

Want to get errata notifications? Sign up here.