Article Details

Scrape Timestamp (UTC): 2025-03-13 12:31:45.904

Source: https://thehackernews.com/2025/03/github-uncovers-new-ruby-saml.html

Original Article Text

Click to Toggle View

GitHub Uncovers New ruby-saml Vulnerabilities Allowing Account Takeover Attacks. Two high-severity security flaws have been disclosed in the open-source ruby-saml library that could allow malicious actors to bypass Security Assertion Markup Language (SAML) authentication protections. SAML is an XML-based markup language and open-standard used for exchanging authentication and authorization data between parties, enabling features like single sign-on (SSO), which allows individuals to use a single set of credentials to access multiple sites, services, and apps. The vulnerabilities, tracked as CVE-2025-25291 and CVE-2025-25292, carry a CVSS score of 8.8 out of 10.0. They affect the following versions of the library - Both the shortcomings stem from how both REXML and Nokogiri parse XML differently, causing the two parsers to generate entirely different document structures from the same XML input This parser differential allows an attacker to be able to execute a Signature Wrapping attack, leading to an authentication bypass. The vulnerabilities have been addressed in ruby-saml versions 1.12.4 and 1.18.0. Microsoft-owned GitHub, which discovered and reported the flaws in November 2024, said they could be abused by malicious actors to conduct account takeover attacks. "Attackers who are in possession of a single valid signature that was created with the key used to validate SAML responses or assertions of the targeted organization can use it to construct SAML assertions themselves and are in turn able to log in as any user," GitHub Security Lab researcher Peter Stöckli said in a post. The Microsoft-owned subsidiary also noted that the issue boils down to a "disconnect" between verification of the hash and verification of the signature, opening the door to exploitation via a parser differential. Versions 1.12.4 and 1.18.0 also plug a remote denial-of-service (DoS) flaw when handling compressed SAML responses (CVE-2025-25293, CVSS score: 7.7). Users are recommended to update to the latest version to safeguard against potential threats. The findings come nearly six months after GitLab and ruby-saml moved to address another critical vulnerability (CVE-2024-45409, CVSS score: 10.0) that could also result in an authentication bypass.

Daily Brief Summary

MALWARE // GitHub Identifies ruby-saml Vulnerabilities Affecting SAML Authentication

GitHub has reported high-severity vulnerabilities in the ruby-saml library, impacting SAML authentication used for single sign-on systems.

The flaws, identified as CVE-2025-25291 and CVE-2025-25292, have a criticality score of 8.8, indicating a significant risk of account takeover attacks.

Attackers can exploit these vulnerabilities by conducting Signature Wrapping attacks, leading to authentication bypass.

The vulnerabilities manifest due to discrepancies in XML parsing between REXML and Nokogiri, causing different document structures from the same XML inputs.

Patched versions (1.12.4 and 1.18.0) of ruby-saml that address these issues have been released to prevent potential exploits.

Experts advise users to update to the latest patched versions promptly to mitigate risk and secure data.

GitHub also plugged a related DoS vulnerability in the same update cycle, flagged as CVE-2025-25293, emphasizing ongoing efforts against multiple security threats in vital authentication protocols.