In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: Fix double free on error If e.g. the ata_port_alloc() call in ata_host_alloc() fails, we will jump to the err_o…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: Fix double free on error If e.g. the ata_port_alloc() call in ata_host_alloc() fails, we will jump to the err_out label, which will call devres_release_group(). devres_release_group() will trigger a call to ata_host_release(). ata_host_release() calls kfree(host), so executing the kfree(host) in ata_host_alloc() will lead to a double free: kernel BUG at mm/slub.c:553! Oops: invalid opcode: 0000 [#1] PREEMPT…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/010de9acbea58fbcbda08e3793d6262086a493fe Patch
- https://git.kernel.org/stable/c/062e256516d7db5e7dcdef117f52025cd5c456e3 Patch
- https://git.kernel.org/stable/c/290073b2b557e4dc21ee74a1e403d9ae79e393a2 Patch
- https://git.kernel.org/stable/c/56f1c7e290cd6c69c948fcd2e2a49e6a637ec38f Patch
- https://git.kernel.org/stable/c/5dde5f8b790274723640d29a07c5a97d57d62047 Patch
- https://git.kernel.org/stable/c/702c1edbafb2e6f9d20f6d391273b5be09d366a5 Patch
- https://git.kernel.org/stable/c/8106da4d88bbaed809e023cc8014b766223d6e76 Patch
- https://git.kernel.org/stable/c/ab9e0c529eb7cafebdd31fe1644524e80a48b05d Patch
- https://git.kernel.org/stable/c/010de9acbea58fbcbda08e3793d6262086a493fe Patch
- https://git.kernel.org/stable/c/062e256516d7db5e7dcdef117f52025cd5c456e3 Patch
- https://git.kernel.org/stable/c/290073b2b557e4dc21ee74a1e403d9ae79e393a2 Patch
- https://git.kernel.org/stable/c/56f1c7e290cd6c69c948fcd2e2a49e6a637ec38f Patch
- https://git.kernel.org/stable/c/5dde5f8b790274723640d29a07c5a97d57d62047 Patch
- https://git.kernel.org/stable/c/702c1edbafb2e6f9d20f6d391273b5be09d366a5 Patch
- https://git.kernel.org/stable/c/8106da4d88bbaed809e023cc8014b766223d6e76 Patch
- https://git.kernel.org/stable/c/ab9e0c529eb7cafebdd31fe1644524e80a48b05d Patch
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html
Timeline
- nvd_ingest NVD