---
id: CVE-2026-75836
title: >-
  The Grav API plugin (getgrav/grav-plugin-api, bundled with Grav's
  admin-next/API stack) before 1.0.14 fails to enforce the authorize requirement
  in MenubarController::executeAction()
summary: >-
  The Grav API plugin (getgrav/grav-plugin-api, bundled with Grav's
  admin-next/API stack) before 1.0.14 fails to enforce the authorize requirement
  in MenubarController::executeAction(). While the GET /menubar/items listing
  endpoint correct…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
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-75836'
references:
  - url: 'https://github.com/getgrav/grav/security/advisories/GHSA-8mjx-xjfv-9c88'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/grav-api-plugin-before-missing-authorization-2
    label: disclosure@vulncheck.com
  - url: 'https://github.com/getgrav/grav/security/advisories/GHSA-8mjx-xjfv-9c88'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00469
epssPercentile: 0.37911
ingestedAt: '2026-09-08T21:11:12.280Z'
---

## Overview

The Grav API plugin (getgrav/grav-plugin-api, bundled with Grav's admin-next/API stack) before 1.0.14 fails to enforce the authorize requirement in MenubarController::executeAction(). While the GET /menubar/items listing endpoint correctly filters menubar items via userPassesAuthorize(), the POST /api/v1/menubar/actions/{plugin}/{action} endpoint only checks the baseline api.access permission and never evaluates the authorize field a plugin registered for that action. Any authenticated caller with api.access can therefore invoke a privileged menubar action directly, bypassing the intended authorization. No plugin bundled with core Grav currently registers a privileged authorize handler, so on a stock install the impact is latent; the flaw affects any first- or third-party plugin relying on the documented authorize semantics.

## Remediation

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