rootpwn

medium · CVSS v3 6.5 · EPSS 0.00249

CVE-2026-13200

WordPress Create plugin versions up to 2.5.3 are vulnerable to SQL injection via the 'order' parameter. Authenticated users with author-leve

Overview

WordPress Create plugin versions up to 2.5.3 are vulnerable to SQL injection via the 'order' parameter. Authenticated users with author-level access can inject SQL to read sensitive database data. This could expose confidential site information.

Description

The Create plugin for WordPress is vulnerable to generic SQL Injection via the 'order' parameter in all versions up to, and including, 2.5.3 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with author-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The vulnerable advanced-filter SQL branch is only entered when at least one of the following parameters is present in the request: linked_posts, created_after, created_before, missing_fields, post_id, a comma-separated type value, or exclude_type.

Impact

Confidentiality: attackers can read arbitrary database tables. Integrity: potential for data tampering if further privileges are obtained. Availability: not directly affected. Impacted users: site administrators and authors with access to the plugin.

Remediation

Update the Create plugin to version 2.5.4 or later. If an update is not possible, disable the plugin or restrict author-level access. Validate and escape the 'order' parameter on the server side.

Risk context

The vulnerability has a medium severity rating (CVSS 6.5) and an EPSS score of 0.00249, indicating a low likelihood of exploitation but still warranting prompt patching.

Affected products

  • WordPress
  • Create plugin

Scores

Severity
medium
CVSS v2
6.8
CVSS v3
6.5
CVSS v4
EPSS
0.00249

wordpress sql-injection plugin authentication database

← All CVEs