Описание
Buffer overflow and format vulnerabilities in ncurses
ncurses exposes functions from the ncurses library which:
- Pass buffers without length to C functions that may write an arbitrary amount of data, leading to a buffer overflow. (instr, mvwinstr, etc)
- Passes rust &str to strings expecting C format arguments, allowing hostile input to execute a format string attack, which trivially allows writing arbitrary data to stack memory (functions in the printw family).
Пакеты
Наименование
ncurses
rust
Затронутые версииВерсия исправления
<= 5.101.0
Отсутствует
Связанные уязвимости
CVSS3: 9.8
ubuntu
больше 6 лет назад
An issue was discovered in the ncurses crate through 5.99.0 for Rust. There are instr and mvwinstr buffer overflows because interaction with C functions is mishandled.
CVSS3: 9.8
nvd
больше 6 лет назад
An issue was discovered in the ncurses crate through 5.99.0 for Rust. There are instr and mvwinstr buffer overflows because interaction with C functions is mishandled.
CVSS3: 9.8
debian
больше 6 лет назад
An issue was discovered in the ncurses crate through 5.99.0 for Rust. ...