posted in Technology

Terabytes of credentials leaked in massive supply-chain attack

Terabytes worth of credentials, many belonging to the world’s biggest and most sensitive organizations, have been exposed in a supply-chain attack on LiteLLM, an open source tool that streamlines A- driven software development. Microsoft, Amazon, Cisco, Samsung, and Salesforce are only a handful of the entities whose access secrets were exposed.

The revelation was posted on Tuesday and Wednesday by security firms CloudSEK and Hudson Rock. CloudSEK said it found cloud keys, repository tokens, SSH keys, Kubernetes secrets, package publishing credentials, environment variables, and AlI provider keys that could allow attackers to gain access to more than 2,500 organizations.

The credentials were extracted during a 40-minute window in March while the victims used compromised versions of LiteLLM downloaded from the package’s official location in the Python Package Index repository. Hudson Rock said it made the discovery after analyzing a 195TB file that it obtained. Neither firm identified the source of the information.

arstechnica.com/security/2026/08/terabytes-of-credentials-leaked-in-massive-supply-chain-attack/
A cartoon man runs across a white field of ones and zeroes.Ars TechnicaTerabytes of credentials leaked in massive supply-chain attackThe data was scraped and exfiltrated from 2,500 users of a compromised AI package.
enPage

Replying to an earlier post

“‘… It’s a massive supply chain breach due to poor AI security—not because AI is the threat, but teens can run circles around orgs obsessed with rushing out AI and poor DevOps security.’”

Do tell.

“In many cases, researchers at CloudSEK and Hudson Rock had trouble identifying the organizations the credentials belonged to. For instance, an email address in the dump from the domain @siriusxm.com ultimately didn’t indicate a breach at the satellite broadcaster, but rather one within the infrastructure of SiriusXM subsidiary AdsWizz.”

I was curious and looked up AdsWizz. They insert ads into digital audio among loads of other stuff. To me this is a nice example of conditions that lead to malware in ads. Especially if they still have not taken the required steps. I will keep blocking ads thankyouverymuch.

Replying to an earlier post

Have you ever pressed F12? We technically weren’t allowed to see the config either, but LiteLLM literally returned a users password hash as part of the user data json in the version we were using. It was easy enough to see that it wasn’t salted.
Another fun thing it does is that any user can see their entire teams token spend trough the network tab, even if they technically shouldn’t be allowed to do that. Oh and LiteLLM had a CVSS score 9.9 vulnerability recently where any user with any sort of write privilege (including the “privilege” to change any of your own data, like your password) could just change their own role to admin 🤷

The pure incompetence of that software would be really funny if it wasn’t such a pain in the ass to be the person who has to convince coworkers to rotate compromised credentials…

Replying to an earlier post

Download doesn’t necessarily mean that they dumped everything on their local PC - they could just upload everything from all those servers to an S3 bucket or whatever.

That way the bottleneck would be either the ingress of the hyperscalers or the egress of the attacked company (which probably uses the hyperscalers anyway). I probably could also do that this way with my humble home Internet connection on a semi reliable WiFi…

Replying to an earlier post

Can anyone who works in the security space tell me if we are as cooked as I think we are?

With ai I’m assuming any script kiddie with motivation has access to a SIGNIFICANTLY larger surface area of attacks. And sometimes I do stupid things like wait an extra few days before updating my pc/software.

I have this suspicion that everything digital is far more vulnerable now than it ever was. But I have only surface level knowledge in the space. Is it as bleak as I think?

Replying to an earlier post

Not really, lot of this is hyped up sales bullshit. The reality is that security software has been getting better and better. It’s not this ecosystem of “that matches this hash or IP” anymore. For the last decade ML has been used heavily. It doesn’t look for just the stuff it knows is bad, it looks for things that are out of place.

End of the day…you can’t fix everything and you can’t fix your users…but the script kiddies aren’t what to worry about, it’s the large gov backed groups. Those have always been the problem.

Replying to an earlier post

Possible IT attacks are so sophisticated, that for example rowvolt uses out of os processor voltage regulation to target specific AES cycles to produce errors so the initial password can be decoded. Row Hammer is an attack where by hammering ram spaces with random numbers you can do electric but flips in adjacent ram transistors wich make the system write Infos in wrong address spaces. Both attacks are physical attacks on hardware through software and impossible to defend against. However the in nature attacks are mostly social profiling and not software related. Software related attacks are seldom in the wild. Even the attack here is basically a social engineering attack because ppl installed Maleware on their systems by their own accord.