home.social

#supply-chain-attack — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #supply-chain-attack, aggregated by home.social.

fetched live
  1. Hey everyone! Terabytes worth of #credentials, for more than 2500 massive Fortune 500 type orgs have been exposed in a supply-chain attack on #LiteLLM.

    The breach was reported Tuesday and Wednesday by security firms #CloudSEK and #HudsonRock. (Links below) CloudSEK said it found cloud keys, repository tokens, #SSH keys, #Kubernetes secrets, package publishing credentials, environment variables, and AI provider #keys.

    This, in the world of #infosec, is called A Bad Thing. The fact that some of the credentials are still live, is mind boggling.

    #ai #security #SupplyChainAttack #hack

    cloudsek.com/blog/ai-supply-ch

    Companies exposed: exposure.cloudsek.com/ai-suppl

    hudsonrock.com/blog/largest-ai

    ArsTecnica overview: arstechnica.com/security/2026/

  2. A #supplychainattack on the #opensource tool #LiteLLM exposed #terabytes of #credentials belonging to over 2,500 organisations, including Microsoft, Amazon, and Cisco. The attack, attributed to the group TeamPCP, exploited a #vulnerability in the #vulnerabilityscanner #Trivy and compromised versions of LiteLLM, KICS, and the Telnyx Python SDK. Security firms CloudSEK and Hudson Rock urge affected organisations to rotate credentials. arstechnica.com/security/2026/ #tech #news #ainews

  3. Reward: You've received a Participation Certificate (Compromised Edition). It is non-transferable. Your credentials, however, were.

    #SupplyChainAttack #Malware #npm #SoftwareSecurity #CredentialTheft #WormPropagation (3/3)

  4. Oracle Exploited: Attackers Turn SQL Injection into Windows SYSTEM Access

    Attackers have successfully exploited a SQL injection vulnerability to gain unprecedented access to Oracle databases, converting it into a Windows SYSTEM-level access with alarming ease. This rare and sophisticated technique has allowed hackers to deploy a custom toolkit, dubbed khunt, that turns database-stored Java…

    osintsights.com/oracle-exploit

    #SqlInjection #Oracle #Java #WindowsPrivilegeEscalation #SupplyChainAttack

  5. A #supplychainattack on the #npm registry compromised over 1,300 packages, including popular ones like #Keyv and #Cacheable. The attack, which started with the compromise of Keyv’s #GitHub account, deployed a self-propagating malware named #ChainDrop. This #malware steals sensitive information, including developer and cloud credentials, and spreads to other packages. bleepingcomputer.com/news/secu #tech #news #ainews

  6. #security / reducing the blast radius of #SupplyChainAttack question on #Ubuntu

    I need to use my personal laptop for some development work. How do I reduce the blast radius of a supply chain attack on my personal laptop?

    Would having 2 separate Ubuntu installed on my laptop one for dev and other for personal use be a meaningful defense?

    Would building and running code in a virtualized environment (VM, Docker, etc) help or is it trivial for an attacker to escape the virtual environment?

    If just on one OS, I can definitely have 2 different users (for personal use vs dev work). But is that meaningful if I have sudo access for both personal and dev accounts? Wouldn't a malicious program on the dev user account just be able to access my personal use home directory?

    Open to anything that doesn't fall in the above categories.

    #infosec #cybersecurity

  7. Learn how to use the Arch User Repository (AUR) safely. Discover the lessons from the June 2026 AUR malware attack and protect your Arch Linux system.

    Full details here: ostechnix.com/use-the-aur-safe

    #ArchUserRepository #AUR #ArchLinux #Security #Malware #SupplyChainAttack #AtomicArch #Linux

  8. Jscrambler’s npm Package Got Backdoored. The Malware Ran Before Your App Ever Started.

    Jscrambler npm 8.14.0 shipped a Rust infostealer via preinstall hook, targeting cloud keys, wallets, and AI tool configs. Full technical breakdown and IOCs

    thecybersecguru.com/news/jscra

  9. Basta un npm install: la 8.14.0 di jscrambler distribuiva un infostealer Rust nelle pipeline di sviluppo

    La versione 8.14.0 del popolare pacchetto npm jscrambler è stata compromessa con un preinstall hook che eseguiva silenziosamente un infostealer Rust multipiattaforma, mirato a credenziali cloud, wallet crypto e chiavi API di strumenti AI come Claude Desktop e Cursor.

    insicurezzadigitale.com/basta-

  10. In Anbetracht der aktuellen Angriffe auf das #AUR Repository, sehe ich dunkle Wolken auch für andere Repositories aufziehen. #AUR schätze ich als verhältnismäßig leichtes Ziel ein, aber die Unsympathen üben möglicherweise nur.

    Die Bedrohungslage ist nicht nur gefühlt ziemlich hoch.

    #OSS #OpenSource #SupplyChain #SupplyChainAttack #Risiko

  11. RE: fosstodon.org/@archlinux/11673

    #Archlinux Supply chain incident shows the thing that always ignored by common people:

    Expecting you are not the target, because people rarely used it.

    Which points to: Attackers will do things where it is the place you are least expect.

    #cybersecurity #supplychainattack

  12. @sodiboo @ifin @threatintel Made a consolidated AUR malware checker for the atomic-lockfile supply-chain attack now on GitHub.

    Merges detection scripts from the gist[1] and Kidev, BrianCArnold, commonsourcecs, Kacper-Kondracki, quantenProjects, Andre Herbst, ioctl.fail, and Kusoneko into a single repo. Checks known compromised packages, scans pacman.log history, checks for systemd persistence and eBPF rootkit artifacts.

    github.com/lenucksi/aur-malwar

    UPDATE 7/13/26: Friendly contributors added a 'download official arch hedgedoc list' and the new new bun package and I added some more convenience features.

    [1] gist.github.com/Kidev/59bf9f5f

    #AUR #ArchLinux #SupplyChainAttack #Malware #InfoSec #atomiclockfile

  13. Campagna Hades colpisce PyPI: 37 pacchetti malevoli della famiglia Shai-Hulud/Miasma rubano credenziali sviluppatori

    Socket Research Team ha scoperto 37 wheel artifact malevoli su 19 pacchetti PyPI, parte della campagna Hades — ramo evolutivo di Shai-Hulud/Miasma. Il vettore è un file *-setup.pth che esegue silenziosamente uno stealer basato su Bun JavaScript runtime, colpendo credenziali di sviluppatori, pipeline CI/CD e ambienti cloud (AWS, GCP, Azure, GitHub, Kubernetes).

    insicurezzadigitale.com/campag

  14. Personal computing safety goals because of supply chain attacks and possible future issues: create new user account for new projects, clone and test repos in that account only.
    Is it hard? No. Could I automate it? maybe. Would it be nice to have built into say conda? Absolutely.
    #cybersecurity #programming #supplyChainAttack #Linux #sysadmin