CVE-2026-23014: perf: Ensure swevent hrtimer is properly destroyed
In the Linux kernel, the following vulnerability has been resolved:
perf: Ensure swevent hrtimer is properly destroyed
With the change to hrtimer_try_to_cancel() in
perf_swevent_cancel_hrtimer() it appears possible for the hrtimer to
still be active by the time the event gets freed.
Make sure the event does a full hrtimer_cancel() on the free path by
installing a perf_event::destroy handler.
Security readout for executives and security teams
Plain-English summary
CVE-2026-23014 is a Linux kernel flaw in the perf subsystem. A local low-privileged user could potentially trigger serious memory-safety impact, reflected by high confidentiality, integrity, and availability CVSS impacts. It is not remotely exploitable based on the supplied vector, and no active exploitation is cited.
Executive priority
Prioritize normal emergency patch handling for exposed Linux fleets, especially shared or multi-tenant systems. This is high severity but currently source-supported as local-only and not known exploited.
Technical view
The issue involves perf software event hrtimer cleanup. The source states hrtimer_try_to_cancel() could leave the timer active when the event is freed. The fix adds a perf_event destroy handler that performs full hrtimer_cancel() during object teardown.
Likely exposure
Exposure is most relevant on Linux systems running affected kernel builds around the supplied 6.18 and 6.19 entries. Systems with untrusted local users, shared shells, build hosts, or container workloads deserve closer review. The affected-version data is incomplete, so distribution mapping is required.
Exploitation context
The CVSS vector is local, low complexity, low privileges, no user interaction, with high CIA impact. The source bundle does not cite public exploitation, exploit availability, or CISA KEV listing. Treat exploitation status as unconfirmed.
Researcher notes
The supplied record lacks CWE, detailed version-range semantics, and exploit evidence. Analysis should focus on commit ancestry, distro backports, and perf event lifecycle behavior around swevent hrtimer destruction.
Mitigation direction
Apply Linux kernel updates containing the referenced stable fixes.
Check distribution vendor advisories for backported kernel package status.
Prioritize multi-user, developer, container, and shared hosting systems.
Restrict unnecessary local account access where practical until patched.
Track kernel versions that map to the supplied affected range.
Validation and detection
Inventory Linux kernel versions across servers, workstations, and images.
Confirm whether deployed kernels include the referenced stable commits.
Review vendor changelogs for CVE-2026-23014 backports.
Identify systems exposing local perf access to untrusted users.
Retest after patching by confirming the updated kernel package is running.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-23014 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
3Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.