Description
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.
Published: 2026-08-16
Score: 6.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an authenticated user with contributor-level privileges to insert malicious scripts via the 'id' attribute of a shortcode. When the page containing the shortcode is rendered, the injected script executes in the browser context of any visitor, thereby enabling the attacker to steal session cookies, deface content, or redirect users. The weakness is a classic stored XSS flaw (CWE‑79) that compromises confidentiality and integrity of user data and disrupts the user experience.

Affected Systems

The affected product is the Smash Balloon Social Post Feed – Simple Social Feeds for WordPress plugin. All releases up to and including version 4.9.0 are vulnerable, regardless of the WordPress installation or hosting environment. Authentication is required, but any user assigned the Contributor role or higher can exploit the flaw by adding or editing a shortcode that contains a crafted 'id' value.

Risk and Exploitability

The CVSS score of 6.4 indicates a moderate severity, but the lack of publicly available EPSS data means the exploitation probability is unclear. The vulnerability is not listed in the CISA KEV catalog, suggesting no known exploitation at scale. As the flaw requires authenticated access, attackers must first compromise a user account with contributor privileges or higher. Once authenticated, they can inject scripts that will run for all visitors who view the affected page. The impact can be mitigated only by removing the vulnerability through a patch or by ensuring the shortcode is not used by untrusted users.

Generated by OpenCVE AI on August 16, 2026 at 06:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Smash Balloon Social Post Feed to version 4.9.1 or newer, where the input sanitization for the 'id' shortcode attribute has been corrected.
  • If an upgrade is not immediately possible, restrict the capability to use the shortcode to administrators only by modifying user role permissions or by disabling the shortcode function for all contributors.
  • As a temporary measure, sanitize the 'id' attribute manually by stripping or escaping any HTML tags before rendering the shortcode output, and monitor site logs for suspicious script injection attempts.

Generated by OpenCVE AI on August 16, 2026 at 06:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 16 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
Description 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.
Title Smash Balloon Social Post Feed <= 4.9.0 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'id' Shortcode Attribute
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-16T05:27:30.012Z

Reserved: 2026-07-23T17:10:06.554Z

Link: CVE-2026-16775

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-16T06:16:51.217

Modified: 2026-08-16T06:16:51.217

Link: CVE-2026-16775

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-16T06:30:04Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')