mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-30 08:13:58 +01:00
[portaudio] add build script RCE
This commit is contained in:
15
crates/portaudio/RUSTSEC-0000-0000.toml
Normal file
15
crates/portaudio/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "portaudio"
|
||||
date = "2016-08-01"
|
||||
title = "HTTP download and execution allows MitM RCE"
|
||||
description = """
|
||||
The build script in the portaudio crate will attempt to download via HTTP
|
||||
the portaudio source and build it.
|
||||
|
||||
A Mallory in the middle can intercept the download with their own archive
|
||||
and get RCE.
|
||||
"""
|
||||
patched_versions = []
|
||||
url = "https://github.com/RustAudio/rust-portaudio/issues/144"
|
||||
keywords = ["ssl", "mitm"]
|
||||
Reference in New Issue
Block a user