---
id: CVE-2026-98144
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  accel/amdxdna: put the chained BO when its mapping fails

  amdxdna_cmd_set_error() looks up the first BO of a command chain, which
  takes a reference, and drops it at the…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  accel/amdxdna: put the chained BO when its mapping fails

  amdxdna_cmd_set_error() looks up the first BO of a command chain, which
  takes 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'
---

## Overview

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

accel/amdxdna: put the chained BO when its mapping fails

amdxdna_cmd_set_error() looks up the first BO of a command chain, which
takes a reference, and drops it at the end of the function. The mapping of
that BO is established in between, and the failure path returns without the
put, so the reference is leaked.

Ordinary use does not reach it. The chain has been submitted before any of
this runs, so aie2_cmdlist_fill_slot() has already called
amdxdna_cmd_get_op() on that BO and amdxdna_gem_vmap() has cached its
address. What makes it reachable is that the BO is resolved again by
handle here, and the handle is userspace's to recycle: closing it after
submission and importing a dma-buf whose exporter implements no vmap onto
the same id leaves amdxdna_gem_get_obj() returning an object this cannot
map, since prime_import() types every import AMDXDNA_BO_SHARE.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
