Spyke
lemmy.world

For those that don't want to go back to the Dark side (Reddit), the post referenced a theme (Grey Layout global theme) which got KDE Dev's involved who in reaction removed the listing from the store.

In short - the theme ran code to run a rm -rf on the user's drive which wiped everything during install. Aside from backing up your data religiously, be sure to inspect the code instead of blindly installing for now. KDE Dev's said they will need to do better so I expect some changes are afoot to provide better security.

44
lemmy.world

Great time to mention tools like testdisk that can easily recover data that has been recently deleted on common filesystems.

39
lemmy.zip

I would use gparted

Edit: it can only restore deleted partitions, not files. For restoring files check the documentation for your file system

-11

I dont think so... you can use it to set up deleted paritions again afaik but thats all that i know of.

2

A ton of extensions are executing scripts, but this is generally behind a warning.

This REALLY has to change guys, and for that the getnewstuff backend must become better.

For example Dolphin extensions are still downloaded to some random download location that is not actually used.

And the packaging of addons is extremely random too.

29
jlai.lu

*Malicious script inside everywhere can wipe out all your data

20

Seems like a ~~blessing ~~ glaring kde bug, I mean how is it possible? Why a theme needs to be able to execute shell commands?

18

Themes are very powerful beings in KDE. they can install SDDM themes and scripts, they can set Kvantum themes, custom parameters for other parts of the system etc.

You can't really do that shit without scripting

16

We really need better sandboxing for the desktop. I see why scripting can useful for themes, but why the heck would they have so much fs access?

11

It is a bug, and not only that, it is KDE6 related lmao. It's the steam bug again!

10
lemmy.world

This is why you back up your data!

I use both Timeshift and Lucky Backup.

Timeshift is setup to back up the entire OS and user data and fire off a backup when updating (onto an internal drive).

Lucky Backup has been setup to do a one way sync of my user folders (doc's, download, pictures, videos etc) onto an external drive.

9
Weazelreply
feddit.de

Stupid question maybe, but would your backups even be safe? Sure, it was mentioned that you had to enter your sudo password, but let's say you did that because you are careless, "rm -rf" would wipe all connected and mounted drives as well, so your backups would be gone, wouldn't they? Or does Timeshift mount and unmount on demand? If so, what would happen if you ran "rm -rf" while a backup is being saved?! It seems to me that a simple "make backups" isn't enough here.

5
kylian0087reply
lemmy.world

I do not know much about Timeshift and Lucky backup. But a proper backup is not a on the same system even if it is a second drive internally. For some quick file recovery after deleting things you shouldn't have it is fine. A proper backup should be a separate system and ideally 2 systems one externally but this is overkill for most folks. With a separate system you can setup automated backups and disaster recovery. if you are scared the backup system can get compromised from the main system. you can set things up in such a way that the backup works in pull mode and the main system being backed up has no access to the backup system.

3
discuss.tchncs.de

Not everyone can have 2 computers for all kinds of reasons.

Everyone do you best. Prioritize your data and take stronger precautions for the most important.

2

A separate computer/server might be the best but their are many ways. Cloud storage is one of the many options that can be used as well.

1

This is why you shouldnt allow anything to execute arbitrary code without permission

3
futurology.today

I thought wayland was supposed to improve security. Were the past 18 years a lie?

-36

This is such a dumb comment. Jesus.

"I thought passwords were meant to improve security! So how come I got a virus????"

15

Um, this is like saying full disk encryption is false advertising, because it doesn't prevent people blowing up your apartment complex. LOL.

Sorry, dude, I cannot resist. No hate to you, we all need to start from somewhere.

5
pawb.social

Wayland isn't a product. You're gonna have to get your mind out of capitalism to understand the free software community.

0
Klarareply
lemmy.blahaj.zone

This is different from the Wayland security model, as Wayland restricts the ability for clients to modify and read from other clients arbitrarily. This is an extension to a Wayland compositor, and as all extensions do, it contains code which runs on your system. Any code, unless sandboxed, can access your filesystem no matter if it's run under Wayland, X11, or no windowing system at all for that matter.

3

It is not related to Wayland or the compositor in any way. This is a plasmashell extension.

Similar caveats do apply to KWin scripts and effects though

7

You reached the end