pancurses::mvprintw
and pancurses::printw
passes a pointer from a rust &str
to C,
allowing hostile input to execute a format string attack, which trivially allows writing
arbitrary data to stack memory.
tui 0.16.0
This project contains known security vulnerabilities. Find detailed information at the bottom.
tui
(10 total, 6 outdated, 1 insecure)
Crate | Required | Latest | Status |
---|---|---|---|
bitflags | ^1.0 | 2.6.0 | out of date |
cassowary | ^0.3 | 0.3.0 | up to date |
crossterm | ^0.20 | 0.28.1 | out of date |
easycurses | ^0.12.2 | 0.13.0 | out of date |
pancurses ⚠️ | ^0.16.1 | 0.17.0 | insecure |
rustbox | ^0.11 | 0.11.0 | up to date |
serde | ^1 | 1.0.216 | up to date |
termion | ^1.5 | 4.0.3 | out of date |
unicode-segmentation | ^1.2 | 1.12.0 | up to date |
unicode-width | ^0.1 | 0.2.0 | out of date |
(2 total, all up-to-date)
Crate | Required | Latest | Status |
---|---|---|---|
argh | ^0.1 | 0.1.13 | up to date |
rand | ^0.8 | 0.8.5 | up to date |
pancurses
: Format string vulnerabilities in `pancurses`pancurses::mvprintw
and pancurses::printw
passes a pointer from a rust &str
to C,
allowing hostile input to execute a format string attack, which trivially allows writing
arbitrary data to stack memory.