
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-44091 is a stored Cross-Site Scripting (XSS) vulnerability in yangyouwang crud v1.0.0, affecting the role management function of the application's administrative backend. The vulnerability was published on June 12, 2025, and allows an authenticated attacker with low privileges to inject malicious scripts that execute in other users' browsers. It carries a CVSS v3.1 base score of 5.4 (Medium) (Feedly, GitHub PoC).
The vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation — Cross-site Scripting), specifically a stored XSS variant. The application fails to sanitize or encode user-supplied input in the "role alias" (角色别名) field within the role management function, allowing an attacker to inject arbitrary JavaScript payloads (e.g., alert(document.cookie)) that are persistently stored and later rendered in the browser of any user who views the affected page. Exploitation requires the attacker to be authenticated with at least low-privilege access and requires a victim user to interact with the affected page (GitHub PoC, GitHub Gist).
Successful exploitation allows an attacker to steal session cookies, perform actions on behalf of victim users, modify web page content, or redirect users to malicious sites. Because the payload is stored server-side, any administrator or privileged user who views the role management interface may be affected, potentially enabling privilege escalation or account takeover within the application. Confidentiality and integrity impacts are rated low, and there is no direct availability impact (Feedly, GitHub PoC).
A public proof-of-concept (PoC) is available on GitHub, published by researcher HL4245 on July 2, 2025, demonstrating the stored XSS via the role alias field (GitHub PoC). There is no evidence of in-the-wild exploitation at this time, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.018% (0.000180), indicating a very low probability of exploitation in the near term (Feedly).
https://gitee.com/yangyouwang/crud).admin / 123456 if unchanged).<script>alert(document.cookie)</script>.<script>, alert(, document.cookie) in role alias fields.No official vendor patch has been publicly announced for yangyouwang crud v1.0.0 at this time. Recommended mitigations include: implementing strict input validation and output encoding on all user-supplied fields (especially the role alias field), deploying a Content Security Policy (CSP) header to restrict inline script execution, setting the HttpOnly flag on session cookies to prevent JavaScript access, and conducting a comprehensive security review of all user-input fields in the application. Organizations should also consider restricting access to the administrative backend to trusted networks only until a patch is available (Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."