First published: Wed Mar 12 2025(Updated: )
### Summary An authentication bypass vulnerability was found in ruby-saml due to a parser differential. ReXML and Nokogiri parse XML differently, the parsers can generate entirely different document structures from the same XML input. That allows an attacker to be able to execute a Signature Wrapping attack. ### Impact This issue may lead to authentication bypass.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
ruby-saml | <1.12.4<1.18.0 | |
rubygems/ruby-saml | <1.12.4 | 1.12.4 |
rubygems/ruby-saml | >=1.13.0<1.18.0 | 1.18.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-25292 is considered a critical severity vulnerability due to its ability to allow authentication bypass in ruby-saml.
To fix CVE-2025-25292, users should upgrade ruby-saml to version 1.12.4 or version 1.18.0.
CVE-2025-25292 affects ruby-saml versions prior to 1.12.4 and between 1.13.0 and 1.18.0.
CVE-2025-25292 allows attackers to exploit an authentication bypass, potentially enabling unauthorized access to systems.
CVE-2025-25292 was discovered due to differential behavior in XML parsing between ReXML and Nokogiri in ruby-saml.