Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Unauthenticated network-reachable reflected XSS (PR:N, AV:N, AC:L) requires a victim click (UI:R); execution in the browser session crosses a security boundary (S:C) with limited C/I/A impact.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Cross Site Scripting (XSS) in H5P <= 1.17.6 versions.
AnalysisAI
Reflected cross-site scripting in the H5P WordPress plugin (versions 1.17.6 and earlier) lets an unauthenticated attacker inject script that executes in a victim's browser when they follow a crafted link, per the CVSS PR:N/UI:R vector. Because the scope is changed (S:C), successful execution can reach beyond the vulnerable component into the authenticated WordPress session context, enabling session/cookie theft or admin-context actions. There is no public exploit identified and the issue is not listed in CISA KEV, so risk is moderate (CVSS 7.1) and contingent on social-engineering a logged-in user.
Technical ContextAI
H5P is a WordPress plugin (CPE cpe:2.3:a:h5p:h5p) used to author and embed interactive HTML5 learning content (quizzes, presentations, interactive video) inside WordPress sites. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation): attacker-controlled input is reflected back into an HTTP response without proper output encoding or input sanitization, so it is rendered by the browser as active markup/script rather than inert text. As a reflected variant, the payload is not stored server-side but delivered within a request (e.g., a URL parameter) and echoed into the page returned to the requester.
RemediationAI
No vendor-released patch version was identified in the available data; the input confirms only that versions up to and including 1.17.6 are affected, so administrators should consult the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/h5p/vulnerability/wordpress-h5p-plugin-1-17-6-reflected-cross-site-scripting-xss-vulnerability) and the WordPress plugin repository for any release newer than 1.17.6 and upgrade to it once confirmed. Until a fixed version is verified, deactivate the H5P plugin if interactive content is non-essential (trade-off: H5P content stops rendering), or place a Web Application Firewall (e.g., Patchstack/Wordfence virtual patch) in front of the site to filter reflected XSS payloads in request parameters (trade-off: rule gaps may still allow novel payloads). As defense-in-depth, set a restrictive Content-Security-Policy to limit inline script execution and the HttpOnly/SameSite flags on session cookies to blunt session theft (trade-off: a strict CSP may break legitimate inline scripts used by H5P content).
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39375
GHSA-rp27-rcxx-mqmc