Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Primary rating from Vendor (Wordfence) · only source for this CVE.
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The EmbedPress - PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the block 'url' attribute in all versions up to, and including, 4.5.3 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
AnalysisAI
Stored Cross-Site Scripting in the EmbedPress WordPress plugin (all versions through 4.5.3) allows authenticated attackers with contributor-level access to persistently inject arbitrary JavaScript via the block 'url' attribute, executing in the browsers of any user who visits an affected page. The vulnerability originates in insufficient sanitization within EmbedPressBlockRenderer.php and Helper.php, as confirmed by Wordfence and traceable to specific lines in the plugin's source repository. No public exploit code or CISA KEV listing has been identified at time of analysis, but the Scope:Changed CVSS designation reflects that successful exploitation affects resources beyond the vulnerable component itself - namely, victim browser sessions.
Technical ContextAI
EmbedPress is a WordPress Gutenberg block plugin developed by WPDevTeam (CPE: cpe:2.3:a:wpdevteam:embedpress_-_pdf_embedder,_embed_pdf_viewer,_youtube_videos,_3d_flipbook,_social_feeds_&_more:*:*:*:*:*:*:*:*) that enables embedding of PDFs, YouTube videos, 3D flipbooks, and social feeds via a 'url' block attribute. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation), specifically the failure to sanitize user-supplied input in the 'url' parameter and escape it before rendering in page output. The vulnerable logic is confirmed in EmbedPressBlockRenderer.php (at lines L1181 and L133 across versions 4.4.11 and 4.5.1) and Helper.php (line L1659). These files handle rendering of embed blocks in the Gutenberg editor context, where contributor-level users have edit access by default in most WordPress configurations.
RemediationAI
Upstream fix is available per WordPress plugin repository changeset 3546981 (https://plugins.trac.wordpress.org/changeset?reponame=&old=3546981%40embedpress&new=3546981%40embedpress), which modifies the vulnerable rendering code in trunk. Site administrators should update the EmbedPress plugin to the latest available version beyond 4.5.3 via the WordPress admin dashboard or WP-CLI (wp plugin update embedpress); the exact patched release version is not independently confirmed from the available data - verify the installed version exceeds 4.5.3 post-update. As a compensating control pending update, restrict the WordPress contributor role from being assigned to untrusted users and audit existing contributor accounts for unauthorized additions - this limits the attack surface to trusted internal users. Alternatively, temporarily deactivating the EmbedPress plugin eliminates the attack vector entirely at the cost of losing all embed functionality. Content Security Policy (CSP) headers with a restrictive script-src directive can reduce the impact of successful XSS injection but will not prevent the vulnerability from being triggered.
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-34951
GHSA-5m2w-5g87-p5fp