Deserialization of Untrusted Data in Chamilo LMS - CVE-2026-61622
Published: August 4, 2026
Vulnerability details
The vulnerability allows a remote attacker to execute arbitrary code.
The vulnerability exists due to deserialization of untrusted data in Sequence::getUnSerializeGraph() when processing database-stored sequence graph data. A remote attacker can write a crafted PHP gadget chain into the sequence.graph column to execute arbitrary code.
Exploitation requires the ability to write to the sequence.graph column, and code execution is triggered when an authenticated user visits a sequence page.