Lucene search
+L

2828 matches found

Vulnrichment
Vulnrichment
added 2026/05/07 3:0 a.m.10 views

CVE-2026-41671 Admidio: OIDC Token Introspection Endpoint Returns Active for All Tokens Without Validation

Admidio is an open-source user management solution. Prior to version 5.0.9, the OIDC token introspection endpoint /modules/sso/index.php/oidc/introspect always returns "active": true for every request, regardless of whether a valid token is provided, whether the token is expired, revoked, or...

6.8CVSS5.8AI score0.00323EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/07 3:0 a.m.21 views

CVE-2026-41671

Admidio prior to version 5.0.9 contains a vulnerability in its OIDC token introspection (/modules/sso/index.php/oidc/introspect) and revocation (/oidc/revoke) endpoints. The introspection endpoint always returns {"active": true} and the revocation endpoint returns {"revoked": true} without authen...

6.8CVSS5.8AI score0.00323EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/07 12:0 a.m.14 views

Admidio 授权问题漏洞

Admidio is a set of open-source member management systems developed by the Admidio team. This system supports features such as member lists, event management, message boards, photo albums, and downloads. Prior to Admidio 5.0.9, there was an authorization vulnerability. This vulnerability stemmed...

6.8CVSS5.8AI score0.00323EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 5:1 p.m.30 views

GHSA-Q4W7-56HR-83RM Nginx-UI Settings API Exposes Protected Secrets

Summary The GetSettings API handler api/settings/settings.go:24-65 serializes all settings structs to JSON and returns them to authenticated users. Many sensitive fields are tagged with protected:"true" - however, this tag is only enforced during writes via ProtectedFill in SaveSettings and is...

6.5CVSS5.8AI score0.00295EPSS
SaveExploits1References4
GitLab Advisory Database
GitLab Advisory Database
added 2026/05/06 12:0 a.m.31 views

Nginx-UI Settings API Exposes Protected Secrets

The GetSettings API handler api/settings/settings.go:24-65 serializes all settings structs to JSON and returns them to authenticated users. Many sensitive fields are tagged with protected:"true" - however, this tag is only enforced during writes via ProtectedFill in SaveSettings and is completely...

6.5CVSS5.8AI score0.00295EPSS
SaveExploits1References4Affected Software1
RedhatCVE
RedhatCVE
added 2026/05/05 8:21 p.m.15 views

CVE-2026-42223

Nginx UI is a web user interface for the Nginx web server. Prior to version 2.3.8, the GetSettings API handler api/settings/settings.go:24-65 serializes all settings structs to JSON and returns them to authenticated users. Many sensitive fields are tagged with protected:"true" - however, this tag...

6.5CVSS5.7AI score0.00295EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/05/04 8:12 p.m.7 views

CVE-2026-42223 nginx-ui: Settings API Exposes Protected Secrets

Nginx UI is a web user interface for the Nginx web server. Prior to version 2.3.8, the GetSettings API handler api/settings/settings.go:24-65 serializes all settings structs to JSON and returns them to authenticated users. Many sensitive fields are tagged with protected:"true" - however, this tag...

6.5CVSS5.7AI score0.00295EPSS
SaveExploits1References2
CVE
CVE
added 2026/05/04 8:12 p.m.46 views

CVE-2026-42223

Nginx UI (nginx-ui) before version 2.3.8 exposes sensitive settings through the GetSettings API. The handler serializes all settings structs to JSON and returns them to authenticated users, while the protected:"true" tag is only enforced on writes, not reads. This leaks 40+ protected fields, incl...

6.5CVSS5.7AI score0.00295EPSS
SaveExploits1References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/04 8:12 p.m.9 views

CVE-2026-42223

Nginx UI is a web user interface for the Nginx web server. Prior to version 2.3.8, the GetSettings API handler api/settings/settings.go:24-65 serializes all settings structs to JSON and returns them to authenticated users. Many sensitive fields are tagged with protected:"true" - however, this tag...

6.5CVSS5.7AI score0.00295EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2026/05/04 5:42 p.m.32 views

CVE-2026-41571

CVE-2026-41571 affects Note Mark (v0.19.2) where IsPasswordMatch falls back to a hard-coded bcrypt("null") placeholder for users with no stored password. OIDC-registered users are created with an empty password, so submitting password: "null" to the internal login endpoint grants a valid session—...

9.4CVSS5.7AI score0.00296EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/29 9:58 p.m.9 views

GHSA-9XX5-CV6J-X533 Admidio: OIDC Token Introspection Endpoint Returns Active for All Tokens Without Validation

Summary The OIDC token introspection endpoint /modules/sso/index.php/oidc/introspect always returns "active": true for every request, regardless of whether a valid token is provided, whether the token is expired, revoked, or completely fabricated. The endpoint performs no authentication of the...

6.8CVSS6AI score0.00323EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/29 9:58 p.m.11 views

Admidio: OIDC Token Introspection Endpoint Returns Active for All Tokens Without Validation

Summary The OIDC token introspection endpoint /modules/sso/index.php/oidc/introspect always returns "active": true for every request, regardless of whether a valid token is provided, whether the token is expired, revoked, or completely fabricated. The endpoint performs no authentication of the...

6.8CVSS5.9AI score0.00323EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/29 8:51 p.m.57 views

GHSA-3GX8-Q682-38MX OpenID Connect nonce generated but never validated — ID token replay attack

Summary The roadiz/openid package generates an OIDC nonce in OAuth2LinkGenerator::generate and includes it in the authorization request sent to the identity provider, but never stores it and never validates it on the callback. The OpenIdJwtConfigurationFactory validation chain does not include a...

7.1CVSS5.9AI score0.00152EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/04/29 8:51 p.m.19 views

OpenID Connect nonce generated but never validated — ID token replay attack

Summary The roadiz/openid package generates an OIDC nonce in OAuth2LinkGenerator::generate and includes it in the authorization request sent to the identity provider, but never stores it and never validates it on the callback. The OpenIdJwtConfigurationFactory validation chain does not include a...

7.1CVSS5.6AI score0.00152EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/04/29 8:51 p.m.8 views

Insufficient Verification of Data Authenticity

Overview Affected versions of this package are vulnerable to Insufficient Verification of Data Authenticity due to the lack of validation for the nonce parameter in the authentication process. An attacker can gain unauthorized access by replaying a previously obtained valid ID token, allowing...

7.1CVSS5.8AI score0.00152EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/04/29 12:0 a.m.21 views

PT-2026-36108

Name of the Vulnerable Software and Affected Versions Admidio versions prior to 5.0.9 Description An issue exists in the OpenID Connect OIDC implementation where the token introspection endpoint '/modules/sso/index.php/oidc/introspect' always returns a positive active status regardless of whether...

6.8CVSS5.8AI score0.00323EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/04/29 12:0 a.m.26 views

PT-2026-37178

Name of the Vulnerable Software and Affected Versions Roadiz versions prior to 2.3.43 Roadiz versions prior to 2.5.45 Roadiz versions prior to 2.6.31 Roadiz versions prior to 2.7.18 Description The roadiz/openid package fails to properly implement the OIDC nonce validation process. While the...

7.1CVSS5.8AI score0.00152EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/04/25 11:40 p.m.17 views

Note Mark: OIDC-registered users authenticated by submitting password "null"

Summary IsPasswordMatch in backend/db/models.go falls back to a hard-coded bcrypt"null" placeholder whenever a user has no stored password. OIDC-registered users are created with an empty password, so anyone who submits password: "null" to the internal login endpoint receives a valid session for...

9.4CVSS5.4AI score0.00296EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/04/25 11:40 p.m.8 views

Improper Authentication

Overview Affected versions of this package are vulnerable to Improper Authentication via the IsPasswordMatch function. An attacker can gain unauthorized access to accounts registered through OIDC by submitting the password "null" to the internal login endpoint, which results in a valid session...

9.4CVSS5.8AI score0.00296EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/25 11:40 p.m.12 views

GHSA-PXF8-6WQM-R6HH Note Mark: OIDC-registered users authenticated by submitting password "null"

Summary IsPasswordMatch in backend/db/models.go falls back to a hard-coded bcrypt"null" placeholder whenever a user has no stored password. OIDC-registered users are created with an empty password, so anyone who submits password: "null" to the internal login endpoint receives a valid session for...

9.4CVSS5.8AI score0.00296EPSS
SaveExploits0References5
Rows per page
Query Builder