ALT-BU-2023-2901-1
Branch sisyphus_mipsel update bulletin.
Package python3-module-eventlet updated to version 0.33.3-alt1 for branch sisyphus_mipsel.
Closed bugs
Приобретает анметы при пересборке
Package userpasswd updated to version 0.3.4-alt1 for branch sisyphus_mipsel.
Closed bugs
Проблема смены личного пароля пользователя
Package curl updated to version 8.0.1-alt1 for branch sisyphus_mipsel.
Closed vulnerabilities
BDU:2023-02084
Уязвимость утилиты программной строки curl, связанная неправильной заменой символа тильды (~) при использовании в качестве префикса в первом элементе path, позволяющая нарушителю обойти фильтрацию или выполнить произвольный код
BDU:2023-02103
Уязвимость библиотеки libcurl, связанная с обходом процедуры аутентификации, позволяющая нарушителю повторно использовать неподходящее соединение
BDU:2023-02105
Уязвимость библиотеки libcurl, связанная с отсутствием мьютексов или блокировок потоков, позволяющая нарушителю использовать память после освобождения
BDU:2023-02106
Уязвимость библиотеки libcurl, связанная с повторным использованием FTP-соединения, позволяющая нарушителю использовать неправильные учетные данные при выполнении передачи, что потенциально может привести к раскрытию защищаемой информации
BDU:2023-02107
Уязвимость утилиты программной строки curl, связанная с неспособностью очищать специальные элементы в другой плоскости, позволяющая нарушителю выполнять произвольный код в системе.
BDU:2023-02109
Уязвимость функции повторного использования соединения библиотеки libcurl, позволяющая нарушителю повлиять на передачу данных krb5/kerberos / negotiate /GSSAPI и потенциально привести к несанкционированному доступу к конфиденциальной информации
Modified: 2024-11-21
CVE-2023-27533
A vulnerability in input validation exists in curl <8.0 during communication using the TELNET protocol may allow an attacker to pass on maliciously crafted user name and "telnet options" during server negotiation. The lack of proper input scrubbing allows an attacker to send content or perform option negotiation without the application's intent. This vulnerability could be exploited if an application allows user input, thereby enabling attackers to execute arbitrary code on the system.
- https://hackerone.com/reports/1891474
- https://hackerone.com/reports/1891474
- [debian-lts-announce] 20230421 [SECURITY] [DLA 3398-1] curl security update
- [debian-lts-announce] 20230421 [SECURITY] [DLA 3398-1] curl security update
- FEDORA-2023-7e7414e64d
- FEDORA-2023-7e7414e64d
- GLSA-202310-12
- GLSA-202310-12
- https://security.netapp.com/advisory/ntap-20230420-0011/
- https://security.netapp.com/advisory/ntap-20230420-0011/
Modified: 2024-11-21
CVE-2023-27534
A path traversal vulnerability exists in curl <8.0.0 SFTP implementation causes the tilde (~) character to be wrongly replaced when used as a prefix in the first path element, in addition to its intended use as the first element to indicate a path relative to the user's home directory. Attackers can exploit this flaw to bypass filtering or execute arbitrary code by crafting a path like /~2/foo while accessing a server with a specific user.
- https://hackerone.com/reports/1892351
- https://hackerone.com/reports/1892351
- [debian-lts-announce] 20240317 [SECURITY] [DLA 3763-1] curl security update
- [debian-lts-announce] 20240317 [SECURITY] [DLA 3763-1] curl security update
- FEDORA-2023-7e7414e64d
- FEDORA-2023-7e7414e64d
- GLSA-202310-12
- GLSA-202310-12
- https://security.netapp.com/advisory/ntap-20230420-0012/
- https://security.netapp.com/advisory/ntap-20230420-0012/
Modified: 2024-11-21
CVE-2023-27535
An authentication bypass vulnerability exists in libcurl <8.0.0 in the FTP connection reuse feature that can result in wrong credentials being used during subsequent transfers. Previously created connections are kept in a connection pool for reuse if they match the current setup. However, certain FTP settings such as CURLOPT_FTP_ACCOUNT, CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_FTP_SSL_CCC, and CURLOPT_USE_SSL were not included in the configuration match checks, causing them to match too easily. This could lead to libcurl using the wrong credentials when performing a transfer, potentially allowing unauthorized access to sensitive information.
- https://hackerone.com/reports/1892780
- https://hackerone.com/reports/1892780
- [debian-lts-announce] 20230421 [SECURITY] [DLA 3398-1] curl security update
- [debian-lts-announce] 20230421 [SECURITY] [DLA 3398-1] curl security update
- FEDORA-2023-7e7414e64d
- FEDORA-2023-7e7414e64d
- GLSA-202310-12
- GLSA-202310-12
- https://security.netapp.com/advisory/ntap-20230420-0010/
- https://security.netapp.com/advisory/ntap-20230420-0010/
Modified: 2025-02-14
CVE-2023-27536
An authentication bypass vulnerability exists libcurl <8.0.0 in the connection reuse feature which can reuse previously established connections with incorrect user permissions due to a failure to check for changes in the CURLOPT_GSSAPI_DELEGATION option. This vulnerability affects krb5/kerberos/negotiate/GSSAPI transfers and could potentially result in unauthorized access to sensitive information. The safest option is to not reuse connections if the CURLOPT_GSSAPI_DELEGATION option has been changed.
- https://hackerone.com/reports/1895135
- https://hackerone.com/reports/1895135
- [debian-lts-announce] 20230421 [SECURITY] [DLA 3398-1] curl security update
- [debian-lts-announce] 20230421 [SECURITY] [DLA 3398-1] curl security update
- FEDORA-2023-7e7414e64d
- FEDORA-2023-7e7414e64d
- GLSA-202310-12
- GLSA-202310-12
- https://security.netapp.com/advisory/ntap-20230420-0010/
- https://security.netapp.com/advisory/ntap-20230420-0010/
Modified: 2024-11-21
CVE-2023-27537
A double free vulnerability exists in libcurl <8.0.0 when sharing HSTS data between separate "handles". This sharing was introduced without considerations for do this sharing across separate threads but there was no indication of this fact in the documentation. Due to missing mutexes or thread locks, two threads sharing the same HSTS data could end up doing a double-free or use-after-free.
Modified: 2024-11-21
CVE-2023-27538
An authentication bypass vulnerability exists in libcurl prior to v8.0.0 where it reuses a previously established SSH connection despite the fact that an SSH option was modified, which should have prevented reuse. libcurl maintains a pool of previously used connections to reuse them for subsequent transfers if the configurations match. However, two SSH settings were omitted from the configuration check, allowing them to match easily, potentially leading to the reuse of an inappropriate connection.
- https://hackerone.com/reports/1898475
- https://hackerone.com/reports/1898475
- [debian-lts-announce] 20230421 [SECURITY] [DLA 3398-1] curl security update
- [debian-lts-announce] 20230421 [SECURITY] [DLA 3398-1] curl security update
- GLSA-202310-12
- GLSA-202310-12
- https://security.netapp.com/advisory/ntap-20230420-0010/
- https://security.netapp.com/advisory/ntap-20230420-0010/
Package flatpak updated to version 1.14.4-alt1 for branch sisyphus_mipsel.
Closed vulnerabilities
Modified: 2024-11-21
CVE-2023-28100
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. Versions prior to 1.10.8, 1.12.8, 1.14.4, and 1.15.4 contain a vulnerability similar to CVE-2017-5226, but using the `TIOCLINUX` ioctl command instead of `TIOCSTI`. If a Flatpak app is run on a Linux virtual console such as `/dev/tty1`, it can copy text from the virtual console and paste it into the command buffer, from which the command might be run after the Flatpak app has exited. Ordinary graphical terminal emulators like xterm, gnome-terminal and Konsole are unaffected. This vulnerability is specific to the Linux virtual consoles `/dev/tty1`, `/dev/tty2` and so on. A patch is available in versions 1.10.8, 1.12.8, 1.14.4, and 1.15.4. As a workaround, don't run Flatpak on a Linux virtual console. Flatpak is primarily designed to be used in a Wayland or X11 graphical environment.
- https://github.com/flatpak/flatpak/commit/8e63de9a7d3124f91140fc74f8ca9ed73ed53be9
- https://github.com/flatpak/flatpak/security/advisories/GHSA-7qpw-3vjv-xrqp
- https://marc.info/?l=oss-security&m=167879021709955&w=2
- https://security.gentoo.org/glsa/202312-12
- https://github.com/flatpak/flatpak/commit/8e63de9a7d3124f91140fc74f8ca9ed73ed53be9
- https://security.gentoo.org/glsa/202312-12
- https://marc.info/?l=oss-security&m=167879021709955&w=2
- https://github.com/flatpak/flatpak/security/advisories/GHSA-7qpw-3vjv-xrqp
Modified: 2024-11-21
CVE-2023-28101
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. In versions prior to 1.10.8, 1.12.8, 1.14.4, and 1.15.4, if an attacker publishes a Flatpak app with elevated permissions, they can hide those permissions from users of the `flatpak(1)` command-line interface by setting other permissions to crafted values that contain non-printable control characters such as `ESC`. A fix is available in versions 1.10.8, 1.12.8, 1.14.4, and 1.15.4. As a workaround, use a GUI like GNOME Software rather than the command-line interface, or only install apps whose maintainers you trust.
- https://github.com/flatpak/flatpak/commit/409e34187de2b2b2c4ef34c79f417be698830f6c
- https://github.com/flatpak/flatpak/commit/6cac99dafe6003c8a4bd5666341c217876536869
- https://github.com/flatpak/flatpak/commit/7fe63f2e8f1fd2dafc31d45154cf0b191ebec66c
- https://github.com/flatpak/flatpak/security/advisories/GHSA-h43h-fwqx-mpp8
- https://security.gentoo.org/glsa/202312-12
- https://github.com/flatpak/flatpak/commit/409e34187de2b2b2c4ef34c79f417be698830f6c
- https://security.gentoo.org/glsa/202312-12
- https://github.com/flatpak/flatpak/security/advisories/GHSA-h43h-fwqx-mpp8
- https://github.com/flatpak/flatpak/commit/7fe63f2e8f1fd2dafc31d45154cf0b191ebec66c
- https://github.com/flatpak/flatpak/commit/6cac99dafe6003c8a4bd5666341c217876536869