MAL-2026-6315
Vulnerability from ossf_malicious_packages
Published
2026-06-23 15:27
Modified
2026-06-23 17:05
Summary
Malicious code in ts-arithmetic-helper (npm)
Details

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

Source: amazon-inspector (4712d3f1a81541e2b3143f89974200358301b0a9831c3187875adc1fbe82bfbe)

ts-arithmetic-helper@3.7.2 ships source files that copy the big.js v7.0.1 library verbatim (preserving Michael Mclaughlin's copyright banner and the full big.js API) but inserts a hidden require('parket-flow') call between the P.minus and P.mod method definitions in both big.js and big.mjs. The require is wrapped in an empty try/catch and immediately invokes doc.from_str() with errors silently swallowed. Real big.js has zero runtime dependencies and never executes this code. parket-flow is declared as a runtime dependency in package.json ("parket-flow": "^3.0.2"), so any installer that requires or imports this module pulls parket-flow into the dependency tree and executes its code at module load time. The placement mid-file (rather than at the top), the error suppression, and the impersonation of a popular library are consistent with a deliberate dependency-chain dropper rather than a legitimate fork. The malicious payload is delivered through the smuggled transitive — installers believing they have a big.js-compatible math helper instead silently load and execute parket-flow.

Source: ghsa-malware (871fa8ae5d633320ff6ef6e02018051f3482676ba15bfb61680de1389bc4ce0f)

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.
Credits

{
  "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": "big.js",
              "sha256": "f53e21c5f0b91ea99ea861fb7eec48d15038692db83630cb8fdc099f94b7c503",
              "tlsh": "08c2658c3ac67579593363788f4a5088eb38525712c8b186b4ae63b46f78cb107b5fdc"
            },
            {
              "path": "big.mjs",
              "sha256": "a54b078da3236d5fc305a1fbbe528407a969cf5238d0ce7f79efd9b5d533b37f",
              "tlsh": "92c2658c3ac67579593363788f4a5088eb38525712c8b186b4ae63b46f78cb107b5fdc"
            }
          ]
        }
      },
      "package": {
        "ecosystem": "npm",
        "name": "ts-arithmetic-helper"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "SEMVER"
        }
      ],
      "versions": [
        "3.7.2"
      ]
    }
  ],
  "aliases": [
    "GHSA-94cr-ccj8-78g6"
  ],
  "credits": [
    {
      "contact": [
        "inspector-research@amazon.com"
      ],
      "name": "Amazon Inspector",
      "type": "FINDER"
    }
  ],
  "database_specific": {
    "malicious-packages-origins": [
      {
        "id": "IN-MAL-2026-007262",
        "import_time": "2026-06-23T16:54:12.677519149Z",
        "modified_time": "2026-06-23T16:11:20Z",
        "sha256": "4712d3f1a81541e2b3143f89974200358301b0a9831c3187875adc1fbe82bfbe",
        "source": "amazon-inspector",
        "versions": [
          "3.7.2"
        ]
      },
      {
        "id": "GHSA-94cr-ccj8-78g6",
        "import_time": "2026-06-23T17:03:25.697372944Z",
        "modified_time": "2026-06-23T15:27:33Z",
        "ranges": [
          {
            "events": [
              {
                "introduced": "0"
              }
            ],
            "type": "SEMVER"
          }
        ],
        "sha256": "871fa8ae5d633320ff6ef6e02018051f3482676ba15bfb61680de1389bc4ce0f",
        "source": "ghsa-malware"
      }
    ]
  },
  "details": "\n---\n_-= Per source details. Do not edit below this line.=-_\n\n## Source: amazon-inspector (4712d3f1a81541e2b3143f89974200358301b0a9831c3187875adc1fbe82bfbe)\nts-arithmetic-helper@3.7.2 ships source files that copy the big.js v7.0.1 library verbatim (preserving Michael Mclaughlin\u0027s copyright banner and the full big.js API) but inserts a hidden `require(\u0027parket-flow\u0027)` call between the `P.minus` and `P.mod` method definitions in both big.js and big.mjs. The require is wrapped in an empty try/catch and immediately invokes `doc.from_str()` with errors silently swallowed. Real big.js has zero runtime dependencies and never executes this code. `parket-flow` is declared as a runtime dependency in package.json (`\"parket-flow\": \"^3.0.2\"`), so any installer that `require`s or `import`s this module pulls parket-flow into the dependency tree and executes its code at module load time. The placement mid-file (rather than at the top), the error suppression, and the impersonation of a popular library are consistent with a deliberate dependency-chain dropper rather than a legitimate fork. The malicious payload is delivered through the smuggled transitive \u2014 installers believing they have a big.js-compatible math helper instead silently load and execute parket-flow.\n\n## Source: ghsa-malware (871fa8ae5d633320ff6ef6e02018051f3482676ba15bfb61680de1389bc4ce0f)\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-6315",
  "modified": "2026-06-23T17:05:18Z",
  "published": "2026-06-23T15:27:33Z",
  "references": [
    {
      "type": "PACKAGE",
      "url": "https://www.npmjs.com/package/ts-arithmetic-helper/v/3.7.2"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/advisories/GHSA-94cr-ccj8-78g6"
    }
  ],
  "schema_version": "1.7.4",
  "summary": "Malicious code in ts-arithmetic-helper (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…