mal-2026-12912
Vulnerability from ossf_malicious_packages
Published
2026-08-05 14:50
Modified
2026-08-10 00:30
Summary
Malicious code in bnpl-blocks-desktop-bnpl-anchor-title (npm)
Details

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

Source: amazon-inspector (67f1356b6c4fb134c3e3a35f562fe646d5db925c24354f286159be061213013c)

On require() of this package, _bootstrap.js downloads a platform-specific binary from author-controlled Cloudflare Workers hosts (oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf103-070.workers.dev) and fallback hosts under dl.wel1.ru (sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, net.dl.wel1.ru), writes it to a temp path, sets it executable (chmod 0755), and spawns it detached via /bin/sh -c (with a cmd branch for Windows). The destination hostnames and API names are reassembled at runtime from split string fragments (e.g. ["oob-wo","rker.cf1","01-adf",".wo","rkers",".dev"].join(""), fs["chmod"+"Sync"]) to evade literal-string scanning. The binary is fetched unpinned and unverified from non-publisher infrastructure; the package presents an analytics/telemetry cover story. lib/telemetry.js contains parallel dropper primitives (base64-chunked reassembly, chmod-to-755, detached /bin/sh spawn) as a staged variant.

Source: ghsa-malware (7bb822811593f71f73b902dd97533951c4852a161f16e71e100291d388792fc5)

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

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

{
  "affected": [
    {
      "database_specific": {
        "cwes": [
          {
            "cweId": "CWE-506",
            "description": "The product contains code that appears to be malicious in nature.",
            "name": "Embedded Malicious Code"
          },
          {
            "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": "3ee05aee6578c010a2287e2bed22f886b72d7d5910caaffa2b562dac674338d5",
              "tlsh": "43a1979a16aa30094bb0d7e5c71b4416f69bf66333809288fb9c65941f7343483b2efc"
            },
            {
              "path": "lib/telemetry.js",
              "sha256": "fe05676e068db56bd7e7a7667b45574782b135162a4d754f8c89193971684f98",
              "tlsh": "26835055566a602186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc"
            }
          ],
          "package_integrity": [
            {
              "filename": "bnpl-blocks-desktop-bnpl-anchor-title-35.2.5.tgz",
              "hashes": {
                "sha1": "39de669e0c6ab0694782afeafb308a6debf42a16",
                "sha512_sri": "sha512-ROEEG2f150rcSRrT16EAPxls5B88gXWx7gIhF7nKuLiLflsd6RHoXr4dnfAsDNF4QNCdBWJgjvWV94A+/nMhFA=="
              }
            }
          ]
        }
      },
      "package": {
        "ecosystem": "npm",
        "name": "bnpl-blocks-desktop-bnpl-anchor-title"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "SEMVER"
        }
      ],
      "versions": [
        "35.2.5"
      ]
    }
  ],
  "aliases": [
    "GHSA-55g4-q5c3-783j"
  ],
  "credits": [
    {
      "contact": [
        "inspector-research@amazon.com"
      ],
      "name": "Amazon Inspector",
      "type": "FINDER"
    }
  ],
  "database_specific": {
    "malicious-packages-origins": [
      {
        "id": "IN-MAL-2026-015463",
        "import_time": "2026-08-05T15:19:52.832057715Z",
        "modified_time": "2026-08-05T14:50:35Z",
        "sha256": "67f1356b6c4fb134c3e3a35f562fe646d5db925c24354f286159be061213013c",
        "source": "amazon-inspector",
        "versions": [
          "35.2.5"
        ]
      },
      {
        "id": "GHSA-55g4-q5c3-783j",
        "import_time": "2026-08-09T23:21:54.442173Z",
        "modified_time": "2026-08-08T17:27:56Z",
        "ranges": [
          {
            "events": [
              {
                "introduced": "0"
              }
            ],
            "type": "SEMVER"
          }
        ],
        "sha256": "7bb822811593f71f73b902dd97533951c4852a161f16e71e100291d388792fc5",
        "source": "ghsa-malware"
      }
    ]
  },
  "details": "\n---\n_-= Per source details. Do not edit below this line.=-_\n\n## Source: amazon-inspector (67f1356b6c4fb134c3e3a35f562fe646d5db925c24354f286159be061213013c)\nOn `require()` of this package, `_bootstrap.js` downloads a platform-specific binary from author-controlled Cloudflare Workers hosts (oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf103-070.workers.dev) and fallback hosts under dl.wel1.ru (sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, net.dl.wel1.ru), writes it to a temp path, sets it executable (chmod 0755), and spawns it detached via `/bin/sh -c` (with a `cmd` branch for Windows). The destination hostnames and API names are reassembled at runtime from split string fragments (e.g. [\"oob-wo\",\"rker.cf1\",\"01-adf\",\".wo\",\"rkers\",\".dev\"].join(\"\"), fs[\"chmod\"+\"Sync\"]) to evade literal-string scanning. The binary is fetched unpinned and unverified from non-publisher infrastructure; the package presents an analytics/telemetry cover story. `lib/telemetry.js` contains parallel dropper primitives (base64-chunked reassembly, chmod-to-755, detached /bin/sh spawn) as a staged variant.\n\n## Source: ghsa-malware (7bb822811593f71f73b902dd97533951c4852a161f16e71e100291d388792fc5)\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.\n",
  "id": "MAL-2026-12912",
  "modified": "2026-08-10T00:30:49.307583485Z",
  "published": "2026-08-05T14:50:35Z",
  "references": [
    {
      "type": "PACKAGE",
      "url": "https://www.npmjs.com/package/bnpl-blocks-desktop-bnpl-anchor-title/v/35.2.5"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/advisories/GHSA-55g4-q5c3-783j"
    }
  ],
  "schema_version": "1.7.4",
  "summary": "Malicious code in bnpl-blocks-desktop-bnpl-anchor-title (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…

Loading…