Lucene search

K
cvelistMitreCVELIST:CVE-2018-1000200
HistoryJun 05, 2018 - 1:00 p.m.

CVE-2018-1000200

2018-06-0513:00:00
mitre
www.cve.org
1

6.4 Medium

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

26.7%

The Linux Kernel versions 4.14, 4.15, and 4.16 has a null pointer dereference which can result in an out of memory (OOM) killing of large mlocked processes. The issue arises from an oom killed process’s final thread calling exit_mmap(), which calls munlock_vma_pages_all() for mlocked vmas.This can happen synchronously with the oom reaper’s unmap_page_range() since the vma’s VM_LOCKED bit is cleared before munlocking (to determine if any other vmas share the memory and are mlocked).

6.4 Medium

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

26.7%