this post was submitted on 14 May 2026
83 points (98.8% liked)

Linux

65253 readers
751 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
top 29 comments
sorted by: hot top controversial new old
[–] Cantaloupe@lemmy.fedioasis.cc 7 points 19 hours ago

Ah shit, here we go again.

[–] AstroLightz@lemmy.world 12 points 1 day ago (1 children)

I'm sure removing the root user will prevent all escalation exploits. Can't get root if there is no root!

/j

[–] racoon@lemmy.ml 2 points 18 hours ago

Make root login 2FA with yubikey or TOTP

[–] cypherpunks@lemmy.ml 62 points 1 day ago (1 children)
[–] Runecrush376@lemmy.world 7 points 1 day ago

😂😂😂

[–] inari@piefed.zip 19 points 1 day ago (1 children)

Good news. One fewer zero-day.

[–] Goingdown@sopuli.xyz 14 points 1 day ago (1 children)

Same workaround works here as with dirty frag. Just disable those kernel modules.

[–] Tenderizer78@lemmy.ml 6 points 1 day ago (1 children)

Maybe the solution is to just, delete a bunch of kernel modules.

How many of them are actually important anyway?

[–] nyan@sh.itjust.works 2 points 1 day ago

Unless you deliberately set out to compile a minimalistic custom kernel, less than half of them. Problem is, you may not be able to easily tell which half.

[–] gary_host_laptop@lemmy.ml 6 points 1 day ago (1 children)

what's a scenario where you could suffer from this vulnerability?

[–] yogthos@lemmy.ml 7 points 1 day ago

if somebody already has access to your machine, but doesn't have root privileges

[–] fatur0000new@lemmy.ml 17 points 1 day ago (2 children)

If this is quickly solved, there is nothing to worry about

Sorry if my english is bad

[–] Azzu@lemmy.dbzer0.com 8 points 1 day ago

It is already solved. The dirtyfrag patch fixes it already.

[–] neon_nova@lemmy.dbzer0.com 6 points 1 day ago (1 children)

Only think you forgot was punctuation marks at the ends of your sentences.

[–] pastermil@sh.itjust.works 13 points 1 day ago

This simply means the person isn't finished talking.

[–] Infernal_pizza@lemmy.dbzer0.com 7 points 1 day ago (2 children)

At this point we might as well just run everything as root anyway

[–] ranzispa@mander.xyz 9 points 1 day ago

Leave ssh root access open with no password. Attackers will try to escalate privileges as their default strategy, when that fails they'll add your IP to their unhackable blacklist.

[–] Cat_Daddy@hexbear.net 14 points 1 day ago
[–] blobjim@hexbear.net 7 points 1 day ago (2 children)

It's frustrating that there isn't much of an effort to turn Linux into more of a microkernel. Instead the kernel just keeps getting bigger with even more subsystems and modules that can be exploited.

[–] ferric_carcinization@lemmy.ml 1 points 11 hours ago

A microkernel wouldn't be that useful without a stable module interface, which won't be coming anytime soon.

[–] racketlauncher831@lemmy.ml 11 points 1 day ago

Systems built on microkernels exist, you know. See Redox.
https://redox-os.org/

[–] wickedrando@lemmy.ml 7 points 1 day ago

apparmor ftw

[–] chgxvjh@hexbear.net 4 points 1 day ago (2 children)

Fuck it, taking my home server offline for a while.

[–] chgxvjh@hexbear.net 2 points 1 day ago

Mainly because of the nginx RCE

[–] Cysioland@lemmygrad.ml 2 points 1 day ago

The Pitt IT department approves

[–] altphoto@lemmy.today 2 points 1 day ago

Scarry! Uoi guys on windows better stay away...ohhh privilege!

[–] nyan@sh.itjust.works 3 points 1 day ago

I think you might be able to deactivate this one by turning off XFRM support in a custom-configured kernel, at the cost of losing some types of tunneling. Not going to actually test that, though.