294 lines
14 KiB
JSON
294 lines
14 KiB
JSON
{
|
||
"Definition": [
|
||
{
|
||
"ID": "oval:org.altlinux.errata:def:20241231",
|
||
"Version": "oval:org.altlinux.errata:def:20241231",
|
||
"Class": "patch",
|
||
"Metadata": {
|
||
"Title": "ALT-PU-2024-1231: package `ruby` update to version 3.1.4-alt1.0.1",
|
||
"AffectedList": [
|
||
{
|
||
"Family": "unix",
|
||
"Platforms": [
|
||
"ALT Linux branch p10"
|
||
],
|
||
"Products": [
|
||
"ALT Server",
|
||
"ALT Virtualization Server",
|
||
"ALT Workstation",
|
||
"ALT Workstation K",
|
||
"ALT Education",
|
||
"Simply Linux",
|
||
"Starterkit"
|
||
]
|
||
}
|
||
],
|
||
"References": [
|
||
{
|
||
"RefID": "ALT-PU-2024-1231",
|
||
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-1231",
|
||
"Source": "ALTPU"
|
||
},
|
||
{
|
||
"RefID": "BDU:2022-03067",
|
||
"RefURL": "https://bdu.fstec.ru/vul/2022-03067",
|
||
"Source": "BDU"
|
||
},
|
||
{
|
||
"RefID": "BDU:2022-03068",
|
||
"RefURL": "https://bdu.fstec.ru/vul/2022-03068",
|
||
"Source": "BDU"
|
||
},
|
||
{
|
||
"RefID": "BDU:2023-03834",
|
||
"RefURL": "https://bdu.fstec.ru/vul/2023-03834",
|
||
"Source": "BDU"
|
||
},
|
||
{
|
||
"RefID": "BDU:2023-06647",
|
||
"RefURL": "https://bdu.fstec.ru/vul/2023-06647",
|
||
"Source": "BDU"
|
||
},
|
||
{
|
||
"RefID": "CVE-2021-33621",
|
||
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2021-33621",
|
||
"Source": "CVE"
|
||
},
|
||
{
|
||
"RefID": "CVE-2022-28738",
|
||
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2022-28738",
|
||
"Source": "CVE"
|
||
},
|
||
{
|
||
"RefID": "CVE-2022-28739",
|
||
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2022-28739",
|
||
"Source": "CVE"
|
||
},
|
||
{
|
||
"RefID": "CVE-2022-39253",
|
||
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2022-39253",
|
||
"Source": "CVE"
|
||
}
|
||
],
|
||
"Description": "This update upgrades ruby to version 3.1.4-alt1.0.1. \nSecurity Fix(es):\n\n * BDU:2022-03067: Уязвимость методов алгоритма преобразования строки в число с плавающей запятой Kernel#Float и String#to_f интерпретатора языка программирования Ruby, позволяющая нарушителю вызвать отказ в обслуживании\n\n * BDU:2022-03068: Уязвимость реализации класса Regexp интерпретатора языка программирования Ruby, позволяющая нарушителю вызвать отказ в обслуживании\n\n * BDU:2023-03834: Уязвимость компонента CGI языка программирования Ruby, позволяющая нарушителю получить доступ к конфиденциальным данным, нарушить их целостность, а также вызвать отказ в обслуживании\n\n * BDU:2023-06647: Уязвимость распределенной системы контроля версий Git для Windows, связанная с отсутствием защиты служебных данных, позволяющая нарушителю получить доступ к конфиденциальной информации\n\n * CVE-2021-33621: The cgi gem before 0.1.0.2, 0.2.x before 0.2.2, and 0.3.x before 0.3.5 for Ruby allows HTTP response splitting. This is relevant to applications that use untrusted user input either to generate an HTTP response or to create a CGI::Cookie object.\n\n * CVE-2022-28738: A double free was found in the Regexp compiler in Ruby 3.x before 3.0.4 and 3.1.x before 3.1.2. If a victim attempts to create a Regexp from untrusted user input, an attacker may be able to write to unexpected memory locations.\n\n * CVE-2022-28739: There is a buffer over-read in Ruby before 2.6.10, 2.7.x before 2.7.6, 3.x before 3.0.4, and 3.1.x before 3.1.2. It occurs in String-to-Float conversion, including Kernel#Float and String#to_f.\n\n * CVE-2022-39253: Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source's `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim's machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.\n\n * #43110: Gem::LoadError: You have already activated bundler 2.2.19, but your Gemfile requires bundler 2.1.4.\n\n * #45251: gem: Permission denied @ dir_s_mkdir - /var/cache/ruby/gemie/rubygems.org%443\n\n * #46576: ruby: сборочная зависимость от самой себя\n\n * #47660: Ошибка No such file or directory @ rb_sysopen при установке gem пакетов\n\n * #47868: Собрать свежий ruby\n\n * #48249: wrong ELF class: ELFCLASS32 - /usr/lib/ruby/psych.so (LoadError)\n\n * #48325: Не работает gem server\n\n * #48713: Удалить openssl 1.1\n\n * #48812: Попытка установить 16 новых пакетов при обновлении ruby",
|
||
"Advisory": {
|
||
"From": "errata.altlinux.org",
|
||
"Severity": "Critical",
|
||
"Rights": "Copyright 2024 BaseALT Ltd.",
|
||
"Issued": {
|
||
"Date": "2024-02-05"
|
||
},
|
||
"Updated": {
|
||
"Date": "2024-02-05"
|
||
},
|
||
"BDUs": [
|
||
{
|
||
"ID": "BDU:2022-03067",
|
||
"CVSS": "AV:N/AC:M/Au:N/C:C/I:N/A:N",
|
||
"CVSS3": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
|
||
"CWE": "CWE-119, CWE-125, CWE-704",
|
||
"Href": "https://bdu.fstec.ru/vul/2022-03067",
|
||
"Impact": "High",
|
||
"Public": "20220412"
|
||
},
|
||
{
|
||
"ID": "BDU:2022-03068",
|
||
"CVSS": "AV:L/AC:L/Au:N/C:N/I:C/A:N",
|
||
"CVSS3": "AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
|
||
"CWE": "CWE-119, CWE-415",
|
||
"Href": "https://bdu.fstec.ru/vul/2022-03068",
|
||
"Impact": "Low",
|
||
"Public": "20220412"
|
||
},
|
||
{
|
||
"ID": "BDU:2023-03834",
|
||
"CVSS": "AV:N/AC:L/Au:S/C:C/I:C/A:C",
|
||
"CVSS3": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
|
||
"CWE": "CWE-436",
|
||
"Href": "https://bdu.fstec.ru/vul/2023-03834",
|
||
"Impact": "High",
|
||
"Public": "20221122"
|
||
},
|
||
{
|
||
"ID": "BDU:2023-06647",
|
||
"CVSS": "AV:L/AC:L/Au:N/C:C/I:N/A:N",
|
||
"CVSS3": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
|
||
"CWE": "CWE-200",
|
||
"Href": "https://bdu.fstec.ru/vul/2023-06647",
|
||
"Impact": "Low",
|
||
"Public": "20221108"
|
||
}
|
||
],
|
||
"CVEs": [
|
||
{
|
||
"ID": "CVE-2021-33621",
|
||
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
|
||
"CWE": "CWE-74",
|
||
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2021-33621",
|
||
"Impact": "High",
|
||
"Public": "20221118"
|
||
},
|
||
{
|
||
"ID": "CVE-2022-28738",
|
||
"CVSS": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
|
||
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
||
"CWE": "CWE-415",
|
||
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2022-28738",
|
||
"Impact": "Critical",
|
||
"Public": "20220509"
|
||
},
|
||
{
|
||
"ID": "CVE-2022-28739",
|
||
"CVSS": "AV:N/AC:M/Au:N/C:P/I:N/A:N",
|
||
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
|
||
"CWE": "CWE-125",
|
||
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2022-28739",
|
||
"Impact": "High",
|
||
"Public": "20220509"
|
||
},
|
||
{
|
||
"ID": "CVE-2022-39253",
|
||
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
|
||
"CWE": "CWE-59",
|
||
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2022-39253",
|
||
"Impact": "Low",
|
||
"Public": "20221019"
|
||
}
|
||
],
|
||
"Bugzilla": [
|
||
{
|
||
"ID": "43110",
|
||
"Href": "https://bugzilla.altlinux.org/43110",
|
||
"Data": "Gem::LoadError: You have already activated bundler 2.2.19, but your Gemfile requires bundler 2.1.4."
|
||
},
|
||
{
|
||
"ID": "45251",
|
||
"Href": "https://bugzilla.altlinux.org/45251",
|
||
"Data": "gem: Permission denied @ dir_s_mkdir - /var/cache/ruby/gemie/rubygems.org%443"
|
||
},
|
||
{
|
||
"ID": "46576",
|
||
"Href": "https://bugzilla.altlinux.org/46576",
|
||
"Data": "ruby: сборочная зависимость от самой себя"
|
||
},
|
||
{
|
||
"ID": "47660",
|
||
"Href": "https://bugzilla.altlinux.org/47660",
|
||
"Data": "Ошибка No such file or directory @ rb_sysopen при установке gem пакетов"
|
||
},
|
||
{
|
||
"ID": "47868",
|
||
"Href": "https://bugzilla.altlinux.org/47868",
|
||
"Data": "Собрать свежий ruby"
|
||
},
|
||
{
|
||
"ID": "48249",
|
||
"Href": "https://bugzilla.altlinux.org/48249",
|
||
"Data": "wrong ELF class: ELFCLASS32 - /usr/lib/ruby/psych.so (LoadError)"
|
||
},
|
||
{
|
||
"ID": "48325",
|
||
"Href": "https://bugzilla.altlinux.org/48325",
|
||
"Data": "Не работает gem server"
|
||
},
|
||
{
|
||
"ID": "48713",
|
||
"Href": "https://bugzilla.altlinux.org/48713",
|
||
"Data": "Удалить openssl 1.1"
|
||
},
|
||
{
|
||
"ID": "48812",
|
||
"Href": "https://bugzilla.altlinux.org/48812",
|
||
"Data": "Попытка установить 16 новых пакетов при обновлении ruby"
|
||
}
|
||
],
|
||
"AffectedCPEs": {
|
||
"CPEs": [
|
||
"cpe:/o:alt:kworkstation:10",
|
||
"cpe:/o:alt:workstation:10",
|
||
"cpe:/o:alt:server:10",
|
||
"cpe:/o:alt:server-v:10",
|
||
"cpe:/o:alt:education:10",
|
||
"cpe:/o:alt:slinux:10",
|
||
"cpe:/o:alt:starterkit:p10",
|
||
"cpe:/o:alt:kworkstation:10.1",
|
||
"cpe:/o:alt:workstation:10.1",
|
||
"cpe:/o:alt:server:10.1",
|
||
"cpe:/o:alt:server-v:10.1",
|
||
"cpe:/o:alt:education:10.1",
|
||
"cpe:/o:alt:slinux:10.1",
|
||
"cpe:/o:alt:starterkit:10.1",
|
||
"cpe:/o:alt:kworkstation:10.2",
|
||
"cpe:/o:alt:workstation:10.2",
|
||
"cpe:/o:alt:server:10.2",
|
||
"cpe:/o:alt:server-v:10.2",
|
||
"cpe:/o:alt:education:10.2",
|
||
"cpe:/o:alt:slinux:10.2",
|
||
"cpe:/o:alt:starterkit:10.2"
|
||
]
|
||
}
|
||
}
|
||
},
|
||
"Criteria": {
|
||
"Operator": "AND",
|
||
"Criterions": [
|
||
{
|
||
"TestRef": "oval:org.altlinux.errata:tst:2001",
|
||
"Comment": "ALT Linux must be installed"
|
||
}
|
||
],
|
||
"Criterias": [
|
||
{
|
||
"Operator": "OR",
|
||
"Criterions": [
|
||
{
|
||
"TestRef": "oval:org.altlinux.errata:tst:20241231001",
|
||
"Comment": "erb is earlier than 0:3.1.4-alt1.0.1"
|
||
},
|
||
{
|
||
"TestRef": "oval:org.altlinux.errata:tst:20241231002",
|
||
"Comment": "gem is earlier than 2:3.3.26-alt1.0.1"
|
||
},
|
||
{
|
||
"TestRef": "oval:org.altlinux.errata:tst:20241231003",
|
||
"Comment": "irb is earlier than 0:3.1.4-alt1.0.1"
|
||
},
|
||
{
|
||
"TestRef": "oval:org.altlinux.errata:tst:20241231004",
|
||
"Comment": "libruby is earlier than 0:3.1.4-alt1.0.1"
|
||
},
|
||
{
|
||
"TestRef": "oval:org.altlinux.errata:tst:20241231005",
|
||
"Comment": "libruby-devel is earlier than 0:3.1.4-alt1.0.1"
|
||
},
|
||
{
|
||
"TestRef": "oval:org.altlinux.errata:tst:20241231006",
|
||
"Comment": "ri-doc is earlier than 0:3.1.4-alt1.0.1"
|
||
},
|
||
{
|
||
"TestRef": "oval:org.altlinux.errata:tst:20241231007",
|
||
"Comment": "rpm-macros-ruby is earlier than 1:3.1.4-alt1.0.1"
|
||
},
|
||
{
|
||
"TestRef": "oval:org.altlinux.errata:tst:20241231008",
|
||
"Comment": "ruby is earlier than 0:3.1.4-alt1.0.1"
|
||
},
|
||
{
|
||
"TestRef": "oval:org.altlinux.errata:tst:20241231009",
|
||
"Comment": "ruby-devel is earlier than 0:3.1.4-alt1.0.1"
|
||
},
|
||
{
|
||
"TestRef": "oval:org.altlinux.errata:tst:20241231010",
|
||
"Comment": "ruby-doc is earlier than 0:3.1.4-alt1.0.1"
|
||
},
|
||
{
|
||
"TestRef": "oval:org.altlinux.errata:tst:20241231011",
|
||
"Comment": "ruby-stdlibs is earlier than 0:3.1.4-alt1.0.1"
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
}
|
||
]
|
||
} |