Lucene search
+L

122 matches found

EUVD
EUVD
added 2026/08/26 10:28 a.m.7 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.8CVSS5.3AI score0.00387EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/25 1:30 a.m.31 views

CVE-2026-72700 Grav before 3.9.1 Timing Attack via Non-Constant-Time Token Comparison

The getgrav/grav-plugin-login Composer plugin before 3.9.1 used by Grav compares password reset and account activation tokens using a non-constant-time === string comparison instead of hashequals in classes/Controller.php taskReset and login.php activation handler. Because the token-submission...

8.7CVSS0.00255EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/25 1:30 a.m.12 views

CVE-2026-72700

The getgrav/grav-plugin-login Composer plugin (used by Grav CMS ) before version 3.9.1 compares password reset and account activation tokens using a non-constant-time === string comparison instead of hash_equals() in classes/Controller.php (taskReset()) and login.php (activation handler). Because...

8.7CVSS5.3AI score0.00255EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/25 1:30 a.m.7 views

EUVD-2026-65214

The getgrav/grav-plugin-login Composer plugin before 3.9.1 used by Grav compares password reset and account activation tokens using a non-constant-time === string comparison instead of hashequals in classes/Controller.php taskReset and login.php activation handler. Because the token-submission...

8.7CVSS5.3AI score0.00255EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/19 3:49 p.m.6 views

CVE-2026-62671 CSRF in grav-plugin-login: anonymous attacker rotates a logged-in user's 2FA (TOTP) secret (no nonce on task=login.regenerate2FASecret)

Grav Login Plugin adds login, basic ACL, and session wide messages to Grav. Prior to 3.8.11, the Grav Login plugin login.regenerate2FASecret task accepts a top-level GET request through the TaskServiceProvider task: URI parameter without requiring a login-form nonce, an Origin check, or a Referer...

5.4CVSS5.4AI score
SaveExploits0References5
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
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.5 views

CVE-2026-75836

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

8.8CVSS0.00322EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/18 12:19 p.m.6 views

CVE-2026-75833

The Grav API plugin getgrav/grav-plugin-api, bundled with Grav 2.0's admin-next/API stack before version 1.0.14 contains an open redirect weakness in SsoController::sanitizeReturnTo. The function rejects a literal '//' prefix but does not account for browsers normalizing backslashes to slashes in...

8.6CVSS0.00194EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/18 12:19 p.m.4 views

CVE-2026-75830

grav-plugin-api getgrav/grav-plugin-api versions = 1.0.0-beta.10 and = 1.0.14 contain a path traversal vulnerability in the PagesController::batchCopy method. An incomplete fix for GHSA-qjq4-jp55-4mx2 left the user-controlled 'suffix' parameter via POST /api/v1/pages/batch unvalidated. An...

7.1CVSS0.00279EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/18 12:19 p.m.5 views

CVE-2026-75829

grav-plugin-api versions before 1.0.15 fail to validate Twig content in the translate endpoint, allowing attackers with api.pages.write permission to persist pages with process.twig enabled. Attackers can submit crafted header and content parameters to execute server-side template injection...

8.6CVSS0.00289EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/18 11:19 a.m.7 views

EUVD-2026-60600

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

8.8CVSS5.5AI score0.00322EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/18 11:19 a.m.15 views

CVE-2026-75835

The Grav API plugin (getgrav/grav-plugin-api) before 1.0.14 has a missing authorization flaw in userPassesAuthorize() (AbstractApiController.php): it checks the account's raw super-admin flag and ACL grants instead of the calling request's API key scopes. An authenticated attacker with a scoped A...

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

EUVD-2026-60599

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.4AI score0.00224EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/18 11:19 a.m.9 views

EUVD-2026-60594

grav-plugin-api getgrav/grav-plugin-api versions = 1.0.0-beta.10 and = 1.0.14 contain a path traversal vulnerability in the PagesController::batchCopy method. An incomplete fix for GHSA-qjq4-jp55-4mx2 left the user-controlled 'suffix' parameter via POST /api/v1/pages/batch unvalidated. An...

7.1CVSS5.6AI score0.00279EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/18 11:19 a.m.20 views

CVE-2026-75830 grav-plugin-api before 1.0.15 Path Traversal via batchCopy

grav-plugin-api getgrav/grav-plugin-api versions = 1.0.0-beta.10 and = 1.0.14 contain a path traversal vulnerability in the PagesController::batchCopy method. An incomplete fix for GHSA-qjq4-jp55-4mx2 left the user-controlled 'suffix' parameter via POST /api/v1/pages/batch unvalidated. An...

7.1CVSS0.00279EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/18 11:19 a.m.22 views

CVE-2026-75830

grav-plugin-api (getgrav/grav-plugin-api) versions 1.0.0-beta.10 through 1.0.14 contain a path traversal vulnerability in the PagesController::batchCopy() method. An incomplete fix for a prior advisory (GHSA-qjq4-jp55-4mx2) left the user-controlled suffix parameter in POST /api/v1/pages/batch unv...

7.1CVSS5.5AI score0.00279EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/18 11:19 a.m.21 views

CVE-2026-75829

The grav-plugin-api plugin (versions before 1.0.15) does not validate Twig content submitted to the translate() endpoint. An authenticated attacker with api.pages.write permission can persist pages with process.twig enabled and inject crafted header/content parameters, resulting in server-side te...

8.6CVSS5.5AI score0.00289EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/18 11:19 a.m.9 views

EUVD-2026-60593

grav-plugin-api versions before 1.0.15 fail to validate Twig content in the translate endpoint, allowing attackers with api.pages.write permission to persist pages with process.twig enabled. Attackers can submit crafted header and content parameters to execute server-side template injection...

8.6CVSS5.6AI score0.00289EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/18 11:19 a.m.23 views

CVE-2026-75829 grav-plugin-api before 1.0.15 Twig SSTI via translate endpoint

grav-plugin-api versions before 1.0.15 fail to validate Twig content in the translate endpoint, allowing attackers with api.pages.write permission to persist pages with process.twig enabled. Attackers can submit crafted header and content parameters to execute server-side template injection...

8.6CVSS0.00289EPSS
SaveExploits0References2
Rows per page
Query Builder