
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53272 is a shift-out-of-bounds vulnerability in the Linux kernel's ENA (Elastic Network Adapter) driver, specifically in the exponential backoff mechanism used during device reset operations. The flaw exists in drivers/net/ethernet/amazon/ena/ena_com.c and can cause a UBSAN (Undefined Behavior Sanitizer) panic when the shift exponent exceeds 31 for a 32-bit unsigned integer. It affects Linux kernel versions 5.8–5.10.187, 5.11–5.15.120, 5.16–6.1.39, and 6.2–6.4.4, and was publicly disclosed on September 16, 2025. It carries a CVSS v3.1 base score of 7.1 (High) (Red Hat CVE, Red Hat Bugzilla).
The root cause is an integer shift overflow (related to CWE-125, Out-of-bounds Read) in the ena_delay_exponential_backoff_us() function within the ENA driver. The timeout calculation uses a left-shift operation (1 << exponent) on a 32-bit unsigned integer; when the exponent reaches or exceeds 32 — which can occur during prolonged reset sequences — the shift operation invokes undefined behavior and triggers a UBSAN panic. The current timeout is capped at 5000µs with a base of 100µs, meaning the code overflows after (1 << 29) iterations. The fix caps the exponent at (1 << 16) to prevent overflow while accommodating future larger values (Red Hat Bugzilla).
Exploitation of this vulnerability by a local, low-privileged attacker can cause system instability, unexpected device resets of ENA network adapters, and kernel panics on affected systems — resulting in a denial of service. The impact is particularly relevant to Amazon EC2 instances using ENA adapters (e.g., c5d.9xlarge), where network adapter resets can disrupt workloads. Confidentiality impact is rated High due to potential memory exposure from the out-of-bounds condition, though integrity is not directly affected (Red Hat CVE, Red Hat Bugzilla).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time. The vulnerability requires local access with low privileges, limiting its remote attack surface. The EPSS score is approximately 0.018% (0.000180), indicating a very low probability of exploitation in the near term. CVE-2023-53272 is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (Red Hat CVE).
UBSAN: shift-out-of-bounds in .../ena/ena_com.c:540:13 and shift exponent 32 is too large for 32-bit type 'unsigned int'.ena_delay_exponential_backoff_us, wait_for_reset_state, ena_com_dev_reset, ena_down, ena_destroy_device, or ena_fw_reset_device in kernel logs.kworker associated with ena ena_fw_reset_device appearing in process listings during or after a network adapter reset event.Patches have been released for all affected kernel stable branches: upgrade to kernel 5.10.188 or later (for 5.8–5.10.x), 5.15.121 or later (for 5.11–5.15.x), 6.1.40 or later (for 5.16–6.1.x), or 6.4.5 or later (for 6.2–6.4.x). Linux distribution users should apply kernel updates from their respective vendors (e.g., Red Hat, SUSE). The upstream fix caps the shift exponent at (1 << 16) in ena_delay_exponential_backoff_us() to prevent overflow. No configuration-based workaround is available; patching is the only remediation (Red Hat Bugzilla, Kernel Patch).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."