---
id: CVE-2026-75835
title: >-
  Grav API plugin (getgrav/grav-plugin-api) before 1.0.14 contains a missing
  authorization vulnerability in userPassesAuthorize()
  (AbstractApiController.php)
summary: >-
  Grav API plugin (getgrav/grav-plugin-api) before 1.0.14 contains a missing
  authorization vulnerability in userPassesAuthorize()
  (AbstractApiController.php). The function fails to consult the calling
  request's API key scopes, relying inst…
severity: medium
cvss: 4.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-862
published: '2026-08-18'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T20:32:39.347'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-75835'
references:
  - url: 'https://github.com/getgrav/grav/security/advisories/GHSA-p57v-xhv3-mf2w'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/grav-api-plugin-before-missing-authorization
    label: disclosure@vulncheck.com
  - url: 'https://github.com/getgrav/grav/security/advisories/GHSA-p57v-xhv3-mf2w'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00224
epssPercentile: 0.13325
ingestedAt: '2026-09-08T21:11:12.280Z'
---

## Overview

Grav API plugin (getgrav/grav-plugin-api) before 1.0.14 contains a missing authorization vulnerability in userPassesAuthorize() (AbstractApiController.php). The function fails to consult the calling request's API key scopes, relying instead on the account's raw super-admin flag and ACL grants. As a result, an authenticated attacker holding a scoped API key minted on a privileged account can bypass their declared scope restrictions to access authorize-gated UI metadata and item definitions (sidebar/menubar/widget items and users-list columns/row-actions/filter-tabs) that their key scope should deny, resulting in information disclosure.

## Remediation

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