CVE Catalog

CVE-2026-13191

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_by' parameter due to insufficient escaping on the user-supplied parameter and lack of sufficient preparation on the existing SQL query. The REST endpoint permission callback defaults to the publish_posts capability, meaning any Author-level user or above can reach the vulnerable code path without any additional preconditions.

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_by' 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 REST endpoint permission callback defaults to the publish_posts capability, meaning any Author-level user or above can reach the vulnerable code path without any additional preconditions.

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