CVE-2025-68216
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
16/12/2025
Última modificación:
16/12/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
LoongArch: BPF: Disable trampoline for kernel module function trace<br />
<br />
The current LoongArch BPF trampoline implementation is incompatible<br />
with tracing functions in kernel modules. This causes several severe<br />
and user-visible problems:<br />
<br />
* The `bpf_selftests/module_attach` test fails consistently.<br />
* Kernel lockup when a BPF program is attached to a module function [1].<br />
* Critical kernel modules like WireGuard experience traffic disruption<br />
when their functions are traced with fentry [2].<br />
<br />
Given the severity and the potential for other unknown side-effects, it<br />
is safest to disable the feature entirely for now. This patch prevents<br />
the BPF subsystem from allowing trampoline attachments to kernel module<br />
functions on LoongArch.<br />
<br />
This is a temporary mitigation until the core issues in the trampoline<br />
code for kernel module handling can be identified and fixed.<br />
<br />
[root@fedora bpf]# ./test_progs -a module_attach -v<br />
bpf_testmod.ko is already unloaded.<br />
Loading bpf_testmod.ko...<br />
Successfully loaded bpf_testmod.ko.<br />
test_module_attach:PASS:skel_open 0 nsec<br />
test_module_attach:PASS:set_attach_target 0 nsec<br />
test_module_attach:PASS:set_attach_target_explicit 0 nsec<br />
test_module_attach:PASS:skel_load 0 nsec<br />
libbpf: prog &#39;handle_fentry&#39;: failed to attach: -ENOTSUPP<br />
libbpf: prog &#39;handle_fentry&#39;: failed to auto-attach: -ENOTSUPP<br />
test_module_attach:FAIL:skel_attach skeleton attach failed: -524<br />
Summary: 0/0 PASSED, 0 SKIPPED, 1 FAILED<br />
Successfully unloaded bpf_testmod.ko.<br />
<br />
[1]: https://lore.kernel.org/loongarch/CAK3+h2wDmpC-hP4u4pJY8T-yfKyk4yRzpu2LMO+C13FMT58oqQ@mail.gmail.com/<br />
[2]: https://lore.kernel.org/loongarch/CAK3+h2wYcpc+OwdLDUBvg2rF9rvvyc5amfHT-KcFaK93uoELPg@mail.gmail.com/



