this post was submitted on 29 Apr 2026
148 points (99.3% liked)

Linux

65065 readers
133 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
you are viewing a single comment's thread
view the rest of the comments
[–] MoogleMaestro@lemmy.zip 50 points 6 days ago (2 children)

It's a bit strange that this code requires a binary blob to verify, I think people who want to experiment with this should take some caution as it could be an exploit-in-an-exploit (user is highlighting a real exploit, but also trying to take advantage of people testing by effectively installing a back-door.) I won't say that's happening for sure, but take running this yourself with extreme caution.

[–] AcornTickler@sh.itjust.works 13 points 5 days ago (3 children)

BLOB already includes "binary". That's what the first B is for.

Sorry, couldn't stop myself.

[–] embed_me@programming.dev 11 points 5 days ago

No one means BLOB when they say blob, it's a backronym mostly for fun

[–] MoogleMaestro@lemmy.zip 1 points 4 days ago* (last edited 4 days ago)

I had always heard "binary blob" said when it came to opaque code, but I see that blob is what is used to describe unexplained binary data as a whole in database lingo, so I'm willing to say your usage of it is probably more correct than mine here. 😇

[–] Aatube@piefed.social 3 points 5 days ago

Apparently that's only for blob storage (now "object storage), not https://en.wikipedia.org/wiki/Binary_blob

[–] Aatube@piefed.social 2 points 5 days ago (2 children)

The compressed binary blob is just a 160 B ELF when uncompressed. I don't think you can do much with that.

[–] atzanteol@sh.itjust.works 7 points 5 days ago (1 children)

You could probably write all zeros to a file. Say, /dev/sda?

[–] flyingSock@feddit.org 3 points 5 days ago* (last edited 5 days ago)
[–] quick_snail@feddit.nl 3 points 5 days ago

I bet you could gain root on many old kernels