CVE-2025-54724
uxper · uxper Golo
**A high-severity Reflected Cross-Site Scripting (XSS) vulnerability in uxper Golo allows an unauthenticated attacker to inject malicious code into a user's browser, creating a risk of session hijacki.
Executive summary
A high-severity Reflected Cross-Site Scripting (XSS) vulnerability in uxper Golo allows an unauthenticated attacker to inject malicious code into a user's browser, creating a risk of session hijacking and credential theft.
Vulnerability
The application is vulnerable to a Reflected XSS attack because it fails to properly sanitize user-controlled input before including it in the HTML output. An unauthenticated attacker can craft a malicious URL and trick a victim into clicking it, which causes the attacker's script to be executed in the victim's browser.
Business impact
This vulnerability, rated high with a CVSS score of 7.1, can lead to significant security incidents. An attacker could leverage this flaw to steal users' session cookies, enabling them to take over active sessions and access private data. Furthermore, it can be used for phishing attacks by manipulating the page content to display fake login forms, leading to credential compromise and reputational harm.
Remediation
Immediate Action: Install the security update provided by the vendor immediately to ensure all user-supplied input is properly handled and sanitized.
Proactive Monitoring: Analyze web server logs for requests containing suspicious payloads, such as <script>, onerror, or other JavaScript-related keywords within URL parameters.
Compensating Controls: Implement a Web Application Firewall (WAF) with a current XSS rule set to detect and block malicious requests, providing a crucial layer of defense until the patch is applied.
Exploitation status
Public Exploit Available: false
Analyst recommendation
The high risk associated with this XSS vulnerability demands immediate remediation. Administrators must prioritize the application of the vendor-supplied patch to protect users from client-side attacks that could compromise their accounts and personal information.