CVE-2025-59541 PUBLISHED

Chamilo: CSRF Vulnerability in Project Deletion

Assigner: GitHub_M
Reserved: 17.09.2025 Published: 06.03.2026 Updated: 06.03.2026

Chamilo is a learning management system. Prior to version 1.11.34, a Cross-Site Request Forgery (CSRF) vulnerability allows an attacker to delete projects inside a course without the victim’s consent. The issue arises because sensitive actions such as project deletion do not implement anti-CSRF protections (tokens) and GET based requests. As a result, an authenticated user (Trainer) can be tricked into executing this unwanted action by simply visiting a malicious page. This issue has been patched in version 1.11.34.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
CVSS Score: 8.1

Product Status

Vendor chamilo
Product chamilo-lms
Versions
  • Version < 1.11.34 is affected

References

Problem Types

  • CWE-352: Cross-Site Request Forgery (CSRF) CWE