CVE-2026-47366: Admin Privilege Escalation in ACP – CVSS 7.2 HIGH
An administrator using the Administration Control Panel (ACP) can assign permissions that exceed what their own account is authorized to hold, bypassing the system's permission hierarchy. This allows a compromised or malicious admin to escalate their own privileges beyond their intended scope without requiring additional account takeover or technical exploitation.
Source data · NVD / CISA · public domain
- CVSS
- 3.0 · 7.2 HIGH · CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-284
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-12 / 2026-06-17
NVD description (verbatim)
Improper verification of access permissions when modifying permissions through the Administration Control Panel (ACP) allowed an authenticated administrator to grant permissions beyond the level authorized for their account, resulting in privilege escalation within the administrative interface.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-47366 stems from improper validation of access control permissions in the ACP. When an authenticated administrator attempts to modify permissions—either their own or those of other accounts—the system fails to verify that the target permissions do not exceed the requestor's authorization level. This represents a classic privilege escalation flaw under CWE-284 (Improper Access Control). The vulnerability requires administrative credentials to exploit but does not require user interaction and operates over the network, making it a systematic risk in environments where admin accounts exist or can be compromised.
Business impact
A single compromised or disgruntled administrator can unilaterally elevate their own privileges to near-total system control without detection through normal audit logs, which may only record the permission change itself. This breaks the principle of least privilege and eliminates a critical segregation-of-duties control. Organizations relying on role-based access controls to limit admin scope—such as read-only admins, domain-specific admins, or auditors—face the risk that those boundaries are meaningless. Downstream impact includes unauthorized data access, system modification, or compliance violations if privileged actions are attributed to a lower-privileged account.
Affected systems
The vulnerability affects the Administration Control Panel (ACP) component. No specific product names or versions are identified in the published advisory. Organizations should consult the vendor advisory to determine which products, versions, and deployment configurations contain this flaw. This may affect multiple products or editions if they share the same ACP codebase.
Exploitability
Exploitability is straightforward for any authenticated administrator. An attacker with valid admin credentials—obtained through compromise, insider threat, or credential theft—can navigate the ACP UI to modify permissions without special tools or user interaction. The attack surface is limited to authenticated administrators, but in environments with multiple admins, shared accounts, or service accounts with admin roles, the risk is amplified. The CVSS vector (PR:H) correctly reflects that high-level privileges are required, but once obtained, the escalation is trivial.
Remediation
Apply the vendor-supplied security patch that implements proper validation of permission assignments. The patch should enforce that an administrator cannot grant permissions equal to or greater than their own effective authorization level. Organizations should verify patch availability and applicability to their specific ACP deployment. Until patching, implement compensating controls: restrict admin panel access to a small, audited group; enable detailed logging and monitoring of permission changes; and conduct privilege audits to detect unauthorized elevation.
Patch guidance
Contact your ACP vendor for the latest security patch. Test patches in a non-production environment before deployment. After patching, conduct a privilege audit to identify any unauthorized permission escalations that may have occurred prior to remediation. Verify that the patched system now rejects permission-elevation attempts by administrators attempting to exceed their own authorization level.
Detection guidance
Monitor ACP logs for permission modification events, especially those initiated by administrator accounts. Flag instances where an admin modifies their own permissions or those of highly privileged accounts. Implement alerting on any permission change that grants capabilities not already present in the initiating admin's profile. Cross-reference permission audit logs with user access logs to identify privilege elevation that may not have been immediately visible in real-time monitoring.
Why prioritize this
This vulnerability scores HIGH (CVSS 7.2) due to the combination of high confidentiality, integrity, and availability impact, coupled with network-accessible exploitation by authenticated administrators. Although it requires valid admin credentials, the ease of exploitation and the severity of impact—undetected privilege escalation within the administrative layer—warrant rapid remediation in any environment where admin account compromise is a plausible threat model. Organizations with strict segregation of administrative duties or compliance requirements around least privilege should prioritize this above vulnerabilities requiring user interaction or greater technical sophistication.
Risk score, explained
The CVSS 3.0 score of 7.2 (HIGH) is calculated from the vector CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H. Network accessibility (AV:N) and low attack complexity (AC:L) reflect that any authenticated admin can exploit this over the network without special conditions. The high privilege requirement (PR:H) appropriately gates the attack to administrators, but the complete impact on confidentiality, integrity, and availability (C:H/I:H/A:H) reflects that an escalated admin can read, modify, and disrupt the system. The unchanged scope (S:U) indicates the impact is confined to the affected application, not the broader system or other applications.
Frequently asked questions
Can an attacker with no admin access exploit this?
No. The vulnerability requires an authenticated administrator account. However, if an attacker compromises a low-privileged admin account (e.g., a read-only admin or auditor), they can escalate themselves to full admin rights, making this particularly dangerous in environments with role-based admin tiers.
Will patching remove permissions I've already escalated through this flaw?
The patch fixes the validation mechanism going forward. It does not automatically revoke permissions granted prior to patching. Organizations should audit and manually remediate any unauthorized privilege escalations discovered before or after patching to restore the intended access hierarchy.
What if we don't use the Administration Control Panel?
This vulnerability is specific to the ACP component. Confirm with your vendor whether your deployment includes or depends on the ACP. Some organizations may use alternative administration interfaces; verify your specific configuration.
Is this vulnerability being actively exploited?
As of the publication date, this vulnerability is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, which tracks vulnerabilities with confirmed active exploitation. However, the ease of exploitation means it should be treated as high priority for patching regardless of active exploit reports.
This analysis is based on the vulnerability description and CVSS vector published as of the modification date. No specific affected product versions or patch numbers are identified in the public advisory; consult your vendor's security bulletin for patch availability and applicability. Active exploitation status may change; refer to CISA KEV for the current threat landscape. This analysis does not constitute a comprehensive risk assessment for your environment and should be combined with your organization's asset inventory, threat model, and compliance obligations. Source: NVD (public-domain), retrieved 2026-07-20. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2025-22426HIGHAndroid ComputerEngine URI Escalation Privilege Vulnerability
- CVE-2025-46315HIGHmacOS Tahoe Permissions Flaw Enables Unauthorized Data Access
- CVE-2026-11179HIGHChrome ORB Site Isolation Bypass (CVSS 8.8)
- CVE-2026-11344HIGHUnrestricted File Upload in code-projects Vehicle Management System 1.0
- CVE-2026-11474HIGHUnrestricted File Upload in Kushan2k Student Management System
- CVE-2026-32995HIGHRocket.Chat DDP Authentication Bypass Exposes All Private Messages
- CVE-2026-35277HIGHOracle REST Data Services Authorization Bypass
- CVE-2026-36720HIGHBookcars v8.3 Privilege Escalation Vulnerability (CVSS 8.1 HIGH)