Description
In the Linux kernel, the following vulnerability has been resolved: interconnect: debugfs: initialize src_node and dst_node to empty strings The debugfs_create_str() API assumes that the string pointer is either NULL or points to valid kmalloc() memory. Leaving the pointer uninitialized can cause problems. Initialize src_node and dst_node to empty strings before creating the debugfs entries to guarantee that reads and writes are safe.
References (4)
Scores
CVSS v3
5.5
EPSS
0.0002
EPSS Percentile
4.4%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
CWE
CWE-908
Status
published
Products (15)
linux/Kernel
6.13.0 - 6.18.8linux
linux/Kernel
6.6.0 - 6.6.122linux
linux/Kernel
6.7.0 - 6.12.68linux
Linux/Linux
< 6.6
Linux/Linux
6.12.68 - 6.12.*
Linux/Linux
6.18.8 - 6.18.*
Linux/Linux
6.19
Linux/Linux
6.6
Linux/Linux
6.6.122 - 6.6.*
Linux/Linux
770c69f037c18cfaa37c3d6c6ef8bd257635513f - 5d7c7e1fb3ec24fdd0f9faa27b666d6789e891e8
... and 5 more
Published
Feb 14, 2026
Tracked Since
Feb 18, 2026