Security readout for executives and security teams
Plain-English summary
This is a low-severity local information disclosure in Ubuntu Apport. A user already logged into a system could make Apport read process information with elevated privileges and potentially learn details about a privileged process. The main business concern is assisting another vulnerability, not standalone compromise.
Executive priority
Treat this as routine patch management unless affected systems are shared or host sensitive workloads. It is unlikely to justify emergency response alone, but it can reduce defense-in-depth when combined with another local exploit path.
Technical view
Apport’s get_pid_info() read /proc/pid data with elevated privileges and could be confused by PID recycling. The leak could expose process information useful for deriving ASLR offsets when combined with an existing memory corruption vulnerability. Ubuntu issued fixes and follow-up regression fixes across affected Apport package lines.
Likely exposure
Exposure is mainly Ubuntu systems running affected Canonical Apport versions 2.14.1, 2.20.1, 2.20.9, or 2.20.11 before the fixed package revisions. The attacker needs local low-privileged access, so shared hosts, developer workstations, and multi-user servers matter most.
Exploitation context
The CVE is not marked in KEV, and the provided sources do not establish active exploitation. The attack requires local access and high complexity, and it is most valuable as an information leak supporting a separate memory corruption exploit.
Researcher notes
Focus validation on local privilege boundaries and package state. The important nuance is PID recycling plus privileged /proc reads, with impact limited to confidentiality. The source bundle also notes initial fix regressions, so distinguish original vulnerable packages from later corrected fixes.
Mitigation direction
- Apply the relevant Ubuntu Apport security updates for the installed release.
- Confirm regression-fix package revisions are installed, not only the initial fix.
- Prioritize multi-user Ubuntu systems and hosts with untrusted local accounts.
- Review Canonical USN-4171 advisories for release-specific package guidance.
- Monitor vendor guidance for any additional Apport or Whoopsie follow-up fixes.
Validation and detection
- Inventory Ubuntu hosts with Apport installed and enabled.
- Compare installed Apport versions against Canonical fixed package revisions.
- Check whether affected systems allow untrusted local shell or application users.
- Verify security update status after applying USN-4171 related updates.
- Document any exception where vendor-fixed packages cannot be installed.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-250: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2019-15790 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Low
- CVSS
- 2.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N1.11.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
2.8LowVector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1839795CVE reference
- https://usn.ubuntu.com/4171-1/CVE reference
- https://usn.ubuntu.com/4171-2/CVE reference
- https://usn.ubuntu.com/4171-3/CVE reference
- https://usn.ubuntu.com/4171-4/CVE reference
- https://usn.ubuntu.com/4171-5/CVE reference
- https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1850929CVE reference
- https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1851806CVE reference
- https://bugs.launchpad.net/apport/+bug/1854237CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Execution with Unnecessary Privileges
Execution with Unnecessary Privileges represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
