SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-14483

CRITICAL · CVSS 9.8 EPSS 3.64% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-31 · Last synced 2026-08-30

CyberRota Analysis

AI-Generated

The Realtyna Organic IDX and WPL Real Estate plugins for WordPress are vulnerable to arbitrary file uploads due to inadequate file type validation and the use of static API credentials, allowing unauthenticated attackers to upload potentially executable files. This vulnerability can lead to remote code execution, posing a critical risk to any WordPress sites using these plugins, particularly those running versions up to 5.2.0. WordPress administrators using these plugins should prioritize immediate updates or mitigations to prevent exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-14483
Severity
CRITICAL
CVSS
9.8
EPSS
3.64%
WordPress

Original NVD Description

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.