this post was submitted on 02 May 2024
101 points (98.1% liked)

Cybersecurity

8045 readers
110 users here now

c/cybersecurity is a community centered on the cybersecurity and information security profession. You can come here to discuss news, post something interesting, or just chat with others.

THE RULES

Instance Rules

Community Rules

If you ask someone to hack your "friends" socials you're just going to get banned so don't do that.

Learn about hacking

Hack the Box

Try Hack Me

Pico Capture the flag

Other security-related communities !databreaches@lemmy.zip !netsec@lemmy.world !securitynews@infosec.pub !cybersecurity@infosec.pub !pulse_of_truth@infosec.pub

Notable mention to !cybersecuritymemes@lemmy.world

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] LucidNightmare@lemmy.world 14 points 1 year ago (21 children)

Because of course they are.

[–] sugar_in_your_tea@sh.itjust.works 27 points 1 year ago* (last edited 1 year ago) (20 children)

The more interesting question is, how many downloads do they get?

So without those numbers, I see this as largely FUD. It doesn't seem like trusted repos are getting infiltrated, so this sounds like a nothing burger. It's good that Docker removed them, but without actual evidence of harm, it just seems cosmetic.

As of this writing, I saw one comment:

I get all kinds flack for not using docker containers and this is why I don't. 20% is 1 in 5 containers, that cannot be trusted. I have no desire to to build my own Docker containers. I would much rather spin up a VM. CPU, RAM and disk space are cheap these days.

- Throwdown

This entirely misses the point of Docker. Yeah, 1 in 5 containers have malware, but how likely are you to be mislead into using one of those containers? I only pull containers based on some official project.

For example, if I want to host nextcloud, there's an "official" image for that. For CI, I generally use images from "official" sources (e.g. this one from Rust for Rust projects).

Then again, I'm a developer, but I don't see anything here about Docker itself being a problem, and the vast majority of users will probably just follow links from some blog to accomplish some task, they won't be downloading random images from the Docker hub...

[–] heeplr@feddit.de 3 points 1 year ago* (last edited 1 year ago) (9 children)

This entirely misses the point of Docker.

It's just pointing out the risk of letting someone you don't know with no legal obligations setup your complete environment.

How likely

Probably as likely as someone cracking your really secure ssh password. Still, any sane expert will recommend disabling password auth.

I only pull containers based on some official project.

How do you know they weren't compromised?

but I don't see anything here about Docker itself being a problem

The problem is that rootless docker is a pain and no one does it. Privileged software sideloading other software is a huge risk.

That risk now became an incident. Even if you're not affected, the risk still remains.

[–] Fijxu@programming.dev 3 points 1 year ago

This is why I use my own Images if I can afford it.

load more comments (8 replies)
load more comments (18 replies)
load more comments (18 replies)