|
Message-ID: <DB9P189MB20494D14F78BAC99FB599A5AC33C2@DB9P189MB2049.EURP189.PROD.OUTLOOK.COM> Date: Thu, 4 Apr 2024 01:16:07 +0000 From: Markus Klyver <markusklyver@...mail.com> To: "oss-security@...ts.openwall.com" <oss-security@...ts.openwall.com> Subject: Just a reminder to never run ldd or strings on untrusted binaries I'm not sure if people are aware of the fact that ldd can run the executable under certain circumstances. Also running strings on a malicious file can be a bad idea: https://jmmv.dev/2023/07/ldd-untrusted-binaries.html https://lcamtuf.blogspot.com/2014/10/psa-dont-run-strings-on-untrusted-files.html This advice would extend to other common tools as well, like objdump and readelf. Markus
Powered by blists - more mailing lists
Please check out the Open Source Software Security Wiki, which is counterpart to this mailing list.
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.