CVE-2022-50616

Source
https://cve.org/CVERecord?id=CVE-2022-50616
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-50616.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-50616
Downstream
Published
2025-12-08T01:16:29.407Z
Modified
2026-03-20T12:22:36.390582Z
Summary
regulator: core: Use different devices for resource allocation and DT lookup
Details

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

regulator: core: Use different devices for resource allocation and DT lookup

Following by the below discussion, there's the potential UAF issue between regulator and mfd. https://lore.kernel.org/all/20221128143601.1698148-1-yangyingliang@huawei.com/

From the analysis of Yingliang

CPU A |CPU B mt6370probe() | devmmfdadddevices() | |mt6370regulatorprobe() | regulatorregister() | //allocate initdata and add it to devres | regulatorofgetinitdata() i2cunregisterdevice() | devicedel() | devresreleaseall() | // initdata is freed | releasenodes() | | // using initdata causes UAF | regulator_register()

It's common to use mfd core to create child device for the regulator. In order to do the DT lookup for init data, the child that registered the regulator would pass its parent as the parameter. And this causes init data resource allocated to its parent, not itself. The issue happen when parent device is going to release and regulator core is still doing some operation of init data constraint for the regulator of child device.

To fix it, this patch expand 'regulator_register' API to use the different devices for init data allocation and DT lookup.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/50xxx/CVE-2022-50616.json",
    "cna_assigner": "Linux"
}
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
a0c7b164ad115ec0556dc0904ee2218cbc5cedfa
Fixed
cb29811d989bcb7ea81ca111c4b13878b344e086
Fixed
b0f25ca1ff9be7abd1679ae7e59a8f25dbffe67a
Fixed
8f3cbcd6b440032ebc7f7d48a1689dcc70a4eb98

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-50616.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.18.0
Fixed
6.0.16
Type
ECOSYSTEM
Events
Introduced
6.1.0
Fixed
6.1.2

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-50616.json"