mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-23 15:38:27 +01:00
556 B
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.