CVE Vulnerabilities

CVE-2019-3885

Use After Free

Published: Apr 18, 2019 | Modified: Nov 21, 2024
CVSS 3.x
7.5
HIGH
Source:
NVD
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS 2.x
5 MEDIUM
AV:N/AC:L/Au:N/C:P/I:N/A:N
RedHat/V2
RedHat/V3
3.3 LOW
CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
Ubuntu
LOW

A use-after-free flaw was found in pacemaker up to and including version 2.0.1 which could result in certain sensitive information to be leaked via the system logs.

Weakness

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory “belongs” to the code that operates on the new pointer.

Affected Software

Name Vendor Start Version End Version
Pacemaker Clusterlabs * 2.0.1 (including)
Red Hat Enterprise Linux 7 RedHat pacemaker-0:1.1.19-8.el7_6.5 *
Red Hat Enterprise Linux 8 RedHat pacemaker-0:2.0.1-4.el8_0.3 *
Pacemaker Ubuntu bionic *
Pacemaker Ubuntu cosmic *
Pacemaker Ubuntu devel *
Pacemaker Ubuntu disco *
Pacemaker Ubuntu esm-infra/bionic *
Pacemaker Ubuntu esm-infra/xenial *
Pacemaker Ubuntu trusty *
Pacemaker Ubuntu xenial *

Potential Mitigations

References