PT-2026-54629 · Propertyhive · Houzez Property Feed
Prism
·
Published
2026-07-02
·
Updated
2026-07-02
·
CVE-2026-13357
CVSS v3.1
4.9
Medium
| Vector | AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N |
The Houzez Property Feed plugin for WordPress is vulnerable to SQL Injection via the 'orderby' parameter in all versions up to, and including, 2.5.46 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query in the prepare items() method of the Houzez Property Feed Admin Logs Export Table (and Houzez Property Feed Admin Logs Import Table) class. The user-controlled $ GET['orderby'] and $ GET['order'] values are filtered only with sanitize text field() and then concatenated into the SQL format string before $wpdb->prepare() is called — prepare() only parameterizes the appended LIMIT/OFFSET clause and cannot retroactively secure the already-tainted ORDER BY clause. This makes it possible for authenticated attackers, with Administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Fix
SQL injection
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Houzez Property Feed