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(12 total, 7 outdated, 1 insecure)
| Crate | Required | Latest | Status |
|---|---|---|---|
| bitflags | ^1.0 | 2.10.0 | out of date |
| cassowary | ^0.3 | 0.3.0 | up to date |
| crossterm | ^0.14 | 0.29.0 | out of date |
| easycurses | ^0.12.2 | 0.13.0 | out of date |
| either | ^1.5 | 1.15.0 | up to date |
| itertools | ^0.8 | 0.14.0 | out of date |
| log | ^0.4 | 0.4.28 | 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.5 | out of date |
| unicode-segmentation | ^1.2 | 1.12.0 | up to date |
| unicode-width | ^0.1 | 0.2.2 | out of date |
(4 total, 2 outdated)
| Crate | Required | Latest | Status |
|---|---|---|---|
| failure | ^0.1 | 0.1.8 | up to date |
| rand | ^0.7 | 0.9.2 | out of date |
| stderrlog | ^0.4 | 0.6.0 | out of date |
| structopt | ^0.3 | 0.3.26 | 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.