PT-2025-2762 · Linux+6 · Linux Kernel+6

Published

2024-10-15

·

Updated

2026-05-26

·

CVE-2024-47141

CVSS v3.1

5.5

Medium

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.6.74
Description: The issue arises when two clients of the same gpio call pinctrl select state() for the same functionality, resulting in a NULL pointer issue while accessing desc->mux owner. This occurs because two processes, A and B, executing in pin request() for the same pin, can cause a situation where process A updates desc->mux usecount but not desc->mux owner, while process B sees the updated desc->mux usecount and attempts to access desc->mux owner, leading to a crash with a NULL pointer. The access to mux related settings is serialized with a mutex lock to resolve this issue.
Recommendations: To resolve the issue, update to Linux kernel version 6.6.74 or later. As a temporary workaround, consider implementing a mutex lock to serialize access to the mux related settings, specifically around the pinctrl select state() and pin request() functions, to prevent concurrent modifications to desc->mux usecount and desc->mux owner.

Exploit

Fix

DoS

Improper Locking

Weakness Enumeration

Related Identifiers

ALSA-2025_12746
ALSA-2025_12752
ALSA-2025_12753
ALSA-2025_16880
ALT-PU-2024-17881
ALT-PU-2024-17897
ALT-PU-2025-12647
AZL-56143
AZL-56187
BDU:2025-04638
CVE-2024-47141
ECHO-9F14-C7F4-E285
INFSA-2025_6966
MGASA-2025-0030
MGASA-2025-0032
OESA-2025-1110
OESA-2025-1111
OESA-2025-1113
OESA-2025-1114
OPENSUSE-SU-2025_0428-1
OPENSUSE-SU-2025_0499-1
OPENSUSE-SU-2025_0557-1
RHSA-2025:6966
RHSA-2025_6966
SUSE-SU-2025:0236-1
SUSE-SU-2025:0289-1
SUSE-SU-2025:0428-1
SUSE-SU-2025:0499-1
SUSE-SU-2025:0557-1
SUSE-SU-2025:20165-1
SUSE-SU-2025:20166-1
SUSE-SU-2025:20248-1
SUSE-SU-2025:20249-1
SUSE-SU-2025_0236-1
SUSE-SU-2025_0428-1
SUSE-SU-2025_0499-1
SUSE-SU-2025_0557-1
USN-7379-1
USN-7379-2
USN-7380-1
USN-7381-1
USN-7382-1
USN-7449-1
USN-7449-2
USN-7450-1
USN-7451-1
USN-7452-1
USN-7453-1
USN-7468-1
USN-7523-1
USN-7524-1

Affected Products

Alt Linux
Debian
Linuxmint
Linux Kernel
Red Hat
Suse
Ubuntu