WooCommerce Coming Soon Product with Countdown Vulnerability (Mediu…

WooCommerce Coming Soon Product with Countdown Vulnerability (Mediu…

by | Mar 5, 2026 | Plugins

Attack Vectors

CVE-2026-27354 affects the WordPress plugin WooCommerce Coming Soon Product with Countdown (slug: woo-coming-soon-product) in versions up to and including 5.0. It is rated Medium severity (CVSS 6.4).

The risk begins when an attacker has (or can obtain) a WordPress account with Subscriber-level access or higher. With that level of access, the attacker may be able to place malicious script content into the site in a way that gets saved and later runs in other users’ browsers when they view the affected page(s).

Because this is a “stored” issue, the harmful content can persist until it is found and removed—potentially impacting staff, customers, and partners who visit the site after the injection occurs.

Security Weakness

This vulnerability is a Stored Cross-Site Scripting (Stored XSS) issue caused by insufficient input sanitization and output escaping. In business terms, the plugin may not reliably filter what gets saved or safely displayed, allowing an authenticated user to store content that the browser interprets as executable script.

When a user later loads the affected page, the injected script can execute in that user’s session—potentially acting as if it were part of your website experience.

Reference: CVE-2026-27354 and the vendor advisory source: Wordfence vulnerability record.

Technical or Business Impacts

Brand and customer trust risk: Malicious scripts can alter what visitors see, redirect them to unwanted destinations, or display deceptive prompts that look like your brand—creating reputational damage and support burden.

Account and data exposure risk: If the script runs in an employee or administrator’s browser, it may help an attacker take actions in that user’s session, potentially escalating access or changing site settings. This can increase the chance of broader compromise and longer recovery time.

Compliance and legal risk: If the site is used for regulated customer interactions (or handles personal information), an incident involving unauthorized script execution can raise reporting, audit, and contractual concerns—especially if it leads to exposure of customer data or credential misuse.

Operational disruption: Responding often requires incident triage, content review, user access reviews, and potential emergency changes to plugins and workflows. Marketing and ecommerce teams may face campaign downtime or disrupted checkout journeys.

Mitigation note: There is no known patch available at this time. Organizations should review their risk tolerance and consider mitigations such as uninstalling the affected plugin and replacing it, minimizing the number of users with Subscriber (or higher) access, and monitoring for unexpected content changes. If the plugin must remain, limit who can log in, and review site content and user accounts regularly for suspicious changes.

Similar Attacks

While this CVE is specific to a WordPress plugin, “script injection” and related web compromises have been used in real-world incidents to affect visitors and steal information. Examples include:

British Airways (2018) – payment page script injection reported by BBC

Ticketmaster (2018) – third-party script compromise reported by BBC

Magecart – overview of web skimming campaigns (Wikipedia)

Vantage Vulnerability (Medium) – CVE-2026-5070

Attack Vectors CVE-2026-5070 is a Medium severity vulnerability (CVSS 6.4) affecting the Vantage WordPress theme (slug: vantage) in versions up to and including 1.20.32. It enables authenticated users with Contributor access or higher to inject malicious script into a...

WP Docs Vulnerability (Medium) – CVE-2026-3878

Attack Vectors CVE-2026-3878 is a Medium severity Stored Cross-Site Scripting (XSS) vulnerability (CVSS 6.4) affecting the WP Docs WordPress plugin (wp-docs) in versions 2.2.9 and below. The issue is exploitable by an authenticated user with Subscriber-level access or...

WPFore Subscribers