CVE-2025-26533
Published: 24 February 2025
Description
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Security Summary
CVE-2025-26533 is an SQL injection vulnerability (CWE-89) identified in the module list filter within the course search functionality of Moodle. Published on 2025-02-24, it carries a CVSS v3.1 base score of 8.1 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to potential impacts on confidentiality, integrity, and availability.
The vulnerability can be exploited by a remote, unauthenticated attacker over the network, requiring high attack complexity but no user interaction. Successful exploitation allows the attacker to manipulate SQL queries, potentially leading to unauthorized data access, modification, or denial of service consistent with the high impact ratings across confidentiality, integrity, and availability.
Mitigation details are available in Moodle's git repository, specifically via commits associated with tracker issue MDL-84271, and further discussion on the Moodle forum thread. Security practitioners should review these references for patch application guidance.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection in public-facing Moodle web application directly enables remote exploitation of internet-facing software per T1190.