πŸ” CVE Alert

CVE-2026-53425

UNKNOWN 0.0

Missing InResponseTo validation in Samly allows acceptance of unsolicited SAML responses

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Insufficient Verification of Data Authenticity vulnerability in dropbox samly allows an attacker to establish an authenticated session using a SAML response the service provider never requested. Samly.SPHandler.validate_authresp/3 in lib/samly/sp_handler.ex validates a SAML response for the SP-initiated flow by comparing only the RelayState value, the IdP identifier, and the presence of a target URL held in the session. It never compares SubjectConfirmationData/@InResponseTo against the ID of the AuthnRequest the service provider issued, and that request ID is never persisted, so no comparison is possible. SAML 2.0 Core section 4.1.4.3 requires a service provider to reject a response whose InResponseTo does not match a request it made. The underlying esaml library checks status, signature, recipient, audience, and staleness, but likewise never inspects InResponseTo, so nothing else closes the gap. Exploitation requires a validly signed assertion from the trusted IdP, which an attacker can obtain for their own account, and a RelayState matching the victim's session; the assertion signature itself remains intact, so this is not a signature-forgery issue. This issue affects samly: from v0.3.0 onward.

CWE CWE-345
Vendor dropbox
Product samly
Published 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
v0.3.0 < *
dropbox / samly
8a5bb1b4a4753d05470da2036323477f63cfdf4c < *
handnot2 / samly
8a5bb1b4a4753d05470da2036323477f63cfdf4c < *

References

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

Credits

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