this post was submitted on 23 Sep 2025
758 points (98.6% liked)

Microblog Memes

9290 readers
3499 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Ephera@lemmy.ml 17 points 3 days ago* (last edited 3 days ago) (1 children)

Microsoft managed to build a file format for spreadsheets, text documents and such, which can be used to run arbitrary code on the PC where it's opened (via VBA). In a move that no one could have predicted, this is used to distribute malware.
And their bandaid fix is this "Protected Mode", which is entered when you receive a document from another organization. In Protected Mode, it does not run VBA code until you exit it.

Unfortunately, their solution has conditioned users to basically always exit Protected Mode.

[–] bleistift2@sopuli.xyz 6 points 3 days ago (1 children)

The annoying part is, they could check if the file even contains malicious code. But they don’t and instead default to protected mode, even for basic files.

[–] lemming741@lemmy.world 6 points 3 days ago

It's probably spaghetti enough that just loading it to check would be exploitable.