πŸ” CVE Alert

CVE-2026-53424

UNKNOWN 0.0

Missing one-time-use enforcement in Samly allows replay of SAML bearer assertions

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Authentication Bypass by Capture-replay vulnerability in dropbox samly allows an attacker to authenticate as the subject of a captured SAML assertion by resubmitting it. Samly.Helper.decode_idp_auth_resp/3 in lib/samly/helper.ex calls esaml_sp:validate_assertion/2, whose default duplicate detector is a no-op. The /3 arity accepting a DuplicateFun exists in esaml and implements the check, but Samly never calls it and offers no configuration to supply one, so the SAML 2.0 Web Browser SSO Profile requirement that a bearer assertion be used once is unenforced. An attacker holding a valid SAMLResponse obtained from the network, from browser history, or from logs can submit the identical bytes repeatedly until the assertion's NotOnOrAfter passes, each time establishing a session as the assertion's subject. This issue affects samly: from 0.3.0 onward.

CWE CWE-294
Vendor dropbox
Product samly
Published Aug 20, 2026
Last Updated Aug 20, 2026
Stay Ahead of the Next One

Get instant alerts for dropbox samly

Be the first to know when new unknown vulnerabilities affecting dropbox samly are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

dropbox / samly
0.3.0 < *
dropbox / samly
8a5bb1b4a4753d05470da2036323477f63cfdf4c < *
handnot2 / samly
8a5bb1b4a4753d05470da2036323477f63cfdf4c < *

References

NVD β†— CVE.org β†— EPSS Data β†—
cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-53424.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-53424

Credits

πŸ” Mark Madsen Jonatan MΓ€nnchen / EEF