admin user-management endpoints has an access control flaw
Anchor CMS lets any logged-in low-privilege user create an administrator account or change an existing administrator's password. That can give the attacker full administrative access to the site.
- Severity
- HighCVSS 3.1 · 8.8
- Fix
- Not confirmedLast checked today
- Affected versions
- through 0.12.7
- Weakness
- CWE-862Missing Authorization
- Exploit likelihood
- 0.29% in 30 daysEPSS, higher than 21% of known flaws
- Affects
- Anchor CMS
- Exploited
- Not confirmedNo confirmation recorded
- CISA SSVC
- No known exploitationAutomatable: no · Technical impact: total
- EU ID
- EUVD-2026-75572ENISA vulnerability database
How it works
- The attacker must first have a valid Anchor CMS account, such as an editor or user account.
- They send requests to the site's user-management routes.
- Anchor CMS checks that they are logged in but does not confirm administrator privileges.
- These routes can create administrator accounts or change another user's password.
What to do
Check the installed Anchor CMS version and compare it with the VulnCheck advisory. Versions through 0.12.7 are in scope.
Technical details
Affected software: Anchor CMSPHP package by anchorcms
CVE-2026-88959 affects Anchor CMS's administrative user-management routes. They require authentication but do not require an administrator role, and account creation or editing assigns administrator privileges.
Severity breakdown
- Attack vector Network Requires network access to the vulnerable service
- Attack complexity Low Low complexity under the assessed conditions
- Privileges required Low Attacker needs a basic user account
- User interaction None No victim action needed
- Scope Unchanged Impact stays within the same security authority
- Confidentiality impact High Sensitive data can be exposed with serious impact
- Integrity impact High Protected data can be changed with serious impact
- Availability impact High The service can stop or suffer serious disruption
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H Open in FIRST.org calculatorReferences
- github.com · anchor-cms vendor advisory product
- vulncheck.com · anchor-cms-through-0.12.7-privilege-escalation-via-missing-authorization-on-admin-user-management-endpoints third party advisory technical description third-party-advisory NVD
- gist.github.com · 57931237f774b78333f8fe47e84ec4aa vendor advisory third-party-advisory NVD
- cve.org · CVERecord vdb entry
- tenable.com · CVE-2026-88959 third party advisory vdb entry
- cvefeed.io · CVE-2026-88959 third party advisory vdb entry
- cveawg.mitre.org · CVE-2026-88959
- github.com · users.php (0.12.7) technical-description NVD