Lucene search
+L

1107 matches found

Vulnrichment
Vulnrichment
added 2026/08/06 10:24 a.m.10 views

CVE-2026-57817 Apache CXF: The authorization code hash (c_hash) is not enforced for the hybrid OIDC flow

The OpenID Connect Core 1.0 specification mandates that the RP MUST validate the chash parameter when operating in the Hybrid Flow. If an Apache CXF RP is integrated with a non-compliant or misconfigured Identity Provider IdP that omits the chash, the RP becomes vulnerable to Authorization Code...

5.5AI score0.00449EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/06 10:24 a.m.18 views

CVE-2026-57817 Apache CXF: The authorization code hash (c_hash) is not enforced for the hybrid OIDC flow

The OpenID Connect Core 1.0 specification mandates that the RP MUST validate the chash parameter when operating in the Hybrid Flow. If an Apache CXF RP is integrated with a non-compliant or misconfigured Identity Provider IdP that omits the chash, the RP becomes vulnerable to Authorization Code...

8.1CVSS5.3AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/06 10:24 a.m.18 views

EUVD-2026-53855

The OpenID Connect Core 1.0 specification mandates that the RP MUST validate the chash parameter when operating in the Hybrid Flow. If an Apache CXF RP is integrated with a non-compliant or misconfigured Identity Provider IdP that omits the chash, the RP becomes vulnerable to Authorization Code...

8.1CVSS5.5AI score0.00449EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/06 10:24 a.m.104 views

CVE-2026-57817

The CVE concerns Apache CXF OpenID Connect RP integrations in Hybrid Flow, where the RP must validate the c_hash parameter per the OpenID Connect Core 1.0 spec. If an IdP is non-compliant or misconfigured and omits c_hash, the RP is vulnerable to Authorization Code Substitution/Injection attacks....

8.1CVSS5.5AI score0.00449EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/06 10:24 a.m.42 views

CVE-2026-57817 Apache CXF: The authorization code hash (c_hash) is not enforced for the hybrid OIDC flow

The OpenID Connect Core 1.0 specification mandates that the RP MUST validate the chash parameter when operating in the Hybrid Flow. If an Apache CXF RP is integrated with a non-compliant or misconfigured Identity Provider IdP that omits the chash, the RP becomes vulnerable to Authorization Code...

0.00449EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/06 10:23 a.m.27 views

CVE-2026-66909 Apache CXF: Unsafe deserialization of inbound JMS ObjectMessage

Apache CXF's JMS transport deserializes the body of any inbound JMS ObjectMessage using native Java deserialization, with no type restrictions in place. Any attacker able to place a message on the service's JMS destination can submit a malicious serialized object, leading to denial of service or,...

9.8CVSS5.8AI score
SaveExploits0References5
CVE
CVE
added 2026/08/06 10:23 a.m.134 views

CVE-2026-66909

Summary: CVE-2026-66909 affects Apache CXF's JMS transport, where inbound JMS ObjectMessage bodies are deserialized with no type restrictions, enabling potential denial of service or remote code execution if a gadget class is present on the classpath. The root cause is unrestricted native Java de...

9.8CVSS5.9AI score0.00667EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/06 10:23 a.m.63 views

CVE-2026-66909 Apache CXF: Unsafe deserialization of inbound JMS ObjectMessage

Apache CXF's JMS transport deserializes the body of any inbound JMS ObjectMessage using native Java deserialization, with no type restrictions in place. Any attacker able to place a message on the service's JMS destination can submit a malicious serialized object, leading to denial of service or,...

0.00667EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/06 10:13 a.m.14 views

EUVD-2026-53853

An incomplete fix for CVE-2026-50645 means that it is still possible to perform a denial of service attack on Apache CXF by sending a message with many attachment headers. Users are recommended to upgrade to versions 4.2.3 or 4.1.8 or 3.6.12, which fix this issue...

7.5CVSS5.4AI score0.00406EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/06 10:13 a.m.42 views

CVE-2026-64958 Apache CXF: Denial of service via message header attachments

An incomplete fix for CVE-2026-50645 means that it is still possible to perform a denial of service attack on Apache CXF by sending a message with many attachment headers. Users are recommended to upgrade to versions 4.2.3 or 4.1.8 or 3.6.12, which fix this issue...

0.00406EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/06 10:13 a.m.26 views

CVE-2026-64958 Apache CXF: Denial of service via message header attachments

An incomplete fix for CVE-2026-50645 means that it is still possible to perform a denial of service attack on Apache CXF by sending a message with many attachment headers. Users are recommended to upgrade to versions 4.2.3 or 4.1.8 or 3.6.12, which fix this issue...

7.5CVSS5.2AI score
SaveExploits0References4
CVE
CVE
added 2026/08/06 10:13 a.m.117 views

CVE-2026-64958

CVE-2026-64958 relates to an incomplete fix for CVE-2026-50645 in Apache CXF, allowing a denial of service by sending a message with many attachment headers. Affected CXF versions are not listed here, but remediation is to upgrade to CXF 4.2.3, 4.1.8, or 3.6.12, which address this issue. The vuln...

7.5CVSS5.4AI score0.00406EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2026/08/06 10:12 a.m.98 views

CVE-2026-57819

CVE-2026-57819 affects Apache CXF; there is no default limit on the number of form parameters per JAX-RS message due to the maxFormParameterCount setting. This can enable denial-of-service when processing requests with many form parameters. The connected sources state fixes by introducing a defau...

7.5CVSS5.5AI score0.00467EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/08/06 10:12 a.m.19 views

CVE-2026-57819 Apache CXF: No default restriction on the amount of form parameters per message

Apache CXF allows to set a limit on the number of form parameters in a JAX-RS message via the "maxFormParameterCount" configuration option. However, no default limit is set which may lead to denial of service attacks when processing requests with very large numbers of form parameters. Users are...

7.5CVSS5.4AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/06 10:12 a.m.12 views

CVE-2026-57819

Apache CXF allows to set a limit on the number of form parameters in a JAX-RS message via the "maxFormParameterCount" configuration option. However, no default limit is set which may lead to denial of service attacks when processing requests with very large numbers of form parameters. Users are...

5.5AI score0.00467EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/08/06 10:11 a.m.14 views

EUVD-2026-53851

Apache CXF allows to control the maximum attachment size via the "attachment-max-size". Prior to Apache CXF 4.2.3 and 4.1.8 and 3.6.12, there was no default placed on this size, meaning that a denial of service attack is possible if the user doesn't explicitly set the limit. Users should update t...

7.5CVSS5.5AI score0.00467EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/06 10:11 a.m.52 views

CVE-2026-54225 Apache CXF: Denial of Service attack via large attachments

Apache CXF allows to control the maximum attachment size via the "attachment-max-size". Prior to Apache CXF 4.2.3 and 4.1.8 and 3.6.12, there was no default placed on this size, meaning that a denial of service attack is possible if the user doesn't explicitly set the limit. Users should update t...

0.00467EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/06 10:11 a.m.82 views

CVE-2026-54225 Apache CXF: Denial of Service attack via large attachments

Apache CXF allows to control the maximum attachment size via the "attachment-max-size". Prior to Apache CXF 4.2.3 and 4.1.8 and 3.6.12, there was no default placed on this size, meaning that a denial of service attack is possible if the user doesn't explicitly set the limit. Users should update t...

7.5CVSS5.4AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/06 10:11 a.m.12 views

CVE-2026-54225

Apache CXF allows to control the maximum attachment size via the "attachment-max-size". Prior to Apache CXF 4.2.3 and 4.1.8 and 3.6.12, there was no default placed on this size, meaning that a denial of service attack is possible if the user doesn't explicitly set the limit. Users should update t...

5.5AI score0.00467EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/08/06 10:11 a.m.103 views

CVE-2026-54225

CVE-2026-54225 affects Apache CXF. The issue is that prior to CXF 4.2.3, 4.1.8 and 3.6.12 there was no default limit on the maximum attachment size, enabling a potential denial-of-service via large attachments. The default size limit of 50 MB is fixed in CXF 4.2.3, 4.1.8, and 3.6.12. If exploitin...

7.5CVSS5.5AI score0.00467EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder