CVE-2026-23138
Last modified
CVE-2026-23138 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: tracing: Add recursion protection in kernel stack trace recording A bug was reported about an infinite recursion caused by tracing the rcu events with the kernel stack trace trigger enabled. The stack trace code called back into RCU which then called the stack trace again. Expand the ftrace recursion protection to add a set of bits to protect events from recursion. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: tracing: Add recursion protection in kernel stack trace recording A bug was reported about an infinite recursion caused by tracing the rcu events with the kernel stack trace trigger enabled. The stack trace code called back into RCU which then called the stack trace again. Expand the ftrace recursion protection to add a set of bits to protect events from recursion. Each bit represents the context that the event is in (normal, softirq, interrupt and NMI). Have the stack trace code use the interrupt context to protect against recursion. Note, the bug showed an issue in both the RCU code as well as the tracing stacktrace code. This only handles the tracing stack trace side of the bug. The RCU fix will be handled separately.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.8, < 6.18.6 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-23138?
How severe is CVE-2026-23138?
How do I fix CVE-2026-23138?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-23132In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23133In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23134In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23135In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23136In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23137In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23139In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-2314Heap buffer overflow in Codecs in Google Chrome prior to 145…8.8
- CVE-2026-23140In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23141In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23142In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23143In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-23138?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
