LiveActive security incident?Get immediate response
CVE Record

CVE-2020-27802: An floating point exception was discovered in the elf_lookup function in p_lx_elf.cpp in UPX 4.0.0 via a cr...

An floating point exception was discovered in the elf_lookup function in p_lx_elf.cpp 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

UPX, a binary packer/unpacker, can crash when it processes a specially crafted Mach-O file in the affected 4.0.0 git build. The main business risk is disruption to tooling that automatically inspects or processes untrusted binaries, not direct compromise based on the available sources.

Executive priority

Treat this as a targeted operational resilience issue unless UPX is exposed to untrusted uploads. Prioritize environments where automated analysis depends on UPX availability.

Technical view

The CVE describes a floating point exception in UPX's elf_lookup function in p_lx_elf.cpp, reachable through a crafted Mach-O file. The source bundle lists CWE-119 but provides no CVSS score, patch details, or confirmed exploitation evidence.

Likely exposure

Exposure is most likely where the named UPX 4.0.0-git-87b73e5cfdc1+ build processes untrusted Mach-O files, such as malware analysis, CI, reverse-engineering, or file triage pipelines.

Exploitation context

CISA KEV status is false, and the provided sources do not claim active exploitation. Available evidence supports a crafted-file crash condition, not remote code execution or broader product impact.

Researcher notes

The public record is sparse: no CVSS, no named fixed release, and only one issue reference in the source bundle. Do not broaden impact beyond UPX processing crafted Mach-O input without additional vendor evidence.

Mitigation direction

  • Inventory UPX installations and identify the exact build in use.
  • Avoid processing untrusted Mach-O files with the affected UPX build.
  • Run binary-processing workflows in isolated, low-privilege sandboxes.
  • Check UPX vendor issue guidance and release notes for a fixed version.
  • Add operational handling for UPX crashes in automated pipelines.

Validation and detection

  • Confirm whether UPX 4.0.0-git-87b73e5cfdc1+ is deployed.
  • Map workflows that feed third-party Mach-O files into UPX.
  • Review logs for UPX floating point exceptions or unexpected process exits.
  • Check whether exposed services call UPX on uploaded files.
  • Document compensating controls for any remaining affected instances.
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-27802 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.