Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2906+ Articles
167+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-45143: Chamilo LMS Stored XSS Enables Student-to-Admin Takeover
CVE-2026-45143: Chamilo LMS Stored XSS Enables Student-to-Admin Takeover

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-45143

CVE-2026-45143: Chamilo LMS Stored XSS Enables Student-to-Admin Takeover

Unsanitized private messages in Chamilo LMS let a low-privilege student fire stored XSS at an admin's inbox, no link click required.

Dylan H.

Security Team

September 18, 2026
3 min read

Affected Products

  • Chamilo LMS 2.0.0 through at least 2.1.0

Executive Summary

Chamilo LMS has patched a critical stored cross-site scripting vulnerability, tracked as CVE-2026-45143 (CVSS 9.0), in its internal private messaging feature. From version 2.0.0 through at least 2.1.0, message content is stored without server-side sanitization and rendered directly as HTML — and because any user can address a message to any other user, including an administrator, a low-privilege student account can trigger script execution directly in an admin's browser.

The issue is fixed in Chamilo 2.0.1 (GitHub advisory GHSA-x88v-rg6r-vqq6).


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-45143
CVSS Score9.0 (Critical)
CWECWE-79: Improper Neutralization of Input During Web Page Generation
ComponentMessage.content rendering — assets/vue/views/message/MessageShow.vue, public/main/template/default/message/view_message.html.twig
AffectedChamilo LMS 2.0.0 – 2.1.0
Fixed Version2.0.1
DisclosedSeptember 17, 2026
GitHub AdvisoryGHSA-x88v-rg6r-vqq6

Root Cause and Attack Chain

Chamilo's private messaging feature stores Message.content without server-side sanitization and renders it as raw HTML in two places: the Vue-based message view (MessageShow.vue) and the Twig-templated legacy view (view_message.html.twig).

The attack requires nothing more than a normal, authenticated low-privilege account:

  1. A student (or any authenticated user) composes a private message containing crafted HTML/JavaScript.
  2. Because Chamilo's message-creation flow allows a sender to freely select any other user as the recipient, the student addresses the message directly to an administrator.
  3. When the admin opens their routine inbox or message view — no special link click or social engineering needed — the injected script executes in the admin's authenticated session.
  4. The script can steal session credentials or perform actions with admin privileges, effectively escalating a student account into full administrative compromise.

This "no click required" property is what pushes the severity to critical: the victim doesn't need to be tricked into anything beyond normal use of their own inbox.


Impact

  • Privilege escalation: any authenticated user, regardless of role, can compromise an administrator's session.
  • Session/credential theft: injected script runs with the admin's cookies and CSRF context.
  • Downstream compromise: from an admin session, an attacker can create accounts, alter grades, access student PII, or pivot further into the platform.

Remediation

  1. Upgrade to Chamilo 2.0.1 or later, which introduces server-side message-content sanitization.
  2. Until patched, consider restricting messaging permissions so low-privilege roles cannot freely address messages to administrator accounts.
  3. Review message history for suspicious HTML/script payloads sent to admin or staff accounts during the exposure window.
  4. Rotate admin session tokens and audit recent admin-session activity if the platform was running an affected version.

References

  • NVD — CVE-2026-45143
  • GitHub Security Advisory GHSA-x88v-rg6r-vqq6
#CVE#Chamilo#LMS#Cross-Site Scripting#Privilege Escalation

Related Articles

CVE-2026-45140: Chamilo LMS Unauthenticated Remote Code Execution

A CVSS 9.8 flaw in Chamilo LMS's CStudio plugin import flow lets unauthenticated attackers execute arbitrary code on the server.

3 min read

CVE-2015-20118: Stored XSS in RealtyScript 4.0.2 Admin

A stored cross-site scripting vulnerability in RealtyScript 4.0.2 allows attackers to inject malicious JavaScript via the location_name parameter in the...

4 min read

CVE-2026-10087: GitLab EE Stored XSS via Developer Role

GitLab EE versions 17.1 through 19.x are affected by a stored cross-site scripting vulnerability (CVSS 8.7) that allows an authenticated developer to...

4 min read
Back to all Security Alerts