Lucene search
+L

46 matches found

EUVD
EUVD
added 2026/08/26 10:28 a.m.5 views

EUVD-2026-66394

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 carri...

9.8CVSS
SaveExploits0References2
NVD
NVD
added 2026/08/18 12:19 p.m.5 views

CVE-2026-75832

The Grav API plugin getgrav/grav-plugin-api, bundled with Grav 2.0 before version 1.0.14 fixed in 1.0.15 contains a missing authorization vulnerability in BlueprintPathResolver::resolveUserScope. The method gates the users/ scope on the account's raw super-admin ACL flag access.api.super instead ...

9.3CVSS0.00222EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/18 12:19 p.m.8 views

CVE-2026-75835

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...

9.3CVSS0.00224EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/18 11:19 a.m.6 views

CVE-2026-75835 Grav API Plugin before 1.0.14 Missing Authorization

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...

9.3CVSS5.3AI score0.00224EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/18 11:19 a.m.19 views

CVE-2026-75835 Grav API Plugin before 1.0.14 Missing Authorization

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...

9.3CVSS0.00224EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/18 11:19 a.m.13 views

CVE-2026-75832

The Grav API plugin getgrav/grav-plugin-api, bundled with Grav 2.0 before version 1.0.14 fixed in 1.0.15 contains a missing authorization vulnerability in BlueprintPathResolver::resolveUserScope. The method gates the users/ scope on the account's raw super-admin ACL flag access.api.super instead ...

5.5AI score0.00222EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 11:19 a.m.25 views

CVE-2026-75832

The Grav API plugin (getgrav/grav-plugin-api, bundled with Grav 2.0) before version 1.0.14 contains a missing authorization flaw in BlueprintPathResolver::resolveUserScope() . The method checks the account's raw super-admin ACL flag (access.api.super) instead of validating the presented API key's...

9.3CVSS5.5AI score0.00222EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/18 11:19 a.m.21 views

CVE-2026-75832 Grav API Plugin before 1.0.14 Authorization Bypass

The Grav API plugin getgrav/grav-plugin-api, bundled with Grav 2.0 before version 1.0.14 fixed in 1.0.15 contains a missing authorization vulnerability in BlueprintPathResolver::resolveUserScope. The method gates the users/ scope on the account's raw super-admin ACL flag access.api.super instead ...

9.3CVSS0.00222EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/18 11:19 a.m.8 views

EUVD-2026-60596

The Grav API plugin getgrav/grav-plugin-api, bundled with Grav 2.0 before version 1.0.14 fixed in 1.0.15 contains a missing authorization vulnerability in BlueprintPathResolver::resolveUserScope. The method gates the users/ scope on the account's raw super-admin ACL flag access.api.super instead ...

9.3CVSS5.5AI score0.00222EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/18 12:00 a.m.10 views

PT-2026-76932

The Grav API plugin getgrav/grav-plugin-api, bundled with Grav 2.0 before version 1.0.14 fixed in 1.0.15 contains a missing authorization vulnerability in BlueprintPathResolver::resolveUserScope. The method gates the users/ scope on the account's raw super-admin ACL flag access.api.super instead ...

9.3CVSS5.5AI score0.00222EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/14 12:16 p.m.7 views

CVE-2026-72829

The Grav API plugin getgrav/grav-plugin-api before 1.0.13 contains an API-key scope-cap bypass in UsersController's create and update methods. These methods enforce the scope cap only for api.users.write, but gate super-privilege grants on a bare isSuperAdmin check that reads access.api.super...

8.8CVSS0.00261EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/14 12:16 p.m.6 views

CVE-2026-72830

Grav API plugin versions before 1.0.13 fail to enforce API key scope caps in ConfigController super-scope gates, allowing scoped keys to write scheduler configuration. The scope cap is applied only inside requirePermission, while the scheduler and backups gates use a bare isSuperAdmin check that...

8.8CVSS0.00942EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/14 12:16 p.m.4 views

CVE-2026-72828

Grav Plugin API getgrav/grav-plugin-api before 1.0.13 fails to enforce API-key scope caps in InvitationsController. The strip-super and accept-groups decisions are gated on a bare isSuperAdmin check rather than a scope-aware permission check, so a least-privilege API key scoped to api.users.write...

8.6CVSS0.00272EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/14 12:16 p.m.7 views

CVE-2026-72825

The getgrav/grav-plugin-api plugin before 1.0.13 contains an API-key scope cap bypass in the POST /reports/twig-content/allowlist endpoint ReportsController. The endpoint enforces requirePermission'api.config.write' followed by a bare isSuperAdmin check instead of requireSuper. Because isSuperAdm...

7.6CVSS0.00199EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/14 12:16 p.m.6 views

CVE-2026-72822

The getgrav/grav-plugin-api Composer package before 1.0.13 affected = 1.0.12 fails to enforce API key scope caps on the disable2fa endpoint. Unlike the sibling generate2fa endpoint, disable2fa authorizes the admin non-self path solely via ACL reads isSuperAdmin/hasPermission and never invokes...

8.8CVSS0.00299EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/14 12:16 p.m.10 views

CVE-2026-72823

The Grav API plugin getgrav/grav-plugin-api before 1.0.13 contains an API-key scope cap bypass in DemoController. Its private requireSuper method checks isSuperAdmin and returns early before invoking requirePermission, so the apikeyscopes cap enforced only in requirePermission is skipped. As a...

5.4CVSS0.00193EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/14 11:35 a.m.10 views

EUVD-2026-58647

The Grav API plugin getgrav/grav-plugin-api versions = 1.0.6 and = 1.0.11 contain a privilege escalation vulnerability. A scoped API key minted on a super-admin account bypasses its declared scope cap on four isSuperAdmin-gated write endpoints in GroupsController, AccountsConfigController,...

8.8CVSS5.6AI score0.00261EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/14 11:35 a.m.24 views

CVE-2026-72833

The Grav API plugin (getgrav/grav-plugin-api) versions 1.0.6–1.0.11 contain a privilege-escalation vulnerability. A scoped API key minted on a super-admin account bypasses the scope cap on four isSuperAdmin()-gated write endpoints (GroupsController, AccountsConfigController, PreferencesController...

8.8CVSS5.5AI score0.00261EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/14 11:35 a.m.10 views

CVE-2026-72830

Grav API plugin versions before 1.0.13 fail to enforce API key scope caps in ConfigController super-scope gates, allowing scoped keys to write scheduler configuration. Attackers with a scoped api.config.write key can inject arbitrary commands into scheduler.customjobs that execute via Symfony...

6AI score0.00942EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/14 11:35 a.m.39 views

CVE-2026-72830

Grav API plugin before 1.0.13 is vulnerable to a ConfigController scope bypass that enables scoped api.config.write keys to modify scheduler configuration. This allows injection of arbitrary commands into scheduler.custom_jobs which can execute via Symfony Process, leading to remote code executio...

9.8CVSS6AI score0.00942EPSS
SaveExploits0References2
Rows per page
Query Builder