this post was submitted on 26 Sep 2024
161 points (97.6% liked)

Linux

47484 readers
1389 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] henfredemars@infosec.pub 27 points 3 days ago (2 children)

Entirely personal recommendation, take it or leave it: I’ve seen and attacked enough of this codebase to remove any CUPS service, binary and library from any of my systems and never again use a UNIX system to print. I’m also removing every zeroconf / avahi / bonjour listener. You might consider doing the same.

Great advice. It would appear these developers don’t take security seriously.

[–] masterofn001@lemmy.ca 20 points 3 days ago (3 children)

Mdns is something most people have no idea exists.

Oh, neat, all my devices broadcast all their open ports, services, addresses, hardware and names? Cool!

No.

[–] ryannathans@aussie.zone 1 points 3 days ago

Going to rely on security through obscurity instead?

[–] SmoothLiquidation@lemmy.world 14 points 3 days ago (2 children)

If your router/firewall is configured to let these broadcasts through you have a problem. If it is working correctly and you have an attacker on your lan? You have already lost.

[–] Majestic@lemmy.ml 14 points 3 days ago* (last edited 3 days ago)

It depends. If you're using a laptop and say you take it to university or work then you're not on your LAN. You're on someone else's LAN and they may have no interest in trying to stop these types of attacks via any kind of client isolation or it may be incomplete.

I can imagine it's a very normal scenario for university students to have CUPS running and available on all networks as they may need to print at their university.

[–] Nunar@lemmy.world 3 points 3 days ago

You've just described every enterprise who allows Linux in their environment.

[–] nialv7@lemmy.world 1 points 3 days ago

Errr I use mdns all the time...

[–] ryannathans@aussie.zone 0 points 3 days ago (2 children)
[–] masterofn001@lemmy.ca 5 points 3 days ago (1 children)

They're standardised zeroconnf protocols. Apple was part of the early development.

Bonjour is the apple implementation for mDNS.

Avahi is the GPL compliant implementation.

mDNS, llmnr (ms developed), have been known for ages to be vulnerable.

https://en.m.wikipedia.org/wiki/Zero-configuration_networking#Standardization

*I don't like apple

[–] Nunar@lemmy.world 9 points 3 days ago

Nobody likes Apple. They're just afraid to say they don't.