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.
cursive(17 total, 5 outdated, 2 insecure)
| Crate | Required | Latest | Status |
|---|---|---|---|
| ahash | ^0.8 | 0.8.12 | up to date |
| bear-lib-terminal | ^2 | 2.0.0 | up to date |
| cfg-if | ^1 | 1.0.4 | up to date |
| crossbeam-channel | ^0.5 | 0.5.15 | up to date |
| crossterm | ^0.25 | 0.29.0 | out of date |
| cursive_core | ^0.3.0 | 0.4.6 | out of date |
| lazy_static | ^1 | 1.5.0 | up to date |
| libc | ^0.2 | 0.2.178 | up to date |
| log | ^0.4 | 0.4.29 | up to date |
| maplit | ^1.0 | 1.0.2 | up to date |
| ncurses ⚠️ | ^5.99.0 | 6.0.1 | insecure |
| pancurses ⚠️ | ^0.17 | 0.17.0 | insecure |
| signal-hook | ^0.3 | 0.3.18 | up to date |
| term_size | ^0.3 | 0.3.2 | up to date |
| termion | ^1 | 4.0.6 | out of date |
| unicode-segmentation | ^1 | 1.12.0 | up to date |
| unicode-width | ^0.1 | 0.2.2 | out of date |
(3 total, 1 outdated)
| Crate | Required | Latest | Status |
|---|---|---|---|
| atty | ^0.2 | 0.2.14 | up to date |
| pretty-bytes | ^0.2 | 0.2.2 | up to date |
| rand | ^0.8 | 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.
ncurses: Buffer overflow and format vulnerabilities in functions exposed without unsafencurses exposes functions from the ncurses library which:
instr, mvwinstr, etc)printw family).