Description
The Services Section Block – Showcase Service Details in Grid or Columns plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'link' Block Attribute in all versions up to, and including, 1.4.4 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. The payload persists inside HTML comments in post_content, bypassing wp_kses_post sanitization at save time, and executes via both the primary service link anchor and a secondary title-wrapped anchor when the linkIn option is set to 'title'.
Published: 2026-06-18
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Services Section Block – Showcase Service Details plugin contains a flaw in the "link" block attribute that allows an authenticated contributor or higher to embed arbitrary JavaScript into the link value. The malicious script is stored within the post_content field inside an HTML comment, bypassing WordPress's wp_kses_post sanitization at save time. When a visitor loads a page that includes the affected service block, the payload executes in that visitor's browser, enabling the attacker to run code, hijack sessions, deface content, or conduct further web‑based attacks. This is a classic stored cross‑site scripting vulnerability with the potential for widespread impact on all users who view the compromised page.

Affected Systems

All WordPress sites that use the Services Section Block plugin version 1.4.4 or earlier are affected. Any installation running those versions exposes its content pages to the stored XSS flaw.

Risk and Exploitability

The vulnerability has a CVSS score of 6.4, reflecting moderate severity. The EPSS score is below 1%, indicating a low probability of exploitation in the wild as of the current data, but it is not zero and therefore still a concern. The flaw is not catalogued in the CISA KEV database. Attackers need only contributor-level access or higher; they can embed the payload, which then persistently affects all users who visit the page. The low entry barrier for privileged users combined with the potentially high impact makes this a tangible risk for sites that grant contributor rights to many users or have compromised accounts.

Generated by OpenCVE AI on June 18, 2026 at 19:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Services Section Block plugin to the latest version (1.4.5 or higher).
  • If an upgrade is not immediately possible, restrict contributor-level permissions or remove contributor roles from untrusted accounts to prevent the creation of malicious content.
  • Apply content sanitization layers or a security plugin that scrubs user input to prevent script injection into the 'link' attribute.

Generated by OpenCVE AI on June 18, 2026 at 19:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 18 Jun 2026 16:45:00 +0000

Type Values Removed Values Added
Description The Services Section Block – Showcase Service Details in Grid or Columns plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'link' Block Attribute in all versions up to, and including, 1.4.4 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. The payload persists inside HTML comments in post_content, bypassing wp_kses_post sanitization at save time, and executes via both the primary service link anchor and a secondary title-wrapped anchor when the linkIn option is set to 'title'.
Title Services Section Block <= 1.4.4 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'link' Block 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'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-06-18T12:32:58.800Z

Reserved: 2026-06-05T16:37:17.818Z

Link: CVE-2026-11402

cve-icon Vulnrichment

Updated: 2026-06-18T12:32:55.499Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-18T19:15:02Z

Weaknesses
  • CWE-79

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