Lucene search
+L

173564 matches found

NVD
NVD
added 2026/08/19 4:18 p.m.9 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.00426EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/19 4:18 p.m.9 views

CVE-2026-62669

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 checks only that the pending-session user exists rather than requiring $user-authorized. After submitting a victim's correct password, an attacker can...

7.4CVSS0.00386EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/19 4:17 p.m.8 views

CVE-2026-46343

Wazuh is a free and open source platform used for threat prevention, detection, and response. From 4.0.0 until 4.14.6 and 5.0.0-beta2, WazuhCommon.endreceivingfile in framework/wazuh/core/cluster/common.py allows a cluster-authenticated node to delete files outside WAZUHPATH. A syniwme request wi...

7.5CVSS0.00264EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/19 4:15 p.m.38 views

CVE-2026-44255

Wazuh (open-source threat prevention, detection, and response platform) is vulnerable to username enumeration via a timing side-channel in AuthenticationManager.check_user() within framework/wazuh/rbac/orm.py. The function performs an expensive bcrypt hash check only when the supplied username ex...

5.3CVSS5.4AI score0.00439EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/19 4:15 p.m.36 views

CVE-2026-44255 Wazuh: Username Enumeration via Timing Side-Channel

Wazuh is a free and open source platform used for threat prevention, detection, and response. From 4.0.0 until 4.14.6 and 5.0.0-beta2, AuthenticationManager.checkuser in framework/wazuh/rbac/orm.py performs checkpasswordhash only when the supplied username exists. A nonexistent username returns...

5.3CVSS0.00439EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/19 4:15 p.m.14 views

CVE-2026-44255 Wazuh: Username Enumeration via Timing Side-Channel

Wazuh is a free and open source platform used for threat prevention, detection, and response. From 4.0.0 until 4.14.6 and 5.0.0-beta2, AuthenticationManager.checkuser in framework/wazuh/rbac/orm.py performs checkpasswordhash only when the supplied username exists. A nonexistent username returns...

5.3CVSS5.6AI score
SaveExploits0References7
CVE
CVE
added 2026/08/19 4:07 p.m.34 views

CVE-2026-46343

In Wazuh versions 4.0.0 through 4.14.5 and 5.0.0-beta1, the end_receiving_file() method in framework/wazuh/core/cluster/common.py passes an attacker-controlled filename to os.path.join without canonicalization or path confinement. A cluster-authenticated node can send a syn_i_w_m_e request with a...

7.5CVSS5.3AI score0.00264EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/19 4:07 p.m.8 views

EUVD-2026-62553

Wazuh is a free and open source platform used for threat prevention, detection, and response. From 4.0.0 until 4.14.6 and 5.0.0-beta2, WazuhCommon.endreceivingfile in framework/wazuh/core/cluster/common.py allows a cluster-authenticated node to delete files outside WAZUHPATH. A syniwme request wi...

7.5CVSS5.3AI score0.00264EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/19 4:04 p.m.33 views

CVE-2026-44252

Wazuh Manager (versions 4.0.0 through 4.14.5) contains an RBAC bypass that enables privilege escalation from a low-privilege read-only API user to full administrative control. The root cause is twofold: the cluster Fernet key is exposed via GET /manager/configuration?raw=true to any user with man...

7.7CVSS5.4AI score0.00314EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/19 3:49 p.m.10 views

EUVD-2026-62544

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.3AI score0.00136EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/19 3:44 p.m.6 views

MINI-QVPR-M62V-FRX4

Bulletin has no description...

4.3CVSS4.8AI score0.00223EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 3:43 p.m.10 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
CVE
CVE
added 2026/08/19 3:43 p.m.22 views

CVE-2026-62667

CVE-2026-62667 affects the Grav API Plugin (a RESTful API for Grav CMS) prior to version 1.0.6 . The root cause is an authorization bypass : ApiKeyManager::generateKey() stores a declared scopes array, but ApiKeyAuthenticator::authenticate() never reads or enforces it, returning the owning user's...

8.1CVSS5.3AI score0.00294EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/19 3:40 p.m.9 views

CVE-2026-62669 Grav Login Plugin: 2FA Bypass via 'login.regenerate2FASecret' - Secret Rotation During Pending Challenge

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 checks only that the pending-session user exists rather than requiring $user-authorized. After submitting a victim's correct password, an attacker can...

7.4CVSS5.4AI score0.00453EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/19 3:40 p.m.28 views

CVE-2026-62669

Grav Login Plugin (for Grav CMS) prior to 3.8.11 contains a two-factor authentication bypass in the login.regenerate2FASecret task. The root cause is an insufficient authorization check: the task verifies only that the pending-session user exists rather than requiring $user->authorized. An att...

7.4CVSS5.3AI score0.00386EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/19 3:36 p.m.12 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
NVD
NVD
added 2026/08/19 3:18 p.m.13 views

CVE-2026-71960

Cudy WR3000 2.0 running firmware before 2.5.24 contains a hard-coded JWT HMAC signing secret vulnerability in the Mosquitto MQTT broker's authentication plugin that allows unauthenticated attackers to forge valid JWT tokens by extracting the secret from the firmware image. Attackers can use the...

9.3CVSS0.00544EPSS
SaveExploits1References2
NVD
NVD
added 2026/08/19 3:17 p.m.9 views

CVE-2026-50149

Contour is a Kubernetes ingress controller using Envoy proxy. In versions 1.23.0 through 1.33.4, when an HTTPProxy is configured with incompatible combination of both .spec.virtualhost.tls.enableFallbackCertificate: true and .spec.virtualhost.jwtProviders, Contour does not reject the configuratio...

6.5CVSS0.00147EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/19 3:17 p.m.6 views

DEBIAN-CVE-2026-49283

The SimpleSAMLphp SAML2 library is a PHP library for SAML2 related functionality. Prior to versions 4.19.3, 4.20.2, 5.0.6, and 6.2.1, the HTTPArtifact::receive flow can treat an unsigned embedded SAML Response as cryptographically valid for the wrong identity provider. SOAPClient::addSSLValidator...

8.7CVSS5.8AI score0.00344EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/19 3:17 p.m.7 views

CVE-2026-45273

MyBooks is an ebook management web server also known as Talebook. In 3.41.2 and earlier, the AdminSettings.post handler for POST /api/admin/settings in webserver/handlers/admin.py applies the auth decorator but does not check the self.adminuser property, unlike the corresponding GET handler. Any...

8.7CVSS0.00408EPSS
SaveExploits0References3
Rows per page
Query Builder