External Transmission
Medium
- Category
- Data Exfiltration
- Content
else echo "Downloading static ffmpeg..." tmp="$(mktemp -d)" curl -sSL https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz -o "$tmp/ff.tar.xz" tar -xf "$tmp/ff.tar.xz" -C "$tmp/" cp "$tmp"/ffmpeg-*-amd64-static/ffmpeg "$DIR/bin/ffmpeg" cp "$tmp"/ffmpeg-*-amd64-static/ffprobe "$DIR/bin/ffprobe"- Confidence
- 94% confidence
- Finding
- The installer downloads a prebuilt ffmpeg archive from a third-party site and immediately extracts binaries for execution without any checksum, signature, or pinned-version verification. If the remote host, transport path, or artifact is compromised, users could install attacker-controlled executables that will later process untrusted media on the local machine.
