CVE-2026-93051: misc: ad525x_dpot: use driver core groups for sysfs files

Published Sep 17, 2026
·
Updated

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

misc: ad525xdpot: use driver core groups for sysfs files

addpotprobe() 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 devgroups for the I2C and SPI drivers and use an isvisible() 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.

Event History

Sep 17, 2026
CVE Published
via MITRE·04:10 PM
Data Sourced
via MITRE·04:10 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel AD525x digital potentiometer driver over I2C or SPI may be affected. Exposure depends on whether the relevant driver is present and a supported RDAC device is probed.

2

What condition leads to the vulnerability?

The issue is associated with the driver's manual creation of per-RDAC sysfs files and an optional command sysfs group during probe. Partial sysfs setup or teardown could leave sysfs state that the driver must manually track and remove.

3

What changes in the resolved implementation?

Device attributes are managed through driver-core dev_groups for both I2C and SPI drivers. An is_visible() callback limits exposed attributes to those supported by the detected device, while the driver core creates files after successful probe and removes them before driver data is freed.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203