Lucene search
+L

2815 matches found

Positive Technologies
Positive Technologies
•added 2026/08/20 12:00 a.m.•25 views

PT-2026-78929

Name of the Vulnerable Software and Affected Versions n8n versions prior to 2.34.1 Description A credential validation bypass exists in the MCP create workflow from code tool when the authentication type is configured as an expression. An attacker possessing a valid MCP Bearer API key and a targe...

5.3CVSS5.4AI score0.00345EPSS
SaveExploits0References7
NVD
NVD
•added 2026/08/19 10:17 p.m.•14 views

CVE-2026-76405

In Splunk On-Call VictorOps app versions below 1.0.43 on Splunkbase, a user who does not hold the "admin" or "power" Splunk roles could read a partially masked Application Programming Interface API key from the App Key Value Store KV Store. The exposure is possible because the Splunk On-Call...

4.3CVSS0.00188EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/08/19 9:35 p.m.•42 views

CVE-2026-76405 Information Disclosure through Cleartext Storage in the App Key Value Store in the Splunk On-Call (VictorOps) app

In Splunk On-Call VictorOps app versions below 1.0.43 on Splunkbase, a user who does not hold the "admin" or "power" Splunk roles could read a partially masked Application Programming Interface API key from the App Key Value Store KV Store. The exposure is possible because the Splunk On-Call...

4.3CVSS0.00188EPSS
SaveExploits0References1
CVE
CVE
•added 2026/08/19 9:35 p.m.•31 views

CVE-2026-76405

Splunk On-Call (VictorOps) app versions below 1.0.43 on Splunkbase contain an information disclosure flaw in the App Key Value Store (KV Store) . The root cause is that the app does not fully mask the API key before storing it in a KV Store collection accessible to users without the admin or powe...

4.3CVSS5.3AI score0.00188EPSS
SaveExploits0References1Affected Software1
NVD
NVD
•added 2026/08/19 4:18 p.m.•11 views

CVE-2026-64852

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.8, the Grav API plugin intercepts the apiKeyGenerate and apiKeyRevoke admin tasks in user/plugins/api/api.php and authorizes the caller with only admin.login. A basic panel user c...

8.7CVSS0.00414EPSS
SaveExploits0References3
NVD
NVD
•added 2026/08/19 4:18 p.m.•12 views

CVE-2026-62666

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.6, Grav API plugin UsersController::createApiKey, generate2fa, and disable2fa omit the accessGrantsSuper target check used by sibling user mutation endpoints. A non-super account...

8.8CVSS0.00635EPSS
SaveExploits0References3
NVD
NVD
•added 2026/08/19 4:18 p.m.•15 views

CVE-2026-62667

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.6, the Grav API plugin ApiKeyManager::generateKey stores a declared scopes array, but ApiKeyAuthenticator::authenticate does not read keyDatascopes and returns the owning user's...

8.1CVSS0.00413EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/19 4:00 p.m.•41 views

CVE-2026-64852 Grav API Plugin: Missing authorization on API-key generate/revoke lets any admin.login user forge keys for any account

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.8, the Grav API plugin intercepts the apiKeyGenerate and apiKeyRevoke admin tasks in user/plugins/api/api.php and authorizes the caller with only admin.login. A basic panel user c...

8.7CVSS0.00414EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/19 4:00 p.m.•38 views

CVE-2026-64852

In Grav API Plugin before 1.0.8, the apiKeyGenerate/apiKeyRevoke tasks in user/plugins/api/api.php authorize callers with only admin.login, allowing a basic panel user to forge API keys for any other account and inherit its permissions (including api.super). Fixed in version 1.0.8; no in-the-wild...

8.7CVSS5.4AI score0.00414EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/19 4:00 p.m.•13 views

EUVD-2026-62550

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.8, the Grav API plugin intercepts the apiKeyGenerate and apiKeyRevoke admin tasks in user/plugins/api/api.php and authorizes the caller with only admin.login. A basic panel user c...

8.7CVSS5.4AI score0.00414EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
•added 2026/08/19 4:00 p.m.•12 views

CVE-2026-64852 Grav API Plugin: Missing authorization on API-key generate/revoke lets any admin.login user forge keys for any account

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.8, the Grav API plugin intercepts the apiKeyGenerate and apiKeyRevoke admin tasks in user/plugins/api/api.php and authorizes the caller with only admin.login. A basic panel user c...

8.7CVSS5.4AI score0.00414EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/19 4:00 p.m.•15 views

CVE-2026-64852 Grav API Plugin: Missing authorization on API-key generate/revoke lets any admin.login user forge keys for any account

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.8, the Grav API plugin intercepts the apiKeyGenerate and apiKeyRevoke admin tasks in user/plugins/api/api.php and authorizes the caller with only admin.login. A basic panel user c...

8.7CVSS5.4AI score0.00367EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/19 3:43 p.m.•12 views

CVE-2026-62667 Grav API Plugin : API Key 'scopes' Never Enforced - Delegated Least-Privilege Keys Carry Full User ACL

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.6, the Grav API plugin ApiKeyManager::generateKey stores a declared scopes array, but ApiKeyAuthenticator::authenticate does not read keyDatascopes and returns the owning user's...

8.1CVSS5.4AI score0.00386EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2026/08/19 3:43 p.m.•11 views

CVE-2026-62667 Grav API Plugin : API Key 'scopes' Never Enforced - Delegated Least-Privilege Keys Carry Full User ACL

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.6, the Grav API plugin ApiKeyManager::generateKey stores a declared scopes array, but ApiKeyAuthenticator::authenticate does not read keyDatascopes and returns the owning user's...

8.1CVSS5.3AI score0.00413EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/19 3:43 p.m.•41 views

CVE-2026-62667 Grav API Plugin : API Key 'scopes' Never Enforced - Delegated Least-Privilege Keys Carry Full User ACL

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.6, the Grav API plugin ApiKeyManager::generateKey stores a declared scopes array, but ApiKeyAuthenticator::authenticate does not read keyDatascopes and returns the owning user's...

8.1CVSS0.00413EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/19 3:36 p.m.•36 views

CVE-2026-62666

Grav API Plugin (a RESTful API for Grav CMS) prior to 1.0.6 contains a privilege escalation flaw. The UsersController methods createApiKey(), generate2fa(), and disable2fa() omit the accessGrantsSuper() target check that sibling user mutation endpoints enforce. A non-super account holding api.use...

8.8CVSS5.4AI score0.00635EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/19 3:36 p.m.•23 views

EUVD-2026-62539

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.6, Grav API plugin UsersController::createApiKey, generate2fa, and disable2fa omit the accessGrantsSuper target check used by sibling user mutation endpoints. A non-super account...

8.8CVSS5.4AI score0.00635EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/19 3:36 p.m.•15 views

CVE-2026-62666 Grav API Plugin: non-super api.users.write manager -> super-admin via createApiKey (incomplete fix of CVE-2026-59190); + 2FA strip of super

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.6, Grav API plugin UsersController::createApiKey, generate2fa, and disable2fa omit the accessGrantsSuper target check used by sibling user mutation endpoints. A non-super account...

8.8CVSS5.5AI score0.00442EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/19 3:36 p.m.•38 views

CVE-2026-62666 Grav API Plugin: non-super api.users.write manager -> super-admin via createApiKey (incomplete fix of CVE-2026-59190); + 2FA strip of super

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.6, Grav API plugin UsersController::createApiKey, generate2fa, and disable2fa omit the accessGrantsSuper target check used by sibling user mutation endpoints. A non-super account...

8.8CVSS0.00635EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/19 8:44 a.m.•11 views

BIT-KIBANA-2026-72632 Observable Discrepancy in Kibana Fleet Leading to Disclosure of Elastic Agent Elasticsearch API Keys

Observable Discrepancy CWE-203 in Kibana Fleet can lead to information disclosure via Excavation CAPEC-116. Fleet removes the Elasticsearch API key value of an enrolled Elastic Agent from the responses of its agent listing capability, but that capability accepted caller-supplied filter expression...

7.1CVSS5.4AI score0.00347EPSS
SaveExploits0References2
Rows per page
Query Builder