CVE-2025-38395

Source
https://cve.org/CVERecord?id=CVE-2025-38395
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-38395.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-38395
Downstream
Related
Published
2025-07-25T12:53:39.933Z
Modified
2026-03-12T02:16:33.458898Z
Summary
regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods
Details

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

regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods

drvdata::gpiods is supposed to hold an array of 'gpio_desc' pointers. But the memory is allocated for only one pointer. This will lead to out-of-bounds access later in the code if 'config::ngpios' is > 1. So fix the code to allocate enough memory to hold 'config::ngpios' of GPIO descriptors.

While at it, also move the check for memory allocation failure to be below the allocation to make it more readable.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/38xxx/CVE-2025-38395.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
d6cd33ad71029a3f77ba1686caf55d4dea58d916
Fixed
a3cd5ae7befbac849e0e0529c94ca04e8093cfd2
Fixed
9fe71972869faed1f8f9b3beb9040f9c1b300c79
Fixed
56738cbac3bbb1d39a71a07f57484dec1db8b239
Fixed
a1e12fac214d4f49fcb186dbdf9c5592e7fa0a7a
Fixed
24418bc77a66cb5be9f5a837431ba3674ed8b52f
Fixed
e4d19e5d71b217940e33f2ef6c6962b7b68c5606
Fixed
3830ab97cda9599872625cc0dc7b00160193634f
Fixed
c9764fd88bc744592b0604ccb6b6fc1a5f76b4e3

Database specific

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