NONE · 0

CVE-2026-93051

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 optionall...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-93051?

CVE-2026-93051 is a documented vulnerability. 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 optionall...

How severe is CVE-2026-93051?

CVSS scoring is not yet available for CVE-2026-93051. Check NVD for updates.

Is there a patch for CVE-2026-93051?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.