{"id":"CVE-2024-41087","summary":"ata: libata-core: Fix double free on error","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-core: Fix double free on error\n\nIf e.g. the ata_port_alloc() call in ata_host_alloc() fails, we will jump\nto the err_out label, which will call devres_release_group().\ndevres_release_group() will trigger a call to ata_host_release().\nata_host_release() calls kfree(host), so executing the kfree(host) in\nata_host_alloc() will lead to a double free:\n\nkernel BUG at mm/slub.c:553!\nOops: invalid opcode: 0000 [#1] PREEMPT SMP NOPTI\nCPU: 11 PID: 599 Comm: (udev-worker) Not tainted 6.10.0-rc5 #47\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.3-2.fc40 04/01/2014\nRIP: 0010:kfree+0x2cf/0x2f0\nCode: 5d 41 5e 41 5f 5d e9 80 d6 ff ff 4d 89 f1 41 b8 01 00 00 00 48 89 d9 48 89 da\nRSP: 0018:ffffc90000f377f0 EFLAGS: 00010246\nRAX: ffff888112b1f2c0 RBX: ffff888112b1f2c0 RCX: ffff888112b1f320\nRDX: 000000000000400b RSI: ffffffffc02c9de5 RDI: ffff888112b1f2c0\nRBP: ffffc90000f37830 R08: 0000000000000000 R09: 0000000000000000\nR10: ffffc90000f37610 R11: 617461203a736b6e R12: ffffea00044ac780\nR13: ffff888100046400 R14: ffffffffc02c9de5 R15: 0000000000000006\nFS:  00007f2f1cabe980(0000) GS:ffff88813b380000(0000) knlGS:0000000000000000\nCS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007f2f1c3acf75 CR3: 0000000111724000 CR4: 0000000000750ef0\nPKRU: 55555554\nCall Trace:\n \u003cTASK\u003e\n ? __die_body.cold+0x19/0x27\n ? die+0x2e/0x50\n ? do_trap+0xca/0x110\n ? do_error_trap+0x6a/0x90\n ? kfree+0x2cf/0x2f0\n ? exc_invalid_op+0x50/0x70\n ? kfree+0x2cf/0x2f0\n ? asm_exc_invalid_op+0x1a/0x20\n ? ata_host_alloc+0xf5/0x120 [libata]\n ? ata_host_alloc+0xf5/0x120 [libata]\n ? kfree+0x2cf/0x2f0\n ata_host_alloc+0xf5/0x120 [libata]\n ata_host_alloc_pinfo+0x14/0xa0 [libata]\n ahci_init_one+0x6c9/0xd20 [ahci]\n\nEnsure that we will not call kfree(host) twice, by performing the kfree()\nonly if the devres_open_group() call failed.","modified":"2026-04-02T12:17:25.922106Z","published":"2024-07-29T15:48:03.127Z","related":["SUSE-SU-2024:2894-1","SUSE-SU-2024:2939-1","SUSE-SU-2024:2947-1","SUSE-SU-2024:3189-1","SUSE-SU-2024:3190-1","SUSE-SU-2024:3194-1","SUSE-SU-2024:3195-1","SUSE-SU-2024:3209-1","SUSE-SU-2024:3225-1","SUSE-SU-2024:3227-1","SUSE-SU-2024:3251-1","SUSE-SU-2024:3252-1","SUSE-SU-2024:3383-1","SUSE-SU-2024:3408-1","SUSE-SU-2024:3483-1","SUSE-SU-2024:3547-1","SUSE-SU-2024:3565-1","SUSE-SU-2024:3585-1","SUSE-SU-2025:0203-1","SUSE-SU-2025:20044-1","SUSE-SU-2025:20047-1"],"database_specific":{"osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/41xxx/CVE-2024-41087.json","cna_assigner":"Linux"},"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/010de9acbea58fbcbda08e3793d6262086a493fe"},{"type":"WEB","url":"https://git.kernel.org/stable/c/062e256516d7db5e7dcdef117f52025cd5c456e3"},{"type":"WEB","url":"https://git.kernel.org/stable/c/290073b2b557e4dc21ee74a1e403d9ae79e393a2"},{"type":"WEB","url":"https://git.kernel.org/stable/c/56f1c7e290cd6c69c948fcd2e2a49e6a637ec38f"},{"type":"WEB","url":"https://git.kernel.org/stable/c/5dde5f8b790274723640d29a07c5a97d57d62047"},{"type":"WEB","url":"https://git.kernel.org/stable/c/702c1edbafb2e6f9d20f6d391273b5be09d366a5"},{"type":"WEB","url":"https://git.kernel.org/stable/c/8106da4d88bbaed809e023cc8014b766223d6e76"},{"type":"WEB","url":"https://git.kernel.org/stable/c/ab9e0c529eb7cafebdd31fe1644524e80a48b05d"},{"type":"WEB","url":"https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/41xxx/CVE-2024-41087.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2024-41087"},{"type":"PACKAGE","url":"https://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":"dafd6c496381c1cd1f5ba9ad953e810bdcc931bc"},{"fixed":"290073b2b557e4dc21ee74a1e403d9ae79e393a2"},{"fixed":"56f1c7e290cd6c69c948fcd2e2a49e6a637ec38f"},{"fixed":"010de9acbea58fbcbda08e3793d6262086a493fe"},{"fixed":"5dde5f8b790274723640d29a07c5a97d57d62047"},{"fixed":"702c1edbafb2e6f9d20f6d391273b5be09d366a5"},{"fixed":"062e256516d7db5e7dcdef117f52025cd5c456e3"},{"fixed":"8106da4d88bbaed809e023cc8014b766223d6e76"},{"fixed":"ab9e0c529eb7cafebdd31fe1644524e80a48b05d"}]}],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-41087.json"}}],"schema_version":"1.7.5"}