
Cloud Vulnerability DB
A community-led vulnerabilities database
A use-after-free vulnerability was discovered in the Linux kernel's thunderbolt subsystem, specifically in the tbdpdprxwork function. The vulnerability (CVE-2025-40002) was identified on October 18, 2025, affecting the Linux kernel's thunderbolt driver. This security issue occurs due to improper handling of delayed work items in the tbdpdprxstop() function (NVD).
The vulnerability stems from the reliance on canceldelayedwork() in tbdpdprxstop(), which fails to ensure complete termination of the tunnel->dprxwork delayed work item. When the work item is already running, this can lead to use-after-free scenarios where tbtunnel is deallocated by tbtunnelput(), while tunnel->dprxwork remains active and attempts to dereference tbtunnel in tbdpdprxwork(). The issue was discovered through static analysis (NVD).
The vulnerability could potentially lead to system crashes or memory corruption due to the use-after-free condition in the thunderbolt subsystem. This affects systems utilizing the thunderbolt driver in the Linux kernel (NVD).
The issue has been resolved by implementing proper reference counting in the thunderbolt driver. The fix ensures that if canceldelayedwork() returns true (work is pending), the reference is released in the stop function, and if it returns false (work is executing or completed), the reference is released in the delayed work function itself. This maintains tb_tunnel validity during work item execution while preventing memory leaks (NVD).
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."