CVE-2026-49283
WysokieCVSS 8.7Streszczenie
Biblioteka SimpleSAMLphp SAML2 przed wersjami 4.19.3, 4.20.2, 5.0.6 i 6.2.1 ma podatność w przepływie HTTPArtifact::receive(), która może traktować niepodpisaną osadzoną odpowiedź SAML jako kryptograficznie ważną dla niewłaściwego dostawcy tożsamości. W federacji z wieloma IdP złośliwy lub mniej zaufany IdP może podszyć się pod zaufanego IdP i uwierzytelnić dowolnych użytkowników z atakującymi atrybutami. Problem naprawiono w wersjach 4.19.3, 4.20.2, 5.0.6 i 6.2.1.
Ocena ryzyka
Podatność umożliwia nieautoryzowany dostęp do systemów i danych, a także podszywanie się pod użytkowników w środowiskach federacyjnych, co stanowi poważne zagrożenie dla bezpieczeństwa.
Rekomendacja
Zaleca się aktualizację biblioteki SimpleSAMLphp SAML2 do jednej z wersji: 4.19.3, 4.20.2, 5.0.6 lub 6.2.1.
Oryginalny opis (angielski, źródło NVD)
The SimpleSAMLphp SAML2 library is a PHP library for SAML2 related functionality. Prior to versions 4.19.3, 4.20.2, 5.0.6, and 6.2.1, the HTTPArtifact::receive() flow can treat an unsigned embedded SAML Response as cryptographically valid for the wrong identity provider. SOAPClient::addSSLValidator() attaches a TLS-based validator to the outer SOAP ArtifactResponse, while the embedded Response receives a validator that delegates to the outer message and is later checked against metadata selected from the embedded response issuer rather than necessarily the artifact issuer. SOAPClient::validateSSL() returns normally when the TLS public key does not match the key being validated, and SAML2\Message::validate() treats a validator call that does not throw as successful. In a multi-IdP federation, a malicious or lower-trust IdP can therefore provide an ArtifactResponse containing an unsigned Response that claims a higher-trust victim IdP as issuer and authenticate as arbitrary users with attacker-chosen assertion attributes, NameID, and session data. This issue is fixed in versions 4.19.3, 4.20.2, 5.0.6, and 6.2.1.

