LiveActive security incident?Get immediate response
CVE Record

CVE-2019-7307: Apport contains a TOCTTOU vulnerability when reading the users ~/.apport-ignore.xml

Apport before versions 2.14.1-0ubuntu3.29+esm1, 2.20.1-0ubuntu2.19, 2.20.9-0ubuntu7.7, 2.20.10-0ubuntu27.1, 2.20.11-0ubuntu5 contained a TOCTTOU vulnerability when reading the users ~/.apport-ignore.xml file, which allows a local attacker to replace this file with a symlink to any other file on the system and so cause Apport to include the contents of this other file in the resulting crash report. The crash report could then be read by that user either by causing it to be uploaded and reported to Launchpad, or by leveraging some other vulnerability to read the resulting crash report, and so allow the user to read arbitrary files on the system.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A local Ubuntu user could make Apport include sensitive system file contents in a crash report. This is not remote code execution, but it can expose high-value secrets if vulnerable Apport versions remain installed on shared or multi-user systems.

Executive priority

Treat as a medium-priority confidentiality issue. Patch during normal vulnerability remediation windows, sooner for shared Ubuntu systems that may contain secrets or sensitive local files.

Technical view

CVE-2019-7307 is a CWE-367 TOCTTOU flaw in Apport’s handling of a user’s ~/.apport-ignore.xml. A local attacker can replace that file with a symlink, causing Apport to include another system file in the generated crash report.

Likely exposure

Ubuntu systems running Apport before the fixed package versions listed by Canonical are exposed, especially systems with local shell users or shared user access.

Exploitation context

The source bundle describes local exploitation requiring low privileges. It does not provide KEV status or cited evidence of active exploitation in the wild.

Researcher notes

The core issue is a local symlink race against Apport’s ignore-file read path. Impact depends on crash report creation and attacker access to the resulting report. No source in the bundle establishes active exploitation.

Mitigation direction

  • Upgrade Apport to the fixed Ubuntu package version or later.
  • Prioritize shared servers, developer workstations, and multi-user Ubuntu hosts.
  • Review Canonical guidance for the specific Ubuntu release in use.
  • Restrict unnecessary local user access where vulnerable systems cannot be updated quickly.

Validation and detection

  • Inventory Ubuntu hosts with Apport installed or enabled.
  • Compare installed Apport versions against Canonical’s fixed version list.
  • Review crash report storage and upload exposure paths.
  • Confirm remediation through package version evidence after updates.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · low confidence lookup

CWE-367: 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 lookup
cve · low confidence lookup

CVE-2019-7307 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.0MediumCVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N24Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

6.5Medium
CVSS 3.0 vector shape for CVE-2019-7307Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Ubuntuapportbefore 2.14.1-0ubuntu3.29+esm1, before 2.20.1-0ubuntu2.19, before 2.20.9-0ubuntu7.7, before 2.20.10-0ubuntu27.1, before 2.20.11-0ubuntu5Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-367 · source CWE mapping

Time-of-check Time-of-use (TOCTOU) Race Condition

Time-of-check Time-of-use (TOCTOU) Race Condition represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.