CVE Catalog

CVE-2026-97499

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the coresight perf subsystem has a race condition related to the per-CPU csdev_src pointer during device registration and unregistration. The patch retrieves the path and source from event data to avoid the race.

Risk Assessment

The race could lead to incorrect behavior or system crashes during perf operations.

Recommendation

Install the patch that uses the path from event data and exports coresight_get_source() and adds etm_event_get_ctxt_path().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: coresight: perf: Retrieve path and source from event data ETM perf callbacks currently use the per-CPU csdev_src pointer, which can race with updates during device registration and unregistration. The AUX setup already builds and stores the path in the event data. Use this path to retrieve the source instead of csdev_src to avoid the race. Export coresight_get_source() and add etm_event_get_ctxt_path() to retrieve the context's path and its source with READ_ONCE() / WRITE_ONCE() accessors. Give the comments to explain why this approach is safe when pause or resume callbacks preempt the disable callback (e.g. via NMI).

Vulnerability data from NVD (NIST) · CISA KEV · EPSS