๐Ÿ” CVE Alert

CVE-2026-13357

MEDIUM 4.9

Houzez Property Feed <= 2.5.46 - Authenticated (Administrator+) SQL Injection via 'orderby' Parameter

CVSS Score
4.9
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-89
Vendor propertyhive
Product houzez property feed
Published Jul 2, 2026
Stay Ahead of the Next One

Get instant alerts for propertyhive houzez property feed

Be the first to know when new medium vulnerabilities affecting propertyhive houzez property feed are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

propertyhive / Houzez Property Feed
0 โ‰ค 2.5.46

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/7669f1d3-450c-4c17-aa1e-44ddda194727?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/houzez-property-feed/tags/2.5.46/includes/class-houzez-property-feed-admin-logs-export-table.php#L219 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/houzez-property-feed/tags/2.5.46/includes/class-houzez-property-feed-admin-logs-export-table.php#L205 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/houzez-property-feed/tags/2.5.46/includes/class-houzez-property-feed-admin.php#L587 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/houzez-property-feed/tags/2.5.46/includes/class-houzez-property-feed-admin.php#L138 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3592406%40houzez-property-feed&new=3592406%40houzez-property-feed&sfp_email=&sfph_mail=

Credits

PRISM