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

exploitDog

fstec логотип

BDU:2026-05929

Опубликовано: 20 мар. 2026
Источник: fstec
CVSS3: 6.5
CVSS2: 7.8
EPSS Низкий

Описание

Уязвимость функции fs::metadata() библиотеки для чтения и записи архивов tar на языке Rust tar-rs связана с отслеживанием символьных ссылок UNIX. Эксплуатация уязвимости может позволить нарушителю, действующему удаленно, повысить свои привилегии

Вендор

Red Hat Inc.
Сообщество свободного программного обеспечения
Canonical Ltd.
ООО «Ред Софт»

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

Red Hat Enterprise Linux
OpenShift Container Platform
Red Hat Quay
Debian GNU/Linux
Red Hat Satellite
Ubuntu
Logging subsystem for Red Hat OpenShift
OpenShift AI
Red Hat OpenShift Lightspeed
Red Hat Trusted Profile Analyzer
Confidential Compute Attestation
РЕД ОС
Red Hat Enterprise Linux AI
Red Hat Offline Knowledge Portal
Ansible Automation Platform
Lightspeed Core
Pen Drive Powered by Red Hat Lightspeed
Red Hat OpenShift Update Service
tar-rs

Версия ПО

6 (Red Hat Enterprise Linux)
7 (Red Hat Enterprise Linux)
8 (Red Hat Enterprise Linux)
4 (OpenShift Container Platform)
3 (Red Hat Quay)
11 (Debian GNU/Linux)
12 (Debian GNU/Linux)
6 (Red Hat Satellite)
22.04 LTS (Ubuntu)
9 (Red Hat Enterprise Linux)
- (Logging subsystem for Red Hat OpenShift)
24.04 LTS (Ubuntu)
- (OpenShift AI)
- (Red Hat OpenShift Lightspeed)
10 (Red Hat Enterprise Linux)
- (Red Hat Trusted Profile Analyzer)
- (Confidential Compute Attestation)
13 (Debian GNU/Linux)
25.10 (Ubuntu)
8.0 (РЕД ОС)
3 (Red Hat Enterprise Linux AI)
- (Red Hat Offline Knowledge Portal)
2 (Ansible Automation Platform)
- (Lightspeed Core)
- (Pen Drive Powered by Red Hat Lightspeed)
- (Red Hat OpenShift Update Service)
до 0.4.45 (tar-rs)

Тип ПО

Операционная система
Прикладное ПО информационных систем
ПО для разработки ИИ

Операционные системы и аппаратные платформы

Red Hat Inc. Red Hat Enterprise Linux 6
Red Hat Inc. Red Hat Enterprise Linux 7
Red Hat Inc. Red Hat Enterprise Linux 8
Сообщество свободного программного обеспечения Debian GNU/Linux 11
Сообщество свободного программного обеспечения Debian GNU/Linux 12
Canonical Ltd. Ubuntu 22.04 LTS
Red Hat Inc. Red Hat Enterprise Linux 9
Canonical Ltd. Ubuntu 24.04 LTS
Red Hat Inc. Red Hat Enterprise Linux 10
Сообщество свободного программного обеспечения Debian GNU/Linux 13
Canonical Ltd. Ubuntu 25.10
ООО «Ред Софт» РЕД ОС 8.0
Red Hat Inc. Red Hat Enterprise Linux AI 3

Уровень опасности уязвимости

Высокий уровень опасности (базовая оценка CVSS 2.0 составляет 7,8)
Средний уровень опасности (базовая оценка CVSS 3.1 составляет 6,5)
Средний уровень опасности (оценка CVSS 4.0 составляет 5,1)

Возможные меры по устранению уязвимости

В условиях отсутствия обновлений безопасности от производителя рекомендуется придерживаться "Рекомендаций по безопасной настройке операционных систем LINUX", изложенных в методическом документе ФСТЭК России, утверждённом 25 декабря 2022 года.
Использование рекомендаций производителя:
https://github.com/alexcrichton/tar-rs/security/advisories/GHSA-j4xf-2g29-59ph
Для Debian GNU/Linux:
https://security-tracker.debian.org/tracker/CVE-2026-33056
Для программных продуктов Red Hat Inc.:
https://access.redhat.com/security/cve/cve-2026-33056
Для Ubuntu:
https://ubuntu.com/security/CVE-2026-33056
Для Ред ОС:
https://redos.red-soft.ru/support/secure/uyazvimosti-red-os-8-0/uyazvimost-rust-tar-cve-2026-33056-8.0/?sphrase_id=1527275

Статус уязвимости

Подтверждена производителем

Наличие эксплойта

Существует в открытом доступе

Информация об устранении

Уязвимость устранена

Идентификаторы других систем описаний уязвимостей

EPSS

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

6.5 Medium

CVSS3

7.8 High

CVSS2

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

CVSS3: 6.5
ubuntu
5 месяцев назад

tar-rs is a tar archive reading/writing library for Rust. In versions 0.4.44 and below, when unpacking a tar archive, the tar crate's unpack_dir function uses fs::metadata() to check whether a path that already exists is a directory. Because fs::metadata() follows symbolic links, a crafted tarball containing a symlink entry followed by a directory entry with the same name causes the crate to treat the symlink target as a valid existing directory — and subsequently apply chmod to it. This allows an attacker to modify the permissions of arbitrary directories outside the extraction root. This issue has been fixed in version 0.4.45.

CVSS3: 4.4
redhat
5 месяцев назад

tar-rs is a tar archive reading/writing library for Rust. In versions 0.4.44 and below, when unpacking a tar archive, the tar crate's unpack_dir function uses fs::metadata() to check whether a path that already exists is a directory. Because fs::metadata() follows symbolic links, a crafted tarball containing a symlink entry followed by a directory entry with the same name causes the crate to treat the symlink target as a valid existing directory — and subsequently apply chmod to it. This allows an attacker to modify the permissions of arbitrary directories outside the extraction root. This issue has been fixed in version 0.4.45.

CVSS3: 6.5
nvd
5 месяцев назад

tar-rs is a tar archive reading/writing library for Rust. In versions 0.4.44 and below, when unpacking a tar archive, the tar crate's unpack_dir function uses fs::metadata() to check whether a path that already exists is a directory. Because fs::metadata() follows symbolic links, a crafted tarball containing a symlink entry followed by a directory entry with the same name causes the crate to treat the symlink target as a valid existing directory — and subsequently apply chmod to it. This allows an attacker to modify the permissions of arbitrary directories outside the extraction root. This issue has been fixed in version 0.4.45.

msrc
4 месяца назад

tar-rs: unpack_in can chmod arbitrary directories by following symlinks

CVSS3: 6.5
debian
5 месяцев назад

tar-rs is a tar archive reading/writing library for Rust. In versions ...

EPSS

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

6.5 Medium

CVSS3

7.8 High

CVSS2