CVE-2026-13357
Last modified
CVE-2026-13357 is a medium-severity vulnerability rated 4.9/10 on the CVSS scale. 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. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| propertyhive | Houzez Property Feed | <= 2.5.46 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-13357?
How severe is CVE-2026-13357?
How do I fix CVE-2026-13357?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-1335An Out-Of-Bounds Write vulnerability affecting the EPRT file…7.8
- CVE-2026-13350Permissions where checked incorrectly during room creation, …2.3
- CVE-2026-13351Zephyr's IPv6 network stack can be prevented from receiving …7.5
- CVE-2026-13352The Paid Membership Plugin, Ecommerce, User Registration For…8.8
- CVE-2026-13353The WP Ultimate CSV Importer – WordPress Import & Export for…8.8
- CVE-2026-13356A malicious webpage could interrupt a pending navigation by …6.3
- CVE-2026-13358The Appointment Booking Calendar — Simply Schedule Appointme…6.5
- CVE-2026-13359The Contact Form to DB by BestWebSoft – Messages Database Pl…7.2
- CVE-2026-1336The AI ChatBot with ChatGPT and Content Generator by AYS plu…5.3
- CVE-2026-13360The Cookie Banner for GDPR / CCPA – WPLP Cookie Consent plug…7.2
- CVE-2026-13361IBM Informix oninit sq_sgkprepare RCE via unchecked SQL Inte…8.8
- CVE-2026-13362The SendPulse Email Marketing Newsletter plugin for WordPres…6.4
Are you affected by CVE-2026-13357?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
