LiveActive security incident?Get immediate response
CVE Record

CVE-2021-33645: The th_read() function doesn’t free a variable t->th_buf.gnu_longlink after allocating memory, which may ca...

The th_read() function doesn’t free a variable t->th_buf.gnu_longlink after allocating memory, which may cause a memory leak.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-33645 is a memory leak in libtar before 1.2.21. When libtar reads certain tar header data, allocated memory may not be released. The main business concern is availability degradation in software that repeatedly processes tar archives, especially untrusted uploads or automated archive pipelines.

Executive priority

Treat this as a targeted availability-risk cleanup, not an emergency internet-wide crisis. Prioritize systems that process untrusted or high-volume tar archives, then standard dependency patching for remaining hosts.

Technical view

The issue is reported in th_read(): t->th_buf.gnu_longlink is allocated and not freed, matching CWE-401. The source bundle identifies libtar versions before 1.2.21 as affected. No CVSS vector, exploit details, or vulnerable call-flow prerequisites are provided in the supplied sources.

Likely exposure

Exposure is likely where libtar earlier than 1.2.21 is installed or bundled, particularly on systems or applications that parse tar archives from users, partners, backups, CI artifacts, or package workflows.

Exploitation context

The provided bundle does not show CISA KEV listing or active exploitation. It describes a memory leak only, with no public exploit status or attack procedure. Abuse would depend on reaching vulnerable archive parsing in a target application.

Researcher notes

Evidence is limited to a memory-leak description, CWE-401, affected libtar before 1.2.21, and distribution advisories. The bundle lacks CVSS, proof-of-concept status, precise fixed-package mapping across all distributions, and runtime conditions needed to estimate exploitability.

Mitigation direction

  • Inventory systems and applications using libtar before 1.2.21.
  • Apply vendor package updates from affected Linux distributions where available.
  • Check upstream or OS vendor guidance for fixed package versions.
  • Reduce processing of untrusted tar archives until remediation is confirmed.
  • Monitor archive-processing services for abnormal memory growth.

Validation and detection

  • Confirm installed or bundled libtar version is 1.2.21 or later.
  • Review application dependencies for statically linked or vendored libtar copies.
  • Identify routes, jobs, or services that parse tar archives.
  • Check OS advisory status for Fedora, openEuler, and Debian LTS packages.
  • Run regression tests around archive processing after updating.
Prepared
Confidence
medium
Sources
9

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-401: 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-2021-33645 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
8Source 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/alibtar<1.2.21Listed
Weakness

CWE details

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