VYPR
High severity7.3NVD Advisory· Published Apr 10, 2025· Updated Apr 15, 2026No known patch

CVE-2025-2805

CVE-2025-2805

Description

The ORDER POST WordPress plugin ≤2.0.2 allows unauthenticated arbitrary shortcode execution via an action that fails to validate input before calling do_shortcode.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

The ORDER POST WordPress plugin ≤2.0.2 allows unauthenticated arbitrary shortcode execution via an action that fails to validate input before calling do_shortcode.

Vulnerability

Overview

The ORDER POST plugin for WordPress, versions up to and including 2.0.2, contains a vulnerability that permits arbitrary shortcode execution. The issue resides in the plugin's core file wp_post_order.php, where user-supplied input is passed directly to the do_shortcode() function without proper validation or sanitization [1]. This allows an attacker to inject and execute any WordPress shortcode of their choosing.

Exploitation

Conditions

Exploitation does not require authentication; any unauthenticated visitor can trigger the vulnerable action by sending a crafted request. The plugin's code shows that the shortcode parameter is taken from user input and processed immediately, making the attack surface broad and easily accessible [1]. No special privileges or network position are needed beyond the ability to reach the WordPress site.

Impact

Successful exploitation enables an attacker to execute arbitrary shortcodes. Depending on the shortcodes available on the site, this could lead to reading sensitive data, modifying content, or executing PHP code if a shortcode like [php] is enabled. In many configurations, this can escalate to full site compromise, including database access and privilege escalation.

Mitigation

Status

The plugin has been closed on the WordPress Plugin Directory as of April 9, 2025, due to this security issue [2]. No patched version exists. Users are strongly advised to remove the plugin immediately and replace it with an alternative solution.

AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0
Plugin removedORDER POSTorder-post

This plugin has been removed from the WordPress.org directory on 2025-04-09 (reason: Security Issue). No patched version is being distributed through the official directory. Users who have it installed should uninstall it.

Source: api.wordpress.org · directory page

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.