Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Lifecycle Timeline
9DescriptionGitHub Advisory
Chamilo LMS is an open-source learning management system. In version 2.0-RC.2, the file public/main/inc/ajax/install.ajax.php is accessible without authentication on fully installed instances because, unlike other AJAX endpoints, it does not include the global.inc.php file that performs authentication and installation-completed checks. Its test_mailer action accepts an arbitrary Symfony Mailer DSN string from POST data and uses it to connect to an attacker-specified SMTP server, enabling Server-Side Request Forgery (SSRF) into internal networks via the SMTP protocol. An unauthenticated attacker can also abuse this to weaponize the Chamilo server as an open email relay for phishing and spam campaigns, with emails appearing to originate from the server's IP address. Additionally, error responses from failed SMTP connections may disclose information about internal network topology and running services. This issue has been fixed in version 2.0.0-RC.3.
AnalysisAI
Server-Side Request Forgery (SSRF) in Chamilo LMS 2.0-RC.2 allows unauthenticated remote attackers to weaponize the learning management system as an open email relay and probe internal networks. The vulnerability stems from an authentication bypass in install.ajax.php, which accepts arbitrary SMTP server connections via Symfony Mailer DSN strings. No public exploit identified at time of analysis, though exploitation complexity is low (CVSS AC:L). EPSS data not provided. Vendor-released patch: version 2.0.0-RC.3.
Technical ContextAI
Chamilo LMS is an open-source PHP-based learning management platform. The vulnerability (CWE-306: Missing Authentication for Critical Function) exists in the public/main/inc/ajax/install.ajax.php endpoint, which uniquely fails to include the global.inc.php initialization file that enforces authentication and installation-completion checks across other AJAX endpoints. The test_mailer action within this script accepts POST-supplied Symfony Mailer DSN (Data Source Name) strings - connection URIs defining transport protocols, credentials, and endpoints for email delivery. By submitting arbitrary DSN values, attackers can force the server to initiate SMTP connections to attacker-controlled or internal network destinations, constituting a classic Server-Side Request Forgery attack vector. The affected product is identified as cpe:2.3:a:chamilo:chamilo-lms, specifically version 2.0-RC.2, part of the PHP-based educational technology stack.
RemediationAI
Immediately upgrade to Chamilo LMS version 2.0.0-RC.3 or later, released specifically to address this vulnerability. The patch is available at https://github.com/chamilo/chamilo-lms/releases/tag/v2.0.0-RC.3. If immediate patching is not feasible, implement workarounds including: restrict network-level access to the /public/main/inc/ajax/install.ajax.php endpoint via web application firewall rules or web server configuration (deny all access or limit to trusted administrator IPs), disable or remove the install.ajax.php file if installation procedures are complete, and monitor outbound SMTP connections for unexpected destinations. Review server logs for POST requests to install.ajax.php with test_mailer actions to identify potential exploitation attempts. Detailed mitigation guidance is available in the GitHub security advisory at https://github.com/chamilo/chamilo-lms/security/advisories/GHSA-mxc9-9335-45mc.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-22710