CVE-2025-13007
BaseFortify
Publication date: 2025-12-02
Last updated on: 2025-12-02
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wp_social_reviews | wp_social_reviews | 3.20.1 |
| wp_social_reviews | wp_social_reviews | 3.20.3 |
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 WP Social Ninja WordPress plugin (versions up to and including 3.20.3). It occurs because the plugin does not properly sanitize or escape input from external sources like Google Business Profile or Facebook pages. As a result, an unauthenticated attacker can inject malicious scripts into pages that will execute when users view those pages.
How can this vulnerability impact me? :
The vulnerability allows attackers to execute arbitrary scripts in the context of users visiting the affected pages. This can lead to theft of user credentials, session hijacking, defacement, or other malicious actions performed on behalf of the user. Since the attacker does not need authentication, it increases the risk of widespread exploitation.
What immediate steps should I take to mitigate this vulnerability?
Update the WP Social Ninja plugin to a version later than 3.20.3 where the vulnerability is fixed. Additionally, review and sanitize any externally-sourced content from connected Google Business Profile or Facebook pages to prevent injection of malicious scripts.