CVE-2022-48770

Severity CVSS v4.0:
Pending analysis
Type:
CWE-476 NULL Pointer Dereference
Publication date:
20/06/2024
Last modified:
06/01/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()<br /> <br /> task_pt_regs() can return NULL on powerpc for kernel threads. This is<br /> then used in __bpf_get_stack() to check for user mode, resulting in a<br /> kernel oops. Guard against this by checking return value of<br /> task_pt_regs() before trying to obtain the call chain.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.9 (including) 5.10.96 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.11 (including) 5.15.19 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.16 (including) 5.16.5 (excluding)
cpe:2.3:o:linux:linux_kernel:5.17:rc1:*:*:*:*:*:*