Lucene search
+L

1145 matches found

RedhatCVE
RedhatCVE
added 3 hours ago7 views

CVE-2026-57817

A flaw was found in Apache CXF. When operating in the OpenID Connect Hybrid Flow, Apache CXF does not enforce the validation of the chash parameter. This vulnerability allows a remote attacker, through a non-compliant or misconfigured Identity Provider IdP, to perform Authorization Code...

8.1CVSS5.4AI score0.00443EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 5 hours ago4 views

CVE-2026-68079

A flaw was found in Apache CXF's DefaultEncryptingCodeDataProvider. This vulnerability allows a remote attacker to redeem a captured authorization code an unlimited number of times. The flaw exists due to an issue in the removeCodeGrant functionality, which fails to properly invalidate used...

9.8CVSS5.4AI score0.00411EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 5 hours ago4 views

CVE-2026-57818

A flaw was found in Apache CXF. A race condition in the JCacheCodeDataProvider allows a remote attacker to redeem a single authorization code multiple times through concurrent requests. This can result in the issuance of multiple distinct, valid access tokens, potentially leading to unauthorized...

8.1CVSS5.3AI score0.00344EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 4 days ago5 views

CVE-2026-50623

A flaw was found in Apache CXF. An authentication bypass vulnerability exists in the OAuth2 TokenIntrospectionService. Due to a missing 'throw' keyword in the security context check, an unauthenticated network attacker can access the introspection endpoint. This could lead to unauthorized access ...

5.3CVSS5.3AI score0.00371EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 4 days ago9 views

CVE-2026-50629

A flaw was found in apache-cxf. The 'clientId' parameter from incoming HTTP requests is directly concatenated into OAuth2 server log warning messages without proper sanitization. A remote attacker could exploit this by injecting arbitrary content, including fake log entries, into the server's log...

5.3CVSS5.5AI score0.0047EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 4 days ago7 views

CVE-2026-50634

A flaw was found in Apache CXF. The JwsJsonContainerRequestFilter component can be exploited to process metadata that has not been authenticated by an accepted signature. This bypasses the application's security assumption that Content-Type or protected HTTP-header metadata originates from a...

6.5CVSS5.3AI score0.00278EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 4 days ago8 views

CVE-2026-50630

A flaw was found in apache-cxf. This vulnerability, known as a Carriage Return Line Feed CRLF injection, allows an attacker to manipulate HTTP response headers. By injecting special characters into the 'realm' parameter of the WWW-Authenticate header, an attacker can add arbitrary HTTP headers or...

6.5CVSS5.4AI score0.00404EPSS
SaveExploits0References5
NVD
NVD
added 5 days ago8 views

CVE-2026-68079

In Apache CXF's DefaultEncryptingCodeDataProvider, a captured authorization code can be redeemed an unlimited number of times due to a flaw in the implementation of the removeCodeGrant functionality. This violates the RFC requirement that "The authorization code MUST NOT be used more than once."...

9.8CVSS0.00411EPSS
SaveExploits0References2
NVD
NVD
added 5 days ago11 views

CVE-2026-68481

In Apache CXF's DefaultEncryptingOAuthDataProvider, revoked access tokens still decrypt successfully, and TokenIntrospectionService reports active:true. The same applies to refresh tokens. This violates the RFC stipulations that 'The authorization server MUST invalidate the token.' and...

7.5CVSS0.00425EPSS
SaveExploits0References2
NVD
NVD
added 5 days ago9 views

CVE-2026-63687

Apache CXF's JwtRequestCodeFilter copies all claims from a signed request JWT into the authorization parameter map without excluding security-sensitive parameters. A client that can produce a validly-signed request JWT e.g., one whose clientsecret is known or compromised can thereby substitute th...

9.1CVSS0.00265EPSS
SaveExploits0References2
NVD
NVD
added 5 days ago19 views

CVE-2026-65583

Apache CXF’s OIDC relying-party token validation could accept self-issued ID tokens without enforcing required claim checks issuer/subject/audience/time and subjwk binding, enabling authentication bypass with crafted tokens. However, note that self-issued ID tokens are not accepted by default in...

9.1CVSS0.00262EPSS
SaveExploits0References2
NVD
NVD
added 5 days ago8 views

CVE-2026-61466

In Apache CXF's OAuth2 Dynamic Client Registration endpoint, the authorization server accepts and stores the scope value supplied in the client registration request verbatim, without validating it against an AS-defined allowlist. This could lead to a client self-assigning privileged scopes at...

9.1CVSS0.0044EPSS
SaveExploits0References2
Cvelist
Cvelist
added 5 days ago35 views

CVE-2026-57818 Apache CXF: OAuth2 Authorization Code Replay via TOCTOU in JCacheCodeDataProvider

A race condition in JCacheCodeDataProvider allows an attacker to redeem a single authorization code multiple times via concurrent requests, resulting in the issuance of multiple distinct, valid access tokens. Users are recommended to upgrade to versions 4.2.3, 4.1.8 or 3.6.12, which fix this issu...

0.00344EPSS
SaveExploits0References1
CVE
CVE
added 5 days ago49 views

CVE-2026-61466

CVE-2026-61466 affects Apache CXF’s OAuth2 Dynamic Client Registration endpoint. The authorization server stores the scope provided in a client registration request verbatim without validating it against an allowlist, enabling a client to self-assign privileged scopes at registration time. This c...

9.1CVSS5.4AI score0.0044EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 5 days ago33 views

CVE-2026-63687

Apache CXF JwtRequestCodeFilter exposes PKCE and OIDC replay protections by copying all claims from a signed request JWT into the authorization parameter map without excluding sensitive parameters. A adversary who can produce a validly-signed JWT (e.g., with a known/compromised client_secret) can...

9.1CVSS5.4AI score0.00265EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 5 days ago33 views

CVE-2026-63687 Apache CXF: JwtRequestCodeFilter silently overrides outer PKCE and nonce parameters

Apache CXF's JwtRequestCodeFilter copies all claims from a signed request JWT into the authorization parameter map without excluding security-sensitive parameters. A client that can produce a validly-signed request JWT e.g., one whose clientsecret is known or compromised can thereby substitute th...

0.00265EPSS
SaveExploits0References1
EUVD
EUVD
added 5 days ago9 views

EUVD-2026-53859

Apache CXF’s OIDC relying-party token validation could accept self-issued ID tokens without enforcing required claim checks issuer/subject/audience/time and subjwk binding, enabling authentication bypass with crafted tokens. However, note that self-issued ID tokens are not accepted by default in...

9.1CVSS5.4AI score0.00262EPSS
SaveExploits0References1
CVE
CVE
added 5 days ago69 views

CVE-2026-65583

Apache CXF is affected: the OIDC relying-party token validation can accept self-issued ID tokens without enforcing required claims (issuer/subject/audience/time, and sub_jwk binding), enabling authentication bypass with crafted tokens. This applies to CXF’s ID-token validation logic and is mitiga...

9.1CVSS5.4AI score0.00262EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 5 days ago32 views

CVE-2026-65583 Apache CXF: Self-issued ID token claims validation skipped

Apache CXF’s OIDC relying-party token validation could accept self-issued ID tokens without enforcing required claim checks issuer/subject/audience/time and subjwk binding, enabling authentication bypass with crafted tokens. However, note that self-issued ID tokens are not accepted by default in...

0.00262EPSS
SaveExploits0References1
EUVD
EUVD
added 5 days ago8 views

EUVD-2026-53858

In Apache CXF's DefaultEncryptingCodeDataProvider, a captured authorization code can be redeemed an unlimited number of times due to a flaw in the implementation of the removeCodeGrant functionality. This violates the RFC requirement that "The authorization code MUST NOT be used more than once."...

9.8CVSS5.5AI score0.00411EPSS
SaveExploits0References1
Rows per page
Query Builder