Description
Cloud Foundry UAA incorrectly treated XML encryption to the Service Provider (confidentiality) as a substitute for XML signatures from the Identity Provider (authenticity) in two SAML flows: the OAuth 2.0 SAML2 bearer grant (token endpoint) and browser SSO (ACS) when wantAssertionSigned is set to false. Assertions or responses that were unsigned but contained encrypted content could still be accepted. Encryption uses the SP's public key from published metadata, therefore, any party, not only a trusted IdP, can produce ciphertext UAA can decrypt; successful decryption therefore does not prove the IdP issued the message.

Affected versions:
Cloud Foundry UAA (uaa_release) 2.0.0 through 78.13.0.
Cloud Foundry CF Deployment all versions through 56.1.0.
Published: 2026-06-11
Score: 9 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Cloud Foundry UAA incorrectly treats XML encryption to the Service Provider as a substitute for XML signatures from the Identity Provider. Unsigned SAML assertions that contain encrypted content are still accepted, meaning any party that can encrypt an assertion with the SP's public key can produce a value that UAA will decrypt and consider authentic. The flaw is a classic XML Encryption to Signature confusion, identified as CWE-347, and it effectively bypasses authentication by exploiting the trust relationship built into the SAML flow.

Affected Systems

Affected products include Cloud Foundry UAA versions 2.0.0 through 78.13.0 and Cloud Foundry CF Deployment all versions through 56.1.0. Users deploying older UAA instances or legacy CF stages are vulnerable.

Risk and Exploitability

The vulnerability carries a CVSS score of 9, indicating high severity. EPSS data is not available, so the current exploitation probability is unknown but could be significant given the widespread use of SAML in cloud identity scenarios. The issue is not listed in the CISA KEV catalog. Attackers can craft a SAML assertion or response that contains encrypted content and send it to UAA’s token endpoint or browser SSO endpoint when the configuration flag wantAssertionSigned is set to false, leading to an accepted authentication grant without a legitimate signature. This attack requires the ability to target the UAA service, but does not require privileged credentials or a pre‑existing trust relationship with a legitimate Identity Provider.

Generated by OpenCVE AI on June 11, 2026 at 21:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Cloud Foundry UAA to the latest release (>=78.13.1) to eliminate the vulnerability.
  • Upgrade Cloud Foundry CF Deployment to the latest release (>=56.1.1) to ensure all dependent components are patched.
  • Reconfigure SAML settings to set wantAssertionSigned to true, forcing UAA to require signed assertions and negating the encryption/substitution flaw.
  • Verify that the SP’s public key is only used for trusted IdPs and validate signatures on all incoming SAML assertions before processing.

Generated by OpenCVE AI on June 11, 2026 at 21:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 11 Jun 2026 20:45:00 +0000

Type Values Removed Values Added
Description Cloud Foundry UAA incorrectly treated XML encryption to the Service Provider (confidentiality) as a substitute for XML signatures from the Identity Provider (authenticity) in two SAML flows: the OAuth 2.0 SAML2 bearer grant (token endpoint) and browser SSO (ACS) when wantAssertionSigned is set to false. Assertions or responses that were unsigned but contained encrypted content could still be accepted. Encryption uses the SP's public key from published metadata, therefore, any party, not only a trusted IdP, can produce ciphertext UAA can decrypt; successful decryption therefore does not prove the IdP issued the message. Affected versions: Cloud Foundry UAA (uaa_release) 2.0.0 through 78.13.0. Cloud Foundry CF Deployment all versions through 56.1.0.
Title UAA accepts SAML Encrypted Assertions authentication bypass
Weaknesses CWE-347
References
Metrics cvssV3_1

{'score': 9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-06-11T20:03:22.525Z

Reserved: 2026-04-16T02:19:16.426Z

Link: CVE-2026-41005

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-11T21:16:21.807

Modified: 2026-06-11T21:16:21.807

Link: CVE-2026-41005

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-11T21:30:05Z

Weaknesses
  • CWE-347

    Improper Verification of Cryptographic Signature