CVE-2024-46673

Source
https://cve.org/CVERecord?id=CVE-2024-46673
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-46673.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-46673
Downstream
Related
Published
2024-09-13T05:29:09.649Z
Modified
2026-03-20T12:39:03.933687Z
Summary
scsi: aacraid: Fix double-free on probe failure
Details

In the Linux kernel, the following vulnerability has been resolved:

scsi: aacraid: Fix double-free on probe failure

aacprobeone() calls hardware-specific init functions through the aacdriverident::init pointer, all of which eventually call down to aacinitadapter().

If aacinitadapter() 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, aacprobeone() goes down an error path that frees the memory pointed to by aac_dev::queues, resulting.in a double-free.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/46xxx/CVE-2024-46673.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
8e0c5ebde82b08f6d996e11983890fc4cc085fab
Fixed
d237c7d06ffddcdb5d36948c527dc01284388218
Fixed
564e1986b00c5f05d75342f8407f75f0a17b94df
Fixed
9e96dea7eff6f2bbcd0b42a098012fc66af9eb69
Fixed
85449b28ff6a89c4513115e43ddcad949b5890c9
Fixed
60962c3d8e18e5d8dfa16df788974dd7f35bd87a
Fixed
8a3995a3ffeca280a961b59f5c99843d81b15929
Fixed
4b540ec7c0045c2d01c4e479f34bbc8f147afa4c
Fixed
919ddf8336f0b84c0453bac583808c9f165a85c2

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-46673.json"