CVE-2025-37938
Last modified
CVE-2025-37938 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
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".
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.13, < 6.1.136 |
| Linux | Linux Kernel | >= 6.2, < 6.6.89 |
| Linux | Linux Kernel | >= 6.7, < 6.12.26 |
| Linux | Linux Kernel | >= 6.13, < 6.13.11 |
| Linux | Linux Kernel | >= 6.14, < 6.14.2 |
| Debian | Debian Linux | 11.0 |
References
- https://lists.debian.org/debian-lts-announce/2025/05/msg00045.htmlThird Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-37938?
How severe is CVE-2025-37938?
How do I fix CVE-2025-37938?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-37932In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37933In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37934In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37935In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37936In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37937In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37939In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3794The WPForms – Easy Form Builder for WordPress – Contact Form…5.4
- CVE-2025-37940In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37941In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37942Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2025-37943In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2025-37938?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
