WeGIA versions 3.6.6 and below are vulnerable to Reflected Cross-Site Scripting (XSS) in the novo_memorandoo.php endpoint, allowing arbitrary JavaScri...
Description
WeGIA versions 3.6.6 and below are vulnerable to Reflected Cross-Site Scripting (XSS) in the novo_memorandoo.php endpoint, allowing arbitrary JavaScript execution in user browsers.
AI Analyst Comment
Remediation
Update HP endpoint to the latest version. Check vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
---METADATA---
VENDOR: WeGIA Project
PRODUCT: WeGIA
AFFECTED_VERSIONS: Versions 3.6.6 and below
---END_METADATA---
Description Summary:
WeGIA versions 3.6.6 and below are vulnerable to Reflected Cross-Site Scripting (XSS) in the novo_memorandoo.php endpoint, allowing arbitrary JavaScript execution in user browsers.
Executive Summary:
Attackers can execute malicious scripts in the context of a user's session by exploiting a Reflected XSS vulnerability in the WeGIA platform.
Vulnerability Details
CVE-ID: CVE-2026-33135
Affected Software: WeGIA
Affected Versions: Versions 3.6.6 and below
Vulnerability: A Reflected Cross-Site Scripting (XSS) vulnerability exists in the
sccsGET parameter of the/html/memorando/novo_memorandoo.phpendpoint. The application directly reflects the input into an HTML alert div without sanitization, allowing an attacker to inject arbitrary JavaScript.Business Impact
Exploitation of this vulnerability can lead to session hijacking, credential theft (via phishing), and the performance of unauthorized actions on behalf of the victim. If an administrator is targeted, the attacker could gain full control over the WeGIA management interface. The CVSS score of 9.3 reflects the high potential for account takeover.
Remediation Plan
Immediate Action: Upgrade WeGIA to version 3.6.7 or later to ensure all dynamic success messages are properly encoded before being rendered.
Proactive Monitoring: Monitor web server logs for suspicious URL parameters containing
<script>tags or other JavaScript event handlers.Compensating Controls: Implement a strong Content Security Policy (CSP) to restrict the execution of inline scripts and prevent the loading of scripts from untrusted domains.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of Mar 20, 2026, there is no public information indicating active exploitation. Reflected XSS requires an attacker to trick a user into clicking a specially crafted link.
Analyst Recommendation
While XSS is often viewed as less severe than RCE, in a management application like WeGIA, it can lead directly to administrative compromise. Apply the 3.6.7 patch immediately and educate users on the risks of clicking untrusted links.