Files
advisory-db/crates/portaudio/RUSTSEC-2016-0003.md
2023-06-13 15:10:24 +02:00

556 B

[advisory]
id = "RUSTSEC-2016-0003"
package = "portaudio"
aliases = ["CVE-2016-10933", "GHSA-pq6v-x7gp-7776"]
cvss = "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N"
date = "2016-08-01"
keywords = ["ssl", "mitm"]
url = "https://github.com/RustAudio/rust-portaudio/issues/144"

[versions]
patched = []

HTTP download and execution allows MitM RCE

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.