Security Advisory

CVE-2024-43838

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-08-17 09:21:54
Last updated 2026-05-23 15:52:59
Assigner Linux
State PUBLISHED

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.