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

exploitDog

github логотип

GHSA-xwqr-xmgg-j69q

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

Описание

Integer overflow in solana_rbpf

From version 0.2.14 to 0.2.16 for Solana rBPF, function "relocate" in the file src/elf.rs has an integer overflow bug because the sym.st_value is read directly from ELF file without checking. If the sym.st_value is rather large, an integer overflow is triggered while calculating the variable "addr" via addr = (sym.st_value + refd_pa) as u64

Пакеты

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

solana_rbpf

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

>= 0.2.14, < 0.2.17

0.2.17

EPSS

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

7.5 High

CVSS3

Дефекты

CWE-190

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

CVSS3: 7.5
nvd
больше 3 лет назад

From version 0.2.14 to 0.2.16 for Solana rBPF, function "relocate" in the file src/elf.rs has an integer overflow bug because the sym.st_value is read directly from ELF file without checking. If the sym.st_value is rather large, an integer overflow is triggered while calculating the variable "addr" via "addr = (sym.st_value + refd_pa) as u64";

EPSS

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

7.5 High

CVSS3

Дефекты

CWE-190