Lucene search
+L

44 matches found

NVD
NVD
added 2026/08/28 12:16 p.m.7 views

CVE-2026-73208

An attacker that holds a token intended for a different purpose can authenticate, because when an OAuth2 token response does not contain a scope claim, the audience claim is used in its place and checked against the configured required scopes. These are different concepts, and the audience claim...

7.4CVSS0.00256EPSS
SaveExploits0References1
AlpineLinux
AlpineLinux
added 2026/08/28 10:12 a.m.7 views

CVE-2026-73208

An attacker that holds a token intended for a different purpose can authenticate, because when an OAuth2 token response does not contain a scope claim, the audience claim is used in its place and checked against the configured required scopes. These are different concepts, and the audience claim...

7.4CVSS5.9AI score0.00256EPSS
SaveExploits0
CVE
CVE
added 2026/08/28 10:12 a.m.19 views

CVE-2026-73208

Dovecot (Open-Xchange) contains an OAuth2 token validation flaw : when a token response lacks a scope claim , the audience claim is used in its place and checked against configured required scopes. Because these are distinct concepts, a token granted no relevant permissions can be accepted if its...

7.4CVSS5.9AI score0.00256EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/28 10:12 a.m.28 views

CVE-2026-73208

An attacker that holds a token intended for a different purpose can authenticate, because when an OAuth2 token response does not contain a scope claim, the audience claim is used in its place and checked against the configured required scopes. These are different concepts, and the audience claim...

7.4CVSS0.00256EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/28 10:12 a.m.5 views

EUVD-2026-67680

An attacker that holds a token intended for a different purpose can authenticate, because when an OAuth2 token response does not contain a scope claim, the audience claim is used in its place and checked against the configured required scopes. These are different concepts, and the audience claim...

7.4CVSS5.9AI score0.00256EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/24 11:43 p.m.3 views

CVE-2026-66908

CVE-2026-66908 — camel-platform-http-main JWT iss/aud nicht validiert Ausführbarer Proof-of-Concept-Reproduktor für die Apache-Camel-Schwachstelle, bei der der in camel-main eingebettete HTTP-Server seinen JWT-Authentifikator allein aus einem Keystore erstellt, wenn weder jwtIssuer noch jwtAudien...

7.5CVSS5.8AI score0.00409EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2026/07/30 4:38 p.m.9 views

SUSE CVE-2026-55669

ZITADEL is an open source identity management platform. Prior to 3.4.12 and 4.15.2, ZITADEL's external JWT Identity Provider validates a token's signature and issuer iss but not the audience aud claim, allowing a validly signed token from a trusted issuer for another relying party to be accepted ...

4.2CVSS7.6AI score0.00155EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.11 views

PT-2026-63294

Name of the Vulnerable Software and Affected Versions Gitea versions prior to 1.26.2 Description An issue exists where the OAuth token introspection endpoint allows any authenticated OAuth client to retrieve metadata for tokens issued to other clients, violating RFC 7662 section 4. The server fai...

4.3CVSS5.9AI score0.00263EPSS
SaveExploits0References97
ATTACKERKB
ATTACKERKB
added 2026/07/14 6:46 p.m.13 views

CVE-2026-45069

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 6.4.40, 7.4.12, and 8.0.12, OidcTokenHandler::verifyClaims registered audience aud, issuer iss, and expiry exp checkers but did not pass the mandatory claims list to...

8.8CVSS6.1AI score0.00258EPSS
SaveExploits0References5Affected Software2
CVE
CVE
added 2026/07/14 6:46 p.m.90 views

CVE-2026-45069

CVE-2026-45069 concerns Symfony’s OidcTokenHandler, where verifyClaims() registered aud/iss/exp checkers but did not pass the mandatory claims list to ClaimCheckerManager::check(). Consequently, a validly signed JWT missing these claims could pass verification. The issue is fixed in Symfony relea...

9.1CVSS6.1AI score0.00258EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/14 6:46 p.m.11 views

CVE-2026-45069 Symfony: OidcTokenHandler Accepts JWTs Missing aud/iss/exp Claims

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 6.4.40, 7.4.12, and 8.0.12, OidcTokenHandler::verifyClaims registered audience aud, issuer iss, and expiry exp checkers but did not pass the mandatory claims list to...

8.8CVSS6.1AI score
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/09 3:29 p.m.14 views

apache-cxf: org.apache.cxf/cxf-rt-rs-security-oauth2: Apache CXF: Token Confusion/Routing attacks due to improper validation of JWT audience claims

A flaw was found in Apache CXF. The JwtAccessTokenValidator class fails to properly validate the 'aud' Audience claims within incoming JSON Web Token JWT access tokens. This vulnerability allows an attacker to reuse a JWT, originally intended for one resource server, against a different resource...

9.1CVSS5.9AI score0.00445EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/06/15 2:36 p.m.15 views

CVE-2026-50627

A flaw was found in Apache CXF. The JwtAccessTokenValidator class fails to properly validate the 'aud' Audience claims within incoming JSON Web Token JWT access tokens. This vulnerability allows an attacker to reuse a JWT, originally intended for one resource server, against a different resource...

9.1CVSS4.8AI score0.00445EPSS
SaveExploits0References5
NVD
NVD
added 2026/06/12 10:16 a.m.20 views

CVE-2026-50627

The JwtAccessTokenValidator class in Apache CXF fails to validate the 'aud' Audience claims of incoming JWT access tokens. This allows a JWT issued for one Resource Server to be successfully replayed against a completely different Resource Server, leading to Token Confusion/Routing attacks. Users...

9.1CVSS0.00445EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/06/12 8:55 a.m.28 views

EUVD-2026-36395

The JwtAccessTokenValidator class in Apache CXF fails to validate the 'aud' Audience claims of incoming JWT access tokens. This allows a JWT issued for one Resource Server to be successfully replayed against a completely different Resource Server, leading to Token Confusion/Routing attacks. Users...

5.1AI score0.00445EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/05/20 3:35 p.m.24 views

Improper Verification of Cryptographic Signature

Overview symfony/security-http is a provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. Affected versions of this package are vulnerable to...

9.3CVSS5.8AI score0.00258EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/05/14 9:25 p.m.13 views

User Impersonation

Overview Affected versions of this package are vulnerable to User Impersonation due to improper validation of JWT aud and iss claims in the Windows MDM authentication flow. An attacker can enroll unauthorized devices by presenting a valid Microsoft-signed Azure AD token from any tenant. This is...

8.2CVSS5.5AI score0.00381EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/05/14 1:13 p.m.36 views

Fleet Windows MDM Azure AD JWT Authentication Bypass

Summary A vulnerability in Fleet's Windows MDM enrollment flow allows authentication tokens from any Azure AD tenant to be accepted. Because Fleet validates JWT signatures using Microsoft's multi-tenant JWKS endpoint but does not enforce the aud audience or iss issuer claims, any Microsoft-signed...

8.2CVSS5.8AI score0.00381EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/04/09 4:41 p.m.12 views

EUVD-2026-20899

fast-jwt has a ReDoS when using RegExp in allowed leading to CPU exhaustion during token verification...

4.2CVSS5.9AI score0.00262EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2026/04/09 2:55 p.m.5 views

CVE-2026-35041 ReDoS in fast-jwt when using RegExp in allowed* leading to CPU exhaustion during token verification

fast-jwt provides fast JSON Web Token JWT implementation. From 5.0.0 to 6.2.0, a denial-of-service condition exists in fast-jwt when the allowedAud verification option is configured using a regular expression. Because the aud claim is attacker-controlled and the library evaluates it against the...

4.2CVSS5.9AI score0.00262EPSS
SaveExploits1References4
Rows per page
Query Builder