CVE-2026-34370
Last modified
CVE-2026-34370 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Chamilo | Chamilo Lms | <= 1.11.38 | — |
| Chamilo | Chamilo Lms | 2.0.0 | Alpha1 |
References
- https://github.com/chamilo/chamilo-lms/releases/tag/v2.0.0-RC.3Product, Release Notes
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-34370?
How severe is CVE-2026-34370?
How do I fix CVE-2026-34370?
Are you affected by CVE-2026-34370?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
