CVE-2025-58628
BaseFortify
Publication date: 2025-09-05
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 |
|---|---|---|
| patchstack | wordpress_miraculous_theme | 2.0.9 |
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 a high-severity SQL Injection flaw in the WordPress Miraculous Theme versions prior to 2.0.9. It allows unauthenticated attackers to perform Blind SQL Injection, meaning they can send specially crafted SQL commands to the website's database without proper neutralization of special elements. This can enable attackers to interact directly with the database, potentially extracting sensitive data or performing other malicious actions. [1]
How can this vulnerability impact me? :
If exploited, this vulnerability can allow attackers to steal sensitive data from your website's database or perform other harmful actions. Because it is unauthenticated and has a high CVSS score of 9.3, it poses a serious risk of mass exploitation. This can lead to data breaches, loss of data integrity, and potential service disruption. Immediate updating to version 2.0.9 or later is strongly advised to mitigate these risks. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this SQL Injection vulnerability can be approached by monitoring for unusual or suspicious database queries that attempt to exploit SQL injection flaws. Since the vulnerability allows unauthenticated attackers to interact with the database, network intrusion detection systems (NIDS) or web application firewalls (WAF) with SQL injection detection rules can help identify exploit attempts. Additionally, scanning the website with specialized vulnerability scanners that test for SQL injection can detect the issue. Specific commands are not provided in the resources, but using tools like sqlmap or running web application vulnerability scanners against the Miraculous theme installation can help detect exploitation attempts. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include updating the WordPress Miraculous Theme to version 2.0.9 or later, which contains the fix for this vulnerability. If immediate updating is not possible, applying the virtual patch (vPatch) provided by Patchstack can automatically block attacks targeting this flaw. Additionally, it is recommended to perform professional incident response and server-side malware scanning if there is suspicion of compromise. Rapid mitigation is critical due to the high severity and likelihood of mass exploitation. [1]