Skip to main content

PublishPress Future CVE-2026-5247

| EUVDEUVD-2026-27191 MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2026-05-05 Wordfence
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

1
Analysis Generated
May 05, 2026 - 03:30 vuln.today

DescriptionCVE.org

The Schedule Post Changes With PublishPress Future plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'wrapper' attribute of the [futureaction] shortcode in all versions up to, and including, 4.10.0. This is due to insufficient input sanitization on the wrapper attribute. The plugin uses esc_html() to escape the value, but esc_html() only encodes HTML entities and does not prevent attribute injection when the value is used as an HTML tag name in a sprintf() call. An attacker can inject event handler attributes via spaces in the wrapper value. This makes it possible for authenticated attackers, with administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. Since it is also possible for administrators to make this functionality available to lower-privileged users, this introduces the possibility of abuse by contributors.

AnalysisAI

Stored cross-site scripting (XSS) in PublishPress Future WordPress plugin versions up to 4.10.0 allows authenticated administrators to inject arbitrary JavaScript via the 'wrapper' attribute of the [futureaction] shortcode, which executes in the browsers of all users viewing the affected page. The vulnerability stems from insufficient sanitization: the plugin uses esc_html() to escape the attribute value but then passes it as a bare HTML tag name in a sprintf() call, permitting event handler injection through spaces. Since administrators can delegate this functionality to lower-privileged contributors, the attack surface extends beyond high-privilege users.

Technical ContextAI

The [futureaction] shortcode accepts a 'wrapper' parameter intended to define an HTML element type (e.g., 'div', 'span'). The plugin applies esc_html() to the user-supplied wrapper value, which encodes HTML entity characters (<, >, &, ", ') but does not prevent whitespace or attribute injection. The sanitized value is then used directly in a sprintf() call to construct an opening HTML tag, e.g., sprintf('<%s class="...">', $wrapper). An attacker can inject a value like 'div onclick=alert(1)' which, after esc_html() escapes any entity-encodable characters (of which there are none in this payload), becomes 'div onclick=alert(1)' in the rendered output. This results in a tag like '<div onclick=alert(1) class="...">' - a valid HTML injection vector. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation), specifically the failure to account for the context in which the escaped value is used. esc_html() is insufficient when the input becomes an unquoted attribute context.

RemediationAI

Update PublishPress Future to version 4.10.1 or later immediately. The plugin developer has released patched versions that implement proper output escaping for the 'wrapper' attribute, using functions appropriate for the attribute context (such as esc_attr() for tag attributes in addition to or instead of esc_html()). Administrators should audit any [futureaction] shortcodes in published content and pages to confirm they do not contain suspicious or unexpected wrapper values. If you have delegated shortcode creation or editing permissions to contributors or authors, restrict that delegation to trusted staff members only, or implement a code review process for shortcode usage. If immediate patching is not possible, disable the [futureaction] shortcode functionality until updates can be applied, or prevent lower-privilege users from creating or editing shortcodes in general via role management. Note that disabling the shortcode may affect scheduling features for post expiration, so test in a staging environment first.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-5247 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy