CVE-2026-8698
Received Received - Intake
Stored Cross-Site Scripting in Prijsvergelijking Widget WordPress Plugin

Publication date: 2026-05-27

Last updated on: 2026-05-27

Assigner: Wordfence

Description
The Cryptocurrency Prijsvergelijking Widget plugin for WordPress is vulnerable to Stored Cross-Site Scripting in version 1.0. This is due to insufficient output escaping in the as_get_coin_shortcode() function, which renders the 'width' (and 'height') shortcode attribute directly into the style attribute of an <iframe> element without applying any escaping function such as esc_attr(). An attacker-controlled value like '100px;"onload="alert(1)" x="' terminates the style attribute prematurely and injects an arbitrary HTML attribute into the iframe tag. 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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-05-27
Generated
2026-05-27
AI Q&A
2026-05-27
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
cryptocurrency_prijsvergelijking_widget plugin 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

The vulnerability exists in the Cryptocurrency Prijsvergelijking Widget plugin for WordPress, version 1.0. It is a Stored Cross-Site Scripting (XSS) issue caused by insufficient output escaping in the as_get_coin_shortcode() function.

Specifically, the 'width' and 'height' shortcode attributes are rendered directly into the style attribute of an iframe element without proper escaping, such as using esc_attr().

An attacker with contributor-level access or higher can inject malicious scripts by providing specially crafted values that prematurely terminate the style attribute and inject arbitrary HTML attributes, leading to script execution when users access the affected page.


How can this vulnerability impact me? :

This vulnerability allows authenticated attackers with contributor-level access or above to inject arbitrary web scripts into pages.

When other users access these pages, the injected scripts execute in their browsers, potentially leading to theft of sensitive information, session hijacking, or other malicious actions.

Because the attack requires contributor-level access, it may be limited to insiders or users with some level of trust, but it still poses a significant risk to site integrity and user security.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart