CVE-2026-53425
Last modified
CVE-2026-53425 is a high-severity vulnerability rated 7.6/10 on the CVSS scale. 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. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
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 0.3.0 onward.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| dropbox | samly | >= 0.3.0, < * |
| dropbox | samly | >= 8a5bb1b4a4753d05470da2036323477f63cfdf4c, < * |
| handnot2 | samly | >= 8a5bb1b4a4753d05470da2036323477f63cfdf4c, < * |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-53425?
How severe is CVE-2026-53425?
How do I fix CVE-2026-53425?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-53416Path traversal in Zoom VDI Client and Plugins may allow an a…7.1
- CVE-2026-5342A flaw has been found in LibRaw up to 0.22.0. This affects t…5.5
- CVE-2026-53421Improper Isolation or Compartmentalization vulnerability in …9.8
- CVE-2026-53422Observable Response Discrepancy vulnerability in Erlang OTP …4.3
- CVE-2026-53423Allocation of Resources Without Limits or Throttling vulnera…5.9
- CVE-2026-53424Authentication Bypass by Capture-replay vulnerability in dro…9.1
- CVE-2026-53426Allocation of Resources Without Limits or Throttling vulnera…8.2
- CVE-2026-53427Improper Neutralization of Input During Web Page Generation …2.3
- CVE-2026-53428Memory Allocation with Excessive Size Value vulnerability in…6.9
- CVE-2026-53429Missing Release of Memory after Effective Lifetime vulnerabi…6.9
- CVE-2026-5343Improper Check for Unusual or Exceptional Conditions vulnera…7.4
- CVE-2026-53430Improper Handling of Highly Compressed Data (Data Amplificat…8.7
Are you affected by CVE-2026-53425?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
