Description
The Surbma | Infusionsoft Shortcode plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'infusionsoft-form' shortcode in versions up to, and including, 2.0.1. This is due to insufficient input sanitization and output escaping on user-supplied 'account' and 'id' shortcode attributes in the surbma_infusionsoft_shortcode_shortcode() function, which are concatenated directly into a <script> tag's src attribute. 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-06-27
Score: 6.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Surbma | Infusionsoft Shortcode plugin for WordPress has a stored XSS flaw because the "account" and "id" attributes of the "infusionsoft-form" shortcode are concatenated directly into a <script> tag’s src attribute without proper sanitization. An attacker who is authenticated with contributor rights or higher can embed arbitrary JavaScript that executes whenever a user opens a page containing the malicious shortcode.

Affected Systems

Surbma, WordPress plugin Surbma | Infusionsoft Shortcode, affected versions include all releases up to and including 2.0.1.

Risk and Exploitability

The CVSS score of 6.4 indicates moderate severity. No EPSS score is available, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires an authenticated contributor or higher user, so it is not publicly exploitable. Once the malicious script is injected, it runs in the browser context of any visitor to the affected page, potentially allowing phishing, session hijacking, or defacement.

Generated by OpenCVE AI on June 27, 2026 at 08:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Surbma | Infusionsoft Shortcode plugin to a version that removes or sanitizes the dangerous attributes.
  • If an update cannot be applied immediately, limit the shortcode’s visibility by allowing only Administrator users to add or edit it, or remove the shortcode from pages that grant contributor access.
  • After updating or restricting usage, review all content that uses the shortcode, remove any malicious "account" or "id" values, and ensure the attributes are properly escaped.
  • Deploy a web application firewall rule that blocks script injection attempts into shortcode attributes to provide a defensive layer.

Generated by OpenCVE AI on June 27, 2026 at 08:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 27 Jun 2026 07:30:00 +0000

Type Values Removed Values Added
Description The Surbma | Infusionsoft Shortcode plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'infusionsoft-form' shortcode in versions up to, and including, 2.0.1. This is due to insufficient input sanitization and output escaping on user-supplied 'account' and 'id' shortcode attributes in the surbma_infusionsoft_shortcode_shortcode() function, which are concatenated directly into a <script> tag's src attribute. 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 Surbma | Infusionsoft Shortcode <= 2.0.1 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode Attributes
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-06-27T06:50:58.655Z

Reserved: 2026-06-08T14:33:41.581Z

Link: CVE-2026-11597

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-27T08:30:07Z

Weaknesses
  • CWE-79

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