← Back to browse · API

CVE-2026-14483

Severity
CRITICAL
CVSS
9.8
EPSS
0.02186
Risk score
39.97
CISA KEV
No
PoC
Yes
Published
2026-07-31
Modified
2026-07-31
First seen
2026-08-05
Aliases
EUVD-2026-51404, GHSA-CFR3-GGCX-JJF3
Products
Unknown:Realtyna Organic IDX plugin + WPL Real Estate 0 ≤5.2.0
Sources
nvd CVE-2026-14483
github 84d540e1bc25b280a5d1d1eb|CVE-2026-14483
packetstorm 15348727d398821f70ba02ee|CVE-2026-14483
euvd EUVD-2026-51404
github 3f2105360a67966a49daaceb|CVE-2026-14483

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.

References