CVE-2023-52847

Updated: 2024-08-13 01:51:30.137852

Description:

In the Linux kernel, the following vulnerability has been resolved: media: bttv: fix use after free error due to btv->timeout timer There may be some a race condition between timer function bttv_irq_timeout and bttv_remove. The timer is setup in probe and there is no timer_delete operation in remove function. When it hit kfree btv, the function might still be invoked, which will cause use after free bug. This bug is found by static analysis, it may be false positive. Fix it by adding del_timer_sync invoking to the remove function. cpu0 cpu1 bttv_probe ->timer_setup ->bttv_set_dma ->mod_timer; bttv_remove ->kfree(btv); ->bttv_irq_timeout ->USE btv


Links NIST CIRCL RHEL Ubuntu

Severity

Severity Score
CVSS Version 2.x NONE 0
CVSS Version 3.x MEDIUM 5.2

Status

OS name Project name Version Score Severity Status Errata Last updated
AlmaLinux 9.2 ESU kernel 5.14.0 5.2 MEDIUM Ignored 2024-08-13 14:26:06
AlmaLinux 9.2 FIPS kernel 5.14.0 5.2 MEDIUM Ignored 2024-08-13 14:26:06
CentOS 6 ELS kernel 2.6.32 5.2 MEDIUM Ignored 2024-08-13 14:26:06
CentOS 7 ELS kernel 3.10.0 5.2 MEDIUM Ignored 2024-08-13 14:26:06
CentOS 8.4 ELS kernel 4.18.0 5.2 MEDIUM Ignored 2024-08-20 05:26:53
CentOS 8.5 ELS kernel 4.18.0 5.2 MEDIUM Ignored 2024-08-20 05:26:54
CentOS Stream 8 ELS kernel 4.18.0 5.2 MEDIUM Ignored 2024-08-20 05:26:53
CloudLinux 6 ELS kernel 2.6.32 5.2 MEDIUM Ignored 2024-08-13 14:26:06
CloudLinux 7 ELS kernel 3.10.0 5.2 MEDIUM Ignored 2024-08-13 14:26:06
Oracle Linux 6 ELS kernel 2.6.32 5.2 MEDIUM Ignored 2024-08-13 14:26:06