Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Reflected XSS with user interaction needed; only low integrity impact, no confidentiality or availability impact on vulnerable system.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
7DescriptionCVE.org
A vulnerability classified as problematic was found in Xuxueli xxl-sso 1.1.0. This vulnerability affects unknown code of the file /xxl-sso-server/login. The manipulation of the argument errorMsg leads to cross site scripting. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Cross-site scripting in xuxueli xxl-sso 1.1.0 login page allows remote attackers to inject arbitrary web script via the errorMsg parameter. The vulnerability is publicly disclosed with exploit code available, but no active exploitation has been confirmed by CISA KEV. Successful exploitation could lead to session hijacking or defacement if an administrator or user interacts with a crafted link.
Technical ContextAI
xxl-sso is a lightweight single sign-on solution for Java web applications. The vulnerability is a classic reflected cross-site scripting (CWE-79) in the /xxl-sso-server/login endpoint. The errorMsg parameter value is reflected in the HTTP response without proper output encoding, allowing an attacker to supply a script that executes in the browser of the victim. The affected product is uniquely identified by CPE cpe:2.3:a:xuxueli:xxl-sso:1.1.0.
RemediationAI
No vendor-released patch identified; the vendor was contacted but did not respond. As an immediate workaround, apply output encoding to the errorMsg parameter in the server-side code to neutralize script injection. Alternatively, restrict access to the xxl-sso login endpoint to trusted networks, though this will prevent remote user authentication. Consider replacing the unmaintained xxl-sso component with an actively supported identity provider.
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-19213
GHSA-2jfg-73q2-24qv