5.5
CVE-2025-37938
- EPSS 0.16%
- Veröffentlicht 20.05.2025 15:34:40
- Zuletzt bearbeitet 19.12.2025 17:44:09
- Quelle 416baaa9-dc9f-4396-8d5f-8c081f
- CVE-Watchlists
- Unerledigt
tracing: Verify event formats that have "%*p.."
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".
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 5.13 < 6.1.136
Linux ≫ Linux Kernel Version >= 6.2 < 6.6.89
Linux ≫ Linux Kernel Version >= 6.7 < 6.12.26
Linux ≫ Linux Kernel Version >= 6.13 < 6.13.11
Linux ≫ Linux Kernel Version >= 6.14 < 6.14.2
Debian ≫ Debian Linux Version11.0
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.16% | 0.055 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 5.5 | 1.8 | 3.6 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
|
CWE-476 NULL Pointer Dereference
The product dereferences a pointer that it expects to be valid but is NULL.
https://git.kernel.org/stable/c/6854c87ac823181c810f8c07489ba543260c0023
https://git.kernel.org/stable/c/4d11fac941d83509be4e6a21038281d6d96da50c
https://git.kernel.org/stable/c/03127354027508d076073b020d3070990fd6a958
https://git.kernel.org/stable/c/04b80d45ecfaf780981d6582899e3ab205e4aa08
https://git.kernel.org/stable/c/c7204fd1758c0caf1938e8a59809a1fdf28a8114
https://git.kernel.org/stable/c/ea8d7647f9ddf1f81e2027ed305299797299aa03
https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html