Coresight Performance Data Vulnerability in Linux Kernel
CVE-2026-97499

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
24 September 2026

What is CVE-2026-97499?

In a recent update to the Linux kernel, a vulnerability was addressed relating to the Coresight feature. Specifically, the ETM performance callbacks were utilizing a per-CPU source pointer, which could encounter race conditions during device registration and unregistration. This vulnerability has been resolved by modifying the way the path and source are retrieved. Instead of relying on the potentially fraught csdev_src pointer, the system will now use the path built during AUX setup to ensure accurate source retrieval. This change leverages new functions, coresight_get_source() and etm_event_get_ctxt_path(), which provide safer access to context paths using READ_ONCE() and WRITE_ONCE() mechanisms, thus protecting against race conditions during pause or resume callbacks.

Affected Version(s)

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 0f4cb08f30011b7625a4fba668fa5c36da5e6637

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2

Linux 0 < 6.18.53

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.