VYPR
Unrated severityNVD Advisory· Published Dec 5, 2024· Updated Apr 8, 2026

Blocksy <= 2.0.77 - Authenticated (Contributor+) Stored Cross-Site Scripting

CVE-2024-11420

Description

The Blocksy theme for WordPress is vulnerable to Stored Cross-Site Scripting via the Contact Info Block link parameter in all versions up to, and including, 2.0.77 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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Stored XSS in Blocksy theme's Contact Info Block link parameter allows authenticated attackers with Contributor+ access to inject arbitrary scripts.

Vulnerability

The Blocksy theme for WordPress, in all versions up to and including 2.0.77, is vulnerable to Stored Cross-Site Scripting (XSS) via the Contact Info Block link parameter. The vulnerability arises from insufficient input sanitization and output escaping in the inc/components/contacts-box.php file, allowing authenticated users to inject arbitrary web scripts into the link field [1].

Exploitation

An attacker must have at least Contributor-level access to the WordPress site. By crafting a malicious payload in the Contact Info Block's link parameter, the attacker can inject arbitrary JavaScript or HTML. When any user (including administrators) visits a page containing the injected block, the script executes in the context of the victim's browser [1].

Impact

Successful exploitation results in Stored XSS, enabling the attacker to perform actions such as stealing session cookies, redirecting users to malicious sites, defacing pages, or performing actions on behalf of the victim. The attack can affect all users who view the compromised page, potentially leading to full site compromise if an administrator's session is hijacked [1].

Mitigation

The vulnerability is fixed in version 2.0.78 of the Blocksy theme, as shown in the official changeset [1]. Users should update to version 2.0.78 or later (the latest version as of the reference is 2.1.42 [2]). No workaround is available; updating is the recommended action.

AI Insight generated on May 24, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

3

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.