Twelve-Year-Old Linux Vulnerability Discovered and Patched

It’s a privilege escalation vulnerability:

Linux users on Tuesday got a major dose of bad news — a 12-year-old vulnerability in a system tool called Polkit gives attackers unfettered root privileges on machines running most major distributions of the open source operating system.

Previously called PolicyKit, Polkit manages system-wide privileges in Unix-like OSes. It provides a mechanism for nonprivileged processes to safely interact with privileged processes. It also allows users to execute commands with high privileges by using a component called pkexec, followed by the command…

Continue reading Twelve-Year-Old Linux Vulnerability Discovered and Patched

What is the most harm that a non-root logged-in user can do on a Linux machine? [closed]

Assume Alice has physical access to Bob’s Linux machine (but can only use the mouse/keyboard). What is the worst that can happen to Bob’s files? For example could she write in a file owned by Bob even if Bob didn’t give permission to her?
Continue reading What is the most harm that a non-root logged-in user can do on a Linux machine? [closed]