Lucene search
+L

214 matches found

Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/26 12:00 a.m.•3 views

CVE-2026-80203: Incorrect Authorization

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.8AI score0.00512EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2026/08/26 12:00 a.m.•18 views

PT-2026-82077

Name of the Vulnerable Software and Affected Versions getgrav/grav-plugin-api versions prior to 1.0.18 Description The getgrav/grav-plugin-api plugin fails to enforce API-key scope within the requireNotSuperTarget function located in UsersController.php across seven sensitive user-management...

9.8CVSS5.7AI score0.00512EPSS
SaveExploits0References5
Snyk
Snyk
•added 2026/08/19 4:44 p.m.•12 views

Server-side Request Forgery (SSRF)

Overview getgrav/grav is a Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS. Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the WebhookController.php and WebhookDispatcher.php processes. An attacker can access internal resources,...

9.9CVSS5.9AI score0.0045EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/18 7:08 p.m.•7 views

CVE-2026-71322 Lemur: Missing authorization check on POST /certificates/<id>/export for plugins with requires_key = False

Lemur manages TLS certificate creation. Prior to 1.9.3, CertificateExport placed its CertificatePermission ownership check inside the plugin.requireskey branch for POST /api/1/certificates//export. A plugin declaring requireskey false bypassed that check, and the handler still passed...

4.3CVSS5.6AI score
SaveExploits0References5
NVD
NVD
•added 2026/08/18 12:19 p.m.•9 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.00298EPSS
SaveExploits0References2
NVD
NVD
•added 2026/08/18 12:19 p.m.•15 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.00308EPSS
SaveExploits0References2
NVD
NVD
•added 2026/08/18 12:19 p.m.•15 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.00219EPSS
SaveExploits0References2
NVD
NVD
•added 2026/08/18 12:19 p.m.•9 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.00469EPSS
SaveExploits0References2
NVD
NVD
•added 2026/08/18 12:19 p.m.•8 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.00394EPSS
SaveExploits0References2
NVD
NVD
•added 2026/08/18 12:19 p.m.•9 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.00407EPSS
SaveExploits0References2
attackerkb
attackerkb
•added 2026/08/18 11:19 a.m.•39 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...

5.4AI score0.00469EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/18 11:19 a.m.•10 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.00469EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/18 11:19 a.m.•10 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.00308EPSS
SaveExploits0References2
CVE
CVE
•added 2026/08/18 11:19 a.m.•46 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.00308EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/08/18 11:19 a.m.•11 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.1CVSS5.5AI score0.00394EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/18 11:19 a.m.•12 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.00394EPSS
SaveExploits0References2
attackerkb
attackerkb
•added 2026/08/18 11:19 a.m.•40 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...

5.6AI score0.00394EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/18 11:19 a.m.•30 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.00394EPSS
SaveExploits0References2
CVE
CVE
•added 2026/08/18 11:19 a.m.•37 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.00394EPSS
SaveExploits0References2
attackerkb
attackerkb
•added 2026/08/18 11:19 a.m.•43 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...

5.5AI score0.00407EPSS
SaveExploits0References3
Rows per page
Query Builder