CVE-2025-47569
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 |
|---|---|---|
| woocommerce | ultimate_gift_card | * |
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 WooCommerce Ultimate Gift Card plugin (up to version 2.8.10). It allows unauthenticated attackers to manipulate the plugin's database by injecting malicious SQL commands, potentially leading to unauthorized data access or manipulation. [1]
How can this vulnerability impact me? :
The vulnerability can allow attackers to steal sensitive data or perform malicious database operations without authentication. This compromises data integrity and confidentiality, potentially disrupting the creation, sale, and management of gift cards and leading to significant security risks for affected sites. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection can involve monitoring for unusual or unauthorized SQL queries targeting the WooCommerce Ultimate Gift Card plugin, especially attempts to exploit SQL Injection vulnerabilities. Since the vulnerability allows unauthenticated attackers to interact with the database, inspecting web server logs for suspicious requests to the plugin endpoints or using web application firewall (WAF) logs to identify blocked SQL injection patterns can help. Specific commands are not provided in the resources. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include applying the virtual patch (vPatch) provided by Patchstack, which blocks attack attempts until an official fix is released. Users should also consider employing professional incident response services if compromise is suspected. Since no official patch is available as of the publication date, applying the virtual patch is critical to protect affected sites. [1]