Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-x4h9-gwv3-r4m4

Опубликовано: 08 дек. 2025
Источник: github
Github: Прошло ревью
CVSS4: 9.3

Описание

Ruby-saml allows a Libxml2 Canonicalization error to bypass Digest/Signature validation

Summary

Ruby-saml up to and including 1.12.4, there is an authentication bypass vulnerability because of an issue at libxml2 canonicalization process used by Nokogiri for document transformation. That allows an attacker to be able to execute a Signature Wrapping attack. The vulnerability does not affect the version 1.18.0.

Details

When libxml2’s canonicalization is invoked on an invalid XML input, it may return an empty string rather than a canonicalized node. ruby-saml then proceeds to compute the DigestValue over this empty string, treating it as if canonicalization succeeded.

Impact

  1. Digest bypass: By crafting input that causes canonicalization to yield an empty string, the attacker can manipulate validation to pass incorrectly.

  2. Signature replay on empty canonical form: If an empty string has been signed once (e.g., in a prior interaction or via a misconfigured flow), that signature can potentially be replayed to bypass authentication.

Пакеты

Наименование

ruby-saml

rubygems
Затронутые версииВерсия исправления

< 1.18.0

1.18.0

EPSS

Процентиль: 12%
0.00039
Низкий

9.3 Critical

CVSS4

Дефекты

CWE-347

Связанные уязвимости

CVSS3: 9.1
ubuntu
2 месяца назад

The ruby-saml library implements the client side of an SAML authorization. Versions up to and including 1.12.4, are vulnerable to authentication bypass through the libxml2 canonicalization process used by Nokogiri for document transformation, which allows an attacker to execute a Signature Wrapping attack. When libxml2’s canonicalization is invoked on an invalid XML input, it may return an empty string rather than a canonicalized node. ruby-saml then proceeds to compute the DigestValue over this empty string, treating it as if canonicalization succeeded. This issue is fixed in version 1.18.0.

CVSS3: 9.1
nvd
2 месяца назад

The ruby-saml library implements the client side of an SAML authorization. Versions up to and including 1.12.4, are vulnerable to authentication bypass through the libxml2 canonicalization process used by Nokogiri for document transformation, which allows an attacker to execute a Signature Wrapping attack. When libxml2’s canonicalization is invoked on an invalid XML input, it may return an empty string rather than a canonicalized node. ruby-saml then proceeds to compute the DigestValue over this empty string, treating it as if canonicalization succeeded. This issue is fixed in version 1.18.0.

CVSS3: 9.1
debian
2 месяца назад

The ruby-saml library implements the client side of an SAML authorizat ...

EPSS

Процентиль: 12%
0.00039
Низкий

9.3 Critical

CVSS4

Дефекты

CWE-347