LiveActive security incident?Get immediate response
CVE Record

CVE-2023-52138: Path traversal via crafted cpio archives in Engrampa archivers

Engrampa is an archive manager for the MATE environment. Engrampa is found to be vulnerable to a Path Traversal vulnerability that can be leveraged to achieve full Remote Command Execution (RCE) on the target. While handling CPIO archives, the Engrampa Archive manager follows symlink, cpio by default will follow stored symlinks while extracting and the Archiver will not check the symlink location, which leads to arbitrary file writes to unintended locations. When the victim extracts the archive, the attacker can craft a malicious cpio or ISO archive to achieve RCE on the target system. This vulnerability was fixed in commit 63d5dfa.

HighCVSS 8.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A malicious archive can make Engrampa write files outside the intended extraction folder. If a user opens a crafted CPIO or ISO archive on a vulnerable MATE desktop system, this can lead to arbitrary file writes and potentially remote code execution.

Executive priority

Treat as a high-priority desktop hardening issue where staff handle external archives. It is not wormable from the evidence provided, but compromise can follow normal user archive extraction.

Technical view

Engrampa mishandles CPIO archive extraction by following stored symlinks without validating their destination. This creates path traversal and arbitrary write risk outside the extraction directory. The record maps this to CWE-25, CVSS 8.2, and versions before upstream commit 63d5dfa.

Likely exposure

Exposure is most likely on Linux desktop systems using the MATE Engrampa archive manager, especially where users extract archives from email, downloads, shared folders, or support workflows. Fedora and Debian LTS advisories indicate distro packaging relevance.

Exploitation context

The bundle does not show CISA KEV listing or active exploitation evidence. Exploitation requires user interaction: a victim must extract a crafted CPIO or ISO archive using vulnerable Engrampa.

Researcher notes

Focus validation on archive extraction behavior and package provenance. The source bundle identifies the upstream fix commit but does not provide complete fixed version ranges across all distributions.

Mitigation direction

  • Update Engrampa using vendor or distribution security packages.
  • Ensure the update includes upstream fix commit 63d5dfa.
  • Restrict extraction of untrusted CPIO and ISO archives until patched.
  • Prefer vendor or distro guidance for exact fixed package versions.

Validation and detection

  • Inventory systems with MATE Engrampa installed.
  • Check installed Engrampa package versions against distro security advisories.
  • Confirm patched builds contain commit 63d5dfa or equivalent fix.
  • Review workflows where users extract untrusted archives.
Prepared
Confidence
high
Sources
6

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-25: 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
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-2023-52138 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
High
CVSS
8.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:N

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.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:N2.84.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.2High
CVSS 3.1 vector shape for CVE-2023-52138Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
mate-desktopengrampa< commit 63d5dfaListed
Weakness

CWE details

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

CWE-25 · source CWE mapping

Path Traversal: '/../filedir'

Path Traversal: '/../filedir' represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.