VDB
DEBIAN-CVE-2024-46673
DEBIAN-CVE-2024-46673
PUBLISHED
CVSS 7.800000190734863 HIGH
In the Linux kernel, the following vulnerability has been resolved: scsi: aacraid: Fix double-free on probe failure aac_probe_one() calls hardware-specific init functions through the aac_driver_ident::init pointer, all of which eventually call down to aac_init_adapter(). If aac_init_adapter() fails after allocating memory for aac_dev::queues, it frees the memory but does not clear that member. After the hardware-specific init function returns an error, aac_probe_one() goes down an error path that frees the memory pointed to by aac_dev::queues, resulting.in a double-free.
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.162-1, 5.10.179-2, * |
| Debian:12 | linux | 6.1.98-1, 6.1.37-1, 6.1.38-1 |
| Debian:11 | linux-6.1 | 6.1.112-1, 6.1.106-3, 0 |
Timeline
- Sep 13, 2024 CVE Published
- Apr 28, 2026 CVE Updated