Lucene search
+L

287 matches found

Kitploit
Kitploit
added 2026/09/11 4:17 p.m.4 views

CVE-2024-11680_PoC_Exploit

Exploit PoC CVE-2024-11680 Este repositorio contiene un exploit de Prueba de Concepto PoC para CVE-2024-11680, una vulnerabilidad crítica en ProjectSend r1605 y versiones anteriores. El exploit aprovecha una falla de autenticación incorrecta debida a problemas de mala configuración de privilegios...

9.8CVSS8.4AI score0.91697EPSS
SaveExploits4
NVD
NVD
added 2026/09/11 2:17 p.m.3 views

CVE-2026-89298

A flaw was found in the Dynamic Client Registration service of Keycloak, an open-source identity and access management solution. The issue occurs when a user with the view-clients role accesses the client registration endpoint to retrieve client details. Due to a failure to mask sensitive...

4.9CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 1:25 p.m.18 views

CVE-2026-89298 Keycloak-services: keycloak-services: confidential client secret disclosed to view-clients role via client registration get

A flaw was found in the Dynamic Client Registration service of Keycloak, an open-source identity and access management solution. The issue occurs when a user with the view-clients role accesses the client registration endpoint to retrieve client details. Due to a failure to mask sensitive...

4.9CVSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 1:25 p.m.7 views

EUVD-2026-76104

A flaw was found in the Dynamic Client Registration service of Keycloak, an open-source identity and access management solution. The issue occurs when a user with the view-clients role accesses the client registration endpoint to retrieve client details. Due to a failure to mask sensitive...

4.9CVSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 1:25 p.m.7 views

CVE-2026-89298

A flaw in Keycloak 's Dynamic Client Registration service allows a user with the view-clients role to retrieve a client's confidential secret in cleartext via the client registration GET endpoint. The root cause is a failure to mask sensitive information when returning client details. A read-only...

4.9CVSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/11 1:25 p.m.5 views

CVE-2026-89298

A flaw was found in the Dynamic Client Registration service of Keycloak, an open-source identity and access management solution. The issue occurs when a user with the view-clients role accesses the client registration endpoint to retrieve client details. Due to a failure to mask sensitive...

4.9CVSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/10 7:30 p.m.5 views

CVE-2025-12028

1 Inicie un servidor HTTP simple para alojar la página de prueba de concepto root@kitploit: mkdir -p /tmp/attacker && cd /tmp/attacker php -S 127.0.0.1:8000 2 Cree un archivo /tmp/attacker/poc.html con el siguiente contenido root@kitploit: document.getElementById'x'.submit;...

8.8CVSS5.8AI score0.00198EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/09/10 3:11 p.m.8 views

n8n: Unauthenticated Persistent Storage Exhaustion via OAuth Dynamic Client Registration Endpoint

Impact The OAuth Dynamic Client Registration endpoints validated field sizes only for redirecturis, leaving clientname and granttypes bounded by presence checks alone. An unauthenticated remote caller could submit arbitrarily large values in either field and have them persisted to the database...

8.7CVSS0.00291EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2026/09/08 10:19 p.m.7 views

CVE-2026-86075

n8n is an open source workflow automation platform. Prior to 2.37.7 and 2.38.2, the OAuth Dynamic Client Registration endpoint bounded redirecturis but accepted arbitrarily large clientname and granttypes values. An unauthenticated remote caller could repeatedly persist oversized values in...

8.7CVSS0.00291EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/08 9:29 p.m.29 views

CVE-2026-86075 n8n: Unauthenticated Persistent Storage Exhaustion via OAuth Dynamic Client Registration Endpoint

n8n is an open source workflow automation platform. Prior to 2.37.7 and 2.38.2, the OAuth Dynamic Client Registration endpoint bounded redirecturis but accepted arbitrarily large clientname and granttypes values. An unauthenticated remote caller could repeatedly persist oversized values in...

8.7CVSS0.00291EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/07 11:16 p.m.4 views

CVE-2026-82758

Improper Authentication vulnerability in ash-project ashauthenticationoauth2server allows an unauthenticated attacker to register OAuth clients even when Dynamic Client Registration is gated by an initial access token. resolvesecret/3 in AshAuthentication.Oauth2Server reached through resolvesecre...

6.3CVSS0.00382EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/07 10:32 p.m.7 views

EUVD-2026-72540

Improper Authentication vulnerability in ash-project ashauthenticationoauth2server allows an unauthenticated attacker to register OAuth clients even when Dynamic Client Registration is gated by an initial access token. resolvesecret/3 in AshAuthentication.Oauth2Server reached through resolvesecre...

6.3CVSS5.9AI score0.00382EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/07 10:32 p.m.13 views

CVE-2026-82758

ash_authentication_oauth2_server (ash-project, Elixir) has an Improper Authentication flaw in resolve_secret/3: any secret-provider return other than {:ok, _} or :error was treated as valid, wrapping nil, false, or "" as {:ok, value}. When the initial_access_token resolves to such an empty value,...

6.3CVSS0.00382EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/07 10:32 p.m.5 views

CVE-2026-82758 ash_authentication_oauth2_server treats an empty resolved secret as valid, opening the gated Dynamic Client Registration endpoint

Improper Authentication vulnerability in ash-project ashauthenticationoauth2server allows an unauthenticated attacker to register OAuth clients even when Dynamic Client Registration is gated by an initial access token. resolvesecret/3 in AshAuthentication.Oauth2Server reached through resolvesecre...

6.3CVSS0.00382EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/07 10:32 p.m.3 views

EEF-CVE-2026-82758 ash_authentication_oauth2_server treats an empty resolved secret as valid, opening the gated Dynamic Client Registration endpoint

Summary Improper Authentication vulnerability in ash-project ashauthenticationoauth2server allows an unauthenticated attacker to register OAuth clients even when Dynamic Client Registration is gated by an initial access token. resolvesecret/3 in AshAuthentication.Oauth2Server reached through...

6.3CVSS5.9AI score0.00382EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/07 10:32 p.m.29 views

CVE-2026-82758 ash_authentication_oauth2_server treats an empty resolved secret as valid, opening the gated Dynamic Client Registration endpoint

Improper Authentication vulnerability in ash-project ashauthenticationoauth2server allows an unauthenticated attacker to register OAuth clients even when Dynamic Client Registration is gated by an initial access token. resolvesecret/3 in AshAuthentication.Oauth2Server reached through resolvesecre...

6.3CVSS0.00382EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/31 2:37 p.m.9 views

BIT-KEYCLOAK-2026-18570 Keycloak-services: keycloak-services: full-scope-disabled client policy validation bypass via omitted fullscopeallowed

A flaw was found in the full-scope-disabled client-policy executor within the keycloak-services component. This component is responsible for enforcing security policies during client registration and configuration in Red Hat Build of Keycloak. The issue occurs because the executor only validates...

5.4CVSS5.8AI score0.00141EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/27 11:39 a.m.8 views

CVE-2026-61466

A flaw was found in Apache CXF. The OAuth2 Dynamic Client Registration endpoint in Apache CXF does not properly validate the scope value provided during client registration. This oversight allows a malicious client to assign itself privileged access scopes, potentially leading to unauthorized...

9.1CVSS5.3AI score0.00424EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/27 10:16 a.m.12 views

CVE-2026-59354

In versions of Spring Security's OAuth2 Authorization Server module 7.0.0 through 7.0.4, when Dynamic Client Registration is explicitly enabled, the registration endpoint performs insufficient validation of certain client metadata fields supplied by the registering client. An attacker who possess...

9.6CVSS0.00457EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/27 6:33 a.m.9 views

EUVD-2026-66977

In versions of Spring Security's OAuth2 Authorization Server module 7.0.0 through 7.0.4, when Dynamic Client Registration is explicitly enabled, the registration endpoint performs insufficient validation of certain client metadata fields supplied by the registering client. An attacker who possess...

9.6CVSS5.2AI score0.00457EPSS
SaveExploits0References2
Rows per page
Query Builder