PT-2025-35962 · Linux · Linux Kernel

Published

2025-09-04

·

Updated

2025-09-04

·

CVE-2025-38689

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.

Name of the Vulnerable Software and Affected Versions:

Linux kernel (affected versions not specified)

Description:

The Linux kernel contains a flaw where reading `/proc/[kthread]/arch status` can cause a NULL pointer dereference when `CONFIG X86 DEBUG FPU` is enabled. This occurs because the AVX-512 timestamp code uses `x86 task fpu()` without checking for NULL, and `CONFIG X86 DEBUG FPU` can cause this function to return NULL for kernel threads. The issue arises from attempting to output AVX-512 elapsed milliseconds for kernel threads, which is unreliable as `avx512 timestamp` is only updated for user threads.

Recommendations:

At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Related Identifiers

CVE-2025-38689

Affected Products

Linux Kernel