CVE-2025-38586
Last modified
CVE-2025-38586 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix fp initialization for exception boundary In the ARM64 BPF JIT when prog->aux->exception_boundary is set for a BPF program, find_used_callee_regs() is not called because for a program acting as exception boundary, all callee saved registers are saved. find_used_callee_regs() sets `ctx->fp_used = true;` when it sees FP being used in any of the instructions. For programs acting as exception boundary, ctx->fp_used remains false even if frame pointer is used by the program and therefore, FP is not set-up for such programs in the prologue. This can cause the kernel to crash due to a pagefault. Fix it by setting ctx->fp_used = true for exception boundary programs as fp is always saved in such programs.. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix fp initialization for exception boundary In the ARM64 BPF JIT when prog->aux->exception_boundary is set for a BPF program, find_used_callee_regs() is not called because for a program acting as exception boundary, all callee saved registers are saved. find_used_callee_regs() sets `ctx->fp_used = true;` when it sees FP being used in any of the instructions. For programs acting as exception boundary, ctx->fp_used remains false even if frame pointer is used by the program and therefore, FP is not set-up for such programs in the prologue. This can cause the kernel to crash due to a pagefault. Fix it by setting ctx->fp_used = true for exception boundary programs as fp is always saved in such programs.
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 | >= 6.12, < 6.12.42 |
| Linux | Linux Kernel | >= 6.13, < 6.15.10 |
| Linux | Linux Kernel | >= 6.16, < 6.16.1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-38586?
How severe is CVE-2025-38586?
How do I fix CVE-2025-38586?
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-38580In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38581In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38582In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38583In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38584In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38585In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38587In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38588In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38589In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3859Websites directing users to long URLs that caused eliding to…6.1
- CVE-2025-38590In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38591In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-38586?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
