Skip to content
supplychainattack.orgSupply chain attack incident catalog
resolvedcritical

Malicious code in sme-rko-finance-front-operations-feed-impl (npm)

The npm package sme-rko-finance-front-operations-feed-impl contained malicious code that downloads and executes platform-specific binary payloads via Cloudflare Workers or DNS-based staging channels. The malware obfuscates child_process imports and executes on require(), making it active upon installation.

ShareXLinkedInHacker News
Disclosed
Last updated
Blast radius
Any npm consumer of sme-rko-finance-front-operations-feed-impl
Ecosystems
Attack vectors
Affected entities
  • sme-rko-finance-front-operations-feed-implnpm package containing malicious code

The npm package sme-rko-finance-front-operations-feed-impl was found to contain malicious code that executes immediately upon require(). The malware is distributed across two entry points: adapter.js and lib/telemetry.js.\n\nThe attack mechanism involves assembling Cloudflare Workers hostnames from obfuscated string arrays (oob-worker.cf101-adf.workers.dev, cf99-9b3.workers.dev, cf103-070.workers.dev, cf100-416.workers.dev) at runtime. The malware downloads platform-specific binary payloads and writes them to temporary directories with disguised names (dotnet_diag.exe on Windows; hidden.cache_ on Unix), then executes them with elevated permissions (chmod 0755) via cmd.exe or /bin/sh -c with detached process spawning.\n\nWhen HTTPS retrieval fails, the malware falls back to a DNS-based staging channel that resolves TXT records on sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru to reconstruct base64-encoded payloads. The require() of child_process is obfuscated as require("child_"+"process") to evade static analysis, and the package is disguised with an analytics_state marker resembling a Sentry-like telemetry SDK.\n\nThe incident was identified and credited to the OpenSSF malicious-packages repository.

Indicators of compromise

Packages
  • sme-rko-finance-front-operations-feed-impl
Domains
  • oob-worker.cf101-adf.workers.dev
  • cf99-9b3.workers.dev
  • cf103-070.workers.dev
  • cf100-416.workers.dev
  • sdk.dl.wel1.ru
  • ext.dl.wel1.ru
  • pkg.dl.wel1.ru
  • net.dl.wel1.ru

Remediation

  • Immediately remove sme-rko-finance-front-operations-feed-impl from all projects and dependencies
  • Audit npm package.json and lock files for any versions of this package
  • Scan systems that installed this package for processes spawned from /tmp or %TEMP% with disguised names (dotnet_diag_*, hidden.cache_*)
  • Monitor for outbound HTTPS connections to Cloudflare Workers domains (*.workers.dev) and DNS queries to wel1.ru subdomains
  • Review process execution logs for cmd.exe or /bin/sh -c spawned with detached:true flag
  • Update to a patched version if available, or use an alternative package
  • Consider implementing npm package verification and scanning in CI/CD pipelines

Sources

  1. GitHub Advisory GHSA-j2hm-7vph-3whg · GitHub Advisory Database

Cite this entry

"Malicious code in sme-rko-finance-front-operations-feed-impl (npm)." supplychainattack.org, Supply Chain Attack Incident Catalog. Disclosed August 8, 2026; last updated August 8, 2026. https://supplychainattack.org/incident/malicious-code-in-sme-rko-finance-front-operations-feed-impl-npm-1j39r1

Suggest a correction

Found an error or have a newer source? Corrections to factual errors take priority over new entries.

  1. resolvedcritical

    Malicious code in autbank-core (npm)

    The npm package autbank-core contained malicious preinstall and postinstall lifecycle hooks that exfiltrated environment variables, credentials, and system information to a hardcoded webhook.site endpoint during installation.

    npmCompromised package
  2. resolvedcritical

    Malicious code in adxaa (npm)

    The npm package adxaa contained obfuscated malicious JavaScript designed to target users of a specific WordPress site. The payload exfiltrates session data, deletes accounts, and hijacks credentials via email overwrite and password reset.

    npmCompromised package
  3. resolvedcritical

    Malicious code in upload-to-gcp (npm)

    upload-to-gcp@3.2.1 (npm) contains malicious code in its postinstall script that exfiltrates host identifiers to an attacker-controlled endpoint. The package masquerades as a Google Cloud Platform utility but performs unauthorized telemetry collection at install time.

    npmCompromised package
  4. resolvedcritical

    Malicious code in akamai-sensor (npm)

    A malicious npm package named akamai-sensor impersonated Akamai's legitimate sensor_data anti-bot SDK. The package contained hidden JavaScript code concealed using invisible Unicode characters and implemented a dynamic command-and-control channel via a Google Calendar dead-drop, enabling arbitrary code execution on installation.

    npmCompromised packageTyposquatting