๐Ÿ” CVE Alert

CVE-2026-34370

MEDIUM 6.5

Chamilo LMS: IDOR in the Notebook Module allows an attacker to view other users' private notes

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
8th

Chamilo LMS is an open-source learning management system. In versions prior to 2.0.0-RC.3, the notebook module contains an Insecure Direct Object Reference (IDOR) vulnerability that allows any authenticated student to read the private course notes of any other user on the platform by manipulating the notebook_id parameter in the editnote action. The application fetches the note content using only the supplied integer ID without verifying that the requesting user owns the note, and the full title and HTML body are rendered in the edit form and returned to the attacker's browser. While ownership checks exist in the write paths (updateNote() and delete_note()), they are entirely absent from the read path (get_note_information()). This issue has been fixed in version 2.0.0-RC.3.

CWE CWE-285 CWE-639
Vendor chamilo
Product chamilo-lms
Published Apr 14, 2026
Last Updated Apr 15, 2026
Stay Ahead of the Next One

Get instant alerts for chamilo chamilo-lms

Be the first to know when new medium vulnerabilities affecting chamilo chamilo-lms are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

chamilo / chamilo-lms
< 2.0.0-RC.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/chamilo/chamilo-lms/security/advisories/GHSA-fm35-2hvw-564q github.com: https://github.com/chamilo/chamilo-lms/releases/tag/v2.0.0-RC.3