CVE-2022-50250
Published: Sep 15, 2025
Modified: May 23, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix use_count leakage when handling boot-on I found a use_count leakage towards supply regulator of rdev with boot-on option. ┌───────────────────┐ ┌───────────────────┐ │ regulator_dev A │ │ regulator_dev B │ │ (boot-on) │ │ (boot-on) │ │ use_count=0 │◀──supply──│ use_count=1 │ │ │ │ │ └───────────────────┘ └───────────────────┘ In case of rdev(A) configured with `regulator-boot-on', the use_count of supplying regulator(B) will increment inside regulator_enable(rdev->supply). Thus, B will acts like always-on, and further balanced regulator_enable/disable cannot actually disable it anymore. However, B was also configured with `regulator-boot-on', we wish it could be disabled afterwards.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected dc1b1d7faf616ed663d0bba9be5abb4d1ed35d01 - < dc3391d49479bc2bf8a2b88dbf86fdd800882feeaffected f44b07472f29ae313ce875dc7b9c75b100c608b8 - < 5bfc53df288e8ea54ca6866fb92034214940183faffected 089b3f61ecfc43ca4ea26d595e1d31ead6de3f7b - < 4b737246ff50f810d6ab4be13c1388a07f0c14b1affected 089b3f61ecfc43ca4ea26d595e1d31ead6de3f7b - < feb847e6591e8c7a09cc39721cc9ca74fd9a5d80affected 089b3f61ecfc43ca4ea26d595e1d31ead6de3f7b - < 4dd6e1cc9c7403f1ee1b7eee85bc31b797ae8347+4 more versions |
Linux | Linux | affected 5.5unaffected 0 - < 5.5unaffected 4.19.270 - <= 4.19.*unaffected 5.4.229 - <= 5.4.*unaffected 5.10.163 - <= 5.10.*+4 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now