
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-52847 is a vulnerability in the Linux kernel's bttv driver component, specifically related to a use-after-free error in the btv->timeout timer. The issue was discovered and reported in 2023, affecting the media subsystem of the Linux kernel (NVD).
The vulnerability stems from a race condition between the timer function bttv_irq_timeout and bttv_remove. The timer is set up during probe operation, but there was no timer deletion operation in the remove function. This could lead to a situation where the btv structure is freed while the timer function might still be invoked, potentially causing a use-after-free bug. The issue was initially identified through static analysis (Kernel Commit).
A successful exploitation of this vulnerability could lead to a use-after-free condition in the Linux kernel's media subsystem, potentially resulting in system instability or crashes when using the bttv driver (Kernel Commit).
The vulnerability was discovered through static analysis and was marked as potentially being a false positive. No known exploits in the wild have been reported (Kernel Commit).
The issue has been fixed by adding a del_timer_sync call to the remove function, which ensures proper cleanup of the timer before the btv structure is freed. The fix was implemented in the Linux kernel through a patch that adds the del_timer_sync(&btv->timeout) call in the bttv_remove function (Kernel Commit).
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."