CVE-2026-8698
Deferred Deferred - Pending Action
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-06-16
AI Q&A
2026-05-27
EPSS Evaluated
2026-06-15
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 Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Detection Guidance

This vulnerability involves Stored Cross-Site Scripting (XSS) in the Cryptocurrency Prijsvergelijking Widget plugin for WordPress, specifically in the as_get_coin_shortcode() function where the 'width' and 'height' shortcode attributes are not properly escaped.

To detect this vulnerability on your system, you can search for instances where the plugin is used and check for injected or malformed iframe style attributes containing suspicious payloads such as "100px;"onload="alert(1)" or similar patterns.

Since this is a WordPress plugin vulnerability, you can also scan your WordPress installation for the presence of version 1.0 of the Cryptocurrency Prijsvergelijking Widget plugin.

  • Use WP-CLI to check the installed plugin version: wp plugin list --status=active
  • Search your WordPress database for suspicious iframe style attributes using SQL queries, for example: SELECT * FROM wp_posts WHERE post_content LIKE '%iframe%style%onload=%';
  • Use network monitoring tools or web application scanners to detect XSS payloads in HTTP responses containing the vulnerable iframe.
Compliance Impact

The vulnerability allows authenticated attackers with contributor-level access and above to inject arbitrary web scripts that execute when users access the injected pages. This can lead to unauthorized access or manipulation of user data.

Such unauthorized script execution could potentially result in data breaches or exposure of personal information, which may impact compliance with data protection regulations like GDPR and HIPAA that require safeguarding user data and preventing unauthorized access.

However, the provided context does not explicitly state the direct effects on compliance with these standards.

Mitigation Strategies

Immediate mitigation steps include updating or removing the vulnerable Cryptocurrency Prijsvergelijking Widget plugin if an update is available that fixes the issue.

If no update is available, restrict contributor-level and higher user access to trusted users only, as the vulnerability requires authenticated users with contributor-level access or above to exploit.

Implement Web Application Firewall (WAF) rules to block suspicious payloads attempting to inject scripts via the iframe style attribute.

Review and sanitize any user-generated content that uses the shortcode attributes 'width' and 'height' to prevent injection of malicious code.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-8698. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart