Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
PR:L reflects mandatory contributor authentication; UI:R corrects the NVD vector since a victim must visit the injected page for execution; S:C and C:L/I:L reflect cross-session script execution impact.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Smash Balloon Social Post Feed - Simple Social Feeds for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'id' Shortcode Attribute in all versions up to, and including, 4.9.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AnalysisAI
Stored Cross-Site Scripting in the Smash Balloon Social Post Feed WordPress plugin (all versions through 4.9.0) allows authenticated attackers holding at minimum a Contributor role to inject arbitrary JavaScript via the 'id' shortcode attribute, which then executes in the browser of any user who visits the compromised page. The CVSS Scope:Changed designation reflects that injected scripts escape the plugin's trust boundary and execute within victims' browser sessions, enabling session hijack or privilege escalation against higher-privileged users such as administrators. No public exploit code or CISA KEV listing has been identified at time of analysis, though a fix commit (changeset 3640517) has been applied to the plugin's trunk branch per WordPress plugin Trac.
Technical ContextAI
The vulnerability is rooted in the plugin's shortcode processing layer - specifically within CFF_Shortcode.php (lines 312 and 1149) and CFF_FB_Settings.php (line 59), as identified by the WordPress plugin Trac references. WordPress shortcodes are server-rendered constructs whose attribute values are parsed and echoed into page HTML; when those values are not sanitized on input and escaped on output, they become direct XSS sinks. CWE-79 (Improper Neutralization of Input During Web Page Generation) precisely describes this root cause: the 'id' attribute value accepted by the plugin's shortcode handler is reflected into rendered HTML without adequate escaping, allowing HTML/script injection. The affected CPE is cpe:2.3:a:smub:smash_balloon_social_post_feed_-_simple_social_feeds_for_wordpress:*:*:*:*:*:*:*:*, covering all versions up to and including 4.9.0.
RemediationAI
Update the Smash Balloon Social Post Feed plugin to a version beyond 4.9.0 - a fix has been committed to trunk (changeset 3640517, visible at plugins.trac.wordpress.org/changeset/3640517). Before deploying, verify the exact patched version number in the WordPress plugin changelog or repository tags, as the specific release version is not confirmed from provided input data. As an interim compensating control, restrict the WordPress Contributor role to explicitly trusted, verified users and audit the site's user list for unauthorized or low-trust contributor accounts; this reduces the attacker pool but does not eliminate the vulnerability. A Web Application Firewall rule filtering script tags and JavaScript event handler patterns within shortcode attribute values can provide additional defense-in-depth, with the trade-off of potential false positives on legitimate shortcode usage. Disabling the plugin entirely is the strongest workaround if the social feed functionality is non-essential.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-59901
GHSA-g8j2-ph9r-rqvm