npm

@sarex-team/ui-kit @9.9.11

Vulnerability report · Last retrieved from osv.dev August 19, 2026 at 12:52 PM UTC

Malicious

OSV ID

MAL-2026-14206

Ecosystem

npm

Summary

@sarex-team/ui-kit runs a DNS-based out-of-band exfiltration beacon on both npm install (via package.json scripts.install = node index.js ) and on require('@sarex-team/ui-kit') (top-level require of lib/core.js from index.js, wrapped in silent try/catch). lib/core.js collects the installer's OS username, hostname, and current working-directory basename and issues a dns.resolve4 lookup against a subdomain of oob.sl4x0.xyz built from those values, leaking host identity through DNS. The sensitive API names ('os', 'dns', 'process', 'userInfo', 'username', 'hostname', 'cwd', 'resolve4') and the destination domain 'oob.sl4x0.xyz' are reconstructed at runtime from hex char-code arrays in lib/b02e30.js and lib/6ad264.js (obfuscator.io-style _0x -prefixed identifiers) to evade static detection. The package presents itself as 'Enterprise-grade utilities' with decoy validation/formatting/network/crypto/async modules under src/, and its homepage/repo URL github.com/slaxorg/@sarex-team/ui-kit is malformed and does not resolve to a real repository. The author email research@sl4x0.xyz matches the exfiltration domain sl4x0.xyz.

Source: amazon-inspector (722e658713ad538fe6719d893d48c6bbea0c6cb84133e3a0010ef564ca6a1ec7)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.