Hacker News

Favorites Setup
Comment by Allwinkt | original | Arbitrary code execution in QubesOS via copy-to-VM error reporting backchannel
[−]Allwinkt · 2026-08-30 Sun 12:08 UTC · link
The worst part is that in 2020 they explicitly documented that the remote filename is attacker controlled,but still allowed it to reach system() That is C security 101: never pass untrusted input through a shell. This should have been caught in review!