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:09 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() This is C security 101: never pass untrusted input through a shell. This should have been caught in the review!
[−]palata · 2026-08-30 Sun 12:21 UTC · link
Isn't it the case for all bugs? If they appear in the production software, it means that they passed the review. And obviously bugs shouldn't pass the review, but that's easier said than done.
[−]vlovich123 · 2026-08-30 Sun 15:49 UTC · link
This should be made structurally impossible through type safety rather relying on code review.