CVE-2026-14483 CRITICAL

CVE-2026-14483: Realtyna Organic IDX plugin + WPL Real Estate <= 5.2.0 - Unauthenticated Arbitrary File Upload via 'files[file]' Parameter via Public I/O 'set_property' Command

Vendor Realtyna
Product Realtyna Organic IDX plugin + WPL Real Estate
Weakness CWE-434 · Unrestricted file upload
Published July 31, 2026
Last update July 31, 2026

CVSS base score

9.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

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

What the vulnerability does

01Description

The Realtyna Organic IDX plugin + WPL Real Estate plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 5.2.0 via the upload function. This is due to missing file type validation in the upload function, combined with a publicly accessible I/O endpoint authenticated solely by static, plugin-seeded API credentials that are identical across all installations. This makes it possible for unauthenticated attackers to upload files that may be executable, which makes remote code execution possible. The WPL I/O service endpoint is registered on the public WordPress init hook with no WordPress capability check, and the required api_key and api_secret values are static defaults seeded by the plugin's own SQL migration files, meaning any unauthenticated attacker who knows these publicly documented defaults can reach and exploit the vulnerable upload path.

Explanation of Vulnerability in Simple Terms

02Summary

The Realtyna Organic IDX plugin and WPL Real Estate allow unauthenticated attackers to upload files of dangerous types without restriction. An attacker can upload executable files such as PHP scripts directly to the site, gaining the ability to run their own code on the server. This vulnerability requires no authentication, user interaction, or special network conditions, making it trivial to exploit remotely.

What an attacker can do

03Attacker Capabilities

Upload and execute arbitrary files (e.g., PHP scripts) on the site without authentication.

Potential impact on your site

04Site Impact

Complete compromise of the site; attacker gains full server access and can steal data, modify content, or use the site for further attacks.

Conditions required to exploit

05Prerequisites

Network access to the site; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 31, 2026 CVE published
July 31, 2026 Record updated

Related vulnerabilities

08Related CVE