Improper Authorization in Chamilo LMS - CVE-2026-34370
Published: April 24, 2026
Chamilo LMS
Detailed vulnerability description
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to improper authorization in the notebook module when handling the editnote action with a user-supplied notebook_id parameter. A remote user can manipulate the notebook_id parameter to disclose sensitive information.
The issue affects the read path in get_note_information(), while ownership checks are present in updateNote() and delete_note().