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

exploitDog

suse-cvrf логотип

SUSE-SU-2025:0858-1

Опубликовано: 13 мар. 2025
Источник: suse-cvrf

Описание

Security update for rubygem-rack-1_6

This update for rubygem-rack-1_6 fixes the following issues:

  • CVE-2025-27610: Fixed improper sanitization of user-supplied paths when serving files leading to local file inclusion (bsc#1239298).
  • CVE-2025-25184: Fixed Rack::CommonLogger log entry manipulation (bsc#1237141).

Список пакетов

openSUSE Leap 15.6
ruby2.5-rubygem-rack-1_6-1.6.8-150000.3.3.1
ruby2.5-rubygem-rack-doc-1_6-1.6.8-150000.3.3.1
ruby2.5-rubygem-rack-testsuite-1_6-1.6.8-150000.3.3.1

Описание

Rack provides an interface for developing web applications in Ruby. Prior to versions 2.2.11, 3.0.12, and 3.1.10, Rack::CommonLogger can be exploited by crafting input that includes newline characters to manipulate log entries. The supplied proof-of-concept demonstrates injecting malicious content into logs. When a user provides the authorization credentials via Rack::Auth::Basic, if success, the username will be put in env['REMOTE_USER'] and later be used by Rack::CommonLogger for logging purposes. The issue occurs when a server intentionally or unintentionally allows a user creation with the username contain CRLF and white space characters, or the server just want to log every login attempts. If an attacker enters a username with CRLF character, the logger will log the malicious username with CRLF characters into the logfile. Attackers can break log formats or insert fraudulent entries, potentially obscuring real activity or injecting malicious data into log files. Versions 2.2.11, 3.0.12, and 3.1.10 contain a fix.


Затронутые продукты
openSUSE Leap 15.6:ruby2.5-rubygem-rack-1_6-1.6.8-150000.3.3.1
openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-1_6-1.6.8-150000.3.3.1
openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-1_6-1.6.8-150000.3.3.1

Ссылки

Описание

Rack provides an interface for developing web applications in Ruby. Prior to versions 2.2.13, 3.0.14, and 3.1.12, `Rack::Static` can serve files under the specified `root:` even if `urls:` are provided, which may expose other files under the specified `root:` unexpectedly. The vulnerability occurs because `Rack::Static` does not properly sanitize user-supplied paths before serving files. Specifically, encoded path traversal sequences are not correctly validated, allowing attackers to access files outside the designated static file directory. By exploiting this vulnerability, an attacker can gain access to all files under the specified `root:` directory, provided they are able to determine then path of the file. Versions 2.2.13, 3.0.14, and 3.1.12 contain a patch for the issue. Other mitigations include removing usage of `Rack::Static`, or ensuring that `root:` points at a directory path which only contains files which should be accessed publicly. It is likely that a CDN or similar static file server would also mitigate the issue.


Затронутые продукты
openSUSE Leap 15.6:ruby2.5-rubygem-rack-1_6-1.6.8-150000.3.3.1
openSUSE Leap 15.6:ruby2.5-rubygem-rack-doc-1_6-1.6.8-150000.3.3.1
openSUSE Leap 15.6:ruby2.5-rubygem-rack-testsuite-1_6-1.6.8-150000.3.3.1

Ссылки