---
id: CVE-2026-80203
title: >-
  The getgrav/grav-plugin-api plugin before 1.0.18 does not enforce API-key
  scope in the requireNotSuperTarget() function in UsersController.php across
  seven sensitive user-management endpoints
summary: >-
  The getgrav/grav-plugin-api plugin before 1.0.18 does not enforce API-key
  scope in the requireNotSuperTarget() function in UsersController.php across
  seven sensitive user-management endpoints. The check uses isSuperAdmin() on
  the acting …
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-863
published: '2026-08-26'
updated: '2026-08-28'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-80203'
references:
  - url: 'https://github.com/getgrav/grav/security/advisories/GHSA-94q7-vrqr-cx5v'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/grav-before-1.0.18-authentication-bypass-via-scoped-api-key
    label: disclosure@vulncheck.com
tags:
  - nvd
epss: 0.00512
epssPercentile: 0.41064
ingestedAt: '2026-08-29T21:42:34.520Z'
---

## Overview

The getgrav/grav-plugin-api plugin before 1.0.18 does not enforce API-key scope in the requireNotSuperTarget() function in UsersController.php across seven sensitive user-management endpoints. The check uses isSuperAdmin() on the acting account rather than verifying whether the specific API key carries super authority (via isSuperWithinScope()). As a result, an API key scoped below full super authority but belonging to a super-admin account can act against other super-admin accounts—disabling their 2FA, deleting their avatar, minting new API keys under their identity, or deleting their existing API keys.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
