Cyber Posture

CVE-2026-32894

HighPublic PoC

Published: 10 April 2026

Published
10 April 2026
Modified
17 April 2026
KEV Added
Patch
CVSS Score 7.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
EPSS Score 0.0003 10.1th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-32894 is a high-severity NULL Pointer Dereference (CWE-476) vulnerability in Chamilo Chamilo Lms. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Stored Data Manipulation (T1565.001); ranked at the 10.1th 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 AC-16 (Security and Privacy Attributes) and AC-3 (Access Enforcement).

Threat & Defense at a Glance

What attackers do: exploitation maps to Stored Data Manipulation (T1565.001). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Enforces approved authorizations for access to gradebook results, directly preventing IDOR by requiring ownership or course-scope verification on delete operations.

prevent

Implements security attributes like user ownership or course affiliation to validate access to specific gradebook objects during delete actions manipulated via GET parameters.

prevent

Applies least privilege to limit teachers to accessing and modifying only gradebook results within their assigned courses, reducing the scope of potential IDOR exploitation.

MITRE ATT&CK Enterprise TechniquesAI

T1565.001 Stored Data Manipulation Impact
Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
Why these techniques?

IDOR in gradebook delete operation enables unauthorized insertion/deletion of stored application data (student results) without ownership checks, directly mapping to stored data manipulation for impact.

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

NVD Description

Chamilo LMS is a learning management system. Prior to 1.11.38 and 2.0.0-RC.3, an Insecure Direct Object Reference (IDOR) vulnerability in the gradebook result view page allows any authenticated teacher to delete any student's grade result across the entire platform by…

more

manipulating the delete_mark or resultdelete GET parameters. No ownership or course-scope verification is performed. This vulnerability is fixed in 1.11.38 and 2.0.0-RC.3.

Deeper analysisAI

CVE-2026-32894 is an Insecure Direct Object Reference (IDOR) vulnerability, mapped to CWE-476 and CWE-639, in Chamilo LMS, an open-source learning management system. It affects versions prior to 1.11.38 and 2.0.0-RC.3, specifically in the gradebook result view page, where no ownership or course-scope verification is performed on delete operations.

The vulnerability can be exploited over the network by any authenticated teacher with low privileges and no user interaction required. By manipulating the delete_mark or resultdelete GET parameters, an attacker can delete any student's grade result across the entire platform, regardless of course affiliation. This results in high integrity impact and low availability impact, as reflected in the CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L).

Mitigation is provided in Chamilo LMS versions 1.11.38 and 2.0.0-RC.3. Relevant patches are detailed in GitHub commits 3b03306d1a0301a81b9284e86893b27f518ab151 and 740f5a6e192a52a3adde3c3241c86401b1d2c519, with additional guidance in the security advisory at GHSA-rqpg-p95v-fv98.

Details

CWE(s)

Affected Products

chamilo
chamilo lms
2.0.0 · ≤ 1.11.38

CVEs Like This One

CVE-2026-32930Same product: Chamilo Chamilo Lms
CVE-2026-33702Same product: Chamilo Chamilo Lms
CVE-2026-34602Same product: Chamilo Chamilo Lms
CVE-2026-30881Same product: Chamilo Chamilo Lms
CVE-2025-52998Same product: Chamilo Chamilo Lms
CVE-2025-50199Same product: Chamilo Chamilo Lms
CVE-2025-52468Same product: Chamilo Chamilo Lms
CVE-2025-50197Same product: Chamilo Chamilo Lms
CVE-2025-52482Same product: Chamilo Chamilo Lms
CVE-2025-55208Same product: Chamilo Chamilo Lms

References