vulnerability
Ubuntu: (Multiple Advisories) (CVE-2024-47141): Linux kernel vulnerabilities
Severity | CVSS | Published | Added | Modified |
---|---|---|---|---|
5 | (AV:L/AC:L/Au:S/C:N/I:N/A:C) | Jan 11, 2025 | Mar 28, 2025 | May 27, 2025 |
Description
In the Linux kernel, the following vulnerability has been resolved:
pinmux: Use sequential access to access desc->pinmux data
When two client of the same gpio call pinctrl_select_state() for the
same functionality, we are seeing NULL pointer issue while accessing
desc->mux_owner.
Let's say two processes A, B executing in pin_request() for the same pin
and process A updates the desc->mux_usecount but not yet updated the
desc->mux_owner while process B see the desc->mux_usecount which got
updated by A path and further executes strcmp and while accessing
desc->mux_owner it crashes with NULL pointer.
Serialize the access to mux related setting with a mutex lock.
cpu0 (process A) cpu1(process B)
pinctrl_select_state() { pinctrl_select_state() {
pin_request() { pin_request() {
...
....
} else {
desc->mux_usecount++;
desc->mux_usecount && strcmp(desc->mux_owner, owner)) {
if (desc->mux_usecount > 1)
return 0;
desc->mux_owner = owner;
} }
Solution(s)
References
- CVE-2024-47141
- https://attackerkb.com/topics/CVE-2024-47141
- UBUNTU-USN-7379-1
- UBUNTU-USN-7379-2
- UBUNTU-USN-7380-1
- UBUNTU-USN-7381-1
- UBUNTU-USN-7382-1
- UBUNTU-USN-7449-1
- UBUNTU-USN-7449-2
- UBUNTU-USN-7450-1
- UBUNTU-USN-7451-1
- UBUNTU-USN-7452-1
- UBUNTU-USN-7453-1
- UBUNTU-USN-7468-1
- UBUNTU-USN-7523-1
- UBUNTU-USN-7524-1
- URL-https://git.kernel.org/linus/5a3e85c3c397c781393ea5fb2f45b1f60f8a4e6e
- URL-https://git.kernel.org/stable/c/2da32aed4a97ca1d70fb8b77926f72f30ce5fb4b
- URL-https://git.kernel.org/stable/c/5a3e85c3c397c781393ea5fb2f45b1f60f8a4e6e
- URL-https://git.kernel.org/stable/c/c11e2ec9a780f54982a187ee10ffd1b810715c85
- URL-https://ubuntu.com/security/notices/USN-7379-1
- URL-https://ubuntu.com/security/notices/USN-7380-1
- URL-https://ubuntu.com/security/notices/USN-7381-1
- URL-https://ubuntu.com/security/notices/USN-7382-1
- URL-https://www.cve.org/CVERecord?id=CVE-2024-47141

Explore Exposure Command
Confidently identify and prioritize exposures from endpoint to cloud with full attack surface visibility and threat-aware risk context.