CVE-2025-71129
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
LoongArch: BPF: Sign extend kfunc call arguments
The kfunc calls are native calls so they should follow LoongArch calling conventions. Sign extend its arguments properly to avoid kernel panic. This is done by adding a new emit_abi_ext() helper. The emit_abi_ext() helper performs extension in place meaning a value already store in the target register (Note: this is different from the existing sign_extend() helper and thus we can't reuse it).
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 5dc615520c4dfb358245680f1904bad61116648e < fd43edf357a3a1f5ed1c4bf450b60001c9091c39 | affected |
| Linux | Linux | 5dc615520c4dfb358245680f1904bad61116648e < 0d666db731e95890e0eda7ea61bc925fd2be90c6 | affected |
| Linux | Linux | 5dc615520c4dfb358245680f1904bad61116648e < 321993a874f571a94b5a596f1132f798c663b56e | affected |
| Linux | Linux | 5dc615520c4dfb358245680f1904bad61116648e < 3f5a238f24d7b75f9efe324d3539ad388f58536e | affected |
| Linux | Linux | 6.1 | affected |
| Linux | Linux | 0 < 6.1 | unaffected |
| Linux | Linux | 6.6.120 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.64 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.4 <= 6.18.* | unaffected |
| Linux | Linux | 6.19 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/fd43edf357a3a1f5ed1c4bf450b60001c9091c39
- https://git.kernel.org/stable/c/0d666db731e95890e0eda7ea61bc925fd2be90c6
- https://git.kernel.org/stable/c/321993a874f571a94b5a596f1132f798c663b56e
- https://git.kernel.org/stable/c/3f5a238f24d7b75f9efe324d3539ad388f58536e
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.