CVE-2025-15655
SQL Injection in Mojoomla School Management
Publication date: 2026-06-03
Last updated on: 2026-06-03
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mojoomla | school_management | to 93.2.0 (inc) |
| patchstack | wordpress_school_management_plugin | to 93.2.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-15655 is an SQL Injection vulnerability found in the WordPress School Management Plugin, specifically in versions 93.2.0 and earlier. This vulnerability occurs due to improper neutralization of special elements used in SQL commands, allowing an attacker to manipulate database queries.
Exploitation of this vulnerability requires privileges typically held by support staff or developers. It falls under the OWASP Top 10 category A3: Injection.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to interact with the database in unauthorized ways, potentially leading to the theft of sensitive information.
Although the CVSS score is 7.6 indicating a moderate risk, the impact includes high confidentiality loss and low availability impact, meaning attackers could steal data but not necessarily disrupt service significantly.
No official patch is currently available, so the vulnerable versions remain unpatched, increasing the risk if the plugin is not updated or mitigated.
What immediate steps should I take to mitigate this vulnerability?
Immediate action is recommended to mitigate this SQL Injection vulnerability in the WordPress School Management Plugin.
- Update the plugin to the latest version if an update becomes available.
- Seek assistance from your hosting provider or a web developer to help secure the plugin or apply any available mitigations.
Since no official patch is currently available, proactive monitoring and limiting privileges to trusted users such as support staff or developers is advised.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The SQL Injection vulnerability in the WordPress School Management Plugin (CVE-2025-15655) allows attackers with certain privileges to interact with the database and potentially steal information.
Such unauthorized access and data theft could lead to non-compliance with data protection regulations like GDPR and HIPAA, which mandate the protection of sensitive personal and health information.
Therefore, exploitation of this vulnerability may result in violations of these standards due to compromised confidentiality and integrity of data.