LiveActive security incident?Get immediate response
CVE Record

CVE-2025-68370: coresight: tmc: add the handle of the event to the path

In the Linux kernel, the following vulnerability has been resolved: coresight: tmc: add the handle of the event to the path The handle is essential for retrieving the AUX_EVENT of each CPU and is required in perf mode. It has been added to the coresight_path so that dependent devices can access it from the path when needed. The existing bug can be reproduced with: perf record -e cs_etm//k -C 0-9 dd if=/dev/zero of=/dev/null Showing an oops as follows: Unable to handle kernel paging request at virtual address 000f6e84934ed19e Call trace: tmc_etr_get_buffer+0x30/0x80 [coresight_tmc] (P) catu_enable_hw+0xbc/0x3d0 [coresight_catu] catu_enable+0x70/0xe0 [coresight_catu] coresight_enable_path+0xb0/0x258 [coresight]

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A local user may trigger a Linux kernel crash through CoreSight performance tracing because required event information is missing from a device path. The supplied CVSS score is 7.8 (high), but the public description demonstrates a kernel oops rather than confirmed data theft or system takeover.

Executive priority

Prioritize systems where untrusted local users can access performance tracing, especially shared or sensitive hosts. Treat patching as high priority because a kernel crash is demonstrated, while avoiding claims of active exploitation or proven takeover. Lower priority may be appropriate after confirming that CoreSight components or tracing access are absent.

Technical view

In CoreSight perf mode, dependent TMC/CATU devices require the event handle to retrieve each CPU’s AUX_EVENT. The affected path omitted that handle, allowing invalid memory access during trace-buffer setup. The kernel fix adds the handle to coresight_path. The supplied version data identifies several affected releases but does not clearly map each stable fix to every release.

Likely exposure

Exposure is primarily Linux systems using CoreSight tracing with perf and dependent TMC/CATU devices. The CVSS vector requires local access and low privileges, with no user interaction. Systems without the relevant hardware, drivers, or tracing access are less likely to be exposed. Confirm distribution-specific applicability because the supplied version list is ambiguous.

Exploitation context

CISA KEV status is false, and the supplied sources provide no evidence of active exploitation. A reproducible kernel oops is documented. Although the CVSS vector assigns high confidentiality, integrity, and availability impacts, the description itself only demonstrates invalid memory access and a crash; broader security impact is not established here.

Researcher notes

The record supplies no CWE and no confirmed exploit activity. The failure occurs while enabling a CoreSight path, with tmc_etr_get_buffer and catu_enable_hw in the trace. Three stable commits are referenced, but the bundle does not identify their exact release mappings. Assess vendor backports rather than relying only on upstream version numbers.

Mitigation direction

  • Upgrade to a vendor kernel containing the applicable referenced stable fix.
  • Check distribution security guidance for corrected package and release mappings.
  • Restrict untrusted access to performance tracing until remediation is confirmed.
  • Avoid enabling unnecessary CoreSight tracing on exposed multi-user systems.

Validation and detection

  • Record the running kernel version and compare it with vendor advisories.
  • Verify the applicable stable fix is present in the deployed kernel source or package.
  • Confirm whether CoreSight TMC or CATU components are enabled and used.
  • Review kernel logs for paging requests involving TMC, CATU, or CoreSight paths.
  • Perform any reproduction only in an isolated, disposable test environment.
Prepared
Confidence
medium
Sources
5

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-2025-68370 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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
4Source 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.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Linux

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2025-68370Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux080ee83cc361451a7de7b5486c7f96ce454f7203, 080ee83cc361451a7de7b5486c7f96ce454f7203, 080ee83cc361451a7de7b5486c7f96ce454f7203unaffected
LinuxLinux6.15, 0, 6.17.13, 6.18.2, 6.19affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.