themachinestops@lemmy.dbzer0.com to Technology@lemmy.worldEnglish · 26 days agoAI Agent Uncovers 21 Zero-Days in FFmpeg; Chrome Patches Record 429 Bugsthehackernews.comexternal-linkmessage-square36linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkAI Agent Uncovers 21 Zero-Days in FFmpeg; Chrome Patches Record 429 Bugsthehackernews.comthemachinestops@lemmy.dbzer0.com to Technology@lemmy.worldEnglish · 26 days agomessage-square36linkfedilink
minus-squaregreyscale@lemmy.grey.ooolinkfedilinkEnglisharrow-up0·26 days agoDoes nobody isolate ffmpeg and friends from their application? I can’t imagine you’d have much fun breaking into a container that terminates the moment the original ffmpeg stops, or over-runs its max execution time…
minus-square[object Object]@lemmy.calinkfedilinkEnglisharrow-up0·26 days agoContainer escapes do exist, and they have shared kernel with the host
minus-squarePasserby6497@lemmy.worldlinkfedilinkEnglisharrow-up0·26 days agoIf you’re running rootless containers, it’s less of a concern. I’m trying to move all of my public containers to podman for this reason
Does nobody isolate ffmpeg and friends from their application?
I can’t imagine you’d have much fun breaking into a container that terminates the moment the original ffmpeg stops, or over-runs its max execution time…
Container escapes do exist, and they have shared kernel with the host
If you’re running rootless containers, it’s less of a concern. I’m trying to move all of my public containers to podman for this reason