CVE-2026-100079: usb: typec: ucsi: unregister debugfs entries on teardown

Published Sep 25, 2026
·
Updated

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

usb: typec: ucsi: unregister debugfs entries on teardown

ucsiregister() creates per-instance debugfs entries, but ucsiunregister() keeps them around until ucsidestroy().

Drivers like ucsiglink that unregister/register the same UCSI instance across remoteproc restart then try to create an already existing debugfs directory and log:

debugfs: 'pmicglink.ucsi.0' already exists in 'ucsi'

Unregister debugfs entries as part of ucsiunregister(), and clear ucsi->debugfs after freeing it so repeated unregister paths remain safe.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 25, 2026
CVE Published
via MITRE·01:06 PM
Data Sourced
via MITRE·01:06 PM
Description
Data Sourced
via NVD·02:17 PM
Description

Frequently Asked Questions

1

Which systems are most likely to encounter this issue?

Systems using the Linux UCSI Type-C subsystem with drivers that unregister and re-register the same UCSI instance are affected. The description specifically identifies ucsi_glink during remoteproc restart as an example.

2

What operational symptom indicates that a system is affected?

A repeated registration can fail to create its debugfs directory and log a message such as: debugfs: 'pmic_glink.ucsi.0' already exists in 'ucsi'. This occurs because per-instance debugfs entries remain after UCSI unregister.

3

What does the fix change?

The fix unregisters debugfs entries during ucsi_unregister() rather than retaining them until ucsi_destroy(). It also clears the ucsi->debugfs pointer after freeing the entries so repeated unregister paths are safe.

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