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

  misc: ad525x_dpot: use driver core groups for sysfs files

  ad_dpot_probe() creates per-RDAC sysfs files manually and then
  optionally creates the command sysfs group
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  misc: ad525x_dpot: use driver core groups for sysfs files

  ad_dpot_probe() creates per-RDAC sysfs files manually and then
  optionally creates the command sysfs group. Th…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 4eb174bee6f8623fed1af0072f1bebfc3b513a52 <
    1d43cef1d4ff258dee3020cc29f29fd6becfd8b9
  - >-
    Linux >= 4eb174bee6f8623fed1af0072f1bebfc3b513a52 <
    ddbd794e543e5f917d191f8259ce40b79c52d105
  - >-
    Linux >= 4eb174bee6f8623fed1af0072f1bebfc3b513a52 <
    aa3ace3f6c66811001ffa63a53fbb01ed8109312
  - >-
    Linux >= 4eb174bee6f8623fed1af0072f1bebfc3b513a52 <
    0394902df38279da7f880021b2cfc64577a60e42
  - >-
    Linux >= 4eb174bee6f8623fed1af0072f1bebfc3b513a52 <
    e30f2c23c8d5620f9679e3b6656a6eb7cb1fd38b
  - >-
    Linux >= 4eb174bee6f8623fed1af0072f1bebfc3b513a52 <
    c7ff7a70f405a3c6fde39ed00a36d9f4fecaf3ab
  - >-
    Linux >= 4eb174bee6f8623fed1af0072f1bebfc3b513a52 <
    ab2fe43041412d37f88eb368a99f63f98b31d8ea
  - >-
    Linux >= 4eb174bee6f8623fed1af0072f1bebfc3b513a52 <
    e3a8557e88eb26278eda60bf64f2ef33ce7de8bf
  - Linux 2.6.33
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:17:58.500'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-93051'
references:
  - url: 'https://git.kernel.org/stable/c/0394902df38279da7f880021b2cfc64577a60e42'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/1d43cef1d4ff258dee3020cc29f29fd6becfd8b9'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/aa3ace3f6c66811001ffa63a53fbb01ed8109312'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/ab2fe43041412d37f88eb368a99f63f98b31d8ea'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/c7ff7a70f405a3c6fde39ed00a36d9f4fecaf3ab'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/ddbd794e543e5f917d191f8259ce40b79c52d105'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/e30f2c23c8d5620f9679e3b6656a6eb7cb1fd38b'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/e3a8557e88eb26278eda60bf64f2ef33ce7de8bf'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T16:21:47.771Z'
epss: 0.00211
epssPercentile: 0.10034
---

## Overview

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

misc: ad525x_dpot: use driver core groups for sysfs files

ad_dpot_probe() creates per-RDAC sysfs files manually and then
optionally creates the command sysfs group. This leaves probe responsible
for rolling back partial sysfs state and makes remove responsible for
matching every file that probe created.

Move the device attributes into driver core dev_groups for the I2C and
SPI drivers and use an is_visible() callback to expose only the
attributes supported by the probed device. With this shape, the driver
core creates the sysfs files only after probe succeeds and removes them
before the remove callback frees the driver data.

## Remediation

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