Axios compromised on NPM – Malicious versions drop remote access trojan
481–490 of 894 posts
Re: Axios compromised on NPM – Malicious versions drop remote access trojan
#482Re: Axios compromised on NPM – Malicious versions drop remote access trojan
#483There’s a recurrent pattern with these package compromises: the attacker exfiltrates credentials during an initial phase, then pivots to the next round of packages using those credentials. That’s how we saw them make the Trivy to LiteLLM leap (with a 5 day gap), and it’ll almost certainly be similar in this case. The solution to this is twofold, and is already implemented in the primary ecosystems being targeted (Pyt…
In this case, the author's NPM account was taken over, email address changed to one the attacker controls, and the package was manually published. Since the attacker had full control of the NPM account, it is game over - the attacker can login to NPM and could, if they wanted, configure Trusted Publishing on any repo they control. Axios IS using trusted publishing, but that didn't do anything to prevent the attack si…
Re: Axios compromised on NPM – Malicious versions drop remote access trojan
#484Re: Axios compromised on NPM – Malicious versions drop remote access trojan
#485Earlier quoted context omitted.
It probably won’t work correctly from the get go. But it can be debugged everywhere so that’s good.
... and since it was architectured to allow runtime injection-patching of events before they hit the enterprise-service-bus, everyone using this library must first set fourteen ENV vars in their profile, and provide a /etc/java/springtime/enterprise-workday-handling/parse-event-mismatch.jar.patch. Which should fix the bug for you. You can find the patch files for your OSs by registering at Oracle with a J3EE8.4-Patch…
A joke should be funny though, not just a dry description of real life, so let's leave it at that. We've already taken it too far.
Re: Axios compromised on NPM – Malicious versions drop remote access trojan
#486Is this Jia Tan 5.0? I've lost count. You really should stop trusting packages (implicitly). Or don't. It's your funeral, not mine. See you at Jia Tan 6.0 April?
Re: Axios compromised on NPM – Malicious versions drop remote access trojan
#487Earlier quoted context omitted.
[flagged]
But wouldn't the type of people that notifes anomalous network activity be exactly the type of people who add a 7 day delay because they're security conscious?
Re: Axios compromised on NPM – Malicious versions drop remote access trojan
#488Re: Axios compromised on NPM – Malicious versions drop remote access trojan
#489Re: Axios compromised on NPM – Malicious versions drop remote access trojan
#490Earlier quoted context omitted.
You mean first 86,400 seconds?
You have to admire the person who designed the flexibility to have 87239 seconds not be old enough, but 87240 to be fine.
It also efficiently annoys the most people at once: those what want hours will complain if they set it to days, thought that want days will complain if hours are used. By using minutes or seconds you can wind up both segments while not offend those who rightly don't care because they can cope with a little arithmetic :)
Though doing what sleep(1) does would be my preference: default to seconds but allow m/h/d to be added to change that.