Ubuntu fixes bugs that standard users could use to become root

A handful of commands was all it took for untrusted users to become all-powerful. …

Image of ones and zeros with the word reader comments

76 with 53 posters participating

Ubuntu developers have fixed a series of vulnerabilities that made it easy for standard users to gain coveted root privileges.

“This blog post is about an astonishingly straightforward way to escalate privileges on Ubuntu,” Kevin Backhouse, a researcher at GitHub, wrote in a post published on Tuesday. “With a few simple commands in the terminal, and a few mouse clicks, a standard user can create an administrator account for themselves.”

The first series of commands triggered a denial-of-service bug in a daemon called accountsservice, which as its name suggests is used to manage user accounts on the computer. To do this, Backhouse created a Symlink that linked a file named .pam_environment to /dev/zero, changed the regional language setting, and sent accountsservice a SIGSTOP. With the help of a few extra commands, Backhouse was able to set a timer that gave him just enough time to log out of the account before accountsservice crashed.

When done correctly, Ubuntu would restart and open a window that allowed the user to create a new account that—you guessed it—had root privileges. Here’s a video of Backhouse’s attack in action.

[embedded content]
Ubuntu 20.04 local privilege escalation using vulnerabilities in gdm3 and accountsservice

Backhouse said that Ubuntu uses a modified version of accountsservice that contains code that’s not included in the upstream version. The extra code looks for the .pam_environment file in the home directory. By making the file a symlink to /dev/zero, .pam_environment gets stuck in an infinite loop.

The second bug involved in the hack resided in

Continue reading – Article source

Similar Posts: