LiveActive security incident?Get immediate response
CVE Record

CVE-2021-30500: Null pointer dereference was found in upx PackLinuxElf::canUnpack() in p_lx_elf.cpp,in version UPX 4.0.0.

Null pointer dereference was found in upx PackLinuxElf::canUnpack() in p_lx_elf.cpp,in version UPX 4.0.0. That allow attackers to execute arbitrary code and cause a denial of service via a crafted file.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

UPX 4.0.0 can crash, and the CVE description also claims possible arbitrary code execution, when it processes a specially crafted Linux ELF file. Business risk is highest where UPX handles files from customers, third parties, malware samples, or automated pipelines.

Executive priority

Treat as a focused remediation item, not an enterprise-wide emergency. Prioritize exposed file-processing workflows first, especially security tooling and automated services that analyze untrusted binaries.

Technical view

CVE-2021-30500 is a CWE-476 null pointer dereference in UPX PackLinuxElf::canUnpack() in p_lx_elf.cpp. The affected product listed is upx 4.0.0. Public references include an upstream GitHub issue and commit, but the supplied data does not include CVSS scoring or a fixed release version.

Likely exposure

Exposure is likely limited to systems or workflows that run UPX 4.0.0 against untrusted or attacker-controlled Linux ELF files. This may include binary analysis, malware triage, build pipelines, unpacking services, and developer workstations.

Exploitation context

The source bundle does not show CISA KEV listing or other evidence of active exploitation. The vulnerability is described as triggered by a crafted file. The strongest documented impact is denial of service; arbitrary code execution is claimed in the CVE description but not detailed in the supplied evidence.

Researcher notes

The affected code path is PackLinuxElf::canUnpack() for Linux ELF handling. Evidence supports a null pointer dereference with crafted input. Severity is not scored in the supplied CVE data, and exploit maturity is not established. Avoid assuming broader UPX versions or fixed release numbers beyond the cited sources.

Mitigation direction

  • Inventory UPX installations and identify version 4.0.0 usage.
  • Prioritize workflows processing untrusted Linux ELF files.
  • Update to a vendor or upstream build containing the referenced fix.
  • Restrict UPX processing of untrusted files until patched.
  • Check distribution advisories for backported fixes and package status.

Validation and detection

  • Confirm UPX versions on developer, CI, and analysis systems.
  • Map where UPX processes user-supplied or third-party binaries.
  • Review the upstream issue and commit against deployed packages.
  • Verify vendor packages include the upstream fix or documented backport.
Prepared
Confidence
medium
Sources
5

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-476: 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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-30500 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
4Source 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.0Listed
Weakness

CWE details

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

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.