Cyber Posture

CVE-2025-50190

CriticalPublic PoC

Published: 02 March 2026

Published
02 March 2026
Modified
03 March 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0005 14.3th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-50190 is a critical-severity SQL Injection (CWE-89) vulnerability in Chamilo Chamilo Lms. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 14.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-11 (Error Handling).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Flaw remediation requires timely patching of the specific SQL injection vulnerability fixed in Chamilo 1.11.30, directly eliminating the exploitable flaw in the openid.assoc_handle parameter.

prevent

Information input validation enforces sanitization and validation of the GET openid.assoc_handle parameter to prevent malicious SQL payloads from being executed.

prevent

Error handling suppresses database error messages that expose sensitive information or enable further exploitation in this error-based SQL injection.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct unauthenticated remote SQL injection in public-facing Chamilo web app enables exploitation of the application itself.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

Chamilo is a learning management system. Prior to version 1.11.30, there is an error-based SQL Injection via the GET openid.assoc_handle parameter with the /index.php script. This issue has been patched in version 1.11.30.

Deeper analysisAI

CVE-2025-50190 is an error-based SQL injection vulnerability (CWE-89) affecting Chamilo, an open-source learning management system. The flaw exists in versions prior to 1.11.30 and is triggered via the GET openid.assoc_handle parameter in the /index.php script, allowing attackers to inject malicious SQL payloads that result in database errors exposing sensitive information or enabling further exploitation.

The vulnerability carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating it is exploitable remotely over the network with low complexity, no authentication requirements, and no user interaction needed. Unauthenticated attackers can leverage this to achieve high-impact outcomes, including unauthorized access to confidential data, modification of database contents, or denial of service through disruptive SQL operations.

Mitigation is available via the patch in Chamilo version 1.11.30, as detailed in the project's GitHub security advisory (GHSA-5296-jxrr-pfwj), release notes, and the specific commit 613eb19a0fac6dd49c233f32ad5428cd29d5a468 that addresses the injection point. Security practitioners should prioritize upgrading affected instances and review access logs for exploitation attempts targeting the openid.assoc_handle parameter.

Details

CWE(s)

Affected Products

chamilo
chamilo lms
≤ 1.11.30

CVEs Like This One

CVE-2025-50188Same product: Chamilo Chamilo Lms
CVE-2025-50192Same product: Chamilo Chamilo Lms
CVE-2025-50189Same product: Chamilo Chamilo Lms
CVE-2025-50191Same product: Chamilo Chamilo Lms
CVE-2026-28430Same product: Chamilo Chamilo Lms
CVE-2026-33714Same product: Chamilo Chamilo Lms
CVE-2026-30881Same product: Chamilo Chamilo Lms
CVE-2025-52469Same product: Chamilo Chamilo Lms
CVE-2026-33710Same product: Chamilo Chamilo Lms
CVE-2025-52998Same product: Chamilo Chamilo Lms

References