Integer overflow in Linux
CVE-2024-43838
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.
Vulnerability class: Integer Overflow
EPSS: 0.002 (7.9th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 5337ac4c9b807bc46baa0713121a0afa8beacd70, e47a1a791d32bd6c8f71d23c84294f2c053553a1, 6.10.3
- Linux Linux_kernel
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2024-43838?
- CVE-2024-43838 is a medium-severity vulnerability in Linux, classified under Integer Overflow or Wraparound. CVSS score: 5.5/10. Published 2024-08-17.
- How severe is CVE-2024-43838?
- Medium severity. CVSS v3 base score is 5.5 out of 10.