this post was submitted on 07 Dec 2023
181 points (96.9% liked)

Technology

74132 readers
3868 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Just about every Windows and Linux device vulnerable to new LogoFAIL firmware attack::UEFIs booting Windows and Linux devices can be hacked by malicious logo images.

you are viewing a single comment's thread
view the rest of the comments
[–] gnutrino@programming.dev 14 points 2 years ago (3 children)

If you have access to directly write to arbitrary disk locations you already have full control. Why bother with overwriting the logo file with a malicious payload if you can just overwrite the actual kernel...

[–] surewhynotlem@lemmy.world 18 points 2 years ago (1 children)

Because this can persist beyond an OS rebuild or patch. You infect the BIOS and you're on the device until the BIOS is free reflashed. And who ever does that?

[–] Cocodapuf@lemmy.world 3 points 2 years ago (1 children)

Or until you overwrite that malicious logo again?

[–] surewhynotlem@lemmy.world 7 points 2 years ago

No. The logo is loaded, runs in BIOS context and is able to modify the BIOS. Now it's embedded and the logo is irrelevant.

[–] ClemaX@lemm.ee 6 points 2 years ago

Due to Secure Boot (if it actually enabled since there are some bogous implementations) this can be prevented. If I understand it correctly, LogoFAIL bypasses this security measure and enables loading unsigned code.

[–] Cocodapuf@lemmy.world 3 points 2 years ago

This is what I'm wondering