CVE-2025-49328
BaseFortify
Publication date: 2025-06-06
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?
CVE-2025-49328 is a SQL Injection vulnerability in the Agile Logix Store Locator WordPress plugin (versions up to 1.5.1). It allows a malicious user with administrator privileges to manipulate SQL commands, potentially interacting directly with the website's database. This can lead to unauthorized data access or manipulation. The vulnerability is categorized under OWASP Top 10 A3: Injection and has a CVSS score of 7.6. [1]
How can this vulnerability impact me? :
If exploited, this vulnerability can allow an attacker with administrator access to steal or manipulate data in the website's database. This could result in data theft, unauthorized data changes, or other malicious actions affecting the integrity and confidentiality of your data. Although the risk is considered low due to the requirement of administrator privileges, timely patching is recommended to prevent automated or opportunistic attacks. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this SQL Injection vulnerability requires checking if the WordPress Store Locator plugin version is 1.5.1 or earlier. Since exploitation requires administrator privileges and direct database interaction, monitoring for unusual administrator activity or unexpected database queries related to the plugin could help. Specific commands are not provided in the resources, but verifying the plugin version via WordPress CLI commands such as 'wp plugin list' or inspecting plugin files can help identify vulnerable versions. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include updating the Store Locator WordPress plugin to version 1.5.2 or later, where the vulnerability is fixed. Additionally, applying Patchstack's virtual patching (vPatching) can provide immediate protection by auto-mitigating the vulnerability even before official patches are applied. Restricting administrator access and monitoring for suspicious activity are also recommended. [1]