Lucene search
+L

1908516 matches found

Vulnrichment
Vulnrichment
added 2026/08/26 3:45 p.m.3 views

CVE-2026-81036 Stalwart Mail Server through 0.16.19 Authorization Code Disclosure via Unvalidated OAuth redirect_uri

Stalwart Mail Server does not compare an OAuth redirect target against any registered destination in its default configuration. The validation routine in crates/http/src/auth/oauth/registration.rs returns success immediately when the client-authentication requirement is disabled, and that...

8.5CVSS5.9AI score0.00308EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/26 3:45 p.m.8 views

EUVD-2026-66609

Automatisch reveals whether an address is registered through the response to its forgot-password request. The controller at packages/backend/src/controllers/internal/api/v1/users/forgot-password.js looks the address up and chains a not-found throw onto the query, so an address with no account...

6.9CVSS5.3AI score0.00284EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/26 3:45 p.m.23 views

CVE-2026-81032

NebulaGraph (graph database) through 3.8.0 ships an unauthenticated HTTP service (src/webservice/WebService.cpp) that binds to all interfaces by default and exposes routes for reading and writing its gflags runtime configuration. Because the service carries no authentication, token check, or addr...

9.8CVSS5.4AI score0.0029EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/26 3:45 p.m.4 views

CVE-2026-81033 Automatisch through 0.15.0 User Enumeration via Forgot-Password Response Discrepancy

Automatisch reveals whether an address is registered through the response to its forgot-password request. The controller at packages/backend/src/controllers/internal/api/v1/users/forgot-password.js looks the address up and chains a not-found throw onto the query, so an address with no account...

6.9CVSS5.8AI score0.00284EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 3:45 p.m.4 views

CVE-2026-81033 Automatisch through 0.15.0 User Enumeration via Forgot-Password Response Discrepancy

Automatisch reveals whether an address is registered through the response to its forgot-password request. The controller at packages/backend/src/controllers/internal/api/v1/users/forgot-password.js looks the address up and chains a not-found throw onto the query, so an address with no account...

6.9CVSS5.6AI score
SaveExploits0References6
OSV
OSV
added 2026/08/26 3:45 p.m.5 views

CVE-2026-81032 NebulaGraph through 3.8.0 Unauthenticated Read and Modification of Runtime Configuration

NebulaGraph exposes its runtime configuration over an unauthenticated HTTP service. Each daemon starts the web service defined in src/webservice/WebService.cpp, whose bind address defaults to all interfaces, and registers routes for reading and writing gflags alongside status and statistics...

9.3CVSS5.6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/26 3:45 p.m.34 views

CVE-2026-81032 NebulaGraph through 3.8.0 Unauthenticated Read and Modification of Runtime Configuration

NebulaGraph exposes its runtime configuration over an unauthenticated HTTP service. Each daemon starts the web service defined in src/webservice/WebService.cpp, whose bind address defaults to all interfaces, and registers routes for reading and writing gflags alongside status and statistics...

9.8CVSS0.0029EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/26 3:45 p.m.6 views

CVE-2026-81032 NebulaGraph through 3.8.0 Unauthenticated Read and Modification of Runtime Configuration

NebulaGraph exposes its runtime configuration over an unauthenticated HTTP service. Each daemon starts the web service defined in src/webservice/WebService.cpp, whose bind address defaults to all interfaces, and registers routes for reading and writing gflags alongside status and statistics...

9.8CVSS5.4AI score0.0029EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/26 3:45 p.m.13 views

CVE-2026-81033

Automatisch (through v0.15.0 ) exposes a user enumeration vulnerability through its forgot-password endpoint. The controller at packages/backend/src/controllers/internal/api/v1/users/forgot-password.js returns a not-found status for unregistered addresses but a no-content status for registered on...

6.9CVSS5.3AI score0.00284EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/26 3:45 p.m.7 views

EUVD-2026-66608

NebulaGraph exposes its runtime configuration over an unauthenticated HTTP service. Each daemon starts the web service defined in src/webservice/WebService.cpp, whose bind address defaults to all interfaces, and registers routes for reading and writing gflags alongside status and statistics...

9.8CVSS5.4AI score0.0029EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/26 3:45 p.m.35 views

CVE-2026-81033 Automatisch through 0.15.0 User Enumeration via Forgot-Password Response Discrepancy

Automatisch reveals whether an address is registered through the response to its forgot-password request. The controller at packages/backend/src/controllers/internal/api/v1/users/forgot-password.js looks the address up and chains a not-found throw onto the query, so an address with no account...

6.9CVSS0.00284EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/26 3:44 p.m.5 views

CVE-2026-81027 one-api through 0.6.10 Missing Authorization on URL-Parameter Channel Pinning

one-api gates one of its two channel-pinning paths and not the other. middleware/auth.go permits a request to name a specific channel either through a suffix on the API key or through a URL path parameter. The suffix path is reached only after model.IsAdmin succeeds and otherwise rejects the...

8.5CVSS5.4AI score0.00286EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/26 3:44 p.m.13 views

CVE-2026-81027

one-api (through version 0.6.10 ) contains an authorization bypass in its channel-pinning logic in middleware/auth.go. The software offers two ways to pin a request to a specific upstream channel: a suffix on the API key and a URL path parameter (channelid). Only the suffix path is gated behind a...

8.5CVSS5.4AI score0.00286EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 3:44 p.m.9 views

CVE-2026-81027 one-api through 0.6.10 Missing Authorization on URL-Parameter Channel Pinning

one-api gates one of its two channel-pinning paths and not the other. middleware/auth.go permits a request to name a specific channel either through a suffix on the API key or through a URL path parameter. The suffix path is reached only after model.IsAdmin succeeds and otherwise rejects the...

8.4CVSS5.7AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/26 3:44 p.m.32 views

CVE-2026-81027 one-api through 0.6.10 Missing Authorization on URL-Parameter Channel Pinning

one-api gates one of its two channel-pinning paths and not the other. middleware/auth.go permits a request to name a specific channel either through a suffix on the API key or through a URL path parameter. The suffix path is reached only after model.IsAdmin succeeds and otherwise rejects the...

8.5CVSS0.00286EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/26 3:44 p.m.6 views

EUVD-2026-66603

one-api gates one of its two channel-pinning paths and not the other. middleware/auth.go permits a request to name a specific channel either through a suffix on the API key or through a URL path parameter. The suffix path is reached only after model.IsAdmin succeeds and otherwise rejects the...

8.5CVSS5.4AI score0.00286EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/26 3:44 p.m.22 views

CVE-2026-80428

ILIAS (e-learning platform) is vulnerable to unauthenticated PHP object injection via its Shibboleth back-channel endpoint (shib_logout.php). The endpoint's logout-notification handler deserialises all live session rows without restricting constructable classes, and runs in a context exempt from ...

9.8CVSS6.1AI score0.00517EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/26 3:44 p.m.3 views

CVE-2026-80428 ILIAS before 9.22, 10.10 and 11.3 Unauthenticated PHP Object Injection via Shibboleth Logout Endpoint

ILIAS deserialises stored session data for an unauthenticated caller. The Shibboleth back-channel endpoint at components/ILIAS/AuthShibboleth/resources/shiblogout.php runs in a context that ilInitialisation exempts from authentication, and its logout-notification handler locates the session to...

9.8CVSS6.1AI score0.00517EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/26 3:44 p.m.6 views

CVE-2026-80428 ILIAS before 9.22, 10.10 and 11.3 Unauthenticated PHP Object Injection via Shibboleth Logout Endpoint

ILIAS deserialises stored session data for an unauthenticated caller. The Shibboleth back-channel endpoint at components/ILIAS/AuthShibboleth/resources/shiblogout.php runs in a context that ilInitialisation exempts from authentication, and its logout-notification handler locates the session to...

9.3CVSS6.3AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/26 3:44 p.m.6 views

EUVD-2026-66602

ILIAS deserialises stored session data for an unauthenticated caller. The Shibboleth back-channel endpoint at components/ILIAS/AuthShibboleth/resources/shiblogout.php runs in a context that ilInitialisation exempts from authentication, and its logout-notification handler locates the session to...

9.8CVSS6.1AI score0.00517EPSS
SaveExploits0References3
Rows per page
Query Builder