OpenSSF/OSV advisory MAL-2026-12231 confirms this npm version as malicious. Package name typosquats Tinkoff's official SME registration form. On require() of the package, index.js loads _ext.js, which reconstructs attacker-controlled hostnames from string fragments (e.g. 'oob-worker.cf101-adf.workers.dev' and 'tin.dl.well1.site'), fetches a platform-specific binary over HTTPS, and falls back to reconstructing the payload from base64 chunks served in DNS TXT records under *.dl.well1.site...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in tinkoff-boxy-form-desktop-sme-registration-ooo (npm)
Details
Package name typosquats Tinkoff's official SME registration form. On require() of the package, index.js loads _ext.js, which reconstructs attacker-controlled hostnames from string fragments (e.g. 'oob-worker.cf101-adf.workers.dev' and 'tin.dl.well1.site'), fetches a platform-specific binary over HTTPS, and falls back to reconstructing the payload from base64 chunks served in DNS TXT records under *.dl.well1.site when HTTPS is unavailable. The fetched bytes are written to /tmp or %TEMP% under disguised filenames (dotnet_diag_<rand>.exe,.cache_<rand>, loader_mac), marked executable with chmod 0755 on Unix, and spawned detached via cp.spawn('/bin/sh', ['-c', fp + ' &']) on Unix or cp.spawn('cmd.exe', ['/c', 'start', '/b', fp]) on Windows. The dropper is unrelated to the package's advertised purpose as a form/SDK.
Decision reason
OpenSSF Malicious Packages via OSV confirms tinkoff-boxy-form-desktop-sme-registration-ooo@20.4.5 as malicious (MAL-2026-12231): Malicious code in tinkoff-boxy-form-desktop-sme-registration-ooo (npm)