First published: Wed Mar 12 2025(Updated: )
### Summary ruby-saml is susceptible to remote Denial of Service (DoS) with compressed SAML responses. Ruby-saml uses zlib to decompress SAML responses in case they're compressed. It is possible to bypass the message size check with a compressed assertion since the message size is checked before inflation and not after. ### Impact This issue may lead to remote Denial of Service (DoS).
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
ruby-saml | <1.12.4<1.18.0 | |
rubygems/ruby-saml | >=1.13.0<1.18.0 | 1.18.0 |
rubygems/ruby-saml | <1.12.4 | 1.12.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-25293 has a high severity rating due to its potential for remote Denial of Service (DoS).
To fix CVE-2025-25293, upgrade ruby-saml to version 1.18.0 or later.
CVE-2025-25293 affects ruby-saml versions from 1.13.0 up to 1.18.0 and below version 1.12.4.
CVE-2025-25293 facilitates a remote Denial of Service (DoS) attack using compressed SAML responses.
Currently, the only reliable workaround for CVE-2025-25293 is to update to the fixed versions of ruby-saml.