CVE-2026-49284: SimpleSAMLphp SP accepts a response from an unexpected IdP when unsigned `Response/InResponseTo` is combined with a signed assertion lacking `SubjectConfirmationData/InResponseTo`
Summary
SimpleSAMLphp's SAML SP ACS path does not enforce the IdP selected for an SP-initiated login. If a saved SP state contains ExpectedIssuer = IdP A, but the ACS receives a valid response from IdP B, the code logs a warning and continues processing instead of rejecting the response.
That behavior becomes security-relevant when combined with the response-processing rule that accepts an unsigned samlp:Response/@InResponseTo outside the signed assertion whenever the signed assertion's SubjectConfirmationData does not carry its own InResponseTo. A response issued by one trusted IdP can therefore be bound to SP state created for another IdP.
Impact
In a multi-IdP deployment, a lower-trust IdP can satisfy SP state created for a different expected IdP. This can bypass an SP flow that intentionally routes the user to a specific IdP, including deployments that set enableunsolicited to false to prevent IdP-initiated logins.
The impact is highest when the SP trusts multiple IdPs with different assurance levels, tenant boundaries, or attribute namespaces, and application authorization depends on the selected/expected IdP. In those deployments this is an authentication/authorization bypass candidate. Impact strongly depends on whether an attacker can obtain a signed IdP-initiated assertion from a lower-trust trusted IdP and whether the downstream application maps identifiers globally.
Other sources
SimpleSAMLphp versions before 1.18.6 contain an information disclosure vulnerability. Prior to 2.4.7 and 2.5.2, SimpleSAMLphp's SAML SP ACS path does not enforce the IdP selected for an SP-initiated login when unsigned Response/InResponseTo is combined with a signed assertion lacking SubjectConfirmationData/InResponseTo, allowing a response issued by one trusted IdP to be bound to SP state created for another IdP and bypass flows that route users to a specific IdP, including deployments that set enableunsolicited to false. This issue is fixed in versions 2.4.7 and 2.5.2.
— MITRE
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
composer/simplesamlphp/simplesamlphpto a version that resolves this vulnerability.Fixed in 2.4.7 - Upgrade
Upgrade
composer/simplesamlphp/simplesamlphpto a version that resolves this vulnerability.Fixed in 2.5.2 - Upgrade
Upgrade
SimpleSAMLphpto a version that resolves this vulnerability.Fixed in 2.4.7 - Upgrade
Upgrade
SimpleSAMLphpto a version that resolves this vulnerability.Fixed in 2.5.2 - Configuration
If your deployment currently relies on setting enable_unsolicited to false to prevent IdP-initiated logins, note that the described bypass affects the ACS response-processing path unless upgraded to versions 2.4.7 or 2.5.2.
SimpleSAMLphp SAML SP ACS enable_unsolicited = false
Event History
Frequently Asked Questions
What is the risk level of CVE-2026-49284?
The risk level of CVE-2026-49284 is categorized as high with a severity score of 7.1.
How does CVE-2026-49284 affect SimpleSAMLphp?
CVE-2026-49284 affects SimpleSAMLphp by allowing the processing of SAML responses from unauthorized Identity Providers during SP-initiated logins.
What could an attacker exploit in CVE-2026-49284?
An attacker could exploit CVE-2026-49284 to manipulate SP-initiated login flows by providing responses from a different IdP than expected.
How do I mitigate CVE-2026-49284?
To mitigate CVE-2026-49284, ensure the SimpleSAMLphp configuration checks the IdP against the expected issuer before processing SAML responses.
When was CVE-2026-49284 published?
CVE-2026-49284 was published on July 2, 2026.