PT-2026-4486 · Linux+2 · Linux Kernel+2

CVE-2026-22986

·

Published

2025-12-24

·

Updated

2026-08-30

CVSS v2.0

6.0

Medium

VectorAV:L/AC:H/Au:S/C:C/I:C/A:C
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description The Linux kernel contains a race condition within the gpiolib component related to the gdev->srcu. Specifically, when multiple drivers concurrently call gpiochip add data with key(), a scenario can occur where one driver traverses the srcu-protected list in gpio name to desc(), while another has just added its gdev in gpiodev add to list unlocked(). This creates a timeframe where one instance attempts to dereference and use &gdev->srcu before it has been initialized by the other, leading to a kernel crash. The crash is triggered by accessing an uninitialized memory location during the srcu read lock function, as indicated by the call trace. The issue is resolved by reordering initialization code for gdev fields and adjusting goto statements to ensure proper sequencing of operations.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Race Condition

Improper Initialization

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

BDU:2026-09529
CVE-2026-22986
OPENSUSE-SU-2026:20287-1
SUSE-SU-2026:20555-1
SUSE-SU-2026:20570-1
SUSE-SU-2026:20599-1
SUSE-SU-2026:20615-1
USN-8570-1
USN-8570-2
USN-8594-1
USN-8604-1
USN-8605-1
USN-8669-1

Affected Products

Linuxmint
Linux Kernel
Ubuntu