LiveActive security incident?Get immediate response
CVE Record

CVE-2020-27801: A heap-based buffer over-read was discovered in the get_le64 function in bele.h in UPX 4.0.0 via a crafted...

A heap-based buffer over-read was discovered in the get_le64 function in bele.h in UPX 4.0.0 via a crafted Mach-O file.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

This CVE affects a specific UPX 4.0.0 development build. A specially crafted Mach-O file can trigger a heap buffer over-read while UPX parses file data. The source bundle does not provide CVSS scoring, confirmed impact beyond over-read, active exploitation, or a named fixed version.

Executive priority

Treat this as a targeted toolchain exposure rather than an enterprise-wide emergency. Prioritize teams that analyze or unpack externally supplied binaries, especially Mach-O files. Business urgency rises if the affected UPX build runs automatically on untrusted submissions.

Technical view

CVE-2020-27801 is a CWE-119 heap-based buffer over-read in UPX get_le64 in bele.h, reachable through crafted Mach-O input. The listed affected version is upx 4.0.0-git-87b73e5cfdc1+. Available sources do not establish exploitability beyond malformed-file parsing or identify a patch.

Likely exposure

Exposure is most likely where the affected UPX development build processes untrusted Mach-O files, including developer machines, CI jobs, reverse-engineering workflows, or automated file-analysis tooling. Systems not using this UPX build, or not parsing Mach-O inputs with it, are not shown as affected by the supplied sources.

Exploitation context

The source bundle supports a crafted-file parsing scenario, not remote network exploitation. KEV status is false, and no cited source in the bundle states active exploitation in the wild. Evidence is incomplete on whether the issue causes only denial of service or broader memory disclosure.

Researcher notes

The public metadata is sparse: no CVSS vector, no fixed version, and no exploitation confirmation are provided. Analysis should focus on confirming exact UPX build provenance, Mach-O parsing paths, and upstream maintainer discussion before assigning broader impact.

Mitigation direction

  • Inventory UPX installations and identify the exact build version.
  • Avoid processing untrusted Mach-O files with the affected development build.
  • Run UPX file analysis inside isolated, least-privileged environments.
  • Check the upstream UPX issue and release guidance for confirmed fixes.
  • Prioritize replacement with a non-affected upstream-supported build when confirmed.

Validation and detection

  • Confirm whether upx 4.0.0-git-87b73e5cfdc1+ is installed anywhere.
  • Identify workflows that feed Mach-O files into UPX.
  • Review CI and analysis jobs for untrusted file ingestion.
  • Check upstream UPX issue 394 for maintainer-confirmed resolution details.
  • Document compensating isolation controls where upgrade status is unclear.
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-119: 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-27801 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/aupxupx 4.0.0-git-87b73e5cfdc1+Listed
Weakness

CWE details

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

CWE-119 · source CWE mapping

Improper Restriction of Operations within the Bounds of a Memory Buffer

Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.