First published: Mon Feb 26 2024(Updated: )
### Impact The SAML implementation provided by `armeria-saml` currently accepts unsigned SAML messages (assertions, logout requests, etc.) as they are, rather than rejecting them by default. As a result, an attacker can forge a SAML message to authenticate themselves, despite the fact that such an unsigned SAML message should be rejected. ### Patches The vulnerability has been patched in Armeria version 1.27.2. All users who rely on `armeria-saml` older than version 1.27.2 must upgrade to 1.27.2 or later. ### Workarounds There is no known workaround for this vulnerability. ### References [`SamlMessageUtil.validateSignature()`](https://github.com/line/armeria/blob/0efc776988d71be4da6e506ec8a33c2b7b43f567/saml/src/main/java/com/linecorp/armeria/server/saml/SamlMessageUtil.java#L160-L163)
Credit: dl_cve@linecorp.com dl_cve@linecorp.com
Affected Software | Affected Version | How to fix |
---|---|---|
maven/com.linecorp.armeria:armeria-saml | <=1.27.1 | 1.27.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-1735 has a high severity due to the risk of authentication bypass via unsigned SAML messages.
To fix CVE-2024-1735, upgrade the armeria-saml package to version 1.27.2 or later.
CVE-2024-1735 affects versions of the armeria-saml package up to and including 1.27.1.
CVE-2024-1735 is an authentication vulnerability related to the acceptance of unsigned SAML messages.
Yes, CVE-2024-1735 can lead to unauthorized access, potentially resulting in data breaches.