Description
The GenerateBlocks plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Headline Block 'linkMetaFieldType' Dynamic Link Attribute in all versions up to, and including, 2.2.1 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. A contributor-level attacker can store a JavaScript payload in their own profile description (allowlisted by get_safe_user_meta_keys()) and prepend 'javascript:' via the linkMetaFieldType attribute, creating a fully attacker-controlled href that executes when any user, including an administrator, clicks the rendered headline link.
Published: 2026-07-03
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The GenerateBlocks plugin allows authenticated contributors or higher to insert arbitrary JavaScript into the headline block’s dynamic link attribute. By storing a payload in a contributor’s profile description and prefixing it with "javascript:", the plugin renders an attacker‑controlled href that is not escaped. When any site visitor clicks the rendered headline link, the injected script runs in their browser. The consequence is client‑side script execution, which could lead to malicious actions such as session hijacking, data exfiltration, or defacement depending on the attacker’s intent. These outcomes are inferred from the nature of the stored XSS vulnerability; the official description does not state them explicitly.

Affected Systems

Any WordPress site running the GenerateBlocks plugin version 2.2.1 or earlier, with the headline block’s dynamic link attribute enabled, and a user with contributor or higher privileges, is susceptible. The plugin is authored by edge22 and distributed through the WordPress plugin repository. Versions newer than 2.2.1 are not reported as affected.

Risk and Exploitability

The CVSS score of 6.4 indicates medium severity. The EPSS score of <1% suggests that exploitation is currently considered unlikely, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires an authenticated account with contributor-level access or higher; it is triggered when an authenticated user stores a malicious link and any visitor subsequently clicks that link. Once the payload is stored, it will be delivered to all users who view the affected page, executing arbitrary JavaScript in their browsers.

Generated by OpenCVE AI on July 31, 2026 at 14:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade GenerateBlocks to the latest released version, which includes the fix for the headline block XSS issue.
  • Restrict or remove contributor‑level permissions that permit editing of profile description fields, thereby closing the upload vector used by the attacker.
  • If a quick fix is required, disable the headline block’s dynamic link attribute until a patch is applied, preventing the storage of malicious hrefs.
  • Implement a strict Content Security Policy that blocks inline script execution and disallows the "javascript:" scheme in URLs.

Generated by OpenCVE AI on July 31, 2026 at 14:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 03 Jul 2026 11:00:00 +0000

Type Values Removed Values Added
First Time appeared Edge22
Edge22 generateblocks
Wordpress
Wordpress wordpress
Vendors & Products Edge22
Edge22 generateblocks
Wordpress
Wordpress wordpress

Fri, 03 Jul 2026 09:00:00 +0000

Type Values Removed Values Added
Description The GenerateBlocks plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Headline Block 'linkMetaFieldType' Dynamic Link Attribute in all versions up to, and including, 2.2.1 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. A contributor-level attacker can store a JavaScript payload in their own profile description (allowlisted by get_safe_user_meta_keys()) and prepend 'javascript:' via the linkMetaFieldType attribute, creating a fully attacker-controlled href that executes when any user, including an administrator, clicks the rendered headline link.
Title GenerateBlocks <= 2.2.1 - Authenticated (Contributor+) Stored Cross-Site Scripting via Headline Block 'linkMetaFieldType' Dynamic Link 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

Edge22 Generateblocks
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-06T15:31:49.905Z

Reserved: 2026-05-27T17:55:22.344Z

Link: CVE-2026-9756

cve-icon Vulnrichment

Updated: 2026-07-06T15:31:46.160Z

cve-icon NVD

Status : Deferred

Published: 2026-07-03T09:16:37.640

Modified: 2026-07-06T18:02:49.450

Link: CVE-2026-9756

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T15:00:04Z

Weaknesses
  • CWE-79

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