VYPR
Unrated severityNVD Advisory· Published Feb 22, 2021· Updated Aug 4, 2024

CVE-2020-19762

CVE-2020-19762

Description

Automated Logic Corporation (ALC) WebCTRL System 6.5 and prior allows remote attackers to execute any JavaScript code via a XSS payload for the first parameter in a GET request.

AI Insight

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

An XSS vulnerability in ALC WebCTRL 6.5 and prior allows remote attackers to execute arbitrary JavaScript via a crafted request to failuremessage.jsp.

Vulnerability

A stored or reflected (GET request) cross-site scripting (XSS) vulnerability exists in Automated Logic Corporation (ALC) WebCTRL version 6.5 and prior. The bug resides in the _common/lvl5/failuremessage.jsp endpoint, where the message1 GET parameter is not properly sanitized before being rendered in the response. An attacker can inject arbitrary JavaScript code by supplying a specially crafted payload in the first parameter, as demonstrated in the proof-of-concept URL [1].

Exploitation

An attacker requires no authentication and only needs to craft a malicious GET request to the vulnerable endpoint. The proof-of-concept shown in reference [1] uses a payload that bypasses simple encoding filters (e.g., %26%23x22%3b%3balert(1)%2f%2f107). The attacker can send the URL to a victim (e.g., via phishing) or inject it into a page where other users visit. No user interaction beyond following the link is needed for the XSS to execute in the victim's browser.

Impact

Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of the victim's browser session on the WebCTRL application. This can lead to session hijacking, credential theft, defacement, or redirection to malicious sites, compromising the confidentiality and integrity of user data and application state.

Mitigation

Automated Logic Corporation has not published a fixed version in the available references [1]. The vendor was contacted (CVE reserved in 2020), but no patch or advisory detailing a remedy is currently disclosed. Users should consider applying the principle of least privilege, restricting network access to the WebCTRL interface, and using web application firewalls to filter malicious payloads until an official update is released.

AI Insight generated on May 26, 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.