Описание
Recommended update for ruby2.5
This update for ruby2.5 toversion 2.5.7 fixes the following issues:
ruby 2.5 was updated to version 2.5.7
- CVE-2020-8130: Fixed a command injection in intree copy of rake (bsc#1164804).
- CVE-2019-16255: Fixed a code injection vulnerability of Shell#[] and Shell#test (bsc#1152990).
- CVE-2019-16254: Fixed am HTTP response splitting in WEBrick (bsc#1152992).
- CVE-2019-15845: Fixed a null injection vulnerability of File.fnmatch and File.fnmatch? (bsc#1152994).
- CVE-2019-16201: Fixed a regular expression denial of service of WEBrick Digest access authentication (bsc#1152995).
- CVE-2012-6708: Fixed an XSS in JQuery
- CVE-2015-9251: Fixed an XSS in JQuery
- Fixed unit tests (bsc#1140844)
- Removed some unneeded test files (bsc#1162396).
This update was imported from the SUSE:SLE-15:Update update project.
Список пакетов
openSUSE Leap 15.1
Ссылки
- E-Mail link for openSUSE-SU-2020:0395-1
- SUSE Security Ratings
- SUSE Bug 1140844
- SUSE Bug 1152990
- SUSE Bug 1152992
- SUSE Bug 1152994
- SUSE Bug 1152995
- SUSE Bug 1162396
- SUSE Bug 1164804
- SUSE CVE CVE-2012-6708 page
- SUSE CVE CVE-2015-9251 page
- SUSE CVE CVE-2019-15845 page
- SUSE CVE CVE-2019-16201 page
- SUSE CVE CVE-2019-16254 page
- SUSE CVE CVE-2019-16255 page
- SUSE CVE CVE-2020-8130 page
Описание
jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.
Затронутые продукты
Ссылки
- CVE-2012-6708
- SUSE Bug 1111661
Описание
jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed.
Затронутые продукты
Ссылки
- CVE-2015-9251
- SUSE Bug 1099458
- SUSE Bug 1100133
- SUSE Bug 1111660
Описание
Ruby through 2.4.7, 2.5.x through 2.5.6, and 2.6.x through 2.6.4 mishandles path checking within File.fnmatch functions.
Затронутые продукты
Ссылки
- CVE-2019-15845
- SUSE Bug 1152994
Описание
WEBrick::HTTPAuth::DigestAuth in Ruby through 2.4.7, 2.5.x through 2.5.6, and 2.6.x through 2.6.4 has a regular expression Denial of Service cause by looping/backtracking. A victim must expose a WEBrick server that uses DigestAuth to the Internet or a untrusted network.
Затронутые продукты
Ссылки
- CVE-2019-16201
- SUSE Bug 1152995
Описание
Ruby through 2.4.7, 2.5.x through 2.5.6, and 2.6.x through 2.6.4 allows HTTP Response Splitting. If a program using WEBrick inserts untrusted input into the response header, an attacker can exploit it to insert a newline character to split a header, and inject malicious content to deceive clients. NOTE: this issue exists because of an incomplete fix for CVE-2017-17742, which addressed the CRLF vector, but did not address an isolated CR or an isolated LF.
Затронутые продукты
Ссылки
- CVE-2019-16254
- SUSE Bug 1152992
- SUSE Bug 1165402
Описание
Ruby through 2.4.7, 2.5.x through 2.5.6, and 2.6.x through 2.6.4 allows code injection if the first argument (aka the "command" argument) to Shell#[] or Shell#test in lib/shell.rb is untrusted data. An attacker can exploit this to call an arbitrary Ruby method.
Затронутые продукты
Ссылки
- CVE-2019-16255
- SUSE Bug 1152990
Описание
There is an OS command injection vulnerability in Ruby Rake < 12.3.3 in Rake::FileList when supplying a filename that begins with the pipe character `|`.
Затронутые продукты
Ссылки
- CVE-2020-8130
- SUSE Bug 1164804