PatchSiren cyber security CVE debrief
CVE-2026-97919 Linux CVE debrief
A use-after-free vulnerability exists in the Linux kernel's tracing subsystem, specifically in the handling of named histogram triggers. The event_hist_trigger_named_init function incorrectly publishes the trigger on the global named_triggers list before taking a reference on the trigger, leading to a potential use-after-free error when event_hist_trigger_parse fails and frees the trigger.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Linux kernel developers, maintainers, and users who rely on the tracing subsystem should assess exposure and prioritize verification of affected kernel versions and configurations.
Why it matters
A use-after-free vulnerability in the Linux kernel's tracing subsystem requires attention from developers, maintainers, and users to assess exposure and prioritize verification of affected kernel versions and configurations.
- Potential use-after-free error leading to system crashes or instability
- Exposure of sensitive data or unauthorized access
- Elevation of privileges or denial of service
- Verification of affected kernel versions and configurations required
Technical summary
The event_hist_trigger_named_init function in the Linux kernel's tracing subsystem incorrectly publishes a trigger on the global named_triggers list before taking a reference on the trigger. This can lead to a use-after-free error when event_hist_trigger_parse fails and frees the trigger. The vulnerability exists in the Linux kernel's tracing subsystem, specifically in the handling of named histogram triggers. Linux kernel developers and maintainers should assess exposure and prioritize verification of affected kernel versions and configurations.
Defensive priority
Linux kernel developers and maintainers should assess exposure and prioritize verification of affected kernel versions and configurations.
Recommended defensive actions
- Review Linux kernel source code and verify affected versions
- Assess exposure and apply patches or mitigations as needed
- Monitor system logs for potential exploitation attempts
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
Evidence notes
The CVE record and associated source references provide details on the vulnerability, including a KASAN report indicating a slab-use-after-free error. Linux kernel developers and maintainers should verify affected kernel versions and configurations, assess exposure, and apply patches or mitigations as needed. The vulnerability exists in the Linux kernel's tracing subsystem, specifically in the handling of named histogram triggers. The event_hist_trigger_named_init function incorrectly publishes the trigger on the global named_triggers
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97919 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97919
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97919 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97919
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0fe23b8eaba0d3372c66b7b31204408da0715edc
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/2ffaade3611bd9501bc0b9d5d19fc75bfee7a16b
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/91c15cdda6033e2439f5975b938754152f3d6e38
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.