CVE-2026-11798: Super Socializer WordPress Plugin Reflected XSS Vulnerability (v7.14.5)
The Super Socializer WordPress plugin—a widely-used tool for social sharing, login, and comment features—contains a reflected cross-site scripting (XSS) vulnerability in versions up to 7.14.5. An attacker can craft a malicious link containing injected JavaScript code in the 'heateor_mastodon_share' parameter. If a user clicks that link while logged into their WordPress site, the malicious script executes in their browser with their privileges, potentially stealing session data, modifying content, or performing unauthorized actions. This requires social engineering—the attacker must trick the user into clicking—but requires no special privileges or technical user action beyond a click.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 6.1 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
- Weaknesses (CWE)
- CWE-79
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-07-08 / 2026-07-08
NVD description (verbatim)
The Social Share, Social Login and Social Comments Plugin – Super Socializer plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'heateor_mastodon_share' parameter in all versions up to, and including, 7.14.5 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
3 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-11798 is a reflected XSS vulnerability (CWE-79) affecting Super Socializer plugin versions ≤7.14.5. The vulnerability stems from insufficient input sanitization and output escaping of the 'heateor_mastodon_share' parameter. The flaw allows unauthenticated attackers to inject arbitrary JavaScript that executes in the context of a victim's browser session. The attack vector is network-based with low complexity; however, it requires user interaction (UI:R) and the impact is confined to the user's session (S:C reflects changed scope). CVSS v3.1 score of 6.1 (MEDIUM) reflects the need for user interaction as a limiting factor, balanced against the potential for both confidentiality and integrity compromise.
Business impact
WordPress site owners relying on Super Socializer for social features face risk of user session compromise, credential theft via JavaScript injection, and potential defacement or data exfiltration if an attacker targets high-value users such as administrators. Since this is a reflected XSS requiring user action, the risk scales with site traffic and user engagement in social channels where malicious links might be distributed. Organizations should assess whether Super Socializer is actively used and whether their user base is likely to receive phishing or social-engineered links; a low-traffic internal site faces lower risk than a public community platform.
Affected systems
WordPress installations with Super Socializer plugin version 7.14.5 or earlier are vulnerable. The plugin is deployed on hundreds of thousands of WordPress sites globally. All versions prior to and including 7.14.5 contain the flaw; verify your installed version in the WordPress plugin admin dashboard. Sites not using this plugin, or those that have already updated to a newer version post-7.14.5, are not affected.
Exploitability
Exploitability is moderate. The attack requires no authentication and the network attack surface is broad, but it is a reflected vulnerability—meaning the attacker must distribute a crafted link and rely on social engineering to trigger the XSS. There is no known public exploit code at this time, and the vulnerability has not been added to CISA's Known Exploited Vulnerabilities (KEV) catalog. That said, XSS vulnerabilities are well-understood and relatively straightforward to weaponize once a payload is discovered; attackers may combine this with phishing campaigns or forums to distribute malicious links.
Remediation
Update the Super Socializer plugin to the latest available version beyond 7.14.5. Check the plugin's repository or vendor advisory for the specific patched version. Perform updates in a staging environment first if possible, then deploy to production during a maintenance window. If the plugin is no longer maintained or a patch is unavailable, consider disabling the plugin or replacing it with an alternative social-sharing solution. Additionally, implement a Web Application Firewall (WAF) rule to block requests containing script injection patterns in the 'heateor_mastodon_share' parameter as a temporary compensating control.
Patch guidance
Log into your WordPress dashboard, navigate to Plugins → Installed Plugins, locate Super Socializer, and verify the current version. If it shows 7.14.5 or earlier, an update is available. Click 'Update now' or update manually by downloading the latest version from the plugin repository (verify against the vendor advisory to confirm the patched version number). After updating, clear any cached pages and confirm the plugin remains active and functional. Test the social-sharing features to ensure no regression. Monitor your site logs for any suspicious activity in the days following the update.
Detection guidance
Monitor web server logs for requests containing 'heateor_mastodon_share' parameter with suspicious payloads (e.g., javascript: URLs, script tags, or encoded HTML entities). Implement WAF rules to detect and block attempts to inject scripts into this parameter. Review WordPress access logs for unusual referrer URLs that include the plugin parameter with suspicious values. Intrusion detection systems should flag requests with CWE-79 signatures targeting WordPress. Additionally, audit user accounts for unauthorized login activity or posts/comments created by compromised sessions around the time of any known malicious campaign.
Why prioritize this
While the CVSS score is MEDIUM (6.1), this vulnerability warrants prompt attention because: (1) it affects a widely-deployed WordPress plugin across thousands of sites; (2) XSS vulnerabilities, even reflected ones, can lead to credential theft and account takeover if weaponized in targeted campaigns; (3) no patch has been confirmed yet, so sites remain exposed; (4) the attack requires only user interaction, not a complex exploit chain. Organizations with public-facing WordPress sites or those where users click links frequently should prioritize this higher. Low-traffic internal sites or development environments may defer, but all instances should be tracked and updated when a patch becomes available.
Risk score, explained
The CVSS v3.1 score of 6.1 reflects a MEDIUM severity rating. The score accounts for: low attack complexity (AV:N/AC:L) and no privilege requirement (PR:N), indicating broad attack surface; however, user interaction is required (UI:R), reducing the attack frequency and reliability. Impact is limited to confidentiality and integrity (C:L/I:L) of the user's session, with no availability impact (A:N). The changed scope (S:C) indicates the vulnerability can affect resources beyond the vulnerable component (i.e., the user's session across the site). The score does not reflect real-world weaponization or prevalence; it reflects intrinsic technical characteristics. Organizations should supplement this score with asset criticality and threat intelligence when prioritizing patches.
Frequently asked questions
Do I need to be an administrator to be exploited by this vulnerability?
No. An attacker can target any WordPress user—admin, editor, or subscriber—by crafting a malicious link and using social engineering (email, forums, chat) to trick them into clicking it. Admins are higher-value targets, but any user's compromised session can expose site data or enable further attacks.
Is there a patch available yet?
As of the vulnerability's publication date, verify the plugin's official repository and vendor advisory for the latest version beyond 7.14.5. Security updates are typically rolled out within days or weeks. Subscribe to the plugin's security notifications or check WordPress plugin update alerts regularly.
Can I disable the plugin instead of updating?
Yes. If you are not actively using the social-sharing or social-login features provided by Super Socializer, disabling the plugin eliminates the attack surface. However, if your site relies on these features, you will need to update to a patched version or migrate to an alternative plugin. Test any alternative solution thoroughly before deploying.
What should I do if I suspect my site was already compromised?
Change passwords for all WordPress user accounts, especially administrators. Review user activity logs and post/comment history for unauthorized modifications. Audit login events for suspicious IP addresses or timing. Consider a full site security scan using a WordPress security plugin. If you host with a managed provider, contact their support team for a malware sweep. Review any recent backups to determine the scope of potential compromise.
This analysis is provided for informational purposes to help security teams assess and remediate this vulnerability. SEC.co does not guarantee the accuracy of third-party vendor information or the timing of security patches. Organizations should verify patch availability and compatibility in their environment before deploying updates. This document does not constitute legal or professional security advice; consult your internal security team or a professional advisor for guidance specific to your infrastructure. No exploit code or weaponization details are provided herein. The CVSS score and severity rating are based on vendor-supplied data and standard CVSS v3.1 methodology; real-world impact may vary depending on asset criticality, network exposure, and threat landscape. Always test security updates in non-production environments first. Source: NVD (public-domain), retrieved 2026-08-16. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2016-20070MEDIUMPrivilege Escalation & Stored XSS in WordPress Booking Calendar Contact Form 1.0.23
- CVE-2018-25384MEDIUMStored XSS in Wikidforum 2.20 Allows Authenticated Attackers to Inject Malicious Scripts
- CVE-2019-25731MEDIUMStored XSS in Zuz Music 2.1 Contact Form
- CVE-2019-25737MEDIUMStored XSS in Live Chat Unlimited 2.8.3 – Admin Session Compromise
- CVE-2019-25739MEDIUMGigToDo 1.3 Stored XSS Vulnerability in Proposal Descriptions
- CVE-2019-25742MEDIUMStored XSS in Zoner Real Estate WordPress Theme 4.1.1 – Admin Account Compromise Risk
- CVE-2019-25743MEDIUMWordPress Soliloquy Lite 2.5.6 Stored XSS Vulnerability
- CVE-2019-25744MEDIUMWordPress Popup Builder 3.49 Stored XSS Vulnerability – Exploit Prevention & Patch Guide