CVE-2025-58993
BaseFortify
Publication date: 2025-09-09
Last updated on: 2026-04-23
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| themeum | tutor_lms | * |
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?
This vulnerability is an SQL Injection issue in the WordPress Tutor LMS Plugin up to version 3.7.4. It allows a malicious actor with administrator privileges to manipulate the plugin's database by injecting malicious SQL commands. This can lead to unauthorized data access or manipulation. The vulnerability is classified under OWASP Top 10 category A3: Injection and has a CVSS score of 7.6. [1]
How can this vulnerability impact me? :
If exploited, this vulnerability can allow an attacker with administrator access to steal or manipulate data within the Tutor LMS plugin's database. This could result in data theft, unauthorized data changes, and potential disruption of the LMS functionality. Although the risk is considered low due to the requirement of administrator privileges, unpatched sites remain vulnerable to opportunistic automated attacks. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this SQL Injection vulnerability involves monitoring for unusual database queries or administrator actions interacting with the Tutor LMS plugin database. Specific commands are not provided in the resources, but typical detection methods include reviewing database logs for suspicious SQL commands or using web application firewalls (WAF) with SQL injection detection rules. Additionally, Patchstack offers virtual patching that can help detect and mitigate exploitation attempts. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include updating the Tutor LMS Plugin to version 3.8.0 or later, where the vulnerability is fixed. If updating immediately is not possible, applying Patchstack's virtual patching (vPatching) is recommended as it auto-mitigates the vulnerability before official patches are applied. Restricting administrator-level access and monitoring for suspicious activity can also help reduce risk. [1]