CVE-2025-52564: CWE-80: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in chamilo chamilo-lms
Chamilo is a learning management system. Prior to version 1.11.30, the open parameter of help.php fails to properly sanitize user input. This allows an attacker to inject arbitrary HTML, such as underlined text, via a crafted URL. This issue has been patched in version 1.11.30.
AI Analysis
Technical Summary
CVE-2025-52564 is a cross-site scripting (XSS) vulnerability identified in the Chamilo learning management system (LMS), specifically affecting versions prior to 1.11.30. The vulnerability is classified under CWE-80, which pertains to improper neutralization of script-related HTML tags in web pages. The root cause lies in the 'open' parameter of the help.php script, which fails to properly sanitize or encode user-supplied input. This flaw allows an attacker to craft a malicious URL containing arbitrary HTML content, such as underlined text or potentially executable scripts, which the application then renders without adequate filtering. As a result, an attacker can inject malicious code that executes in the context of the victim's browser when the crafted URL is accessed. The CVSS 4.0 vector indicates the attack is network-based (AV:N), requires no privileges (PR:N), no user interaction (UI:N), and no authentication (AT:N), with limited impact on confidentiality and integrity (VC:N, VI:L), and no impact on availability (VA:N). The vulnerability was publicly disclosed on March 2, 2026, and has been patched in Chamilo LMS version 1.11.30. No known exploits have been reported in the wild to date. The vulnerability primarily affects web servers hosting Chamilo LMS instances that have not applied the update. Given the nature of XSS, exploitation could enable attackers to steal session cookies, perform phishing attacks, or manipulate the user interface, potentially compromising user accounts or sensitive educational data.
Potential Impact
The impact of CVE-2025-52564 on organizations using Chamilo LMS can be significant, particularly for educational institutions and training providers that rely on this platform for delivering online courses. Successful exploitation of this XSS vulnerability can lead to unauthorized script execution in users' browsers, enabling attackers to hijack user sessions, steal credentials or cookies, and conduct phishing or social engineering attacks within the trusted LMS environment. This can undermine user trust, lead to data breaches involving personal or academic information, and disrupt learning activities. Although the vulnerability does not directly affect system availability or integrity of backend data, the indirect consequences of compromised user accounts and potential lateral attacks can be severe. The fact that exploitation requires no authentication or user interaction increases the risk, as attackers can distribute malicious URLs widely. Organizations failing to patch may face reputational damage, compliance issues, and increased exposure to targeted attacks. The absence of known exploits in the wild currently limits immediate risk, but the public disclosure and medium CVSS score suggest a moderate threat level that warrants prompt remediation.
Mitigation Recommendations
To mitigate CVE-2025-52564, organizations should immediately upgrade Chamilo LMS installations to version 1.11.30 or later, where the vulnerability has been patched. If immediate upgrade is not feasible, administrators should implement web application firewall (WAF) rules to detect and block suspicious requests containing malicious payloads in the 'open' parameter of help.php. Input validation and output encoding should be enforced at the application level to sanitize user-supplied data rigorously. Additionally, enabling Content Security Policy (CSP) headers can help restrict the execution of unauthorized scripts in users' browsers, reducing the impact of potential XSS attacks. Regular security audits and penetration testing of the LMS environment should be conducted to identify and remediate similar vulnerabilities proactively. User education on recognizing phishing attempts and suspicious links can also reduce the likelihood of successful exploitation. Finally, monitoring web server logs for unusual access patterns to help.php with suspicious parameters can provide early detection of exploitation attempts.
Affected Countries
United States, Brazil, France, Spain, Argentina, Colombia, Mexico, Italy, Portugal, Germany
CVE-2025-52564: CWE-80: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in chamilo chamilo-lms
Description
Chamilo is a learning management system. Prior to version 1.11.30, the open parameter of help.php fails to properly sanitize user input. This allows an attacker to inject arbitrary HTML, such as underlined text, via a crafted URL. This issue has been patched in version 1.11.30.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-52564 is a cross-site scripting (XSS) vulnerability identified in the Chamilo learning management system (LMS), specifically affecting versions prior to 1.11.30. The vulnerability is classified under CWE-80, which pertains to improper neutralization of script-related HTML tags in web pages. The root cause lies in the 'open' parameter of the help.php script, which fails to properly sanitize or encode user-supplied input. This flaw allows an attacker to craft a malicious URL containing arbitrary HTML content, such as underlined text or potentially executable scripts, which the application then renders without adequate filtering. As a result, an attacker can inject malicious code that executes in the context of the victim's browser when the crafted URL is accessed. The CVSS 4.0 vector indicates the attack is network-based (AV:N), requires no privileges (PR:N), no user interaction (UI:N), and no authentication (AT:N), with limited impact on confidentiality and integrity (VC:N, VI:L), and no impact on availability (VA:N). The vulnerability was publicly disclosed on March 2, 2026, and has been patched in Chamilo LMS version 1.11.30. No known exploits have been reported in the wild to date. The vulnerability primarily affects web servers hosting Chamilo LMS instances that have not applied the update. Given the nature of XSS, exploitation could enable attackers to steal session cookies, perform phishing attacks, or manipulate the user interface, potentially compromising user accounts or sensitive educational data.
Potential Impact
The impact of CVE-2025-52564 on organizations using Chamilo LMS can be significant, particularly for educational institutions and training providers that rely on this platform for delivering online courses. Successful exploitation of this XSS vulnerability can lead to unauthorized script execution in users' browsers, enabling attackers to hijack user sessions, steal credentials or cookies, and conduct phishing or social engineering attacks within the trusted LMS environment. This can undermine user trust, lead to data breaches involving personal or academic information, and disrupt learning activities. Although the vulnerability does not directly affect system availability or integrity of backend data, the indirect consequences of compromised user accounts and potential lateral attacks can be severe. The fact that exploitation requires no authentication or user interaction increases the risk, as attackers can distribute malicious URLs widely. Organizations failing to patch may face reputational damage, compliance issues, and increased exposure to targeted attacks. The absence of known exploits in the wild currently limits immediate risk, but the public disclosure and medium CVSS score suggest a moderate threat level that warrants prompt remediation.
Mitigation Recommendations
To mitigate CVE-2025-52564, organizations should immediately upgrade Chamilo LMS installations to version 1.11.30 or later, where the vulnerability has been patched. If immediate upgrade is not feasible, administrators should implement web application firewall (WAF) rules to detect and block suspicious requests containing malicious payloads in the 'open' parameter of help.php. Input validation and output encoding should be enforced at the application level to sanitize user-supplied data rigorously. Additionally, enabling Content Security Policy (CSP) headers can help restrict the execution of unauthorized scripts in users' browsers, reducing the impact of potential XSS attacks. Regular security audits and penetration testing of the LMS environment should be conducted to identify and remediate similar vulnerabilities proactively. User education on recognizing phishing attempts and suspicious links can also reduce the likelihood of successful exploitation. Finally, monitoring web server logs for unusual access patterns to help.php with suspicious parameters can provide early detection of exploitation attempts.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2025-06-18T03:55:52.035Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69a5b69f32ffcdb8a2520668
Added to database: 3/2/2026, 4:11:11 PM
Last enriched: 3/9/2026, 5:27:10 PM
Last updated: 4/16/2026, 2:33:23 AM
Views: 54
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.