
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53148 is a vulnerability in the Linux kernel's igb (Intel Gigabit Ethernet) driver, specifically in the igb_down function, which can cause a hung task timeout during surprise device removal. The issue manifests in setups where a Thunderbolt hub connects Ethernet and a display via USB Type-C — unplugging the hub can trigger igb_down to be called multiple times (once via igb_io_error_detected and again via igb_remove), causing the second call to block indefinitely at napi_synchronize. Affected Linux kernel versions span multiple stable branches: before 4.14.322, 4.15–4.19.291, 4.20–5.4.251, 5.5–5.10.188, 5.11–5.15.150, 5.16–6.1.42, and 6.2–6.4.7. It was publicly disclosed on September 15, 2025, and carries a CVSS v3.1 base score of 7.8 (High) (Red Hat CVE, Red Hat Bugzilla).
The root cause is classified as CWE-415 (Double Free), arising from the igb_down function being invoked multiple times during a surprise PCIe device removal event without adequate state guards. When a non-fatal PCIe error is detected, igb_io_error_detected calls igb_down and requests a PCIe slot reset; however, if the reset callback is never invoked (as occurs with non-fatal errors during Thunderbolt hub disconnection), igb_remove subsequently calls igb_down again. The second invocation blocks indefinitely at napi_synchronize, resulting in a kernel hung task. The fix avoids requesting a slot reset for non-fatal PCIe errors, preventing the double invocation and preserving the Ethernet connection (Red Hat Bugzilla).
Successful triggering of this vulnerability results in a kernel hung task timeout, causing a denial of service on the affected system — specifically, the Ethernet network interface becomes non-functional and the system may become unresponsive. The availability impact is high, as the hung task can stall kernel threads and disrupt network connectivity. Confidentiality and integrity impacts are also rated high in the CVSS scoring, reflecting the potential for memory corruption consequences associated with the double-free classification, though the primary observed symptom is system hang (Red Hat CVE).
There is no known public exploit code, active in-the-wild exploitation, or threat actor attribution associated with CVE-2023-53148. The EPSS score is very low at approximately 0.024%, indicating a minimal probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires local access and a specific hardware configuration (Thunderbolt hub with Ethernet), significantly limiting the attack surface (Red Hat CVE).
The Linux kernel has been patched across multiple stable branches; users should update to versions 4.14.322, 4.19.291, 5.4.251, 5.10.188, 5.15.150, 6.1.42, or 6.4.7 (or later) as appropriate for their kernel series. Patches are available via the upstream kernel stable tree (kernel patches). Distribution-specific updates have been issued by vendors including SUSE and Red Hat; users of affected distributions should apply the relevant kernel security updates promptly (Red Hat Bugzilla). As a temporary workaround, avoiding surprise removal of Thunderbolt hubs with active Ethernet connections (i.e., safely ejecting devices before physical disconnection) can reduce the likelihood of triggering the bug.
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."