this post was submitted on 29 Feb 2024
160 points (97.6% liked)

Technology

58451 readers
5524 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

cross-posted from: https://sopuli.xyz/post/9771976

GitHub besieged by millions of malicious repositories in ongoing attack

all 14 comments
sorted by: hot top controversial new old
[–] driving_crooner@lemmy.eco.br 51 points 7 months ago (2 children)

Imagine if AI starts to pick up those malicious code as valid, and when you ask it to help you set up a server or something it gives you the malicious code.

[–] TimeSquirrel@kbin.social 18 points 7 months ago* (last edited 7 months ago)

Which is why people still need to learn to code. We are gonna find out real quick who the copypaster fakes are.

[–] pdxfed@lemmy.world 4 points 7 months ago* (last edited 7 months ago)

There was an article a week ago about how hundreds of compromised know exploits were found in GitHub.

Keep grinding your ITs hours down and outsource and contract and eventually you have 21 year olds responsible for global security with no time or resources and then hey, you're Boeing!

[–] jeena@jemmy.jeena.net 9 points 7 months ago (1 children)

I planned to selfhost my own code repos forever, this gives me one more little push, but let's see if I move it to my server.

[–] doppelgangmember@lemmy.world 3 points 7 months ago

this persons fucks

[–] Siegfried@lemmy.world 7 points 7 months ago (3 children)
[–] surewhynotlem@lemmy.world 28 points 7 months ago

To try and take over other people's ci/cd pipelines and inject malware into otherwise legitimate application binaries.

[–] phillaholic@lemm.ee 5 points 7 months ago

LastPass hack happened due to a developer logging I. On their home PV which had an outdated and vulnerable version of Plex installed. Swap outdated for “maliciously forked” and now attackers have legit code that can run for months before they use what they’ve injected to take over.

[–] Aatube@kbin.social 1 points 7 months ago (1 children)

Why would somebody want to steal my login credentials‽‽

[–] AnUnusualRelic@lemmy.world 2 points 7 months ago

That would be silly, it would only go to accounts that aren't theirs.

[–] mesamunefire@lemmy.world 7 points 7 months ago

A couple devs i know got hit by this. They are going after anyone and everyone.

[–] jwt@programming.dev 3 points 7 months ago

I wonder how that seven layer obfuscation works in practice. the gif in the article shows an encrypted string being decrypted (with the decryption key right there in plain sight?) and executed, and I get they try to hide it by right aligning it with ~1000 spaces, but wouldn't that still be super obvious in a git commit diff?