HomeDefectsLIN1025-1390
Fixed

LIN1025-1390 : Security Advisory - linux - CVE-2025-37938

Created: May 20, 2025    Updated: Sep 1, 2025
Resolved Date: May 21, 2025
Found In Version: 10.25.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:

tracing: Verify event formats that have "%*p.."

The trace event verifier checks the formats of trace events to make sure
that they do not point at memory that is not in the trace event itself or
in data that will never be freed. If an event references data that was
allocated when the event triggered and that same data is freed before the
event is read, then the kernel can crash by reading freed memory.

The verifier runs at boot up (or module load) and scans the print formats
of the events and checks their arguments to make sure that dereferenced
pointers are safe. If the format uses "%*p.." the verifier will ignore it,
and that could be dangerous. Cover this case as well.

Also add to the sample code a use case of "%*pbl".

CREATE(Triage):(User=admin) CVE-2025-37938 (https://nvd.nist.gov/vuln/detail/CVE-2025-37938)