vendor:
Chamilo LMS
by:
7.5
CVSS
HIGH
Cross-Site Scripting (Stored + Reflected) & CSRF
CWE
Product Name: Chamilo LMS
Affected Version From: 1.9.10
Affected Version To: 1.9.10 and prior versions
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Chamilo LMS Multiple Cross-Site Scripting and CSRF Vulnerabilities
The vulnerabilities allow an attacker to gain control over valid user accounts in LMS, perform operations on their behalf, redirect them to malicious sites, steal their credentials, and more. Multiple reflected XSS requests can be exploited to execute arbitrary JavaScript code on the victim's browser. The CSRF vulnerabilities allow an attacker to perform unauthorized actions on behalf of a victim user.
Mitigation:
Upgrade to Chamilo LMS version 1.9.11 or later. Implement input validation and output encoding to prevent XSS attacks. Implement CSRF protection measures such as using anti-CSRF tokens.