CVE-2025-40042

Description

A race condition flaw was found in the Linux kernel's tracing subsystem during kprobe initialization. The race occurs between kprobe activation and perf_events initialization on different CPUs. When CPU0 enables kprobe functionality via class->reg() but before perf_events is fully assigned, CPU1 can trigger the kprobe and attempt to access the perf_events pointer while it is still NULL. This results in a NULL pointer dereference in kprobe_perf_func(), causing a kernel crash. A local user with the ability to use tracing/kprobe functionality could exploit this to cause a denial of service.

Statement

This vulnerability requires local access and the ability to use kernel tracing features (kprobes/perf). The race window is narrow but reproducible under specific conditions. Exploitation results in a kernel crash requiring a system reboot.

Common Vulnerability Scoring System (CVSS) Score Details

Info alert:Important note

CVSS scores for open source components depend on vendor-specific factors (e.g. version or build chain). Therefore, Red Hat's score and impact rating can be different from NVD and other vendors. Red Hat remains the authoritative CVE Naming Authority (CNA) source for its products and services (see Red Hat classifications).

The following CVSS metrics and score provided are preliminary and subject to review.

CVSS v3 Score Breakdown

Red HatNVDcve.org
Base Score5.5N/AN/A
Attack VectorLocalN/AN/A
Attack ComplexityLowN/AN/A
Privileges RequiredLowN/AN/A
User InteractionNoneN/AN/A
ScopeUnchangedN/AN/A
ConfidentialityNoneN/AN/A
Integrity ImpactNoneN/AN/A
Availability ImpactHighN/AN/A

Vector

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

Understanding the Weakness (CWE)

Integrity,Other

Technical Impact: Modify Application Data; Alter Execution Logic

Frequently Asked Questions

Want to get errata notifications? Sign up here.