CVE-2026-30881HIGH 8.8EPSS p19.1%

CVE-2026-30881CVE-2026-30881

Description

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.

Scoring

CVSS 3.18.8 (HIGH)
VectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS0.28% probability of exploitation · percentile 19.1% · 2026-06-18T12:00:27Z
Published2026-03-16
Last modified2026-03-17

Underlying weaknesses· 1

CWE-89

References

  1. https://github.com/chamilo/chamilo-lms/releases/tag/v1.11.36
  2. https://github.com/chamilo/chamilo-lms/security/advisories/GHSA-5ggx-x2cv-4h44

1

TypeTargetConfidenceTier
WeaknessImproper Neutralization of Special Elements used in an SQL Command ('SQL Injection')cwe-890%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2026-28430
CVE
CVE-2025-50189
CVE
CVE-2026-33618
CVE
CVE-2026-35196
CVE
CVE-2025-50192
CVE
CVE-2026-31939
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.