Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Network-reachable import/AJAX path exploitable by a subscriber (PR:L) with no user interaction and low complexity; file-upload-to-RCE yields high C/I/A on the same host (S:U).
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Realtyna Organic IDX plugin for WordPress is vulnerable to Arbitrary File Upload in versions up to, and including, 5.3.0. This is due to missing file extension and content validation in the saveLiveImages() function combined with an insufficient authorization check on the get_keys() AJAX handler and a missing authentication check on the REST API import endpoint. This makes it possible for authenticated attackers, with subscriber-level access and above, to upload arbitrary files on the affected site's server which may make remote code execution possible.
Articles & Coverage 1
AnalysisAI
Arbitrary file upload in the Realtyna Organic IDX (WPL Real Estate) plugin for WordPress affects all versions up to and including 5.3.0, allowing authenticated attackers with subscriber-level access to write attacker-controlled files to the server and potentially achieve remote code execution. The flaw chains missing extension/content validation in saveLiveImages() with a weak authorization check on the get_keys() AJAX handler and a missing authentication check on the REST API import endpoint. Reported by Wordfence and scored CVSS 8.8; there is no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
The affected component is a WordPress plugin (cpe:2.3:a:realtyna:realtyna_organic_idx_plugin_+_wpl_real_estate) used to import and display real-estate MLS/IDX property listings. The root cause is CWE-434 (Unrestricted Upload of File with Dangerous Type): the saveLiveImages() image-handling routine (idx_property_mapper.php) accepts remote/imported files without validating the file extension or MIME/content type, so a PHP or other executable file can be written into the site's webroot. This is reachable because the get_keys() AJAX handler (wpl_ajax.php) performs an insufficient authorization check and the REST import endpoint (api/init.php) lacks an authentication check, exposing the import/upload path to low-privileged accounts. Because WordPress serves plugin upload directories over HTTP, a written PHP file can typically be requested directly to execute code in the web server context.
RemediationAI
No vendor-released patch version was included in the provided data, so treat a fixed release (expected above 5.3.0) as unconfirmed and consult the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/4a64f840-8570-4f98-8b72-27bee1607fc2?source=cve and the Realtyna plugin changelog for the exact patched version before updating. Until a confirmed fix is applied, reduce exposure by disabling open user registration or setting the default role so untrusted users cannot obtain subscriber accounts (trade-off: blocks legitimate self-service signups), and use a WAF or web-server rules to block requests to the plugin's AJAX handler (wpl_ajax.php get_keys action) and the plugin REST import endpoint from untrusted sources (trade-off: may break legitimate IDX imports). Additionally, configure the web server to deny PHP execution within the plugin/uploads image directories used by saveLiveImages() (trade-off: none for images, high value against RCE), and if the plugin is not actively serving live listings, deactivate it entirely.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-51405
GHSA-2982-9p75-vfp8