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 contains a flaw in the headline block’s ‘linkMetaFieldType’ attribute that does not properly sanitize or escape user input. An attacker with contributor‑level or higher WordPress privileges can place a JavaScript payload in their own profile description, which the plugin allows as part of user meta. By prefixing the payload with the string \"javascript:\" the attacker creates a fully attacker‑controlled href that is stored in the database and rendered unchanged. When any site visitor follows the headline link, the injected script runs in their browser, potentially allowing the attacker to steal session cookies, deface the site, or perform other client‑side attacks. This is a classic stored XSS vulnerability, classified as CWE‑79.

Affected Systems

Any WordPress installation that has the GenerateBlocks plugin version 2.2.1 or older, with the headline block’s dynamic link attribute enabled, is vulnerable. The plugin is authored by edge22 and distributed via the WordPress plugin repository. Versions newer than 2.2.1 have not been indicated as affected.

Risk and Exploitability

The CVSS score of 6.4 indicates a medium severity vulnerability. The EPSS score of <1% shows 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 and is triggered when any visitor clicks the compromised headline link. Once the payload is stored, it will be delivered to all site users who view the affected page, executing arbitrary JavaScript in their browsers.

Generated by OpenCVE AI on July 21, 2026 at 10:04 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.
  • Reduce or remove contributor‑level permissions that permit editing of profile description fields, thereby closing the upload vector used by the attacker.
  • If possible, disable the headline block’s dynamic link attribute until a patch is applied, to eliminate the ability to store the malicious href.
  • Implement a strict Content Security Policy that blocks inline script execution and disallows the \"javascript:\" scheme in URLs.

Generated by OpenCVE AI on July 21, 2026 at 10:04 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

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T10:15:02Z

Weaknesses
  • CWE-79

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