LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32551: apport read_file() function could follow maliciously constructed symbolic links

It was discovered that read_file() in apport/hookutils.py would follow symbolic links or open FIFOs. When this function is used by the openjdk-15 package apport hooks, it could expose private data to other local users.

HighCVSS 7.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

On affected Ubuntu systems, apport's file-reading helper could follow attacker-controlled links or special files when openjdk-15 crash hooks use it. A local user could cause private data to be exposed to other local users. This is mainly a shared-system and workstation/server hardening issue, not a remote internet-exposed flaw.

Executive priority

Treat this as a high-priority local information disclosure issue for shared Ubuntu systems. It is not described as remotely exploitable, but it can expose private data across local user boundaries and should be remediated through vendor-supported updates.

Technical view

The issue is in apport/hookutils.py read_file(), which followed symbolic links or opened FIFOs. When invoked through openjdk-15 apport hooks, that behavior could cross intended file boundaries and leak sensitive data. CVSS 3.1 is 7.3 with local attack vector, low complexity, low privileges, no user interaction, changed scope, high confidentiality impact, and low availability impact.

Likely exposure

Exposure is likely limited to Ubuntu systems using affected Canonical apport packages where openjdk-15 apport hooks are present. Risk is higher on shared Linux hosts, developer workstations, build systems, or environments with untrusted local users.

Exploitation context

The provided sources do not show active exploitation, and the CVE is not marked as CISA KEV. Exploitation requires local low-privileged access, but no victim interaction is required once the vulnerable path is reachable.

Researcher notes

The evidence points to unsafe link and FIFO handling in apport's read_file() helper when used by openjdk-15 hooks. The supplied bundle does not name fixed versions, exploit availability, or detailed remediation beyond the Launchpad reference, so validation should stay tied to Canonical package guidance.

Mitigation direction

  • Check Canonical or Ubuntu guidance for fixed apport package versions.
  • Apply supported Ubuntu security updates for apport and related openjdk-15 hooks.
  • Prioritize shared systems with multiple local users or untrusted accounts.
  • Restrict unnecessary local user access on affected hosts.
  • Monitor vendor advisories for any named workaround or fixed version details.

Validation and detection

  • Inventory Ubuntu hosts with apport installed.
  • Identify systems with openjdk-15 apport hooks present.
  • Compare installed apport versions against Canonical guidance for CVE-2021-32551.
  • Confirm affected package versions are upgraded or otherwise addressed.
  • Review shared-user hosts first because the attack vector is local.
Prepared
Confidence
medium
Sources
3

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

CWE-61: 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-2021-32551 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
High
CVSS
7.3 (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:L

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
2Source 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
7.3CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L24.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.3High
CVSS 3.1 vector shape for CVE-2021-32551Attack 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:L

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.20.1, 2.20.9, 2.20.11-0ubuntu27, 2.20.11-0ubuntu50, 2.20.11-0ubuntu65, 2.14.1-0ubuntu3Listed
Weakness

CWE details

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

CWE-59 · source CWE mapping

Improper Link Resolution Before File Access ('Link Following')

Improper Link Resolution Before File Access ('Link Following') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-61 · source CWE mapping

UNIX Symbolic Link (Symlink) Following

UNIX Symbolic Link (Symlink) Following represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.