NEWS
Nine-Year-Old Bug Found and Fixed in Sudo
Sudo is found in most Linux distributions and is responsible for elevating privileges for users, so that they can perform admin tasks. Recently it was discovered that a buffer-overflow bug (https://www.sudo.ws/alerts/pwfeedback.html) had been in hiding for nine years. This bug (CVE-2019-18634; https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18634), which has existed in sudo versions 1.7.1 through 1.8.25p1) can be triggered when an administrator or a downstream distribution (such as any based on Debian/Ubuntu) enables the pwfeedback
option in the /etc/sudoers
file. Once pwfeedback
is enabled, the vulnerability can be exploited by any user on the system (even those not listed in the sudoers
file).
The pwfeedback
option is used to hash passwords when you type them (so the irony of this feature being a security vulnerability cannot be missed).
There are two bits of good news on this front. First and foremost, the vulnerability has been patched. So long as you've updated sudo to any version beyond 1.8.25p1, you're safe. The second bit of news is that, even if you've not updated, pwfeedback
isn't enabled by default in most distributions. Issue the command sudo -l
to see if pwfeedback
is listed among the enabled options. If not, you're good to go. If you do see pwfeedback
in the output of the command, upgrade sudo immediately and consider disabling the option.
Systemd-homed Is Coming to a Linux Distribution Near You
For decades, the Linux home directories and user accounts have been managed in the same fashion. The /etc/passwd
file included usernames, user IDs, and home directory locations, while the /etc/shadow
file contained user password hashes. Those two files worked in conjunction to make user logins and home directories possible.
That might be changing soon, thanks to systemd-homed.
Lennart Poettering is the main developer behind the widely-adopted systemd Linux initialization system. Although much maligned initially, systemd eventually became the de facto standard for the majority of Linux distributions.
Poettering has been at work on something special for user home management.
Ladies and gentlemen, introducing systemd-homed.
Instead of using the traditional means of user/home management, systemd-homed will collect all configuration data for each component and store the information (username, group membership, password hashes, and any other relevant information) in a JSON file. On top of that, the home directories will be linked as a LUKS encrypted container, with encryption coupled with the user login. The biggest plus of this system is that as soon as a user logs in, the home directory is decrypted. Once a user logs out, the home directory is automatically encrypted.
Although this has been in development for some time, it looks like systemd-homed will officially become a reality with the release of systemd 245. That release doesn't mean all systemd-based distributions will automatically adopt systemd-homed. However the idea of on-demand home directory encryption should appeal to most distributions and users.
Original announcement: https://linuxreviews.org/Systemd-Homed_Is_Merged_And_It_Will_Fundamentally_Change_Linux_Home_Directories
More Online
Linux Magazine
ADMIN HPC
http://www.admin-magazine.com/HPC/
Building a Virtual NVMe Drive * Petros Koutoupis
An economical and high-performing hybrid NVMe SSD is exported to host servers that use it as a locally attached NVMe device.
ADMIN Online
http://www.admin-magazine.com/
Manipulation Detection with AFICK * Tim Schürmann
AFICK is a small, free tool that helps administrators detect attempts to manipulate documents and system files.
Cron Alternatives fcron and hcron * Anzela Minosi
The fcron and hcron scheduler alternatives to cron are suitable for computers that do not run around the clock, and each comes with specific benefits.
Container IDE with Cloud Connection * Bernhard Bablok
Gitpod relies on technologies such as Docker and Eclipse Theia to serve up individual development environments for GitHub projects.
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
CarbonOS: A New Linux Distro with a Focus on User Experience
CarbonOS is a brand new, built-from-scratch Linux distribution that uses the Gnome desktop and has a special feature that makes it appealing to all types of users.
-
Kubuntu Focus Announces XE Gen 2 Linux Laptop
Another Kubuntu-based laptop has arrived to be your next ultra-portable powerhouse with a Linux heart.
-
MNT Seeks Financial Backing for New Seven-Inch Linux Laptop
MNT Pocket Reform is a tiny laptop that is modular, upgradable, recyclable, reusable, and ships with Debian Linux.
-
Ubuntu Flatpak Remix Adds Flatpak Support Preinstalled
If you're looking for a version of Ubuntu that includes Flatpak support out of the box, there's one clear option.
-
Gnome 44 Release Candidate Now Available
The Gnome 44 release candidate has officially arrived and adds a few changes into the mix.
-
Flathub Vying to Become the Standard Linux App Store
If the Flathub team has any say in the matter, their product will become the default tool for installing Linux apps in 2023.
-
Debian 12 to Ship with KDE Plasma 5.27
The Debian development team has shifted to the latest version of KDE for their testing branch.
-
Planet Computers Launches ARM-based Linux Desktop PCs
The firm that originally released a line of mobile keyboards has taken a different direction and has developed a new line of out-of-the-box mini Linux desktop computers.
-
Ubuntu No Longer Shipping with Flatpak
In a move that probably won’t come as a shock to many, Ubuntu and all of its official spins will no longer ship with Flatpak installed.
-
openSUSE Leap 15.5 Beta Now Available
The final version of the Leap 15 series of openSUSE is available for beta testing and offers only new software versions.