CVE-2022-48703
MEDIUMLinux Kernel < 5.19.9 - NULL Pointer Dereference
Title source: ruleDescription
In the Linux kernel, the following vulnerability has been resolved: thermal/int340x_thermal: handle data_vault when the value is ZERO_SIZE_PTR In some case, the GDDV returns a package with a buffer which has zero length. It causes that kmemdup() returns ZERO_SIZE_PTR (0x10). Then the data_vault_read() got NULL point dereference problem when accessing the 0x10 value in data_vault. [ 71.024560] BUG: kernel NULL pointer dereference, address: 0000000000000010 This patch uses ZERO_OR_NULL_PTR() for checking ZERO_SIZE_PTR or NULL value in data_vault.
Scores
CVSS v3
5.5
EPSS
0.0001
EPSS Percentile
0.7%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Classification
CWE
CWE-476
Status
published
Affected Products (5)
linux/linux_kernel
< 5.19.9
linux/linux_kernel
linux/linux_kernel
linux/Kernel
< 5.15.189linux
linux/Kernel
< 5.19.9linux
Timeline
Published
May 03, 2024
Tracked Since
Feb 18, 2026