CVE-2026-97934
Last modified
CVE-2026-97934 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: tracing: Fix memory corruption from a "STACKTRACE" histogram key "cpu", "CPU", "stacktrace" and "STACKTRACE" are generic fields, defined with an offset and a size of zero so that the filter code can match them by name. parse_field() maps them onto their common_* equivalents for backward compatibility, but unlike the common_* names it hands the placeholder back to the caller instead of NULL. create_hist_field() takes a non-NULL field as a promise that the record carries a stacktrace and picks HIST_FIELD_FN_STACK, so the __data_loc word is read from offset 0, that is from common_type, and its low 16 bits are followed as an offset into the record.
Description
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix memory corruption from a "STACKTRACE" histogram key "cpu", "CPU", "stacktrace" and "STACKTRACE" are generic fields, defined with an offset and a size of zero so that the filter code can match them by name. parse_field() maps them onto their common_* equivalents for backward compatibility, but unlike the common_* names it hands the placeholder back to the caller instead of NULL. create_hist_field() takes a non-NULL field as a promise that the record carries a stacktrace and picks HIST_FIELD_FN_STACK, so the __data_loc word is read from offset 0, that is from common_type, and its low 16 bits are followed as an offset into the record. What is found there becomes the length of an unbounded memcpy. Pick an event whose id is small enough that the offset stays inside its own record and the length is a kernel text address: # cd /sys/kernel/tracing # echo 'hist:keys=STACKTRACE' > events/ftrace/print/trigger # echo hello > trace_marker Oops: general protection fault, probably for non-canonical address RIP: 0010:rb_next+0x23/0x60 </IRQ> RIP: 0010:memcpy+0xc/0x30 event_hist_trigger+0x2e7/0x12c0 Kernel panic - not syncing: Fatal exception in interrupt Leave the field NULL, which is what the comment above the branch says the code does and what common_stacktrace already does. FILTER_CPU and FILTER_COMM are left alone, their create_hist_field() branches never look at the field.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4b512860bdbdddcf41467ebd394f27cb8dfb528c, < 9e026a91fe79966e2baabd4345c6e3a26975c729; >= 4b512860bdbdddcf41467ebd394f27cb8dfb528c, < c27f8b68c05808bb4f2bcde0e6d1c954a4b65f8a; >= 4b512860bdbdddcf41467ebd394f27cb8dfb528c, < 7f711e62355bb3123a2ca2f97a2facbfebc678c6 |
| Linux | Linux | 6.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97934?
How severe is CVE-2026-97934?
How do I fix CVE-2026-97934?
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-97929In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9793A flaw was found in Keycloak. When a JSON Web Encryption (JW…7.5
- CVE-2026-97930In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97931In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-97932In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97933In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97935In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97936In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97937In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97938In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97939In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9794A flaw was found in Keycloak. A remote, unauthenticated atta…5.3
Are you affected by CVE-2026-97934?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
