mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-02 17:46:38 +01:00
Merge branch 'master' into curses-funcs
This commit is contained in:
19
crates/pancurses/RUSTSEC-0000-0000.toml
Normal file
19
crates/pancurses/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
|
||||
package = "pancurses"
|
||||
date = "2019-06-15"
|
||||
|
||||
title = "Format string vulnerabilities in `pancurses`"
|
||||
|
||||
description = """
|
||||
`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.
|
||||
"""
|
||||
|
||||
patched_versions = []
|
||||
|
||||
url = "https://github.com/RustSec/advisory-db/issues/106"
|
||||
|
||||
affected_functions = ["pancurses::mvprintw", "pancurses::printw"]
|
||||
Reference in New Issue
Block a user