CVE-2025-38559 Information
Description
In the Linux kernel the following vulnerability has been resolved:
platform/x86/intel/pmt: fix a crashlog NULL pointer access
Usage of the intel_pmt_read() for binary sysfs requires a pcidev. The current use of the endpoint value is only valid for telemetry endpoint usage.
Without the ep the crashlog usage causes the following NULL pointer exception:
BUG: kernel NULL pointer dereference address: 0000000000000000
Oops: Oops: 0000 [1] SMP NOPTI
RIP: 0010:intel_pmt_read+0x3b/0x70 [pmt_class]
Code:
Call Trace:
Augment struct intel_pmt_entry with a pointer to the pcidev to avoid the NULL pointer exception.
Reference
https://git.kernel.org/stable/c/089d05266b2caf020ac2ae2cd2be78f580268f5d https://git.kernel.org/stable/c/18d53b543b5447478e259c96ca4688393f327c98 https://git.kernel.org/stable/c/54d5cd4719c5e87f33d271c9ac2e393147d934f8 https://git.kernel.org/stable/c/860d93bd6a21f08883711196344c353bc3936a2b
Related CNNVD
CNNVD-202508-2125 (Published: 2025-08-19)
Share on: