VDB
DEBIAN-CVE-2023-52445
DEBIAN-CVE-2023-52445
PUBLISHED
CVSS 7.800000190734863 HIGH
In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix use after free on context disconnection Upon module load, a kthread is created targeting the pvr2_context_thread_func function, which may call pvr2_context_destroy and thus call kfree() on the context object. However, that might happen before the usb hub_event handler is able to notify the driver. This patch adds a sanity check before the invalid read reported by syzbot, within the context disconnection call stack.
Risk Scores
CVSS v3.1
7.800000190734863
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:12 | linux | 6.1.67-1, 6.1.38-1, * |
| Debian:14 | linux | 0, 0, 0 |
| Debian:11 | linux | *, 5.10.92-2, * |
| Debian:13 | linux | 0, 0, 0 |
Timeline
- Feb 22, 2024 CVE Published
- Apr 28, 2026 CVE Updated