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

  usb: xusbatm: don't rely on id table pointer arithmetic

  The current code is broken when dynamic ID is involved; in such cases
  usb_device_id parameter of probe lives on…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  usb: xusbatm: don't rely on id table pointer arithmetic

  The current code is broken when dynamic ID is involved; in such cases
  usb_device_id parameter of probe lives on…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    fad6cab36474758abf55c6419dd79a06a27fcefc
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    8944ef1bfda537aaf329c82e7a5f9faf61340aa9
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    f7db611d98b68d15661561d2cefa774208774ccc
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    eb6cd6d3d8abeac5d7e8251b898067184afdad8a
  - Linux < 6.12.111
  - Linux < 6.18.53
  - Linux < 7.2.7
  - Linux (all versions)
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T11:17:04.197'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-97539'
references:
  - url: 'https://git.kernel.org/stable/c/8944ef1bfda537aaf329c82e7a5f9faf61340aa9'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/eb6cd6d3d8abeac5d7e8251b898067184afdad8a'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/f7db611d98b68d15661561d2cefa774208774ccc'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/fad6cab36474758abf55c6419dd79a06a27fcefc'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-25T11:06:38.921Z'
---

## Overview

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

usb: xusbatm: don't rely on id table pointer arithmetic

The current code is broken when dynamic ID is involved; in such cases
usb_device_id parameter of probe lives on the heap and the pointer
arithmetic will get an index that is wildly out of bound. xusbatm
initialize the USB device IDs dynamically so it can just use driver_info
too.

Even with conversion, xusbatm still cannot support dynamic IDs, so also set
no_dynamic_id.

## Remediation

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