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.
cursive 0.21.1
This project contains known security vulnerabilities. Find detailed information at the bottom.
cursive
(16 total, 1 outdated, 2 insecure)
Crate | Required | Latest | Status |
---|---|---|---|
ahash | ^0.8 | 0.8.11 | up to date |
bear-lib-terminal | ^2 | 2.0.0 | up to date |
cfg-if | ^1 | 1.0.0 | up to date |
crossbeam-channel | ^0.5 | 0.5.14 | up to date |
crossterm | ^0.28.1 | 0.28.1 | up to date |
cursive_core | ^0.4.0 | 0.4.6 | up to date |
lazy_static | ^1 | 1.5.0 | up to date |
libc | ^0.2 | 0.2.171 | up to date |
log | ^0.4 | 0.4.26 | up to date |
maplit | ^1.0 | 1.0.2 | up to date |
ncurses ⚠️ | ^6.0.1 | 6.0.1 | insecure |
pancurses ⚠️ | ^0.17 | 0.17.0 | insecure |
signal-hook | ^0.3 | 0.3.17 | up to date |
termion | ^4 | 4.0.4 | up to date |
unicode-segmentation | ^1 | 1.12.0 | up to date |
unicode-width | ^0.1 | 0.2.0 | out of date |
(4 total, 1 outdated)
Crate | Required | Latest | Status |
---|---|---|---|
pretty-bytes | ^0.2 | 0.2.2 | up to date |
rand | ^0.8 | 0.9.0 | out of date |
serde_json | ^1.0.85 | 1.0.140 | up to date |
serde_yaml | ^0.9.13 | 0.9.34+deprecated | 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.
ncurses
: Buffer overflow and format vulnerabilities in functions exposed without unsafencurses
exposes functions from the ncurses library which:
instr
, mvwinstr
, etc)printw
family).