CVE-2026-93276: phy: renesas: phy-rcar-gen3-usb2: Fix devm action registration for disabled VBUS regulator

Published Sep 24, 2026
·
Updated

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

phy: renesas: phy-rcar-gen3-usb2: Fix devm action registration for disabled VBUS regulator

devmregulatorgetexclusive() initialises the regulator with enablecount = 1, requiring the consumer to disable it before release.

The devm disable action was previously only registered when the caller explicitly requested enable, so when the regulator was left in its initial enabled state without an explicit enable call, the cleanup path skipped decrementing enablecount, triggering a WARNON during regulator release on device removal.

Fix this by always registering the devm disable action based on the actual enabled state via regulatorisenabled(), regardless of whether the caller requested an explicit enable. This covers both the explicitly enabled case and the initial state set by devmregulatorgetexclusive().

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 24, 2026
CVE Published
via MITRE·03:52 PM
Data Sourced
via MITRE·03:52 PM
Description
Data Sourced
via NVD·04:17 PM
Description

Frequently Asked Questions

1

Which systems are affected by this cleanup-path issue?

Systems using the Renesas R-Car Gen3 USB2 PHY driver can encounter it when the driver acquires the VBUS regulator exclusively but does not explicitly request that it be enabled. The regulator may still have an initial enable count of one, leaving cleanup without the required disable action.

2

How can I tell whether the issue has occurred?

The documented symptom is a WARN_ON during regulator release when the device is removed. This occurs because the regulator enable count was not decremented before release.

3

What should be done if the affected driver is in use?

Use a kernel build containing the referenced fix, which registers the managed disable action according to the regulator's actual enabled state. No separate configuration workaround is described in the available information.

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