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.
easycurses 0.12.2
This project contains known security vulnerabilities. Find detailed information at the bottom.
easycurses
(1 total, 1 outdated, 1 insecure)
Crate | Required | Latest | Status |
---|---|---|---|
pancurses ⚠️ | ^0.16 | 0.17.0 | insecure |
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.