Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/rikatz/nft-go
This repo is only for benchmarking stuff!
It seems some C programs using libnft are suffering a lot. So I've decided to rewrite some slow things in Go and using the Google nftables library just for fun.
In an environment with >50k rules in nftables (basically from Calico) we can see the following difference in a system with minimum load
time nft list ruleset > /dev/null
real 0m7,211s
user 0m2,930s
sys 0m4,276s
time test1/output/iptables-nft-go > /dev/null
real 0m4,021s
user 0m4,145s
sys 0m2,085s
time test2/output/iptables-nft-go > /dev/null
real 0m1,518s
user 0m2,519s
sys 0m1,175s
THIS IS 1/4 OF THE ORIGINAL TIME (400% OF IMPROVEMENT)
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.