Vulnerabilities (CVE)

Filtered by vendor Apport Project Subscribe
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2019-11485 2 Apport Project, Canonical 2 Apport, Ubuntu Linux 2022-01-01 2.1 LOW 3.3 LOW
Sander Bos discovered Apport's lock file was in a world-writable directory which allowed all users to prevent crash handling.
CVE-2019-11483 2 Apport Project, Canonical 2 Apport, Ubuntu Linux 2020-08-24 2.1 LOW 3.3 LOW
Sander Bos discovered Apport mishandled crash dumps originating from containers. This could be used by a local attacker to generate a crash report for a privileged process that is readable by an unprivileged user.
CVE-2019-15790 2 Apport Project, Canonical 2 Apport, Ubuntu Linux 2020-05-14 2.1 LOW 3.3 LOW
Apport reads and writes information on a crashed process to /proc/pid with elevated privileges. Apport then determines which user the crashed process belongs to by reading /proc/pid through get_pid_info() in data/apport. An unprivileged user could exploit this to read information about a privileged running process by exploiting PID recycling. This information could then be used to obtain ASLR offsets for a process with an existing memory corruption vulnerability. The initial fix introduced regressions in the Python Apport library due to a missing argument in Report.add_proc_environ in apport/report.py. It also caused an autopkgtest failure when reading /proc/pid and with Python 2 compatibility by reading /proc maps. The initial and subsequent regression fixes are in 2.20.11-0ubuntu16, 2.20.11-0ubuntu8.6, 2.20.9-0ubuntu7.12, 2.20.1-0ubuntu2.22 and 2.14.1-0ubuntu3.29+esm3.