Skip to content

Commit 8c395b5

Browse files
committed
Release 1.18.1
1 parent bd265fc commit 8c395b5

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Ruby SAML Changelog
22

3+
### 1.18.1 (Jul 29, 2025)
4+
* Fix vulnerability CVE-2025-54572 Prevent DOS due large SAML Message
5+
36
### 1.18.0 (Mar 12, 2025)
47
* [#750](https://github.com/SAML-Toolkits/ruby-saml/pull/750) Fix vulnerabilities: CVE-2025-25291, CVE-2025-25292: SAML authentication bypass via Signature Wrapping attack allowed due parser differential. Fix vulnerability: CVE-2025-25293: Potential DOS abusing of compressed messages.
58
* [#718](https://github.com/SAML-Toolkits/ruby-saml/pull/718/) Add support to retrieve from SAMLResponse the AuthnInstant and AuthnContextClassRef values

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Thanks to the following sponsors for securing the open source ecosystem,
3434

3535
## Vulnerabilities
3636

37+
CVE-2025-54572 affects version ruby-saml < 1.18.1
38+
39+
3740
There are critical vulnerabilities affecting ruby-saml < 1.18.0, two of them allows SAML authentication bypass (CVE-2025-25291, CVE-2025-25292, CVE-2025-25293). Please upgrade to a fixed version (1.18.0)
3841

3942
## Overview

lib/onelogin/ruby-saml/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OneLogin
22
module RubySaml
3-
VERSION = '1.18.0'
3+
VERSION = '1.18.1'
44
end
55
end

0 commit comments

Comments
 (0)