A remote code execution vulnerability in GNOME
A remote code execution vulnerability in GNOME
Posted Oct 10, 2023 15:32 UTC (Tue) by fredrik (subscriber, #232)In reply to: A remote code execution vulnerability in GNOME by leromarinvit
Parent article: A remote code execution vulnerability in GNOME
It is notable that the target of this vulnerability, the file indexer tracker-miner, apparently had employed both ASLR and seccomp sandboxing in an attempt to prevent exploits.
That reminds me of the Chromium Rule of 2. Only in this case there was a sandbox, but the unsafe language still allowed untrustworthy inputs to compromise the system. Oh well, at least it was a mistake no real C programmer worth his salt would ever make, surely?
Granted, the project was started in 2005 when safer languages weren't such a hot topic as today, but can we at least stop and take notice now: The use of memory-unsafe languages are no longer appropriate when dealing with unsafe input! If at all.
</rant>
https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/security/rule-of-2.md
