CVE-2025-52476: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in chamilo chamilo-lms
Chamilo is a learning management system. Prior to version 1.11.30, there is a reflected cross-site scripting (XSS) vulnerability due to improper sanitization of the keyword_active parameter in admin/user_list.php. This issue has been patched in version 1.11.30.
AI Analysis
Technical Summary
Chamilo LMS, an open-source learning management system widely used in educational institutions, has a reflected cross-site scripting (XSS) vulnerability identified as CVE-2025-52476. This vulnerability exists in versions prior to 1.11.30 and is caused by improper neutralization of user-supplied input in the 'keyword_active' parameter within the admin/user_list.php script. Specifically, the application fails to adequately sanitize this parameter before reflecting it in the web page output, allowing an attacker to inject malicious JavaScript code. When a victim user, typically an administrator or someone with access to the admin interface, clicks on a crafted URL containing the malicious payload, the script executes in their browser context. This can lead to theft of session cookies, execution of unauthorized actions, or redirection to malicious sites. The vulnerability requires no authentication to exploit but does require user interaction (clicking a link). The CVSS 4.0 vector indicates network attack vector, low attack complexity, no privileges required, user interaction needed, and low impact on integrity with no impact on confidentiality or availability. The vulnerability was publicly disclosed and patched in Chamilo LMS version 1.11.30. No known exploits have been reported in the wild to date. The CWE classification is CWE-79, which covers improper neutralization of input during web page generation, a common cause of XSS issues.
Potential Impact
The primary impact of this vulnerability is the potential for attackers to execute arbitrary JavaScript in the context of the affected Chamilo LMS web application. This can lead to session hijacking, allowing attackers to impersonate legitimate users, including administrators, thereby gaining unauthorized access to sensitive educational data and user accounts. Additionally, attackers could perform actions on behalf of the victim, such as modifying user information or injecting malicious content. The reflected XSS nature means the attack is typically delivered via social engineering, requiring victims to click malicious links. While the vulnerability does not directly compromise system availability or confidentiality at a large scale, the compromise of administrative accounts could lead to broader security breaches, data leakage, and erosion of trust in the LMS platform. Educational institutions relying on Chamilo LMS for remote learning and student management could face operational disruptions and reputational damage if exploited.
Mitigation Recommendations
To mitigate CVE-2025-52476, organizations should immediately upgrade Chamilo LMS to version 1.11.30 or later, where the vulnerability is patched. If immediate upgrade is not feasible, implement strict input validation and output encoding on the 'keyword_active' parameter to neutralize malicious scripts. Deploy a web application firewall (WAF) with rules to detect and block reflected XSS attack patterns targeting Chamilo LMS endpoints. Educate users, especially administrators, about the risks of clicking unsolicited or suspicious links, emphasizing phishing awareness. Regularly audit and monitor LMS logs for unusual access patterns or suspicious URL parameters. Additionally, consider implementing Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts within the LMS web pages. Finally, maintain a robust patch management process to ensure timely application of security updates.
Affected Countries
Brazil, France, Spain, Mexico, Colombia, Argentina, Portugal, Italy, Chile, Peru
CVE-2025-52476: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in chamilo chamilo-lms
Description
Chamilo is a learning management system. Prior to version 1.11.30, there is a reflected cross-site scripting (XSS) vulnerability due to improper sanitization of the keyword_active parameter in admin/user_list.php. This issue has been patched in version 1.11.30.
AI-Powered Analysis
Technical Analysis
Chamilo LMS, an open-source learning management system widely used in educational institutions, has a reflected cross-site scripting (XSS) vulnerability identified as CVE-2025-52476. This vulnerability exists in versions prior to 1.11.30 and is caused by improper neutralization of user-supplied input in the 'keyword_active' parameter within the admin/user_list.php script. Specifically, the application fails to adequately sanitize this parameter before reflecting it in the web page output, allowing an attacker to inject malicious JavaScript code. When a victim user, typically an administrator or someone with access to the admin interface, clicks on a crafted URL containing the malicious payload, the script executes in their browser context. This can lead to theft of session cookies, execution of unauthorized actions, or redirection to malicious sites. The vulnerability requires no authentication to exploit but does require user interaction (clicking a link). The CVSS 4.0 vector indicates network attack vector, low attack complexity, no privileges required, user interaction needed, and low impact on integrity with no impact on confidentiality or availability. The vulnerability was publicly disclosed and patched in Chamilo LMS version 1.11.30. No known exploits have been reported in the wild to date. The CWE classification is CWE-79, which covers improper neutralization of input during web page generation, a common cause of XSS issues.
Potential Impact
The primary impact of this vulnerability is the potential for attackers to execute arbitrary JavaScript in the context of the affected Chamilo LMS web application. This can lead to session hijacking, allowing attackers to impersonate legitimate users, including administrators, thereby gaining unauthorized access to sensitive educational data and user accounts. Additionally, attackers could perform actions on behalf of the victim, such as modifying user information or injecting malicious content. The reflected XSS nature means the attack is typically delivered via social engineering, requiring victims to click malicious links. While the vulnerability does not directly compromise system availability or confidentiality at a large scale, the compromise of administrative accounts could lead to broader security breaches, data leakage, and erosion of trust in the LMS platform. Educational institutions relying on Chamilo LMS for remote learning and student management could face operational disruptions and reputational damage if exploited.
Mitigation Recommendations
To mitigate CVE-2025-52476, organizations should immediately upgrade Chamilo LMS to version 1.11.30 or later, where the vulnerability is patched. If immediate upgrade is not feasible, implement strict input validation and output encoding on the 'keyword_active' parameter to neutralize malicious scripts. Deploy a web application firewall (WAF) with rules to detect and block reflected XSS attack patterns targeting Chamilo LMS endpoints. Educate users, especially administrators, about the risks of clicking unsolicited or suspicious links, emphasizing phishing awareness. Regularly audit and monitor LMS logs for unusual access patterns or suspicious URL parameters. Additionally, consider implementing Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts within the LMS web pages. Finally, maintain a robust patch management process to ensure timely application of security updates.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2025-06-17T02:28:39.717Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69a5b69f32ffcdb8a252065f
Added to database: 3/2/2026, 4:11:11 PM
Last enriched: 3/2/2026, 4:27:27 PM
Last updated: 3/2/2026, 11:04:35 PM
Views: 7
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.
Related Threats
CVE-2026-2583: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in creativethemeshq Blocksy
MediumCVE-2026-3338: CWE-347 (Improper Verification of Cryptographic Signature) in AWS AWS-LC
HighCVE-2026-3337: CWE-208 (Observable Timing Discrepancy) in AWS AWS-LC
MediumCVE-2026-3336: CWE-295 (Improper Certificate Validation) in AWS AWS-LC
HighCVE-2026-2256: CWE-94 Improper Control of Generation of Code ('Code Injection') in ModelScope ms-agent
UnknownActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing 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.