Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-80203— Grav before 1.0.18 Authentication Bypass via Scoped API Key

Quick assessment

Affected
getgrav grav
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

getgrav/grav-plugin-api 插件在 1.0.18 版本之前,在 UsersController.php 的 requireNotSuperTarget() 函数中,未针对七个敏感的用户管理端点强制实施 API 密钥的范围限制。该检查逻辑使用的是当前操作账户的 isSuperAdmin() 方法,而非验证特定 API 密钥是否具备超级管理员权限(通过 isSuperWithinScope() 进行校验)。因此,一个作用范围低于完整超级管理员权限但归属于超级管理员账户的 API 密钥,可能对其他超级

CVSS 9.8 · Critical

Affected Version Matrix 2

VendorProduct Version RangeStatus
getgrav grav < 1.0.18 affected
1.0.18 unaffected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-80203

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Grav before 1.0.18 Authentication Bypass via Scoped API Key
Source: CVE Program / CVE List V5
Vulnerability Description
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.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Source: CVE Program / CVE List V5
Vulnerability Type
授权机制不正确
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
getgrav grav 0 ~ 1.0.18 -

II. Public POCs for CVE-2026-80203

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-80203

登录查看更多情报信息。

Other References for CVE-2026-80203 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-80203

No comments yet


Leave a comment