this post was submitted on 29 Apr 2026
242 points (99.2% liked)

Linux

65584 readers
328 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 66 points 1 month ago (3 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 24 points 1 month ago (3 children)

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

Sorry, couldn't stop myself.

[–] embed_me@programming.dev 18 points 1 month ago

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

[–] Aatube@piefed.social 4 points 1 month ago

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

[–] MoogleMaestro@lemmy.zip 1 points 1 month ago* (last edited 1 month 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, assuming the binary data isn't an actual program (afaik there's no elf-file like characteristics but who knows.). 😇

[–] Aatube@piefed.social 4 points 1 month 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 10 points 1 month ago (1 children)

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

[–] flyingSock@feddit.org 6 points 1 month ago* (last edited 1 month ago)
[–] quick_snail@feddit.nl 9 points 1 month ago

I bet you could gain root on many old kernels

[–] JustTesting@lemmy.hogru.ch 2 points 1 month ago

You can find a cleaned up version here