Hacker News new | ask | show | jobs
by gitweb 2017 days ago
Telegram Desktop is a cross-platform C++ app. What similar remote code execution exploit has existed in the wild for it?
3 comments

One of them requires the user to click run on a file, much like running an EXE. The other, simply saves potentially malicious data to external storage which would then have to be run by a separate malicious third-party app. This are far from RCE exploits that execute immediately without poor user decision making, and Rust is not impervious to security exploits similar to these.
C'mon. Just because there is one C++ app without remote exploits doesn't mean all C++ apps are immune.
FYI it's not just PL that factors into security. The engineers, for example.