CVE-2026-33705 Details
Description
Chamilo LMS is a learning management system. Prior to 1.11.38, Twig template files (.tpl) under /main/template/default/ are directly accessible without authentication via HTTP GET requests. These templates expose internal application logic, variable names, AJAX endpoint URLs, and admin panel structure. This vulnerability is fixed in 1.11.38.
A vulnerability in Chamilo LMS prior to version 1.11.38 allows unauthenticated access to Twig template files (.tpl) located in the default template directory. This access is granted through HTTP GET requests, bypassing authentication. The exposed templates reveal internal application logic, variable names, AJAX endpoint URLs, and the structure of the admin panel. The vulnerability arises because the Apache configuration does not restrict access to these template files, which are not meant to be served directly over the web.
Users can update to Chamilo LMS version 1.11.38 or later to address this vulnerability. For those using Apache, ensure that the server configuration blocks direct access to .tpl files. If the default .htaccess file is not effective, manually add directives to deny access to these files. Nginx users should implement similar rules to deny access to .tpl files.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 15, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-538 | Insertion of Sensitive Information into Externally-Accessible File or Directory | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| chamilo chamilo lms | < 1.11.38 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 16, 2026 | Initial Analysis | [email protected] |
| Apr 10, 2026 | New CVE Received | [email protected] |