Lucene search
+L

2181 matches found

Github Security Blog
Github Security Blog
•added 2026/09/02 2:50 p.m.•6 views

Grav: Authenticated ReDoS via regex_replace in Twig Sandbox

Summary The regexreplace filter and function are allowlisted in Grav's Twig content sandbox. When Twig processing in page content is enabled security.twigcontent.processenabled: true, authenticated page editors can supply a catastrophically backtracking PCRE pattern, causing unbounded CPU...

6CVSS5.7AI score0.00381EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
•added 2026/09/02 2:50 p.m.•19 views

EUVD-2026-62542

Grav: Authenticated ReDoS via regexreplace in Twig Sandbox...

6CVSS5.9AI score0.00381EPSS
SaveExploits0References4
Exploit DB
Exploit DB
•added 2026/09/01 12:00 a.m.•18 views

Grav CMS 2.0.7 - RCE

!/usr/bin/env python3 Exploit Title: Grav CMS 2.0.7 - Remote Code Execution Date: 2026-07-27 Exploit Author: zer0dayf Vendor Homepage: https://getgrav.org/ Software Link: https://github.com/getgrav/grav Version: Grav CMS 2.0.7 Tested on: Ubuntu 22.04 / PHP 8.2 CVE : CVE-2026-65008 """...

9.8CVSS5.8AI score0.0249EPSS
SaveExploits2
EUVD
EUVD
•added 2026/08/31 9:31 p.m.•13 views

EUVD-2026-66395

The Grav API plugin getgrav/grav-plugin-api before 1.0.18 does not apply the API-key scope cap in the injectSecurityTab function of BlueprintController when deciding whether a page's security/permissions blueprint section is editable. Because the function performs raw isSuperAdmin/hasPermission...

9.3CVSS5.3AI score0.00242EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/29 12:30 a.m.•17 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.00512EPSS
SaveExploits0References3
NVD
NVD
•added 2026/08/26 11:16 a.m.•13 views

CVE-2026-80204

The Grav API plugin getgrav/grav-plugin-api before 1.0.18 does not apply the API-key scope cap in the injectSecurityTab function of BlueprintController when deciding whether a page's security/permissions blueprint section is editable. Because the function performs raw isSuperAdmin/hasPermission...

9.3CVSS0.00242EPSS
SaveExploits0References2
NVD
NVD
•added 2026/08/26 11:16 a.m.•16 views

CVE-2026-80203

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.8CVSS0.00512EPSS
SaveExploits0References2
CVE
CVE
•added 2026/08/26 10:28 a.m.•28 views

CVE-2026-80204

CVE-2026-80204 affects the Grav API plugin (getgrav/grav-plugin-api) before 1.0.18 . The root cause lies in the injectSecurityTab() function of BlueprintController, which performs raw isSuperAdmin()/hasPermission() checks without a request parameter, preventing enforcement of scopeAllows(). As a ...

9.3CVSS5.3AI score0.00242EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/26 10:28 a.m.•47 views

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

The Grav API plugin getgrav/grav-plugin-api before 1.0.18 does not apply the API-key scope cap in the injectSecurityTab function of BlueprintController when deciding whether a page's security/permissions blueprint section is editable. Because the function performs raw isSuperAdmin/hasPermission...

9.3CVSS0.00242EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/08/26 10:28 a.m.•11 views

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

The Grav API plugin getgrav/grav-plugin-api before 1.0.18 does not apply the API-key scope cap in the injectSecurityTab function of BlueprintController when deciding whether a page's security/permissions blueprint section is editable. Because the function performs raw isSuperAdmin/hasPermission...

9.3CVSS5.3AI score0.00242EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/08/26 10:28 a.m.•12 views

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

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.9AI score0.00512EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/26 10:28 a.m.•52 views

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

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.8CVSS0.00512EPSS
SaveExploits0References2
CVE
CVE
•added 2026/08/26 10:28 a.m.•49 views

CVE-2026-80203

The getgrav/grav-plugin-api plugin before 1.0.18 contains an authentication bypass in the requireNotSuperTarget() function within UsersControllers.php, affecting seven sensitive user-management endpoints. The root cause is that the scope check calls isSuperAdmin() on the acting account rather tha...

9.8CVSS5.3AI score0.00512EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2026/08/26 12:00 a.m.•24 views

PT-2026-82078

Name of the Vulnerable Software and Affected Versions Grav API plugin getgrav/grav-plugin-api versions prior to 1.0.18 Description The injectSecurityTab function within the BlueprintController fails to apply the API-key scope cap when determining if a page's security or permissions blueprint...

9.3CVSS5.6AI score0.00242EPSS
SaveExploits0References5
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/26 12:00 a.m.•1 views

CVE-2026-80204: Incorrect Authorization

The Grav API plugin getgrav/grav-plugin-api before 1.0.18 does not apply the API-key scope cap in the injectSecurityTab function of BlueprintController when deciding whether a page's security/permissions blueprint section is editable. Because the function performs raw isSuperAdmin/hasPermission...

9.3CVSS5.8AI score0.00242EPSS
SaveExploits0References2
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/25 4:51 a.m.•13 views

Directory Traversal

Overview getgrav/grav is a Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS. Affected versions of this package are vulnerable to Directory Traversal via the deleteFile function in the MediaUploadTrait process. An attacker can delete arbitrary files outside the intended...

8.1CVSS6.3AI score0.009EPSS
SaveExploits0References2
Snyk
Snyk
•added 2026/08/25 4:51 a.m.•11 views

Symlink Attack

Overview getgrav/grav is a Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS. Affected versions of this package are vulnerable to Symlink Attack via the createLockFile function. An attacker can overwrite arbitrary files by pre-creating symbolic links at predictable lock...

8.6CVSS6AI score0.00196EPSS
SaveExploits0References2
Snyk
Snyk
•added 2026/08/25 4:50 a.m.•13 views

Timing Attack

Overview getgrav/grav is a Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS. Affected versions of this package are vulnerable to Timing Attack via the verifyNonce function. An attacker can recover valid nonce values by measuring response timing differences through multip...

6.3CVSS5.9AI score0.00282EPSS
SaveExploits0References2
Rows per page
Query Builder