CVE-2025-58990
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 |
|---|---|---|
| hasthemes | shoplentor | to 3.2.1 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the WordPress ShopLentor Plugin up to version 3.2.0. It allows attackers with contributor-level privileges to inject malicious scripts into web pages generated by the plugin. These scripts can execute when visitors access the affected website, potentially causing redirects, displaying unwanted advertisements, or executing other harmful HTML payloads. [1]
How can this vulnerability impact me? :
The vulnerability can impact you by allowing attackers to execute malicious scripts on your website, which can lead to unauthorized redirects, display of unwanted content, or other malicious actions affecting your visitors. Although it has a moderate CVSS score of 6.5 and is considered low severity, it can still compromise user experience and trust. Exploitation requires only contributor-level access, so if an attacker gains such access, they can exploit this vulnerability. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this vulnerability involves checking if the ShopLentor Plugin version is 3.2.0 or earlier, as these versions are vulnerable. Since the vulnerability allows stored XSS via input fields, monitoring for unusual or malicious script injections in web page content or logs can help. Specific commands are not provided in the resources, but generally, you can check the plugin version via WordPress CLI commands such as 'wp plugin list' to identify the installed version. Additionally, scanning web application inputs and outputs for injected scripts or using web vulnerability scanners that detect XSS can assist in detection. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include updating the ShopLentor Plugin to version 3.2.1 or later, where the vulnerability is fixed. If updating immediately is not possible, applying virtual patching (vPatching) offered by Patchstack can provide an immediate protective measure by auto-mitigating the vulnerability before official patches are applied. Limiting contributor-level privileges and monitoring for suspicious activity can also help reduce risk. [1]