CVE-2026-32893 MEDIUM

CVE-2026-32893: Chamilo LMS has Reflected XSS via Unsanitized http_build_query() in Exercise Question List Pagination

Vendor Chamilo
Product chamilo-lms
Weakness CWE-79 · XSS
Published April 10, 2026
Last update April 15, 2026

CVSS base score

5.4/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction Required
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

Chamilo LMS is a learning management system. Prior to 2.0.0-RC.3, a Reflected Cross-Site Scripting (XSS) vulnerability in the exercise question list admin panel allows an attacker to execute arbitrary JavaScript in an authenticated teacher's browser. The pagination code merges all $_GET parameters via array_merge() and outputs the result via http_build_query() directly into HTML href attributes without htmlspecialchars() encoding. This vulnerability is fixed in 2.0.0-RC.3.

Key dates

02Disclosure timeline

April 10, 2026 CVE published
April 15, 2026 Record updated