PT-2026-27657 · Linux · Linux Kernel

Published

2026-01-01

·

Updated

2026-05-27

·

CVE-2026-23292

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 (affected versions not specified)
Description The Linux kernel contains a flaw related to recursive locking within the configfs open file() function. Specifically, the issue occurs when the flush write buffer function acquires the frag sem semaphore and then calls the target core item dbroot store() function, which attempts to open the same configfs file using filp open(). This leads to a nested semaphore acquisition and a potential for recursive locking. The target core item dbroot store() function attempts to validate a new file path by opening it, but in this case, it tries to open the same configfs file it is currently working on, resulting in an error message: 'db root: not a directory: /sys/kernel/config/target/dbroot'. The issue is addressed by modifying target core item dbroot store() to use kern path() instead of filp open() to avoid the problematic filesystem-specific function call.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Uncontrolled Recursion

Weakness Enumeration

Related Identifiers

CVE-2026-23292
ECHO-9B5F-5B46-B5EB
OESA-2026-2418
OPENSUSE-SU-2026:20572-1
SUSE-SU-2026:1573-1
SUSE-SU-2026:1661-1
SUSE-SU-2026:2068-1
SUSE-SU-2026:21114-1
SUSE-SU-2026:21123-1
SUSE-SU-2026:21237-1
SUSE-SU-2026:21255-1
SUSE-SU-2026:21352-1
SUSE-SU-2026:21361-1

Affected Products

Linux Kernel