Chamilo LMS is a learning management system. Version 1.11.34 and prior contains a SQL Injection vulnerability in the statistics AJAX endpoint. The parameters date_start and date_end from $_REQUEST are embedded directly into a raw SQL string without proper sanitization. Although Database::escape_string() is called downstream, its output is immediately neutralized by str_replace("\'", "'", ...), which restores any injected single quotes — effectively bypassing the escaping mechanism entirely. This allows an authenticated attacker to inject arbitrary SQL statements into the database query, enabling blind time-based and conditional data extraction. This issue has been patched in version 1.11.36.
Conclusion & alert: CVE-2026-30881 is rated Moderate Risk (42.1/100): CVSS High severity, with low exploitation likelihood (EPSS 0.28%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.03% | 0.28% | +0.25% |
| 2 | 2026-03-17 | — | 0.03% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.8 | 3.1 | HIGH |
|
2.8 | 5.9 | [email protected] |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| chamilo | chamilo_lms | < 1.11.36 | cpe:2.3:a:chamilo:chamilo_lms:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/chamilo/chamilo-lms/releases/tag/v1.11.36 | Product Release Notes |
| https://github.com/chamilo/chamilo-lms/security/advisories/GHSA-5ggx-x2cv-4h44 | Vendor Advisory |