VYPR
Unrated severityNVD Advisory· Published Jul 16, 2021· Updated Aug 3, 2024

CVE-2021-21801

CVE-2021-21801

Description

This vulnerability is present in device_graph_page.php script, which is a part of the Advantech R-SeeNet web applications. A specially crafted URL by an attacker and visited by a victim can lead to arbitrary JavaScript code execution.

AI Insight

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

An XSS flaw in Advantech R-SeeNet's device_graph_page.php lets an attacker execute arbitrary JavaScript via a crafted graph parameter.

Vulnerability

The vulnerability resides in the device_graph_page.php script of Advantech R-SeeNet version 2.4.12 (20.10.2020). The script accepts a graph GET parameter [1]. On line 64, the unvalidated value is embedded directly into an ` tag's src` attribute without sanitization, enabling cross-site scripting (XSS) [1].

Exploitation

An attacker crafts a URL containing a malicious payload in the graph parameter, e.g. graph=%22zlo%20onerror=alert(1)%20%22. The attacker then social‑engineers a victim with a valid session to visit the crafted link. No prior authentication or network position is required beyond web access to the R-SeeNet instance [1].

Impact

Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of the victim's browser. This can lead to session theft, credential exfiltration, or arbitrary actions within the R-SeeNet application in the victim's session [1].

Mitigation

As of the published advisory (July 2021), no vendor patch or fixed version had been announced. Users should restrict access to the R-SeeNet web interface to trusted networks and consider applying input validation or a web application firewall rule to block suspicious graph parameter values [1]. CVE-2021-21801 is not listed in CISA's Known Exploited Vulnerabilities catalog.

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

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.