CVE-2025-37893
MEDIUMDescription
In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Fix off-by-one error in build_prologue() Vincent reported that running BPF progs with tailcalls on LoongArch causes kernel hard lockup. Debugging the issues shows that the JITed image missing a jirl instruction at the end of the epilogue. There are two passes in JIT compiling, the first pass set the flags and the second pass generates JIT code based on those flags. With BPF progs mixing bpf2bpf and tailcalls, build_prologue() generates N insns in the first pass and then generates N+1 insns in the second pass. This makes epilogue_offset off by one and we will jump to some unexpected insn and cause lockup. Fix this by inserting a nop insn.
How to fix
Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.
CVSS v3 Vector
Exploitability
Impact
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Exploit Intelligence
Low risk: more likely to be exploited than 12% of all known CVEs.
References
Related Vulnerabilities
Other CWE-193 vulnerabilities, ordered by exploit likelihood. View all
| CVE | Severity | CVSS | EPSS | Exploited | Fix |
|---|---|---|---|---|---|
| CVE-2021-3156 | High | 7.8 | 99% | KEV | Fix |
| CVE-2003-0466 | Critical | 9.8 | 78% | - | - |
| CVE-2023-44444 | High | 7.8 | 56% | - | Fix |
| CVE-2021-23017 | High | 7.7 | 53% | - | Fix |
| CVE-2023-28709 | High | 7.5 | 52% | - | Fix |
| CVE-2018-8828 | Critical | 9.8 | 31% | - | Fix |
Embed a live status badge for CVE-2025-37893
Markdown
[](https://tridentstack.com/cve/CVE-2025-37893)HTML
<a href="https://tridentstack.com/cve/CVE-2025-37893"><img src="https://tridentstack.com/cve/badge/CVE-2025-37893.svg" alt="CVE-2025-37893"></a>Find and fix vulnerabilities across your fleet
TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.
Start freeThis product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-10-01.