CVE-2024-47880

MEDIUM EPSS 28.0%
Published Oct 24, 20241y ago · Modified Jun 17, 20262w ago
6.9 CVSS 3.1
Medium
Find Similar
Published Oct 24, 2024 1y ago
Last Modified Jun 17, 2026 2w ago

Description

OpenRefine is a free, open source tool for working with messy data. Prior to version 3.8.3, the `export-rows` command can be used in such a way that it reflects part of the request verbatim, with a Content-Type header also taken from the request. An attacker could lead a user to a malicious page that submits a form POST that contains embedded JavaScript code. This code would then be included in the response, along with an attacker-controlled `Content-Type` header, and so potentially executed in the victim's browser as if it was part of OpenRefine. The attacker-provided code can do anything the user can do, including deleting projects, retrieving database passwords, or executing arbitrary Jython or Closure expressions, if those extensions are also present. The attacker must know a valid project ID of a project that contains at least one row. Version 3.8.3 fixes the issue.

CVSS Details

Base Score
6.9
Exploitability
1.6
Impact
4.7
Vector string
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:L/A:N
Attack Vector Network
Attack Complexity High
Privileges Required None
User Interaction Required
Scope Changed
Confidentiality High
Integrity Low
Availability None

Threat Intelligence

EPSS Exploit Probability
28.0% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 2

CWE-348
CWE-79 Cross-site Scripting Injection

Affected Products 1

VendorProductVersionRange
openrefineopenrefine* <3.8.3

References 2

  • github.com https://github.com/OpenRefine/OpenRefine/commit/8060477fa53842ebabf43b63e039745932fa629d
    Patch
  • github.com https://github.com/OpenRefine/OpenRefine/security/advisories/GHSA-79jv-5226-783f
    ExploitThird Party Advisory

Remediation

  • github.com https://github.com/OpenRefine/OpenRefine/commit/8060477fa53842ebabf43b63e039745932fa629d
    Patch