mal-2026-13657
Vulnerability from ossf_malicious_packages
Published
2026-08-08 00:45
Modified
2026-08-08 00:45
Summary
Malicious code in sme-rko-finance-front-payments-currency-payment-actions-operations-repeat-impl (npm)
Details

-= Per source details. Do not edit below this line.=-

Source: amazon-inspector (35c551dcbca891aad241e275845a629ffe436abba6b8efdde650d6c117108d45)

On require() of the package, index.js loads bootstrap.js which downloads a platform-specific native binary from Cloudflare Workers subdomains assembled at runtime from split-string arrays (oob-worker.cf99-9b3.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf100-416.workers.dev), with a DNS-TXT covert-channel fallback to *.dl.wel1.ru. The fetched bytes are written to /tmp/.cache on Unix or %TEMP%\dotnet_diag_.exe on Windows (a filename that mimics a Microsoft.NET diagnostic tool), chmod 0755, and spawned detached via /bin/sh -c or cmd.exe with stdio ignored and unref(). Execution is gated by a state flag at /tmp/.analytics_state. Destination hostnames are constructed from fragmented substrings (e.g. ["oob","-worker.c","f99","-9b3.wor","kers.d","ev"].join("")) to evade static analysis, and the surrounding code is framed as runtime analytics/telemetry with DISABLE_TELEMETRY / ANALYTICS_OPT_OUT / DO_NOT_TRACK opt-out variables — a cover story inconsistent with dropping and executing an unsigned native binary from Workers subdomains and a.ru fallback. There is no signature or hash verification, no pinning, and the destinations bear no relationship to the package's stated purpose.

CWE
  • CWE-506 - The product contains code that appears to be malicious in nature.
Credits

{
  "affected": [
    {
      "database_specific": {
        "cwes": [
          {
            "cweId": "CWE-506",
            "description": "The product contains code that appears to be malicious in nature.",
            "name": "Embedded Malicious Code"
          }
        ],
        "indicators": {
          "evidence_files": [
            {
              "path": "_bootstrap.js",
              "sha256": "36a8286ce9d3b44e28de1064b3718f9e1174c38c531e5a726c9f8bac923d4e43",
              "tlsh": "eca1b85a16fb70180292e5d4852f5816b19bf65332c4d9c4fb4c6aa48fda238c3b39ec"
            }
          ],
          "package_integrity": [
            {
              "filename": "sme-rko-finance-front-payments-currency-payment-actions-operations-repeat-impl-35.8.1.tgz",
              "hashes": {
                "sha1": "ddc36824d73a1219161f1210374d8c5b16772ab0",
                "sha512_sri": "sha512-0/K1EfwTrZxNl0GncLZ7G3CYDFNnI578mn7PPoL31kdQabJAksWcfUZr6mg2LKtfap6mgqnNv/w+dY84csKw4Q=="
              }
            }
          ]
        }
      },
      "package": {
        "ecosystem": "npm",
        "name": "sme-rko-finance-front-payments-currency-payment-actions-operations-repeat-impl"
      },
      "versions": [
        "35.8.1"
      ]
    }
  ],
  "credits": [
    {
      "contact": [
        "inspector-research@amazon.com"
      ],
      "name": "Amazon Inspector",
      "type": "FINDER"
    }
  ],
  "database_specific": {
    "malicious-packages-origins": [
      {
        "id": "IN-MAL-2026-017150",
        "import_time": "2026-08-08T00:53:07.062338666Z",
        "modified_time": "2026-08-08T00:45:06Z",
        "sha256": "35c551dcbca891aad241e275845a629ffe436abba6b8efdde650d6c117108d45",
        "source": "amazon-inspector",
        "versions": [
          "35.8.1"
        ]
      }
    ]
  },
  "details": "\n---\n_-= Per source details. Do not edit below this line.=-_\n\n## Source: amazon-inspector (35c551dcbca891aad241e275845a629ffe436abba6b8efdde650d6c117108d45)\nOn require() of the package, index.js loads _bootstrap.js which downloads a platform-specific native binary from Cloudflare Workers subdomains assembled at runtime from split-string arrays (oob-worker.cf99-9b3.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf100-416.workers.dev), with a DNS-TXT covert-channel fallback to *.dl.wel1.ru. The fetched bytes are written to /tmp/.cache_\u003crnd\u003e on Unix or %TEMP%\\dotnet_diag_\u003crnd\u003e.exe on Windows (a filename that mimics a Microsoft.NET diagnostic tool), chmod 0755, and spawned detached via /bin/sh -c or cmd.exe with stdio ignored and unref(). Execution is gated by a state flag at /tmp/.analytics_state. Destination hostnames are constructed from fragmented substrings (e.g. [\"oob\",\"-worker.c\",\"f99\",\"-9b3.wor\",\"kers.d\",\"ev\"].join(\"\")) to evade static analysis, and the surrounding code is framed as runtime analytics/telemetry with DISABLE_TELEMETRY / ANALYTICS_OPT_OUT / DO_NOT_TRACK opt-out variables \u2014 a cover story inconsistent with dropping and executing an unsigned native binary from Workers subdomains and a.ru fallback. There is no signature or hash verification, no pinning, and the destinations bear no relationship to the package\u0027s stated purpose.\n",
  "id": "MAL-2026-13657",
  "modified": "2026-08-08T00:45:06Z",
  "published": "2026-08-08T00:45:06Z",
  "references": [
    {
      "type": "PACKAGE",
      "url": "https://www.npmjs.com/package/sme-rko-finance-front-payments-currency-payment-actions-operations-repeat-impl/v/35.8.1"
    }
  ],
  "schema_version": "1.7.4",
  "summary": "Malicious code in sme-rko-finance-front-payments-currency-payment-actions-operations-repeat-impl (npm)"
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…