Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
2959 articles · 110877 vulns · 36/41 feeds (7d)
← Back to list
6.5
CVE-2026-34370EXPLOITEDPATCHED
chamilo · chamilo lms

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

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.

Affected Products

VendorProductVersions
chamilochamilo lms< 2.0.0-RC.3

References

  • https://github.com/chamilo/chamilo-lms/security/advisories/GHSA-fm35-2hvw-564q(x_refsource_CONFIRM)
  • https://github.com/chamilo/chamilo-lms/releases/tag/v2.0.0-RC.3(x_refsource_MISC)

Related News (1 articles)

Tier C
VulDB4h ago
CVE-2026-34370 | Chamilo LMS up to 2.0.0-RC.2 Notebook updateNote/delete_note notebook_id improper authorization
→ No new info (linked only)
CVSS 3.16.5 CRITICAL
VectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
2.0.0-RC.3
CWECWE-285, CWE-639
PublishedApr 14, 2026
Last enriched3h agov2
Tags
CVE-2026-34370
Trending Score49
Source articles1
Independent1
Info Completeness9/14
Missing: epss, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

CRITICALCVE-2026-34602EXP
Chamilo LMS: IDOR in /api/course_rel_users Allows Unauthorized Enrollment of Arbitrary Users into Courses
Trending: 49
CRITICALCVE-2026-35196EXP
Chamilo LMS has OS Command Injection via export_all_certificates action
Trending: 49
CRITICALCVE-2026-33714
Chamilo LMS has Authenticated SQL Injection in statistics.ajax.php users_active action (2.0 RC2)
Trending: 30
CRITICALCVE-2026-34160
Chamilo LMS: Unauthenticated SSRF via PENS Plugin allows attacker to probe internal network and reach cloud metadata services
Trending: 30
CRITICALCVE-2026-33715
Chamilo LMS has Unauthenticated SSRF and Open Email Relay via install.ajax.php test_mailer action
Trending: 30

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Apr 14, 2026
Discovered by ZDM
Apr 14, 2026
Actively Exploited
Apr 14, 2026
Patch Available
Apr 14, 2026
Updated: severity, activelyExploited, patchAvailable, tags
Apr 14, 2026

Version History

v2
Last enriched 3h ago
v2Tier C3h ago

Updated severity to CRITICAL, marked as actively exploited, and added CVE-2026-34370 as a new tag.

severityactivelyExploitedpatchAvailabletags
via VulDB
v13h ago

Initial creation