accounts-final-form @34.2.5
Vulnerability report · Last retrieved from osv.dev August 5, 2026 at 1:58 AM UTC
OSV ID
MAL-2026-11504
Ecosystem
npm
Summary
Requiring accounts-final-form auto-runs setup.js via process.nextTick(bootstrap) in index.js. setup.js selects a platform-specific asset path (/pkg/package, /pkg/package-arm64, /pkg/loader_mac, /pkg/package.exe), fetches it from a list of obfuscated Cloudflare Workers hosts (oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf103-070.workers.dev) with DNS fallback to *.dl.well1.site, stages the file under /var/tmp or %TEMP%, chmods it 0755, and executes it via child_process. Destination hostnames and dangerous APIs are constructed by string-splitting and.join("") to evade static analysis (e.g. require("child_"+"process"), os["plat"+"form"], fs["chmod"+"Sync"]). setup.js additionally computes an install fingerprint from os.hostname(), os.userInfo().username, process.cwd(), process.version, and process.pid, hashes it to 16 hex characters, and sends it as installId in the request to the same Workers hosts, enabling per-victim identification. The package's advertised purpose is a vacuous "Accounts final form runtime support module" that does not justify pulling native binaries from anonymous workers.dev subdomains and executing them.
Source: amazon-inspector (a7e67b952090179c0e7ed57045bf117d0cc14ca7d832ddce2963c4f2049b66bb)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.