20
Linux (In)security - Article arguing that Linux isn't as secure as people claim. Thoughts?
(madaidans-insecurities.github.io)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Another thing to point out is that he states how the Linux kernel has hundreds of vulnerabilities found compared to other OS's. Well yeah, Linux is open source and literally any researcher/security expert can read the code to find bugs. Good luck trying to do the same with Windows or MacOS.
Lastly, most Linux distros are "complete" in the sense that you generally (or at least for the majority) don't have to install much software outside of whats already in your distribution's repos; you're not having to google/download sketchy apps, so this threat model of rogue apps trying to hack/steal your data is minimal, if not non-existent.
The real problem is those systems (Windows, MacOS, iOS, Android) all have an app store where a ton of developers are trying to make money off of you in any way possible by stealing your data/invading your privacy, so they had to build a permission system because you can't trust those random people. You can generally trust your Linux distro to not package malware and can safely install any app that's available.
Edit: I should add, its still a good writeup. I think he makes some good points and it would be great to see Linux improve in some areas, even if the problem doesn't really exist as much as it does for the more commercially backed operating systems.
When it comes to find bug, vulnerabilities, audit etc. closed source is not so different from open source, people can actually reverse engineering closed source software, that's why Windows 10, for instance, has malware. If I recall correctly, reverse engineering is used even for open source software because its more easy to understand how the code work.
how the fuck is reverse engineered code easier to read then the source which anyone can see?? that makes no sense what so ever
Hi. Can you please be more nice in the future? I don't see any reasons to be rude. Maybe I'm wrong, I'm open to discussion, but your point doesn't prove anything in my opinion.
https://blog.udemy.com/reverse-engineering-tutorial/
Beyond that, there are different articles about this topic, including,
https://medium.com/swlh/intro-to-reverse-engineering-45b38370384
https://osandamalith.com/2019/02/11/linux-reverse-engineering-ctfs-for-beginners/
https://blog.kartone.ninja/2019/03/25/when-a-reverse-me-ctf-binary-makes-you-loose-that-job/