CVE-2024-43838 - Linux Kernel BPF Buffer Overflow

CVE ID : CVE-2024-43838 Published : Aug. 17, 2024, 10:15 a.m. | 2 hours, 29 minutes ago Description : In the Linux kernel, the following vulnerability has been resolved: bpf: fix overflow check in adjust_jmp_off() adjust_jmp_off() incorrectly used the insn->imm field for all overflow check, which is incorrect as that should only be done or the BPF_JMP32 | BPF_JA case, not the general jump instruction case. Fix it by using insn->off for overflow check in the general case. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

Aug 17, 2024 - 14:45
 0  4
CVE-2024-43838 - Linux Kernel BPF Buffer Overflow
CVE ID : CVE-2024-43838
Published : Aug. 17, 2024, 10:15 a.m. | 2 hours, 29 minutes ago
Description : In the Linux kernel, the following vulnerability has been resolved: bpf: fix overflow check in adjust_jmp_off() adjust_jmp_off() incorrectly used the insn->imm field for all overflow check, which is incorrect as that should only be done or the BPF_JMP32 | BPF_JA case, not the general jump instruction case. Fix it by using insn->off for overflow check in the general case.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...