CVE-2026-13357

medium

Description

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.

References

https://www.wordfence.com/threat-intel/vulnerabilities/id/7669f1d3-450c-4c17-aa1e-44ddda194727?source=cve

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=

https://plugins.trac.wordpress.org/browser/houzez-property-feed/tags/2.5.46/includes/class-houzez-property-feed-admin.php#L587

https://plugins.trac.wordpress.org/browser/houzez-property-feed/tags/2.5.46/includes/class-houzez-property-feed-admin.php#L138

https://plugins.trac.wordpress.org/browser/houzez-property-feed/tags/2.5.46/includes/class-houzez-property-feed-admin-logs-export-table.php#L219

https://plugins.trac.wordpress.org/browser/houzez-property-feed/tags/2.5.46/includes/class-houzez-property-feed-admin-logs-export-table.php#L205

Details

Source: Mitre, NVD

Published: 2026-07-02

Updated: 2026-07-02

Risk Information

CVSS v2

Base Score: 6.1

Vector: CVSS2#AV:N/AC:L/Au:M/C:C/I:N/A:N

Severity: Medium

CVSS v3

Base Score: 4.9

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N

Severity: Medium

EPSS

EPSS: 0.00288