LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3710: Apport info disclosure via path traversal bug in read_file

An information disclosure via path traversal was discovered in apport/hookutils.py function read_file(). This issue affects: apport 2.14.1 versions prior to 2.14.1-0ubuntu3.29+esm8; 2.20.1 versions prior to 2.20.1-0ubuntu2.30+esm2; 2.20.9 versions prior to 2.20.9-0ubuntu7.26; 2.20.11 versions prior to 2.20.11-0ubuntu27.20; 2.20.11 versions prior to 2.20.11-0ubuntu65.3;

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-3710 is a local information disclosure flaw in Ubuntu's Apport crash-reporting tool. A path traversal bug in read_file() could let a low-privileged local user read sensitive information. It does not indicate remote code execution, data tampering, or service outage.

Executive priority

Treat this as a confidentiality risk requiring normal vulnerability-management action, not an emergency internet-wide incident. Patch exposed Ubuntu fleets promptly, with higher priority for shared or regulated environments.

Technical view

The issue is CWE-24 path traversal in apport/hookutils.py read_file(). CVSS 3.1 is 6.5: local access, low complexity, low privileges, no user interaction, changed scope, high confidentiality impact, no integrity or availability impact.

Likely exposure

Exposure is likely limited to Ubuntu systems running affected Apport package versions, especially multi-user servers, developer workstations, and ESM/LTS fleets where untrusted local users may have accounts.

Exploitation context

The provided sources do not cite active exploitation, and KEV status is false. Exploitation requires local low-privileged access and appears focused on unauthorized file disclosure through path traversal, not direct remote compromise.

Researcher notes

Affected versions include Apport 2.14.1, 2.20.1, 2.20.9, and 2.20.11 before specific Ubuntu fixed builds. The record identifies path traversal in read_file(); sources do not provide public exploitation evidence.

Mitigation direction

  • Upgrade Apport to the fixed Ubuntu package for each supported release.
  • Use Ubuntu USN-5077-1 and USN-5077-2 as the remediation baseline.
  • Prioritize systems with shared shell access or untrusted local users.
  • If patching is delayed, review Canonical guidance for supported temporary measures.

Validation and detection

  • Inventory installed Apport versions across Ubuntu systems.
  • Compare versions against the fixed package thresholds listed for CVE-2021-3710.
  • Confirm Ubuntu security updates USN-5077-1 or USN-5077-2 are applied where relevant.
  • Review local user exposure on systems that cannot be patched promptly.
Prepared
Confidence
high
Sources
6

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

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-3710 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.1)
Known Exploited
No
Published

Vector: CVSS:3.1/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
5Source 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.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N24Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2021-3710Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Canonicalapport2.14.1, 2.20.1, 2.20.9, 2.20.11Listed
Weakness

CWE details

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

CWE-24 · source CWE mapping

Path Traversal: '../filedir'

Path Traversal: '../filedir' represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.