CVE-2025-47600
BaseFortify
Publication date: 2026-01-22
Last updated on: 2026-04-27
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| xtemos | woodmart | to 8.3.7 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-80 | The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as "<", ">", and "&" that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-47600 is a content injection vulnerability in the WordPress WoodMart Theme (versions up to 8.3.7) that allows unauthenticated attackers to inject arbitrary content into pages and posts. This can include malicious content such as phishing pages, compromising the website's integrity. It is a type of improper neutralization of script-related HTML tags, classified under OWASP Top 10 category A3: Injection. [1]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers to inject malicious content into your website, potentially leading to phishing attacks and compromising the trustworthiness and integrity of your site. Although the severity is rated low (CVSS 5.3) and exploitation is considered unlikely, it still poses a risk to website security and user safety. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this vulnerability involves checking if your WordPress site is using the WoodMart theme version 8.3.7 or earlier. There are no specific network or system commands provided to detect exploitation attempts. You can verify the theme version via the WordPress admin dashboard or by inspecting the theme files. Additionally, monitoring for unusual content injection or unexpected shortcode executions in posts and pages may indicate exploitation. [1]
What immediate steps should I take to mitigate this vulnerability?
The immediate mitigation step is to update the WoodMart theme to version 8.3.8 or later, where the vulnerability is fixed. Prompt updating ensures protection against potential misuse. Since exploitation is unlikely but possible, applying the patch is the recommended action. [1]