1233
Malware As A Service (sh.itjust.works)
you are viewing a single comment's thread
view the rest of the comments
[-] ytg@sopuli.xyz 2 points 1 year ago

There's no way of knowing that, though. Perhaps their Linux and Darwin drivers wouldn't have paniced the system?

Regardless, doing almost anything at the kernel level is never a good idea

[-] ohmyiv@lemmy.world 8 points 1 year ago

It's not impossible. Crowdstrike has done it recently to linux machines.

Kernel panic observed after booting 5.14.0-427.13.1.el9_4.x86_64 by falcon-sensor process:
https://access.redhat.com/solutions/7068083

[-] match@pawb.social 2 points 1 year ago

Paywalled, unfortunately

[-] ricecake@sh.itjust.works 6 points 1 year ago

Also, it's less about "their" drivers and more about what a kernel module can do.
Saying "there's no way to know" doesn't fit, because we do know that a malformed kernel module can destabilize a linux or mac system.

"Malformed file" isn't a programming defect or something you can fix by having a better API.

[-] deadbeef79000@lemmy.nz 1 points 1 year ago

Having the data exposed to userspace via an API would avoid having to have a kernel module at all... Which when malformed wouldn't compromise the kernel.

[-] ricecake@sh.itjust.works 4 points 1 year ago

I mean, sure. But typically operating systems don't expose that type of information to user space, instead providing a kernel interface with user mode configuration.

It's why they use the same basic approach on mac and Linux.

[-] ricecake@sh.itjust.works 5 points 1 year ago

Security operations being one of the things that is often best done at the kernel level because of the need to monitor network and file operations in a way you can't in user mode.

this post was submitted on 19 Jul 2024
1233 points (100.0% liked)

Programmer Humor

26891 readers
509 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS