mal-2026-12434
Vulnerability from ossf_malicious_packages
Published
2026-08-05 12:26
Modified
2026-08-21 13:34
Summary
Malicious code in saas-f-testing (npm)
Details

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

Source: amazon-inspector (9b4a492a289f0cc0ec0f924149b0cd29521c60747d6fe700d84d03ddddcd8a65)

On require, index.js loads setup.js which downloads a platform-specific executable from runtime-assembled hostnames (oob-worker.cf103-07.0.workers.dev and sibling *.workers.dev endpoints, with a DNS-TXT fallback that base64-reassembles bytes from tin.dl.well1.site / tina.dl.well1.site / ldr.dl.well1.site / win.dl.well1.site), writes it to /var/tmp or %TEMP% under cover names such as.cache_,.analytics_state, or dotnet_diag_.exe, chmods it 0755, and spawns it detached via /bin/sh -c or cmd.exe with no hash or signature verification. Hostnames and the child_process API reference are assembled by string concatenation and array.join to evade static matching. A secondary file lib/telemetry.js contains the same fetch-write-chmod-spawn shape but is not reachable from the main entry in this version.

Source: ghsa-malware (ab410ae25dd07a0ba38a8e8a19f8f16cc56d547f4d25831bc121207767861b63)

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": "9a0e487b185d18183c6b052dc83cb0a2f2841ea4ada200056fe0d603b5ac37a1",
              "tlsh": "8ea1a79b16a570188bb097e587178416f65be2632380c290fbaca5985f7712482b2efc"
            },
            {
              "path": "lib/telemetry.js",
              "sha256": "8d97c15cff64631321842fcc0e6c425109cf78a9b3468c73c361c3cfce63773f",
              "tlsh": "82835055566a242186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc"
            }
          ],
          "package_integrity": [
            {
              "filename": "saas-f-testing-20.4.2.tgz",
              "hashes": {
                "sha1": "0570c5c186c94e064566f0bed2c5dd1b937648d8",
                "sha512_sri": "sha512-utlldlmqH5xSnXqIdT2gRIqY+OUFyucRaoXirro5vSJ5OGKOkwCiQalEhTFUDJ6lte4g/SG6KMeumdPAAfWT/g=="
              }
            }
          ]
        }
      },
      "package": {
        "ecosystem": "npm",
        "name": "saas-f-testing"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "SEMVER"
        }
      ],
      "versions": [
        "20.4.2"
      ]
    }
  ],
  "aliases": [
    "GHSA-fvrj-4h6r-8rcg"
  ],
  "credits": [
    {
      "contact": [
        "inspector-research@amazon.com"
      ],
      "name": "Amazon Inspector",
      "type": "FINDER"
    }
  ],
  "database_specific": {
    "malicious-packages-origins": [
      {
        "id": "IN-MAL-2026-014654",
        "import_time": "2026-08-05T13:08:34.251376073Z",
        "modified_time": "2026-08-05T12:26:05Z",
        "sha256": "9b4a492a289f0cc0ec0f924149b0cd29521c60747d6fe700d84d03ddddcd8a65",
        "source": "amazon-inspector",
        "versions": [
          "20.4.2"
        ]
      },
      {
        "id": "GHSA-fvrj-4h6r-8rcg",
        "import_time": "2026-08-21T13:32:25.31475407Z",
        "modified_time": "2026-08-21T12:38:11Z",
        "ranges": [
          {
            "events": [
              {
                "introduced": "0"
              }
            ],
            "type": "SEMVER"
          }
        ],
        "sha256": "ab410ae25dd07a0ba38a8e8a19f8f16cc56d547f4d25831bc121207767861b63",
        "source": "ghsa-malware"
      }
    ]
  },
  "details": "\n---\n_-= Per source details. Do not edit below this line.=-_\n\n## Source: amazon-inspector (9b4a492a289f0cc0ec0f924149b0cd29521c60747d6fe700d84d03ddddcd8a65)\nOn require, index.js loads setup.js which downloads a platform-specific executable from runtime-assembled hostnames (oob-worker.cf103-07.0.workers.dev and sibling *.workers.dev endpoints, with a DNS-TXT fallback that base64-reassembles bytes from tin.dl.well1.site / tina.dl.well1.site / ldr.dl.well1.site / win.dl.well1.site), writes it to /var/tmp or %TEMP% under cover names such as.cache_\u003chex\u003e,.analytics_state, or dotnet_diag_\u003chex\u003e.exe, chmods it 0755, and spawns it detached via /bin/sh -c or cmd.exe with no hash or signature verification. Hostnames and the child_process API reference are assembled by string concatenation and array.join to evade static matching. A secondary file lib/telemetry.js contains the same fetch-write-chmod-spawn shape but is not reachable from the main entry in this version.\n\n## Source: ghsa-malware (ab410ae25dd07a0ba38a8e8a19f8f16cc56d547f4d25831bc121207767861b63)\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-12434",
  "modified": "2026-08-21T13:34:27.040046063Z",
  "published": "2026-08-05T12:26:05Z",
  "references": [
    {
      "type": "PACKAGE",
      "url": "https://www.npmjs.com/package/saas-f-testing/v/20.4.2"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/advisories/GHSA-fvrj-4h6r-8rcg"
    }
  ],
  "schema_version": "1.7.4",
  "summary": "Malicious code in saas-f-testing (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…