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

exploitDog

github логотип

GHSA-76w9-p8mg-j927

Опубликовано: 06 янв. 2022
Источник: github
Github: Прошло ревью
CVSS3: 6.7

Описание

Out-of-bounds Write in nix

On certain platforms, if a user has more than 16 groups, the nix::unistd::getgrouplist function will call the libc getgrouplist function with a length parameter greater than the size of the buffer it provides, resulting in an out-of-bounds write and memory corruption.

The libc getgrouplist function takes an in/out parameter ngroups specifying the size of the group buffer. When the buffer is too small to hold all of the requested user's group memberships, some libc implementations, including glibc and Solaris libc, will modify ngroups to indicate the actual number of groups for the user, in addition to returning an error. The version of nix::unistd::getgrouplist in nix 0.16.0 and up will resize the buffer to twice its size, but will not read or modify the ngroups variable. Thus, if the user has more than twice as many groups as the initial buffer size of 8, the next call to getgrouplist will then write past the end of the buffer.

The issue would require editing /etc/groups to exploit, which is usually only editable by the root user.

Пакеты

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

nix

rust
Затронутые версииВерсия исправления

>= 0.16.0, < 0.20.2

0.20.2

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

nix

rust
Затронутые версииВерсия исправления

>= 0.21.0, < 0.21.2

0.21.2

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

nix

rust
Затронутые версииВерсия исправления

>= 0.22.0, < 0.22.2

0.22.2

EPSS

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

6.7 Medium

CVSS3

Дефекты

CWE-787

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

CVSS3: 9.8
ubuntu
около 4 лет назад

An issue was discovered in the nix crate 0.16.0 and later before 0.20.2, 0.21.x before 0.21.2, and 0.22.x before 0.22.2 for Rust. unistd::getgrouplist has an out-of-bounds write if a user is in more than 16 /etc/groups groups.

CVSS3: 9.8
nvd
около 4 лет назад

An issue was discovered in the nix crate 0.16.0 and later before 0.20.2, 0.21.x before 0.21.2, and 0.22.x before 0.22.2 for Rust. unistd::getgrouplist has an out-of-bounds write if a user is in more than 16 /etc/groups groups.

CVSS3: 9.8
msrc
больше 1 года назад

Описание отсутствует

CVSS3: 9.8
debian
около 4 лет назад

An issue was discovered in the nix crate 0.16.0 and later before 0.20. ...

EPSS

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

6.7 Medium

CVSS3

Дефекты

CWE-787