LiveActive security incident?Get immediate response
CVE Record

CVE-2020-15076: Private Tunnel installer for macOS version 3.0.1 and older versions may corrupt system critical files it sh...

Private Tunnel installer for macOS version 3.0.1 and older versions may corrupt system critical files it should not have access via symlinks in /tmp.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

Private Tunnel’s macOS installer, version 3.0.1 and earlier, can mishandle temporary files and corrupt critical system files. This is most relevant when old installers are still used on managed Macs. Public sources do not provide a CVSS score, confirmed exploitation, or detailed vendor remediation steps.

Executive priority

Treat this as a targeted hygiene item, not an emergency based on current evidence. Prioritize removal or replacement where Private Tunnel was distributed to macOS fleets, especially shared or centrally managed systems.

Technical view

The CVE describes a CWE-61 symlink issue involving /tmp. The vulnerable macOS installer may follow symlinks and affect files outside its intended scope, including system-critical files. The affected product is Private Tunnel 3.0.1 and prior versions. Available public evidence is sparse.

Likely exposure

Exposure appears limited to macOS systems where Private Tunnel 3.0.1 or earlier installers are present or executed. The source bundle does not identify affected operating system versions, required privileges, or whether installed clients are vulnerable after installation.

Exploitation context

CISA KEV status is false, and the supplied sources do not state active exploitation. The described issue suggests local manipulation of installer temporary-file behavior, but the public bundle does not provide exploit prerequisites or observed attacks.

Researcher notes

The record lacks CVSS, detailed prerequisites, fixed-version wording, and exploit telemetry. Analysis should stay anchored to CWE-61 and the /tmp symlink corruption description. Validate remediation against the OpenVPN changelog before asserting a fixed release.

Mitigation direction

  • Inventory macOS endpoints for Private Tunnel installer version 3.0.1 or earlier.
  • Check OpenVPN Private Tunnel changelog and vendor guidance for fixed installer versions.
  • Remove obsolete vulnerable installers from software repositories and endpoint download locations.
  • Avoid deploying affected installers until vendor guidance confirms remediation.
  • Document any compensating controls if upgrade or removal is delayed.

Validation and detection

  • Confirm whether Private Tunnel 3.0.1 or earlier installers exist on managed Macs.
  • Review endpoint management records for historical or pending Private Tunnel deployments.
  • Check vendor changelog for the first non-affected installer version.
  • Verify vulnerable installers are removed from internal package repositories.
  • Monitor for unexpected system-file changes after legacy installer execution.
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-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-2020-15076 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aPrivate Tunnel3.0.1 and prior versionsListed
Weakness

CWE details

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

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.