20
submitted 1 day ago by arsus5478@lemmy.ml to c/linux@lemmy.ml

I just read about this exploit and don't know if I have to do anything at all.

please eli5 because I'm not good at this.

top 7 comments
sorted by: hot top controversial new old
[-] dan@upvote.au 11 points 23 hours ago

Make sure you have the security repo enabled in /etc/apt/sources.list. It should be enabled by default. Just search that file for "security"

Then just run apt update, apt upgrade, and reboot.

[-] deleted@lemmy.world 1 points 21 hours ago* (last edited 18 hours ago)

~~I think apt upgrade wouldn’t upgrade the kernel. The correct one is apt dist-upgrade.~~

Edit: apt update would patch the kernel.

[-] dan@upvote.au 2 points 16 hours ago* (last edited 16 hours ago)

You're thinking of apt full-upgrade. dist-upgrade is the old name for it.

The only difference between upgrade and full-upgrade is that full-upgrade will delete packages if necessary (like if you have a program installed that conflicts with a new version of another program), whereas upgrade will never do that. upgrade is safer for day-to-day updates.

If you do an upgrade and there's packages that need you to run full-upgrade, you'll see a message saying that some packages have been held back.

full-upgrade is mostly safe. You just need to read the output carefully before continuing.

[-] Ooops@feddit.org 3 points 20 hours ago

upgrade to next kernel version != patch the kernel with backported security fixes

[-] deleted@lemmy.world 1 points 18 hours ago

Thank you for your reply.

I saw a post lately regarding this and my Debian kernel update was held back because I thought apt upgrade upgrades everything. After I ran apt dist-upgrade it was upgraded.

The post: https://lemmy.world/post/46322168

[-] novafunc@discuss.tchncs.de 2 points 19 hours ago* (last edited 19 hours ago)

6.12.90 is the latest release, you’re good. Just make sure you’ve rebooted since installing it.

[-] bjoern_tantau@swg-empire.de 2 points 19 hours ago

Debian is pretty good at ensuring security fixes are applied to their software. Even if the specific version of a program (or the kernel) is old they make sure to include security fixes of newer versions.

So like the other comment said just upgrading like normal should be enough.

this post was submitted on 30 May 2026
20 points (100.0% liked)

Linux

65536 readers
165 users here now

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.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS