cvedb.io
CVE-2026-32892
CRITICAL · CVSS 9.1
EPSS exploitation probability: 0%
Published 2026-04-10T18:16:41.797 · Last modified 2026-06-17T10:36:31.357

Summary

Chamilo LMS is a learning management system. Prior to 1.11.38 and 2.0.0-RC.3, Chamilo LMS contains an OS Command Injection vulnerability in the file move function. The move() function in fileManage.lib.php passes user-controlled path values directly into exec() shell commands without using escapeshellarg(). When a user moves a document via document.php, the move_to POST parameter — which only passes through Security::remove_XSS() (an HTML-only filter) — is concatenated directly into shell commands such as exec("mv $source $target"). By default, Chamilo allows all authenticated users to create courses (allow_users_to_create_courses = true). Any user who is a teacher in a course (including self-created courses) can move documents, making this vulnerability exploitable by any authenticated us

Affected products

chamilo — chamilo_lms

Does this affect you?

Add your gear to cvedb and we'll alert you only when chamilo ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.