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.
This project contains known security vulnerabilities. Find detailed information at the bottom.
tui
(10 total, 2 outdated, 1 insecure)
Crate | Required | Latest | Status |
---|---|---|---|
bitflags | ^1.0 | 1.2.1 | up to date |
cassowary | ^0.3 | 0.3.0 | up to date |
crossterm | ^0.18 | 0.19.0 | out of date |
easycurses | ^0.12.2 | 0.13.0 | out of date |
pancurses | ^0.16.1 | 0.16.1 | insecure |
rustbox | ^0.11 | 0.11.0 | up to date |
serde | ^1 | 1.0.123 | up to date |
termion | ^1.5 | 1.5.6 | up to date |
unicode-segmentation | ^1.2 | 1.7.1 | up to date |
unicode-width | ^0.1 | 0.1.8 | up to date |
(2 total, 1 outdated)
Crate | Required | Latest | Status |
---|---|---|---|
argh | ^0.1 | 0.1.4 | up to date |
rand | ^0.7 | 0.8.3 | 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.