Lucene search
+L

508 matches found

Cvelist
Cvelist
added last week34 views

CVE-2026-72833 Grav 1.0.6 through 1.0.11 Privilege Escalation via Scoped API Keys

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.8CVSS0.00261EPSS
SaveExploits0References2
EUVD
EUVD
added last week8 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 last week23 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 last week7 views

CVE-2026-72833

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.5AI score0.00261EPSS
SaveExploits0References3
CVE
CVE
added last week24 views

CVE-2026-72831

The CVE concerns the Grav Flex Objects plugin (through 1.4.6, tested with Grav 2.0.11). The vulnerability resides in FlexApiController::update(), which only enforces general Flex directory permissions and omits the stricter checks enforced by Users and Groups APIs (target/field/super-admin). An a...

8.8CVSS5.2AI score0.00302EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added last week7 views

CVE-2026-72831

The Flex Objects plugin through 1.4.6, tested with Grav 2.0.11 contains an incorrect authorization vulnerability in its Flex Objects API. FlexApiController::update checks only the general Flex directory permission and does not apply the additional target/field/super-admin checks enforced by the...

8.8CVSS5.2AI score0.00302EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added last week31 views

CVE-2026-72829 Grav before 1.0.13 API Key Scope Bypass via UsersController

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

9.8CVSS0.00302EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added last week8 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...

5.3AI score0.00302EPSS
SaveExploits0References3
EUVD
EUVD
added last week10 views

EUVD-2026-58643

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

9.8CVSS5.4AI score0.00302EPSS
SaveExploits0References2
CVE
CVE
added last week22 views

CVE-2026-72829

CVE-2026-72829 affects Grav plugin Grav API API-key scope bypass in UsersController create()/update() for getgrav/grav-plugin-api ≤ 1.0.12. The code enforces scope caps only for api.users.write, but uses a bare isSuperAdmin() check reading access.api.super, bypassing key scopes. This allows an ap...

9.8CVSS5.3AI score0.00302EPSS
SaveExploits0References2
CVE
CVE
added last week19 views

CVE-2026-72828

Grav Plugin API before 1.0.13 (grav-plugin-api) is affected by CVE-2026-72828: InvitationsController fails to enforce API-key scope caps. strip-super and accept-groups checks rely on isSuperAdmin() instead of scope-aware permissions, allowing a least-privilege API key scoped to api.users.write (i...

8.6CVSS5.3AI score0.00272EPSS
SaveExploits0References2
EUVD
EUVD
added last week9 views

EUVD-2026-58642

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.6CVSS5.4AI score0.00272EPSS
SaveExploits0References2
EUVD
EUVD
added last week9 views

EUVD-2026-58638

The Grav API plugin getgrav/grav-plugin-api before 1.0.13 contains an API key scope-cap bypass in PagesController::guardTwigContent. The Twig-toggle check uses a bare isSuperAdmin gate that does not consult apikeyscopes, so a least-privilege API key scoped only to api.pages.write and minted on a...

9.8CVSS6.1AI score0.00467EPSS
SaveExploits0References2
CVE
CVE
added last week20 views

CVE-2026-72825

The CVE affects getgrav/grav-plugin-api prior to 1.0.13. The ReportsController POST /reports/twig-content/allowlist enforces api.config.write then uses a bare isSuperAdmin() check instead of requireSuper(), causing an API key with scoped access to api.config.write minted on a super account to byp...

7.6CVSS5.4AI score0.00199EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added last week7 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.6CVSS5.4AI score0.00199EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added last week9 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.3AI score0.00193EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/14 12:0 a.m.9 views

PT-2026-71998

Name of the Vulnerable Software and Affected Versions Grav API plugin getgrav/grav-plugin-api versions prior to 1.0.13 Description An API-key scope-cap bypass exists in the create and update methods of the UsersController. While these methods enforce scope caps for api.users.write, they rely on a...

9.8CVSS5.3AI score0.00302EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/08/06 7:25 p.m.9 views

Statamic: Account takeover via OAuth email matching without email-verification check

Impact When OAuth login is enabled with a provider that does not guarantee verified email addresses, an unauthenticated attacker could sign in as an existing user — potentially including a super admin — without their password. Exploitation requires OAuth to be explicitly enabled with such a...

8.1CVSS5.4AI score0.00311EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/07/31 6:0 a.m.17 views

EUVD-2026-51434

The ElementsKit Elementor Addons WordPress plugin before 3.10.01 does not sanitize or escape certain megamenu menu-item settings before storing them and outputting them on the front end, and does not require the unfilteredhtml capability to save them, allowing users with administrative capabiliti...

3.5CVSS5.8AI score0.00142EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:42 a.m.9 views

CVE-2026-65897 Grav API Plugin 1.0.9 Privilege Escalation via Invitations groups

Grav API Plugin versions before 1.0.10 fail to validate the groups field in InvitationsController::create, allowing authenticated api.users.write callers to assign invited accounts to groups that grant api.super permissions. Attackers can create invitation records with elevated group membership,...

8.8CVSS5.3AI score0.00361EPSS
SaveExploits0References4
Rows per page
Query Builder