VDB
DEBIAN-CVE-2024-57980
DEBIAN-CVE-2024-57980
PUBLISHED
CVSS 7.800000190734863 HIGH
In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix double free in error path If the uvc_status_init() function fails to allocate the int_urb, it will free the dev->status pointer but doesn't reset the pointer to NULL. This results in the kfree() call in uvc_status_cleanup() trying to double-free the memory. Fix it by resetting the dev->status pointer to NULL after freeing it. Reviewed by: Ricardo Ribalda <ribalda@chromium.org>
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:13 | linux | 0, 0 |
| Debian:14 | linux | 0, 0 |
| Debian:11 | linux | 5.10.178-1, 5.10.120-1, 5.10.127-1 |
| Debian:11 | linux-6.1 | 6.1.112-1, 6.1.119-1, 6.1.128-1 |
| Debian:12 | linux | 6.1.66-1, 6.1.67-1, 6.1.69-1 |
Timeline
- Feb 27, 2025 CVE Published
- Apr 28, 2026 CVE Updated