LiveActive security incident?Get immediate response
CVE Record

CVE-2023-37476: Zip slip in OpenRefine

OpenRefine is a free, open source tool for data processing. A carefully crafted malicious OpenRefine project tar file can be used to trigger arbitrary code execution in the context of the OpenRefine process if a user can be convinced to import it. The vulnerability exists in all versions of OpenRefine up to and including 3.7.3. Users should update to OpenRefine 3.7.4 as soon as possible. Users unable to upgrade should only import OpenRefine projects from trusted sources.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

OpenRefine can be compromised if a user imports a malicious project archive. The issue allows files from that archive to escape their intended location and run code as the OpenRefine process. Business risk depends on whether staff exchange or import OpenRefine projects. Upgrade to 3.7.4 and treat untrusted project files as unsafe.

Executive priority

Prioritize remediation where OpenRefine is used with third-party datasets or project sharing. This is not a wormable internet-facing issue, but it can turn a trusted data tool into a code-execution path if users import hostile project files.

Technical view

CVE-2023-37476 is a Zip Slip/path traversal flaw (CWE-22) in OpenRefine project tar import affecting versions before 3.7.4. A crafted project archive can write outside the expected extraction path and lead to arbitrary code execution in the OpenRefine process context. CVSS 3.1 is 5.5, with required user interaction and low confidentiality, integrity, and availability impact.

Likely exposure

Exposure is limited to environments running OpenRefine before 3.7.4, especially desktops or shared data-processing systems where users import project tar files from email, shared drives, or external collaborators.

Exploitation context

Sources describe exploitation through a malicious OpenRefine project tar file imported by a user. The source bundle does not cite CISA KEV listing or active exploitation evidence, so active exploitation should not be assumed.

Researcher notes

The public record identifies path traversal during OpenRefine project tar handling and a fix in 3.7.4. Keep validation focused on version exposure and project-import trust boundaries. Do not infer broader OpenRefine products or active exploitation from the provided sources.

Mitigation direction

  • Upgrade OpenRefine to version 3.7.4 or later.
  • If upgrade is delayed, import only OpenRefine projects from trusted sources.
  • Warn users not to open unexpected OpenRefine project archives.
  • Check vendor advisory and release notes for any environment-specific guidance.

Validation and detection

  • Inventory OpenRefine installations and confirm versions are 3.7.4 or later.
  • Review workflows for project imports from external or untrusted parties.
  • Check endpoint logs for suspicious activity around OpenRefine project imports.
  • Confirm users handling OpenRefine projects received file-origin guidance.
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 · medium confidence lookup

CWE-22: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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-2023-37476 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
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

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

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
5.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L2.13.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2023-37476Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
OpenRefineOpenRefine< 3.7.4Listed
Weakness

CWE details

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

CWE-22 · source CWE mapping

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.