mal-2026-12288
Vulnerability from ossf_malicious_packages
Published
2026-08-05 09:15
Modified
2026-08-25 17:27
Summary
Malicious code in twork-data-services-aggregator-sme-task-info (npm)
Details

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

Source: amazon-inspector (7847fa8341bf64260b2ff25824d2dbb7b80f637d77578db5604ea7ab39ea2874)

On require of this package, index.js loads runtime.js which asynchronously fetches a platform-specific binary from string-concatenation-obfuscated hosts (oob-worker.cf100-cf103-*.workers.dev, with a DNS-TXT chunked base64 fallback via tin/tina/ldr/win.dl.well1.site), writes it to /tmp as.cache or to %TEMP% as dotnet_diag_.exe, chmods it 755, and spawns it detached via /bin/sh -c or cmd.exe /c start. Destination hostnames and DNS resolvers are assembled at runtime via.join() over split string fragments to evade static inspection. No hash or signature verification is performed on the fetched bytes. A second, functionally equivalent dropper is shipped in lib/telemetry.js (mislabeled 'Analytics SDK'): base64 chunk reassembly, split-string require("child_"+"process"), fs"chmod"+"Sync", and cp.spawn("/bin/sh", ["-c", filePath+" &"], {detached:true}). Package name masquerades as an enterprise data-services utility; behavior is a load-time remote-code-execution dropper.

Source: ghsa-malware (818a7e0e21db490927dd29e48e812146ad10b260012030f023f2e8edee8b7255)

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": "_runtime.js",
              "sha256": "19cb367eb32e9040c56fa036f04ffa382bea3fcea02b72f484c15363373de9f1",
              "tlsh": "0cb1c8a606a6701d8bb09be587274416f66bf6633380c194fb5ce5981f7613483b2efc"
            },
            {
              "path": "lib/telemetry.js",
              "sha256": "3d5c83eed64a3654e913502cc61d73251bced88c285878a35e221097f65bb687",
              "tlsh": "9e835055566a242186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc"
            }
          ],
          "package_integrity": [
            {
              "filename": "twork-data-services-aggregator-sme-task-info-20.3.1.tgz",
              "hashes": {
                "sha1": "71ad78b420afa88420dc2f3ed9d9428ed9e65e4a",
                "sha512_sri": "sha512-0OJuZsbGKte61Itr72zpkthYRCe15yVns3t4pCgvgVVMBQWNHycRd5CGJ0ztRcGdOwJUTDKomzsHOcgwvVajtg=="
              }
            }
          ]
        }
      },
      "package": {
        "ecosystem": "npm",
        "name": "twork-data-services-aggregator-sme-task-info"
      },
      "versions": [
        "20.3.1"
      ]
    }
  ],
  "aliases": [
    "GHSA-9rfw-4796-p982"
  ],
  "credits": [
    {
      "contact": [
        "inspector-research@amazon.com"
      ],
      "name": "Amazon Inspector",
      "type": "FINDER"
    }
  ],
  "database_specific": {
    "malicious-packages-origins": [
      {
        "id": "IN-MAL-2026-014612",
        "import_time": "2026-08-05T09:28:30.507917553Z",
        "modified_time": "2026-08-05T09:15:41Z",
        "sha256": "7847fa8341bf64260b2ff25824d2dbb7b80f637d77578db5604ea7ab39ea2874",
        "source": "amazon-inspector",
        "versions": [
          "20.3.1"
        ]
      },
      {
        "id": "GHSA-9rfw-4796-p982",
        "import_time": "2026-08-25T17:25:28.19675455Z",
        "modified_time": "2026-08-25T16:33:17Z",
        "sha256": "818a7e0e21db490927dd29e48e812146ad10b260012030f023f2e8edee8b7255",
        "source": "ghsa-malware",
        "versions": [
          "20.3.1"
        ]
      }
    ]
  },
  "details": "\n---\n_-= Per source details. Do not edit below this line.=-_\n\n## Source: amazon-inspector (7847fa8341bf64260b2ff25824d2dbb7b80f637d77578db5604ea7ab39ea2874)\nOn require of this package, index.js loads _runtime.js which asynchronously fetches a platform-specific binary from string-concatenation-obfuscated hosts (oob-worker.cf100-cf103-*.workers.dev, with a DNS-TXT chunked base64 fallback via tin/tina/ldr/win.dl.well1.site), writes it to /tmp as.cache_\u003crand\u003e or to %TEMP% as dotnet_diag_\u003crand\u003e.exe, chmods it 755, and spawns it detached via /bin/sh -c or cmd.exe /c start. Destination hostnames and DNS resolvers are assembled at runtime via.join() over split string fragments to evade static inspection. No hash or signature verification is performed on the fetched bytes. A second, functionally equivalent dropper is shipped in lib/telemetry.js (mislabeled \u0027Analytics SDK\u0027): base64 chunk reassembly, split-string require(\"child_\"+\"process\"), fs[\"chmod\"+\"Sync\"](path, 0o755), and cp.spawn(\"/bin/sh\", [\"-c\", filePath+\" \u0026\"], {detached:true}). Package name masquerades as an enterprise data-services utility; behavior is a load-time remote-code-execution dropper.\n\n## Source: ghsa-malware (818a7e0e21db490927dd29e48e812146ad10b260012030f023f2e8edee8b7255)\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-12288",
  "modified": "2026-08-25T17:27:31.697167545Z",
  "published": "2026-08-05T09:15:41Z",
  "references": [
    {
      "type": "PACKAGE",
      "url": "https://www.npmjs.com/package/twork-data-services-aggregator-sme-task-info/v/20.3.1"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/advisories/GHSA-9rfw-4796-p982"
    }
  ],
  "schema_version": "1.7.4",
  "summary": "Malicious code in twork-data-services-aggregator-sme-task-info (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…