CVE-2026-12083
Received Received - Intake

Unauthenticated Role Restoration in Admin and Site Enhancements WordPress Plugin

Vulnerability report for CVE-2026-12083, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-06

Last updated on: 2026-07-06

Assigner: WPScan

Description

The Admin and Site Enhancements (ASE) WordPress plugin before 8.8.4, admin-site-enhancements-pro WordPress plugin before 8.8.4 does not perform authentication, authorization, or nonce checks on a role-restoration request handler, allowing unauthenticated attackers to restore a previously demoted administrator account back to the administrator role. This is an incomplete fix of CVE-2024-43333 / CVE-2025-24648, which closed the issue for only one of the demotion paths the WordPress role API exposes.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-06
Last Modified
2026-07-06
Generated
2026-07-06
AI Q&A
2026-07-06
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Compliance Impact

The vulnerability allows unauthenticated attackers to restore administrator privileges without proper authentication or authorization, leading to improper privilege management and broken authentication controls.

Such unauthorized privilege escalation can lead to unauthorized access to sensitive data or administrative functions, which may violate common standards and regulations like GDPR and HIPAA that require strict access controls and protection of personal or sensitive information.

Therefore, this vulnerability could negatively impact compliance with these regulations by exposing systems to unauthorized administrative access and potential data breaches.

Executive Summary

The vulnerability CVE-2026-12083 affects the Admin and Site Enhancements WordPress plugin versions prior to 8.8.4. It occurs because the plugin does not perform authentication, authorization, or nonce checks on a role-restoration request handler.

This flaw allows unauthenticated attackers to restore a previously demoted administrator account back to the administrator role without proper validation.

The issue is a partial fix of earlier vulnerabilities (CVE-2024-43333 and CVE-2025-24648) and can be exploited via a single unauthenticated HTTP request, such as a crafted URL targeting a demoted admin account.

Impact Analysis

This vulnerability can have a severe impact because it allows attackers to regain administrator privileges on a WordPress site without authentication.

An attacker exploiting this flaw can restore admin rights to an account that was previously demoted, potentially leading to full control over the website.

With administrator access, the attacker could modify site content, install malicious plugins, steal sensitive data, or disrupt site operations.

Detection Guidance

This vulnerability can be detected by monitoring for unauthenticated HTTP requests that exploit the role-restoration request handler in the Admin and Site Enhancements WordPress plugin. Specifically, look for requests containing the crafted URL parameter `reset-for` targeting demoted administrator accounts.

A practical detection method is to analyze web server logs for suspicious GET or POST requests with the `reset-for` parameter that could indicate attempts to restore admin privileges without authentication.

Example command to search Apache or Nginx logs for such attempts:

  • grep -i 'reset-for' /var/log/apache2/access.log
  • grep -i 'reset-for' /var/log/nginx/access.log

Additionally, monitoring for unexpected changes in user roles or metadata related to the 'View Admin As Role' feature may help identify exploitation attempts.

Mitigation Strategies

The immediate mitigation step is to update the Admin and Site Enhancements WordPress plugin to version 8.8.4 or later, where this vulnerability has been patched.

Until the update can be applied, restrict access to the vulnerable plugin's endpoints by implementing firewall rules or web application firewall (WAF) rules to block unauthenticated requests containing the `reset-for` parameter.

Also, review and audit administrator accounts to ensure no unauthorized role restorations have occurred.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-12083. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart