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
- Be respectful. Everyone should feel welcome here.
- No bigotry - including racism, sexism, ableism, homophobia, transphobia, or xenophobia.
- No Ads / Spamming.
- No pornography.
Community Rules
- Idk, keep it semi-professional?
- Nothing illegal. We're all ethical here.
- Rules will be added/redefined as necessary.
If you ask someone to hack your "friends" socials you're just going to get banned so don't do that.
Learn about hacking
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
view the rest of the comments
Because of course they are.
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:
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...
It's just pointing out the risk of letting someone you don't know with no legal obligations setup your complete environment.
Probably as likely as someone cracking your really secure ssh password. Still, any sane expert will recommend disabling password auth.
How do you know they weren't compromised?
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.
This is why I use my own Images if I can afford it.