Lucene search

K
redhatcveRedhat.comRH:CVE-2018-16864
HistoryMar 20, 2021 - 10:03 p.m.

CVE-2018-16864

2021-03-2022:03:09
redhat.com
access.redhat.com
14
cve-2018-16864
systemd-journald
memory allocation
vulnerability
privilege escalation
startlimitinterval
startlimitburst

EPSS

0

Percentile

10.1%

An allocation of memory without limits, that could result in the stack clashing with another memory region, was discovered in systemd-journald when a program with long command line arguments calls syslog. A local attacker may use this flaw to crash systemd-journald or escalate privileges.

Mitigation

To increase the time an attacker needs to exploit this flaw you could override the StartLimitInterval= (called StartLimitIntervalSec in newer systemd versions) and StartLimitBurst= settings. In this way the attack may require much longer to be successful.

To edit the journald service use sudo systemctl edit systemd-journald.service and add:

[Service]  
StartLimitInterval=120  
StartLimitBurst=3