CVE-2026-23159 Vulnerability Analysis & Exploit Details

CVE-2026-23159
Vulnerability Scoring

5.5
/10
Significant Risk

Security assessments indicate that CVE-2026-23159 presents a notable risk, potentially requiring prompt mitigation.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Local
    Vulnerability requires local system access.
  • Privileges Required: Low
    Some privileges are necessary to exploit the vulnerability.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2026-23159 Details

Status: Analyzed

Last updated: 🕑 18 Mar 2026, 14:13 UTC
Originally published on: 🕓 14 Feb 2026, 16:15 UTC

Time between publication and last update: 31 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

CVE-2026-23159 Vulnerability Summary

CVE-2026-23159: In the Linux kernel, the following vulnerability has been resolved: perf: sched: Fix perf crash with new is_user_task() helper In order to do a user space stacktrace the current task needs to be a user task that has executed in user space. It use to be possible to test if a task is a user task or not by simply checking the task_struct mm field. If it was non NULL, it was a user task and if not it was a kernel task. But things have changed over time, and some kernel tasks now have their own mm field. An idea was made to instead test PF_KTHREAD and two functions were used to wrap this check in case it became more complex to test if a task was a user task or not[1]. But this was rejected and the C code simply checked the PF_KTHREAD directly. It was later found that not all kernel threads set PF_KTHREAD. The io-uring helpers instead set PF_USER_WORKER and this needed to be added as well. But checking the flags is still not enough. There's a very small window when a task exits that it frees its mm field and it is set back to NULL. If perf were to trigger at this moment, the flags test would say its a user space task but when perf would read the mm field it would crash with at NULL pointer dereference. Now there are flags that can be used to test if a task is exiting, but they are set in areas that perf may still want to profile the user space task (to see where it exited). The only real test is to check both the flags and the mm field. Instead of making this modification in every location, create a new is_user_task() helper function that does all the tests needed to know if it is safe to read the user space memory or not. [1] https://lore.kernel.org/all/20250425204120.639530125@goodmis.org/

Assessing the Risk of CVE-2026-23159

Access Complexity Graph

The exploitability of CVE-2026-23159 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2026-23159

CVE-2026-23159 presents an accessible attack vector with minimal effort required. Restricting access controls and implementing security updates are critical to reducing exploitation risks.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2026-23159, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2026-23159, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: None
    CVE-2026-23159 has no significant impact on data confidentiality.
  • Integrity: None
    CVE-2026-23159 poses no threat to data integrity.
  • Availability: High
    CVE-2026-23159 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2026-23159 References

External References

CWE Common Weakness Enumeration

CWE-476

Vulnerable Configurations

  • cpe:2.3:o:linux:linux_kernel:6.6.116:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.116:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.117:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.117:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.118:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.118:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.119:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.119:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.120:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.120:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.121:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.121:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.122:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.122:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.57:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.57:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.58:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.58:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.59:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.59:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.60:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.60:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.61:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.61:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.62:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.62:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.63:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.63:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.64:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.64:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.65:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.65:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.66:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.66:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.67:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.67:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.68:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.68:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.9:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.9:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.10:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.10:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.11:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.11:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.12:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.12:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17.13:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17.13:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.17:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.18.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.18.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.19:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.19:rc7:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2026-23159: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2026-5762 – Allocation of resources without limits or throttling vulnerability in Wikimedia Foundation MediaWiki - ReportIncident Extension allows HTTP DoS.Thi...
  • CVE-2026-5736 – A vulnerability was identified in PowerJob 5.1.0/5.1.1/5.1.2. Impacted is an unknown function of the file powerjob-server/powerjob-server-starter/s...
  • CVE-2026-39360 – RustFS is a distributed object storage system built in Rust. Prior to alpha.90, RustFS contains a missing authorization check in the multipart copy...
  • CVE-2026-39355 – Genealogy is a family tree PHP application. Prior to 5.9.1, a critical broken access control vulnerability in the genealogy application allows any ...
  • CVE-2026-39354 – Scoold is a Q&A and a knowledge sharing platform for teams. Prior to 1.66.2, an authenticated authorization flaw in Scoold allows any logged-in, lo...