CVE-2026-93276

Source
https://cve.org/CVERecord?id=CVE-2026-93276
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93276.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93276
Downstream
Published
2026-09-24T15:52:18Z
Modified
2026-09-25T03:48:54Z
Summary
phy: renesas: phy-rcar-gen3-usb2: Fix devm action registration for disabled VBUS regulator
Details

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

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

devm_regulator_get_exclusive() initialises the regulator with enable_count = 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 enable_count, triggering a WARN_ON during regulator release on device removal.

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

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93276.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
24843404efe47eab1ee88d7475a0be0f2f6fd9db
Fixed
bf7fefbc26e292c08cfe7b6496b879109ef1475a
Fixed
935f6e837a83b86b073a7601f699dc2c00e01322
Fixed
49c9b71b45081e5e5eeb507a2d6edb80d332dc59

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93276.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.11.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93276.json"