<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>CVE-2026-33707 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-33707/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata — refreshed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Sat, 11 Apr 2026 12:00:00 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-33707/feed.xml" rel="self" type="application/rss+xml"/><item><title>Chamilo LMS Weak Password Reset Vulnerability (CVE-2026-33707)</title><link>https://feed.craftedsignal.io/briefs/2026-04-chamilo-lms-weak-password-reset/</link><pubDate>Sat, 11 Apr 2026 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-04-chamilo-lms-weak-password-reset/</guid><description>Chamilo LMS versions prior to 1.11.38 and 2.0.0-RC.3 are vulnerable to a weak password reset mechanism, allowing attackers to compute password reset tokens using only a user's email address due to the use of SHA1 hashing without randomization, expiration, or rate limiting, leading to unauthorized account takeover.</description><content:encoded><![CDATA[<p>Chamilo LMS, a widely used learning management system, is susceptible to a critical vulnerability (CVE-2026-33707) affecting versions prior to 1.11.38 and 2.0.0-RC.3. The vulnerability lies within the default password reset mechanism, which generates password reset tokens by applying SHA1 hashing directly to user email addresses. This flawed process lacks essential security measures, including the addition of random salts, token expiration, and rate limiting. An attacker who obtains a target user&rsquo;s email address can calculate the password reset token and gain unauthorized access to the user&rsquo;s account, bypassing authentication controls. The vulnerability was publicly disclosed in April 2026 and patched in versions 1.11.38 and 2.0.0-RC.3. Organizations using vulnerable versions of Chamilo LMS are at high risk of account compromise.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a valid email address associated with a Chamilo LMS user. This information may be obtained through OSINT or data breaches.</li>
<li>The attacker navigates to the password reset page of the Chamilo LMS instance.</li>
<li>The attacker enters the victim&rsquo;s email address into the password reset form.</li>
<li>The system generates a password reset token by applying SHA1 to the victim&rsquo;s email address without any salt or random component.</li>
<li>The attacker computes the SHA1 hash of the victim&rsquo;s email address offline.</li>
<li>The attacker uses the computed SHA1 hash as the password reset token in a crafted request to the password reset confirmation endpoint.</li>
<li>The Chamilo LMS instance validates the attacker-supplied token against the SHA1 hash of the email.</li>
<li>The attacker sets a new password for the victim&rsquo;s account and gains full access to the compromised account.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-33707 allows an attacker to take complete control of user accounts within the Chamilo LMS platform. This can lead to data breaches, modification of course content, disruption of educational activities, and potential reputational damage for the affected institution. The lack of rate limiting on password reset requests can allow for automated account takeover attempts affecting many users. Given the widespread use of Chamilo LMS in educational institutions and organizations globally, the potential impact is significant.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately upgrade Chamilo LMS installations to version 1.11.38 or 2.0.0-RC.3 to remediate CVE-2026-33707.</li>
<li>Implement rate limiting on password reset requests to mitigate automated attacks attempting to exploit this vulnerability (reference: Overview section).</li>
<li>Deploy the Sigma rules below to detect attempts to exploit this vulnerability by monitoring password reset requests (reference: rules section).</li>
<li>Monitor web server logs for suspicious password reset requests originating from unusual IPs or with unusually high frequency (reference: rules logsource).</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>CVE-2026-33707</category><category>chamilo</category><category>lms</category><category>password-reset</category><category>credential-access</category></item></channel></rss>