mal-2026-4543
Vulnerability from ossf_malicious_packages
Published
2026-05-20 01:03
Modified
2026-05-29 17:26
Summary
Malicious code in customerdigital-ui-containers-lib (npm)
Details

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

Source: amazon-inspector (a314a5b253dcb30b2781bda216266b7ab1b49b62eec416bd9be07b48ab46a348)

On npm install, postinstall.js collects git identity, OS user/uid, hostname, internal network interface addresses, Cloudflare Pages environment variables, and directory listings of ~/.ssh, ~/.aws, and ~/.kube (first 5 entries of each), base64-encodes the payload, and sends it as a query string via an HTTPS GET to ho9skv69a3pbqzbzg7z1l009c0ir6hu6.oastify.com — a Burp Collaborator out-of-band exfiltration host. The script also implements explicit sandbox evasion: it returns early if the current working directory starts with /tmp, contains 'npm-', or HOME is unset, with a 'Diagnostic/2.0' User-Agent cover story. The targeted directories (~/.ssh, ~/.aws, ~/.kube) reveal credential filenames (id_rsa, credentials, config) suitable for follow-on targeted theft. The package name shape and dependency-confusion-style high version (99.12.9) are consistent with an internal-name squat reconnaissance payload.

Source: ghsa-malware (3c1d98c75f2f115983db78ed156919034fc8623c23b304efdc2c4ca27ecc8de4)

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.

Source: ossf-package-analysis (8ba8e61a99e8c6f42a14cbd3d6c403d6f064b4e3cebca968e3d26807fdfa489b)

The OpenSSF Package Analysis project identified 'customerdigital-ui-containers-lib' @ 99.13.9 (npm) as malicious.

It is considered malicious because:

  • The package communicates with a domain associated with malicious activity.
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": {
          "domains": [
            "ho9skv69a3pbqzbzg7z1l009c0ir6hu6.oastify.com"
          ],
          "evidence_files": [
            {
              "path": "postinstall.js",
              "sha256": "b10e398fc5d0de4a06764dc583cbcb3a20b1452ad793d332c3138ce23c4d3d41",
              "tlsh": "f9518556c7f8122045d31288e74f5115bb83f0473d44a9803edda7c28f95d78aa726fd"
            }
          ],
          "package_integrity": [
            {
              "filename": "customerdigital-ui-containers-lib-99.12.9.tgz",
              "hashes": {
                "sha1": "59cfb06594d451974eb934f80e435e94e5223782",
                "sha512_sri": "sha512-lXT9c7X6WSBvIgxWDatqDAueXOBaMsVzCYiBn9GXxGOen4yET4avF2jO6EC15rQXuWwyhfivA9VWnNdGEIDpEA=="
              }
            }
          ]
        }
      },
      "package": {
        "ecosystem": "npm",
        "name": "customerdigital-ui-containers-lib"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "SEMVER"
        }
      ],
      "versions": [
        "99.12.9",
        "99.13.9",
        "99.14.9"
      ]
    }
  ],
  "aliases": [
    "GHSA-fpwv-wv7c-h2mw"
  ],
  "credits": [
    {
      "contact": [
        "actran@amazon.com"
      ],
      "name": "Amazon Inspector",
      "type": "FINDER"
    },
    {
      "contact": [
        "https://github.com/ossf/package-analysis",
        "https://openssf.slack.com/channels/package_analysis"
      ],
      "name": "OpenSSF: Package Analysis",
      "type": "FINDER"
    }
  ],
  "database_specific": {
    "malicious-packages-origins": [
      {
        "id": "IN-MAL-2026-003334",
        "import_time": "2026-05-26T05:50:26.668907318Z",
        "modified_time": "2026-05-20T01:03:23Z",
        "sha256": "a314a5b253dcb30b2781bda216266b7ab1b49b62eec416bd9be07b48ab46a348",
        "source": "amazon-inspector",
        "versions": [
          "99.12.9"
        ]
      },
      {
        "id": "IN-MAL-2026-003335",
        "import_time": "2026-05-26T05:50:26.776438584Z",
        "modified_time": "2026-05-20T01:03:23Z",
        "sha256": "cada87ed45f203a69e6be9488176d8ab37c401a28c3473332cc7e00525b3bd53",
        "source": "amazon-inspector",
        "versions": [
          "99.12.9"
        ]
      },
      {
        "import_time": "2026-05-27T15:48:31.581650936Z",
        "modified_time": "2026-05-27T14:55:56Z",
        "sha256": "8ba8e61a99e8c6f42a14cbd3d6c403d6f064b4e3cebca968e3d26807fdfa489b",
        "source": "ossf-package-analysis",
        "versions": [
          "99.13.9"
        ]
      },
      {
        "import_time": "2026-05-28T15:13:28.203788045Z",
        "modified_time": "2026-05-28T14:20:52Z",
        "sha256": "dc1474f9b093a6c734499c7df747b2e4b4b270fac3a7209f2a61f59bae9fee82",
        "source": "ossf-package-analysis",
        "versions": [
          "99.14.9"
        ]
      },
      {
        "id": "GHSA-fpwv-wv7c-h2mw",
        "import_time": "2026-05-29T17:25:31.296327134Z",
        "modified_time": "2026-05-29T15:44:37Z",
        "ranges": [
          {
            "events": [
              {
                "introduced": "0"
              }
            ],
            "type": "SEMVER"
          }
        ],
        "sha256": "3c1d98c75f2f115983db78ed156919034fc8623c23b304efdc2c4ca27ecc8de4",
        "source": "ghsa-malware"
      }
    ]
  },
  "details": "\n---\n_-= Per source details. Do not edit below this line.=-_\n\n## Source: amazon-inspector (a314a5b253dcb30b2781bda216266b7ab1b49b62eec416bd9be07b48ab46a348)\nOn npm install, postinstall.js collects git identity, OS user/uid, hostname, internal network interface addresses, Cloudflare Pages environment variables, and directory listings of ~/.ssh, ~/.aws, and ~/.kube (first 5 entries of each), base64-encodes the payload, and sends it as a query string via an HTTPS GET to ho9skv69a3pbqzbzg7z1l009c0ir6hu6.oastify.com \u2014 a Burp Collaborator out-of-band exfiltration host. The script also implements explicit sandbox evasion: it returns early if the current working directory starts with /tmp, contains \u0027npm-\u0027, or HOME is unset, with a \u0027Diagnostic/2.0\u0027 User-Agent cover story. The targeted directories (~/.ssh, ~/.aws, ~/.kube) reveal credential filenames (id_rsa, credentials, config) suitable for follow-on targeted theft. The package name shape and dependency-confusion-style high version (99.12.9) are consistent with an internal-name squat reconnaissance payload.\n\n## Source: ghsa-malware (3c1d98c75f2f115983db78ed156919034fc8623c23b304efdc2c4ca27ecc8de4)\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\n## Source: ossf-package-analysis (8ba8e61a99e8c6f42a14cbd3d6c403d6f064b4e3cebca968e3d26807fdfa489b)\nThe OpenSSF Package Analysis project identified \u0027customerdigital-ui-containers-lib\u0027 @ 99.13.9 (npm) as malicious.\n\nIt is considered malicious because:\n\n- The package communicates with a domain associated with malicious activity.\n",
  "id": "MAL-2026-4543",
  "modified": "2026-05-29T17:26:41Z",
  "published": "2026-05-20T01:03:23Z",
  "references": [
    {
      "type": "PACKAGE",
      "url": "https://www.npmjs.com/package/customerdigital-ui-containers-lib/v/99.12.9"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/advisories/GHSA-fpwv-wv7c-h2mw"
    }
  ],
  "schema_version": "1.7.4",
  "summary": "Malicious code in customerdigital-ui-containers-lib (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…