{"id":"CVE-2026-98144","title":"In the Linux kernel, the following vulnerability has been resolved:\n\naccel/amdxdna: put the chained BO when its mapping fails\n\namdxdna_cmd_set_error() looks up the first BO of a command chain, which\ntakes a reference, and drops it at the…","summary":"In the Linux kernel, the following vulnerability has been resolved:\n\naccel/amdxdna: put the chained BO when its mapping fails\n\namdxdna_cmd_set_error() looks up the first BO of a command chain, which\ntakes a reference, and drops it at the…","severity":"none","vendor":"Linux","product":"Linux","affected":["Linux >= d76856beb4a4a6c42244054cd780c00f2d33de4e < eb90cb257e0792ac11f0347254bad3fc72417db6","Linux >= d76856beb4a4a6c42244054cd780c00f2d33de4e < 7e33ba3a1d48c2d20ed270dec9d2d08332585c8e","Linux 7.1"],"published":"2026-09-25","updated":"2026-09-25","sourceUpdated":"2026-09-25T11:17:45.933","source":"NVD","sourceUrl":"https://nvd.nist.gov/vuln/detail/CVE-2026-98144","references":[{"url":"https://git.kernel.org/stable/c/7e33ba3a1d48c2d20ed270dec9d2d08332585c8e","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/eb90cb257e0792ac11f0347254bad3fc72417db6","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"}],"tags":["nvd","cve.org"],"ingestedAt":"2026-09-25T11:06:38.808Z","slug":"CVE-2026-98144","body":"## Overview\n\nIn the Linux kernel, the following vulnerability has been resolved:\n\naccel/amdxdna: put the chained BO when its mapping fails\n\namdxdna_cmd_set_error() looks up the first BO of a command chain, which\ntakes a reference, and drops it at the end of the function. The mapping of\nthat BO is established in between, and the failure path returns without the\nput, so the reference is leaked.\n\nOrdinary use does not reach it. The chain has been submitted before any of\nthis runs, so aie2_cmdlist_fill_slot() has already called\namdxdna_cmd_get_op() on that BO and amdxdna_gem_vmap() has cached its\naddress. What makes it reachable is that the BO is resolved again by\nhandle here, and the handle is userspace's to recycle: closing it after\nsubmission and importing a dma-buf whose exporter implements no vmap onto\nthe same id leaves amdxdna_gem_get_obj() returning an object this cannot\nmap, since prime_import() types every import AMDXDNA_BO_SHARE.\n\n## Remediation\n\nRefer to the linked advisories for vendor-supplied fixes and affected version ranges.","depth":"sunlit","depthScore":3,"depthScoreParts":{"impact":2.8,"likelihood":0,"exploitation":0,"ransomware":0},"changes":[]}