Chamilo LMS Chaining Unauthenticated SQLi, Account Takeover,... - #2881
Open
carlospolop wants to merge 1 commit into
Open
carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: http://blog.quarkslab.com/chamilo-lms-its-raining-0days-hallelujah-its-raining-0days.html Content Categories: Based on the analysis, this content was categorized under "Pentesting Web > Web Vulnerabilities Methodology, with cross-links or subsections under SQL Injection, Account Takeover, Deserialization, File Inclusion/Path traversal, File Upload, SSRF, and XSS". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Scope, provenance, and impact. The post reviews the open-source Chamilo Learning Management System through manual and AI-assisted code analysis. It states that the findings were reported to the vendor, fixed, and assigned the following identifiers: CVE-2026-61578, CVE-2026-61582, <a href='https:/...
🔧 Technical Details
Blind SQL injection through JSON query construction: If an unauthenticated endpoint concatenates a JSON field such as
filters.groupOpinto a SQLWHEREclause, an attacker can inject Boolean expressions or timing functions such asIF(condition,SLEEP(5),0). A valid course or tenant identifier can provide the required application context. Boolean-Based Blind SQLi can recover data bit-by-bit; the described method sends eight requests per byte, tests each bit position, and reconstructs database fields such as administrator records and reset tokens.Password-reset token theft: Trigger a password-reset request for a privileged account, then use SQL injection to extract the stored reset-token field, such as
confirmation_token. Submitting the recovered token to the reset endpoint with attacker-chosen passwords bypasses mailbox verification and turns blind database read access into account takeover.🤖 Agent ActionsUpdated
src/pentesting-web/deserialization/README.mdwith:course_info.datarbitrary file-write example.Other techniques were already covered elsewhere, so they were not duplicated.
Validation passed:
git diff --check, reference numbering, duplicate-section, and forbidden-source checks.mdbookwas unavailable locally.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.