
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
isvalid-legacy
Advanced tools
Fork isvalid 1.6.7 - Patch merge 1.2.2 CVE (Prototype Pollution) The Unkillable Fork
So, you’ve got a 10-year-old codebase held together by duct tape, dreams, and a million custom validations? Guess what? SAME.
This is a patched fork of isvalid@1.6.7
, which originally depended on the infamously insecure merge@1.2.1
. We fixed that mess by upgrading to merge@2.1.1
and removing the risky deep merge operation.
Updating to a new library? Nah. Refactoring millions of validations? LOL, NO.
If you’ve found this repo, chances are:
✅ You’re stuck with legacy code.
✅ You have no time, energy, or patience to rewrite everything.
✅ You just want it to work without security nightmares.
Well, congratulations! You don’t have to choose between security and sanity. This patched version lets you keep using isvalid
without getting wrecked by prototype pollution attacks.
merge@1.2.1
by upgrading to merge@2.1.1
lib/schema.js
var formalizedSchema = merge(true, schema);
let formalizedSchema = {};
for (let key in schema) {
formalizedSchema[key] = schema[key];
}
isvalid@1.6.7
API (because breaking changes are evil)npm install isvalid-legacy
Because:
This package is basically a band-aid on a time bomb. But hey, at least it's a patched time bomb.
🚀 Enjoy your legacy code—safely! 🏴☠️
FAQs
Fork isvalid 1.6.7 - Patch merge 1.2.2 CVE (Prototype Pollution) The Unkillable Fork
The npm package isvalid-legacy receives a total of 240 weekly downloads. As such, isvalid-legacy popularity was classified as not popular.
We found that isvalid-legacy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.