---
id: CVE-2026-13200
title: >-
  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 o…
summary: >-
  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 o…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-89
vendor: mischiefmarmot
product: Create
affected:
  - Create <= 2.5.3
published: '2026-09-19'
updated: '2026-09-21'
sourceUpdated: '2026-09-21T13:33:33.387'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-13200'
references:
  - url: >-
      https://plugins.trac.wordpress.org/browser/mediavine-create/tags/2.5.2/lib/creations/class-creations-api.php#L329
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/mediavine-create/tags/2.5.2/lib/creations/class-creations-api.php#L334
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/mediavine-create/tags/2.5.2/lib/db-interface/class-mv-dbi.php#L1022
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/changeset?reponame=&old=3627606%40mediavine-create&new=3627606%40mediavine-create
    label: security@wordfence.com
  - url: >-
      https://www.wordfence.com/threat-intel/vulnerabilities/id/9279e01d-53b8-4816-b405-0db2f984cb5a?source=cve
    label: security@wordfence.com
tags:
  - nvd
  - cve.org
epss: 0.00249
epssPercentile: 0.14437
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-19T13:39:24.380502Z'
ingestedAt: '2026-09-19T07:59:56.108Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
