CVE-2025-31059
BaseFortify
Publication date: 2025-06-09
Last updated on: 2026-04-23
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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 in the WordPress WBW Product Table PRO plugin (up to version 2.1.3). It allows unauthenticated attackers to inject malicious SQL commands into the database, enabling them to interact directly with the database. This can lead to unauthorized data access or manipulation. The vulnerability is categorized under OWASP Top 10 A3: Injection and requires no authentication to exploit. [1]
How can this vulnerability impact me? :
This vulnerability can allow attackers to steal sensitive data or perform malicious database manipulations without any authentication. It poses a high risk of mass exploitation, potentially leading to data theft, data corruption, or other harmful impacts on the affected website or system. Immediate mitigation is strongly advised to prevent these impacts. [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 unauthorized SQL queries targeting the WBW Product Table PRO plugin endpoints. Since the vulnerability allows unauthenticated attackers to interact with the database, inspecting web server logs for suspicious query parameters or payloads typical of SQL Injection attempts is recommended. Specific commands are not provided in the resources, but using web application firewalls (WAF) with SQL Injection detection rules or tools like sqlmap to test the plugin endpoints could help identify exploitation attempts. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include applying Patchstack's virtual patch (vPatch) which automatically blocks attacks exploiting this vulnerability without impacting website performance. Since no official patch or fixed version is available yet, using this virtual patch provides immediate protection. Additionally, users should monitor their sites for signs of compromise and consider professional incident response if a breach is suspected. [1]