PT-2025-41078 · Linux+1 · Linux Kernel+1
Published
2023-04-03
·
Updated
2025-10-08
·
CVE-2023-53634
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The Linux kernel contains a flaw related to Branch Target Identification (BTI) on the arm64 architecture. Specifically, when using BPF trampolines with the
BPF TRAMP F CALL ORIG flag, a BTI exception can be triggered if the instruction following the call site is not a PACIASP instruction. This occurs because the trampoline uses BLR to return, and BTI-enabled kernels require a PACIASP instruction after the call site for safe branching. The issue arises when the call site is not followed by a PACIASP or BTI instruction. A fault log was provided demonstrating the BTI exception occurring during a test program execution. The root cause is that the JIT compiler does not always place a PACIASP instruction after the call site in BPF programs, leading to the BTI error.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Improper Resource Release
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Red Hat