CVE-2025-12076
Reflected XSS in Social Media Auto Publish Plugin
Publication date: 2025-12-13
Last updated on: 2025-12-13
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | social_media_auto_publish | * |
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 Reflected Cross-Site Scripting (XSS) issue in the Social Media Auto Publish plugin for WordPress, affecting all versions up to 3.6.5. It occurs because the plugin does not properly sanitize or escape input in the PostMessage parameter, allowing unauthenticated attackers to inject malicious scripts that execute when a user is tricked into clicking a crafted link.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to execute arbitrary scripts in the context of the affected website, potentially leading to theft of user data, session hijacking, or other malicious actions if a user interacts with a crafted link. This can compromise user trust and the security of the website.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include updating the Social Media Auto Publish plugin for WordPress to the latest version beyond 3.6.5, as all versions up to and including 3.6.5 are vulnerable. Since version 3.6.6 was released after the vulnerability disclosure, upgrading to this or a later version should mitigate the issue. Additionally, consider restricting user interactions that could trigger the reflected XSS, such as avoiding clicking on suspicious links related to the plugin's functionality until the update is applied. [1]