Samly · Samly · CVE-2026-53424
**Name of the Vulnerable Software and Affected Versions**
dropbox samly versions 0.3.0 and later
**Description**
An authentication bypass exists where an attacker can authenticate as the subject of a captured SAML assertion by resubmitting it. This occurs because the function `decode idp auth resp/3` in `lib/samly/helper.ex` calls `validate assertion/2`, which uses a default duplicate detector that does not perform any action. Consequently, the SAML 2.0 Web Browser SSO Profile requirement to use a bearer assertion only once is not enforced. An attacker who obtains a valid `SAMLResponse` from network traffic, browser history, or logs can repeatedly submit the same data to establish sessions as the assertion's subject until the `NotOnOrAfter` timestamp expires.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.