Server-Side Request Forgery (SSRF) in Chamilo LMS - CVE-2026-61624
Published: August 4, 2026
Vulnerability details
The vulnerability allows a remote user to perform server-side request forgery and access internal or cloud-hosted resources.
The vulnerability exists due to improper control of server-side request targets in the wiki PDF export in public/main/wiki/wiki.inc.php when rendering user-controlled wiki HTML to PDF. A remote user can embed external URLs in <img src> attributes or CSS url() values to perform server-side request forgery and access internal or cloud-hosted resources.
Exploitation requires the ability to edit a wiki page, and the server-side request is triggered when a wiki page is exported to PDF.