VYPR
Moderate severityNVD Advisory· Published Jun 20, 2023· Updated Dec 9, 2024

CVE-2020-21485

CVE-2020-21485

Description

Cross Site Scripting vulnerability in Alluxio v.1.8.1 allows a remote attacker to executea arbitrary code via the path parameter in the browse board component.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A reflected XSS vulnerability in Alluxio v1.8.1 allows attackers to execute arbitrary JavaScript via the path parameter.

Vulnerability

Overview

A reflected cross-site scripting (XSS) vulnerability exists in Alluxio version 1.8.1, a distributed caching platform for large-scale data [1]. The flaw occurs in the Browse board component, where user-supplied input to the path parameter is not properly sanitized before being rendered in the response [2]. This allows an attacker to inject arbitrary web scripts or HTML.

Exploitation

An attacker can exploit this vulnerability by crafting a malicious URL containing JavaScript payload in the path parameter, e.g., http:///browse?path=%2F&offset=0&limit=9 with injected script [3]. The vulnerability is reflected, meaning the payload is executed in the victim's browser when the URL is visited. No authentication is required, making it exploitable by any remote attacker who can trick a user into clicking the link.

Impact

Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of the victim's browser. This can lead to cookie theft, session hijacking, defacement, or redirection to malicious sites [2]. The impact is amplified if the Alluxio web interface is accessible over the network.

Mitigation

As of the disclosure date, no official patch has been released for this vulnerability. Users of Alluxio v1.8.1 should consider upgrading to a later version if available, or restrict access to the web interface to trusted users only. The issue remains unpatched in the affected version [3].

AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
org.alluxio:alluxio-parentMaven
<= 1.8.1

Affected products

3

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.