Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Last time I did a heap overflow CVE analysis. I wanted to analyze a different kind of bug this time,...
The Problem: The All-Powerful Root In Linux, the root account is the "God mode" of the system. It has...
If you're a nerd like me and use long, complex passwords (because security ✨), typing them over and...
Sudo contains an off-by-one error that can result in a heap-based buffer overflow, which allows for privilege escalation.
Member-only story How I Harden My Linux Server in 30 Minutes After Every Fresh Install...
Member-only story How I Use Fail2Ban on Ubuntu and Linux to Block Attackers Before They Get...
I want to share some basic Linux commands to add a new user via the command line. But first, we...
Sudo contains an inclusion of functionality from untrusted control sphere vulnerability. This vulnerability could allow local attacker to leverage sudo’s -R (--chroot) option to run arbitrary commands as root, even if they are not listed in the sudoers file.
The Unsung Hero: Deep Dive into sudo on Ubuntu The recent incident involving a compromised...