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, 6 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.18 | 0.29.0 | 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.228 | 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 |
(2 total, 1 outdated)
| Crate | Required | Latest | Status |
|---|---|---|---|
| argh | ^0.1 | 0.1.13 | up to date |
| rand | ^0.7 | 0.9.2 | 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.