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

  net: usb: pegasus: 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 liv…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  net: usb: pegasus: 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 liv…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    9425a13960ef38bac237608f25c9ee64ff113086
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    7654812b65047349ea4c111eed42c4315a00e462
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    61b84e964a829d534f24eab4cbd4035d22b52601
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    ce8101c331956bbd3e20681331dfd22eb7c1c1ea
  - 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.310'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-97540'
references:
  - url: 'https://git.kernel.org/stable/c/61b84e964a829d534f24eab4cbd4035d22b52601'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/7654812b65047349ea4c111eed42c4315a00e462'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/9425a13960ef38bac237608f25c9ee64ff113086'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/ce8101c331956bbd3e20681331dfd22eb7c1c1ea'
    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:

net: usb: pegasus: 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. Instead of
keeping a side table for additional information, use driver_info field of
the usb_device_id.

The dynamic ID parsing code needs to be updated for this; convert it to
just write to the reserved entry for dynamic ID and remove the weird loop.

## Remediation

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