Skip to content

Commit 4bf5908

Browse files
Sebastien FaureRubySec CI
Sebastien Faure
authored and
RubySec CI
committed
Updated advisory posts against rubysec/ruby-advisory-db@46096c9
1 parent 532f0e0 commit 4bf5908

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: advisory
3+
title: 'CVE-2024-45409 (ruby-saml): SAML authentication bypass via Incorrect XPath
4+
selector'
5+
comments: false
6+
categories:
7+
- ruby-saml
8+
advisory:
9+
gem: ruby-saml
10+
cve: 2024-45409
11+
ghsa: jw9c-mfg7-9rx2
12+
url: https://github.com/SAML-Toolkits/ruby-saml/commit/1ec5392bc506fe43a02dbb66b68741051c5ffeae
13+
title: SAML authentication bypass via Incorrect XPath selector
14+
date: 2024-08-28
15+
description: |
16+
Ruby-SAML in <= 12.2 and 1.13.0 <= 1.16.0 does not properly verify the signature of the SAML Response.
17+
An unauthenticated attacker with access to any signed saml document (by the IdP) can thus forge a SAML
18+
Response/Assertion with arbitrary contents. This would allow the attacker to log in as arbitrary user within
19+
the vulnerable system.
20+
cvss_v3: 10.0
21+
patched_versions:
22+
- "~> 1.12.3"
23+
- ">= 1.17.0"
24+
---

0 commit comments

Comments
 (0)