MAL-2026-10443

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/home-sections-web-ui/MAL-2026-10443.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10443
Aliases
  • GHSA-343f-5692-gj8q
Published
2026-07-13T14:01:27Z
Modified
2026-08-13T22:15:23.354372587Z
Summary
Malicious code in home-sections-web-ui (npm)
Details

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

Source: amazon-inspector (2e6c206f8844e1ff870876bc1ac8cdf2b10ee2c36caf61883eb5a8f03caa5405)

package.json declares the dependency ltidisafe as a direct tarball URL (https://storage.googleapis.com/lscunpentest/pack_ux_foundry.tgz) hosted on an anonymous Google Cloud Storage bucket unrelated to any known publisher. Installing this package causes npm to fetch and install arbitrary, attacker-mutable JavaScript from that URL into the installer's dependency tree, bypassing the npm registry entirely. Package metadata is consistent with a throwaway lure: nonsensical author (lslsls), placeholder description (lspodcc), version 99.9.9, and a bucket name (lscunpentest) suggesting pen-test / dependency-confusion tooling. The fetched tarball's contents are not pinned by hash and can be swapped at any time by whoever controls the bucket.

Source: ghsa-malware (3cc1540f9f2e17e85357ce030f5a7467c9a6b72fe1c860858efa003b0fd5779d)

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.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-07-13T14:19:33.209877174Z",
            "sha256": "2e6c206f8844e1ff870876bc1ac8cdf2b10ee2c36caf61883eb5a8f03caa5405",
            "modified_time": "2026-07-13T14:01:27Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-010240",
            "versions": [
                "99.9.9"
            ]
        },
        {
            "import_time": "2026-08-13T22:11:44.587209512Z",
            "sha256": "3cc1540f9f2e17e85357ce030f5a7467c9a6b72fe1c860858efa003b0fd5779d",
            "modified_time": "2026-08-13T16:56:50Z",
            "source": "ghsa-malware",
            "id": "GHSA-343f-5692-gj8q",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ]
        }
    ]
}
References
Credits

Affected packages

npm / home-sections-web-ui

Package

Name
home-sections-web-ui
View open source insights on deps.dev
Purl
pkg:npm/home-sections-web-ui

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

99.*
99.9.9

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/home-sections-web-ui/MAL-2026-10443.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "2d3b2f3454034f0b08cfc160f65da09fa062ac8bda1a27464fcd1f9dbb0306e0",
            "path": "package.json",
            "tlsh": "74e0d8189a625a370fc652aa5c197527e2b49e4f100c7d0d26db213c4b8e6b37cfd39d"
        }
    ],
    "package_integrity": [
        {
            "filename": "home-sections-web-ui-99.9.9.tgz",
            "hashes": {
                "sha1": "a3ad982c01f266f92df531f39f24c4a295f5761d",
                "sha512_sri": "sha512-jYG47IPO+3elXFcqTBntfpChxCMZWDdmbqQvXqoNTeL82l5IPiAGum9MckQN2t5xIpCMwRpiDG+3A4C8Y0FknQ=="
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "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."
    }
]