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.6.2
This project contains known security vulnerabilities. Find detailed information at the bottom.
tui
(12 total, 7 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.9 | 0.28.1 | out of date |
easycurses | ^0.12.2 | 0.13.0 | out of date |
either | ^1.5 | 1.13.0 | up to date |
itertools | ^0.8 | 0.13.0 | out of date |
log | ^0.4 | 0.4.22 | up to date |
pancurses ⚠️ | ^0.16.1 | 0.17.0 | insecure |
rustbox | ^0.11 | 0.11.0 | 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 |
(4 total, 3 outdated)
Crate | Required | Latest | Status |
---|---|---|---|
failure | ^0.1 | 0.1.8 | up to date |
rand | ^0.6 | 0.8.5 | out of date |
stderrlog | ^0.4 | 0.6.0 | out of date |
structopt | ^0.2 | 0.3.26 | out of 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.