CVE Catalog

CVE-2026-13200

MediumCVSS 6.5
Published: Translated: NVD NIST

Summary

The Create plugin for WordPress in all versions up to and including 2.5.3 is vulnerable to generic SQL Injection via the 'order' parameter due to insufficient escaping on the user-supplied parameter and lack of sufficient preparation on the existing SQL query. The vulnerable advanced-filter SQL branch is only entered when at least one of the following parameters is present: linked_posts, created_after, created_before, missing_fields, post_id, a comma-separated type value, or exclude_type.

Risk Assessment

An authenticated attacker with author-level access or above can append additional SQL queries into existing queries, enabling extraction of sensitive information from the database.

Recommendation

Update the Create plugin to a version newer than 2.5.3 once available, and restrict Author roles on the site to the necessary minimum.

Other vulnerabilities in Create WordPress plugin

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS