LiveActive security incident?Get immediate response
CVE Record

CVE-2018-1000888: PEAR Archive_Tar version 1.4.3 and earlier contains a CWE-502, CWE-915 vulnerability in the Archive_Tar class.

PEAR Archive_Tar version 1.4.3 and earlier contains a CWE-502, CWE-915 vulnerability in the Archive_Tar class. There are several file operations with `$v_header['filename']` as parameter (such as file_exists, is_file, is_dir, etc). When extract is called without a specific prefix path, we can trigger unserialization by crafting a tar file with `phar://[path_to_malicious_phar_file]` as path. Object injection can be used to trigger destruct in the loaded PHP classes, e.g. the Archive_Tar class itself. With Archive_Tar object injection, arbitrary file deletion can occur because `@unlink($this->_temp_tarname)` is called. If another class with useful gadget is loaded, it may possible to cause remote code execution that can result in files being deleted or possibly modified. This vulnerability appears to have been fixed in 1.4.4.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a PHP library weakness in PEAR Archive_Tar 1.4.3 and earlier. If an application extracts attacker-supplied tar files in the affected way, a crafted archive can trigger unsafe PHP object handling, potentially causing file deletion and, with suitable loaded classes, possible remote code execution.

Executive priority

Treat as high priority where PHP systems process uploaded or external tar archives. The business concern is not broad internet exposure by default, but vulnerable archive handling can cross into destructive file operations or possible code execution. Patch and inventory affected PHP environments promptly.

Technical view

Archive_Tar uses archive header filenames in filesystem operations. The CVE states that crafted phar-style paths can trigger unserialization during extraction without a prefix path. Object injection may invoke destructors; Archive_Tar itself can lead to arbitrary file deletion, while other available gadget classes may expand impact.

Likely exposure

Exposure is most likely in PHP applications or servers using PEAR Archive_Tar 1.4.3 or earlier, including distribution packages referenced by Debian, Ubuntu, and Gentoo advisories. Practical risk depends on whether untrusted archives are extracted and whether vulnerable extraction conditions are reachable.

Exploitation context

The bundle includes an Exploit-DB reference, so public exploit information exists. It does not show CISA KEV listing or confirmed active exploitation. Impact is context-dependent because remote code execution requires useful loaded gadget classes, while file deletion is specifically described for Archive_Tar object injection.

Researcher notes

The source record names CWE-502 and CWE-915 patterns, but the supplied CVE metadata lacks CVSS details. Scope validation should focus on vulnerable versions, untrusted archive extraction, prefix-path behavior, and available PHP classes that could influence deserialization impact.

Mitigation direction

  • Upgrade PEAR Archive_Tar to 1.4.4 or a vendor-fixed package.
  • Apply Debian, Ubuntu, or Gentoo security updates where those packages are used.
  • Avoid extracting untrusted tar archives with affected Archive_Tar versions.
  • Check vendor guidance before relying on custom mitigations.
  • Restrict archive processing to trusted workflows until fixed.

Validation and detection

  • Inventory PEAR Archive_Tar versions in PHP applications and system packages.
  • Identify code paths that extract user-supplied or remote tar archives.
  • Confirm whether extraction occurs without a specific prefix path.
  • Review package manager status against Debian, Ubuntu, or Gentoo advisories.
  • Check file integrity around systems that processed untrusted archives.
Prepared
Confidence
medium
Sources
10

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.

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

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. 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-2018-1000888 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
10Source 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/an/an/aListed
Weakness

CWE details

No CWE listed

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