CVE-2025-6718
BaseFortify
Publication date: 2025-07-18
Last updated on: 2026-04-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| b1accounting | b1.lt_for_woocommerce | * |
| wordpress | wordpress | * |
| woocommerce | woocommerce | * |
| mariadb | mariadb | 10.2 |
| mysql | mysql | 5.7 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability in the B1.lt WordPress plugin is an SQL Injection flaw caused by a missing capability check on the b1_run_query AJAX action. This allows authenticated users with Subscriber-level access or higher to execute arbitrary SQL commands on the database.
How can this vulnerability impact me? :
This vulnerability can allow attackers with low-level access to execute arbitrary SQL commands, potentially leading to unauthorized data access, data modification, or deletion, and could compromise the integrity, confidentiality, and availability of the affected website's data.
What immediate steps should I take to mitigate this vulnerability?
Immediately disable or uninstall the B1.lt plugin for WordPress if it is installed, especially versions up to and including 2.2.56. Since the plugin has been temporarily closed pending review, avoid using it until a patched version is released. Additionally, restrict user roles to prevent Subscriber-level users from accessing the vulnerable AJAX action, and monitor for any suspicious SQL activity. [1]