Lucene search
+L

174434 matches found

OSV
OSV
added 2026/08/20 6:38 p.m.9 views

GHSA-9FW9-8C49-QCH8 Laravel Backpack CRUD: MyAccountController allows changing the login email without a current-password check

Summary MyAccountController::postAccountInfoForm allows an authenticated user to update the authentication column default: email without verifying their current password. Because email is the account-recovery anchor, this enables account takeover after the attacker's session ends: the new email...

6.5CVSS5.4AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/20 6:36 p.m.18 views

Qinglong has an incomplete fix for CVE-2026-3965: Improper Authentication

Summary The init guard middleware in Qinglong only checks /api/user/init paths but not /open/user/init, which is whitelisted from JWT authentication and rewritten to /api/user/init after the guard has already passed, allowing unauthenticated admin credential reset on initialized instances. Affect...

9.3CVSS7AI score0.00664EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/20 6:35 p.m.14 views

node-opcua missing nonce verification in UserNameIdentityToken authentication

Summary A missing nonce verification in the UserNameIdentityToken authentication handler allows an unauthenticated remote attacker to forge a password token that extracts as an empty string, and to replay captured authentication tokens across sessions. Affected versions: = 2.165.0 Tested version:...

5.6AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/08/20 6:35 p.m.13 views

GHSA-MQ36-523M-X7VV node-opcua missing nonce verification in UserNameIdentityToken authentication

Summary A missing nonce verification in the UserNameIdentityToken authentication handler allows an unauthenticated remote attacker to forge a password token that extracts as an empty string, and to replay captured authentication tokens across sessions. Affected versions: = 2.165.0 Tested version:...

7.7CVSS5.6AI score
SaveExploits0References2
Circl
Circl
added 2026/08/20 6:35 p.m.20 views

CVE-2026-55149

creationtimestamp| type| source ---|---|--- 2026-08-20 18:35:10+00:00| published-proof-of-concept| https://github.com/vouch/vouch-proxy/security/advisories/GHSA-qqff-5854-px68...

4.9AI score
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/20 6:32 p.m.40 views

CVE-2026-19683 Unencrypted Credential Transmission in Omada Gateway Dynamic DNS Authentication in Omada Gateways

A vulnerability exists in the Dynamic DNS DDNS functionality of TP-Link Omada Gateways. During communication with a third-party DDNS service, authentication credentials are transmitted over an unencrypted channel. An attacker who can observe or manipulate traffic between an affected device and th...

6.3CVSS0.0025EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/20 6:32 p.m.129 views

CVE-2026-19586

CVE-2026-19586 is a pre-authentication OS command injection flaw in TP-Link Omada gateways running the OpenVPN Server feature, caused by insufficient validation of client-supplied data during connection establishment. CVSS 9.3 (Critical), network-reachable, no auth required. Exploitation requires...

9.8CVSS6AI score0.05697EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/08/20 6:32 p.m.15 views

CVE-2026-19586 Pre-Authentication OS Command Injection in Omada Gateways on OpenVPN Server in Omada Gateways

A pre-authentication OS command injection vulnerability has been identified in Omada gateways configured to operate as an OpenVPN Server due to insufficient validation of client-supplied data during OpenVPN connection establishment. An unauthenticated remote attacker may provide specially crafted...

9.3CVSS6AI score0.05697EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/08/20 6:32 p.m.22 views

EUVD-2026-63544

A pre-authentication OS command injection vulnerability has been identified in Omada gateways configured to operate as an OpenVPN Server due to insufficient validation of client-supplied data during OpenVPN connection establishment. An unauthenticated remote attacker may provide specially crafted...

9.3CVSS6AI score0.05697EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/08/20 6:32 p.m.51 views

CVE-2026-19586 Pre-Authentication OS Command Injection in Omada Gateways on OpenVPN Server in Omada Gateways

A pre-authentication OS command injection vulnerability has been identified in Omada gateways configured to operate as an OpenVPN Server due to insufficient validation of client-supplied data during OpenVPN connection establishment. An unauthenticated remote attacker may provide specially crafted...

9.3CVSS0.05697EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/08/20 6:31 p.m.18 views

EUVD-2026-63543

An unauthenticated attacker with network access to the captive portal service of an affected device can terminate active captive portal sessions, including forcing logout of specific users or clearing all active sessions. Affected users must re-authenticate to regain access. Successful...

6CVSS5.4AI score0.00196EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/20 6:25 p.m.20 views

EUVD-2026-63539

Frappe is a full-stack web application framework. In version 16.31.0 and earlier, frappe.client.setvalue in frappe/client.py checks a dictionary supplied through the fieldname parameter against forbidden standard and child-table fields before parsing the dictionary into individual field names. An...

7.1CVSS5.4AI score0.0028EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/20 6:16 p.m.21 views

CVE-2026-53424

Authentication Bypass by Capture-replay vulnerability in dropbox samly allows an attacker to authenticate as the subject of a captured SAML assertion by resubmitting it. Samly.Helper.decodeidpauthresp/3 in lib/samly/helper.ex calls esamlsp:validateassertion/2, whose default duplicate detector is ...

9.1CVSS0.00344EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/20 6:03 p.m.19 views

EUVD-2026-63566

An issue was discovered in vsDesk v14.0101. An authenticated attacker with administrative privileges can bypass client-side file validation in the "Import via CSV" component due to a lack of server-side validation. This allows the upload of an arbitrary file, which can lead to Remote Code Executi...

9.4CVSS5.9AI score0.00524EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/20 5:27 p.m.15 views

EEF-CVE-2026-53424 Missing one-time-use enforcement in Samly allows replay of SAML bearer assertions

Summary Authentication Bypass by Capture-replay vulnerability in dropbox samly allows an attacker to authenticate as the subject of a captured SAML assertion by resubmitting it. Samly.Helper.decodeidpauthresp/3 in lib/samly/helper.ex calls esamlsp:validateassertion/2, whose default duplicate...

9.1CVSS5.5AI score0.00344EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/20 5:27 p.m.35 views

CVE-2026-53424 Missing one-time-use enforcement in Samly allows replay of SAML bearer assertions

Authentication Bypass by Capture-replay vulnerability in dropbox samly allows an attacker to authenticate as the subject of a captured SAML assertion by resubmitting it. Samly.Helper.decodeidpauthresp/3 in lib/samly/helper.ex calls esamlsp:validateassertion/2, whose default duplicate detector is ...

9.1CVSS0.00344EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/20 5:27 p.m.18 views

EUVD-2026-63490

Authentication Bypass by Capture-replay vulnerability in dropbox samly allows an attacker to authenticate as the subject of a captured SAML assertion by resubmitting it. Samly.Helper.decodeidpauthresp/3 in lib/samly/helper.ex calls esamlsp:validateassertion/2, whose default duplicate detector is ...

9.1CVSS5.4AI score0.00344EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/20 5:27 p.m.46 views

CVE-2026-53424

CVE-2026-53424 is an authentication bypass by capture-replay in dropbox/samly , a SAML service provider library for Elixir, affecting versions 0.3.0 and later . The root cause is that Samly.Helper.decode_idp_auth_resp/3 calls esaml_sp:validate_assertion/2, whose default duplicate detector is a no...

9.1CVSS5.4AI score0.00344EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/20 5:26 p.m.15 views

EEF-CVE-2026-53425 Missing InResponseTo validation in Samly allows acceptance of unsolicited SAML responses

Summary Insufficient Verification of Data Authenticity vulnerability in dropbox samly allows an attacker to establish an authenticated session using a SAML response the service provider never requested. Samly.SPHandler.validateauthresp/3 in lib/samly/sphandler.ex validates a SAML response for the...

7.6CVSS5.6AI score0.00178EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/20 5:26 p.m.18 views

EUVD-2026-63489

Insufficient Verification of Data Authenticity vulnerability in dropbox samly allows an attacker to establish an authenticated session using a SAML response the service provider never requested. Samly.SPHandler.validateauthresp/3 in lib/samly/sphandler.ex validates a SAML response for the...

7.6CVSS5.5AI score0.00178EPSS
SaveExploits0References2
Rows per page
Query Builder