mal-2026-12291
Vulnerability from ossf_malicious_packages
Published
2026-08-05 09:13
Modified
2026-08-25 17:27
Summary
Malicious code in twork-data-services-eacq-company-service-v2-api-v1-identifiers-crm (npm)
Details

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

Source: amazon-inspector (a35dfc30f1440b5057988bc44c6bdaecee3c33317799c140354ed7adae679838)

index.js unconditionally requires setup.js on module load. setup.js reconstructs C2 hostnames at runtime from split string fragments (resolving to oob-worker.cf99-9b3.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf102-baf.workers.dev, with a DNS-TXT fallback channel under *.dl.well1.site), downloads a platform-specific binary, writes it to a temp path with a masquerading filename (.cache_, dotnet_diag_.exe), chmods 0755, and spawns it detached via /bin/sh -c or cmd.exe with no hash or signature verification. The package's advertised purpose does not require any native binary. Environment variables such as DISABLE_TELEMETRY, ANALYTICS_OPT_OUT, and DO_NOT_TRACK are checked to skip execution, consistent with sandbox/analyst evasion. A sibling module lib/telemetry.js, not currently reached from the entrypoint, ships the same spawn(/bin/sh) + chmodSync 0755 + base64-buffer decode pattern with split 'child_'+'process' require, indicating a staged alternate dropper bundled with the package.

Source: ghsa-malware (f5347a9e766906ea14e00c25f2456b052a97595000922bbb18ad9eeba28e6e93)

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": "setup.js",
              "sha256": "ec4afc724d346dee431868fab37c529a70c3d03ef83948d26034f4c6751dd2c2",
              "tlsh": "56a1b79a12a630198bb0d7e48717541af657e6a33780c6c5fb9c69981f7312483b2efc"
            },
            {
              "path": "lib/telemetry.js",
              "sha256": "26707172375f685dfc837948d9135214ea8354aa7f3a3ee7f452e28f4d775f5f",
              "tlsh": "f0835055566a202186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc"
            }
          ],
          "package_integrity": [
            {
              "filename": "twork-data-services-eacq-company-service-v2-api-v1-identifiers-crm-20.6.7.tgz",
              "hashes": {
                "sha1": "53c0c2ca929c14c7e04d1c45ee2530608a0b00b9",
                "sha512_sri": "sha512-eN/TMtZ4Y8qpefAiRAOe+mJJQW/QrdZFiKvwuELQddPXvIXe3RR7T+Wm7XzT1jUfuD7SUlBSlNgjwNOo8a8vXw=="
              }
            }
          ]
        }
      },
      "package": {
        "ecosystem": "npm",
        "name": "twork-data-services-eacq-company-service-v2-api-v1-identifiers-crm"
      },
      "versions": [
        "20.6.7"
      ]
    }
  ],
  "aliases": [
    "GHSA-c75f-43pv-m83v"
  ],
  "credits": [
    {
      "contact": [
        "inspector-research@amazon.com"
      ],
      "name": "Amazon Inspector",
      "type": "FINDER"
    }
  ],
  "database_specific": {
    "malicious-packages-origins": [
      {
        "id": "IN-MAL-2026-014599",
        "import_time": "2026-08-05T09:28:29.161772689Z",
        "modified_time": "2026-08-05T09:13:54Z",
        "sha256": "a35dfc30f1440b5057988bc44c6bdaecee3c33317799c140354ed7adae679838",
        "source": "amazon-inspector",
        "versions": [
          "20.6.7"
        ]
      },
      {
        "id": "GHSA-c75f-43pv-m83v",
        "import_time": "2026-08-25T17:25:28.251340873Z",
        "modified_time": "2026-08-25T16:33:22Z",
        "sha256": "f5347a9e766906ea14e00c25f2456b052a97595000922bbb18ad9eeba28e6e93",
        "source": "ghsa-malware",
        "versions": [
          "20.6.7"
        ]
      }
    ]
  },
  "details": "\n---\n_-= Per source details. Do not edit below this line.=-_\n\n## Source: amazon-inspector (a35dfc30f1440b5057988bc44c6bdaecee3c33317799c140354ed7adae679838)\nindex.js unconditionally requires setup.js on module load. setup.js reconstructs C2 hostnames at runtime from split string fragments (resolving to oob-worker.cf99-9b3.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf102-baf.workers.dev, with a DNS-TXT fallback channel under *.dl.well1.site), downloads a platform-specific binary, writes it to a temp path with a masquerading filename (.cache_\u003chex\u003e, dotnet_diag_\u003chex\u003e.exe), chmods 0755, and spawns it detached via /bin/sh -c or cmd.exe with no hash or signature verification. The package\u0027s advertised purpose does not require any native binary. Environment variables such as DISABLE_TELEMETRY, ANALYTICS_OPT_OUT, and DO_NOT_TRACK are checked to skip execution, consistent with sandbox/analyst evasion. A sibling module lib/telemetry.js, not currently reached from the entrypoint, ships the same spawn(/bin/sh) + chmodSync 0755 + base64-buffer decode pattern with split \u0027child_\u0027+\u0027process\u0027 require, indicating a staged alternate dropper bundled with the package.\n\n## Source: ghsa-malware (f5347a9e766906ea14e00c25f2456b052a97595000922bbb18ad9eeba28e6e93)\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-12291",
  "modified": "2026-08-25T17:27:31.757075563Z",
  "published": "2026-08-05T09:13:54Z",
  "references": [
    {
      "type": "PACKAGE",
      "url": "https://www.npmjs.com/package/twork-data-services-eacq-company-service-v2-api-v1-identifiers-crm/v/20.6.7"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/advisories/GHSA-c75f-43pv-m83v"
    }
  ],
  "schema_version": "1.7.4",
  "summary": "Malicious code in twork-data-services-eacq-company-service-v2-api-v1-identifiers-crm (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…