LiveActive security incident?Get immediate response
CVE Record

CVE-2020-27798: An invalid memory address reference was discovered in the adjABS function in p_lx_elf.cpp in UPX 4.0.0 via...

An invalid memory address reference was discovered in the adjABS 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

CVE-2020-27798 is a memory safety issue in UPX 4.0.0-git-87b73e5cfdc1+ triggered by a crafted Mach-O file. The public record does not provide CVSS, confirmed impact, patch details, or active exploitation evidence. Business urgency depends on whether affected UPX builds process untrusted files.

Executive priority

Treat this as targeted risk for teams using UPX on untrusted files, not a broad enterprise emergency based on current evidence. Prioritize inventory and containment where UPX is part of malware triage, binary analysis, or automated file ingestion.

Technical view

The CVE describes an invalid memory address reference in adjABS in p_lx_elf.cpp when UPX handles a crafted Mach-O file. It is classified as CWE-119, but the source bundle does not define exploitability, privilege impact, affected platforms beyond UPX, or a named fixed version.

Likely exposure

Exposure is most likely in malware analysis, build, unpacking, or file-inspection workflows that run the affected UPX build against untrusted Mach-O inputs. Organizations not using this UPX git build, or not processing Mach-O files with it, likely have limited exposure.

Exploitation context

The source bundle does not show active exploitation, and the CVE is not listed as KEV. The only described trigger is a crafted Mach-O file. No public exploit steps, operational campaign, or weaponized use are cited in the provided evidence.

Researcher notes

Evidence is sparse: no CVSS vector, no patch statement, and only one upstream issue reference in the source bundle. Focus validation on reproducing exposure safely in controlled environments and confirming whether deployed UPX builds match the affected git version.

Mitigation direction

  • Inventory UPX usage and identify any affected 4.0.0-git-87b73e5cfdc1+ builds.
  • Avoid processing untrusted Mach-O files with affected UPX builds until vendor guidance is reviewed.
  • Run UPX file-processing workflows in isolated, least-privileged environments.
  • Check the upstream issue and CVE record for named fixes or maintained release guidance.

Validation and detection

  • Confirm UPX version strings in developer, CI, analysis, and security tooling environments.
  • Identify workflows where UPX processes external or untrusted Mach-O files.
  • Review crash or fault telemetry from systems that run UPX on submitted binaries.
  • Track the upstream GitHub issue for maintainer confirmation of affected and fixed versions.
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-27798 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.