Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-43838
HistoryAug 17, 2024 - 9:21 a.m.

CVE-2024-43838 bpf: fix overflow check in adjust_jmp_off()

2024-08-1709:21:54
Linux
github.com
2
linux kernel
vulnerability
bpf
overflow
fix
adjust_jmp_off

AI Score

7.2

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

7.2

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-43838