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

CVE-2021-21803

CVE-2021-21803

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.

A reflected XSS vulnerability in Advantech R-SeeNet's device_graph_page.php allows arbitrary JavaScript execution via a crafted URL.

Vulnerability

The vulnerability exists in the device_graph_page.php script of Advantech R-SeeNet version 2.4.12 (20.10.2020). The graph parameter is taken directly from user input via $_GET['graph'] and embedded into an HTML `` tag without sanitization, leading to reflected cross-site scripting (XSS) [1].

Exploitation

An attacker can craft a malicious URL containing a JavaScript payload in the graph parameter, such as ?graph=%22zlo%20onerror=alert(1)%20%22. If a victim visits this URL, the payload executes in the context of the victim's browser. No authentication or special privileges are required; only user interaction (clicking the link) is needed [1].

Impact

Successful exploitation allows arbitrary JavaScript execution in the victim's browser, potentially leading to session hijacking, credential theft, or other client-side attacks. The CVSSv3 score is 9.6 (Critical) due to network attack vector, low complexity, no privileges required, user interaction, and changed scope [1].

Mitigation

No fixed version is disclosed in the available reference. Users should restrict access to the R-SeeNet web interface to trusted networks and consider upgrading if a patched version becomes available. As of the publication date, no workaround is provided [1].

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.