CVE Vulnerabilities

CVE-2019-9213

NULL Pointer Dereference

Published: Mar 05, 2019 | Modified: Oct 12, 2022
CVSS 3.x
5.5
MEDIUM
Source:
NVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CVSS 2.x
4.9 MEDIUM
AV:L/AC:L/Au:N/C:N/I:N/A:C
RedHat/V2
RedHat/V3
Ubuntu

In the Linux kernel before 4.20.14, expand_downwards in mm/mmap.c lacks a check for the mmap minimum address, which makes it easier for attackers to exploit kernel NULL pointer dereferences on non-SMAP platforms. This is related to a capability check for the wrong task.

Weakness

A NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.

Affected Software

Name Vendor Start Version End Version
Linux_kernel Linux 4.9 (including) 4.9.162 (excluding)
Linux_kernel Linux 4.14 (including) 4.14.105 (excluding)
Linux_kernel Linux 4.19 (including) 4.19.27 (excluding)
Linux_kernel Linux 4.20 (including) 4.20.14 (excluding)

Potential Mitigations

References