OpenRefine has a reflected cross-site scripting vulnerability (XSS) in GData extension (authorized.vt)
High severity
GitHub Reviewed
Published
Oct 24, 2024
in
OpenRefine/OpenRefine
•
Updated Oct 30, 2024
Description
Published to the GitHub Advisory Database
Oct 24, 2024
Reviewed
Oct 24, 2024
Published by the National Vulnerability Database
Oct 24, 2024
Last updated
Oct 30, 2024
Summary
The
/extension/gdata/authorizedendpoint includes thestateGET parameter verbatim in a<script>tag in the output, so without escaping.An attacker could lead or redirect a user to a crafted URL containing JavaScript code, which would then cause that code to be executed in the victim's browser as if it was part of OpenRefine.
Details
The
stateGET parameter is read from:It is used (as
$state) in:There is no check that the state has the expected format (base64-encoded JSON with values like "openrefine123..." and "cb123..."), or that the page was indeed opened as part of the authorization flow.
PoC
Navigate to:
An alert box pops up.
The gdata extension needs to be present. No other configuration is needed; specifically, it is not required to have a client ID or client secret set.
Impact
Execution of arbitrary JavaScript in the user's browser. 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.
References