CVE-2025-12411
BaseFortify
Publication date: 2025-11-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 |
|---|---|---|
| premmerce | woocommerce_wholesale_pricing | 1.1.10 |
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 in the Premmerce Wholesale Pricing for WooCommerce plugin for WordPress, affecting versions up to 1.1.10. It occurs because the plugin does not properly escape or prepare the 'ID' parameter in certain SQL queries. Authenticated users with subscriber level access or higher can exploit this to manipulate SQL queries, potentially extracting sensitive database information or modifying price type display names, which can cause cosmetic issues in the admin interface.
How can this vulnerability impact me? :
The vulnerability can allow an attacker with subscriber or higher access to extract sensitive information from the database and modify price type display names. This could lead to unauthorized data disclosure and corruption of the admin interface, potentially undermining trust and causing operational issues in managing pricing data.