LiveActive security incident?Get immediate response
CVE Record

CVE-2020-27790: A floating point exception issue was discovered in UPX in PackLinuxElf64::invert_pt_dynamic() function of p...

A floating point exception issue was discovered in UPX in PackLinuxElf64::invert_pt_dynamic() function of p_lx_elf.cpp file. An attacker with a crafted input file could trigger this issue that could cause a crash leading to a denial of service. The highest impact is to Availability.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-27790 is a UPX crash bug triggered by a crafted input file. The documented impact is denial of service: UPX can crash while handling certain 64-bit Linux ELF content. Sources do not show code execution, data theft, or confirmed active exploitation.

Executive priority

Treat this as a targeted availability risk for teams or services that run UPX on untrusted binaries. Prioritize remediation in automated analysis or pipeline contexts, but it is not presented as a broad remote compromise issue.

Technical view

The issue is a floating point exception in UPX's PackLinuxElf64::invert_pt_dynamic() function in p_lx_elf.cpp, classified as CWE-369. A crafted file can trigger a crash. The source bundle identifies the fix as UPX v3.96.

Likely exposure

Exposure is most likely where UPX processes untrusted or externally supplied Linux ELF64 files, especially in malware analysis, CI, unpacking, or file-inspection workflows. General systems not running UPX on untrusted files are less exposed.

Exploitation context

The public sources describe crafted-input denial of service. The CVE is not listed as KEV in the bundle, and no cited source supports active exploitation. Evidence is limited to the CVE description, GitHub issue, and fix commit.

Researcher notes

Key gaps: no CVSS score is provided, affected pre-fix version ranges are not fully enumerated, and exploitation is not confirmed. The strongest source-grounded fix statement is that the issue was fixed in UPX v3.96.

Mitigation direction

  • Upgrade UPX to v3.96 or later where used.
  • Avoid processing untrusted files with vulnerable UPX versions.
  • Run UPX file handling in isolated, resource-limited environments.
  • Check vendor and project guidance for any later advisories.

Validation and detection

  • Inventory UPX versions across developer, CI, and analysis systems.
  • Confirm installed UPX versions are v3.96 or later.
  • Identify workflows that pass untrusted ELF64 files to UPX.
  • Review crash logs for UPX failures tied to malformed inputs.
Prepared
Confidence
medium
Sources
4

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-369: 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-27790 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
3Source 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/aupxFixed in v3.96.Listed
Weakness

CWE details

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

CWE-369 · source CWE mapping

Divide By Zero

Divide By Zero represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.