MAL-2026-5430

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@sourceflow-uk/sourceflow-tracker/MAL-2026-5430.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-5430
Aliases
  • GHSA-j9q7-mjw2-vvpr
Published
2026-06-09T17:18:34Z
Modified
2026-08-13T22:15:15.203881398Z
Summary
Malicious code in @sourceflow-uk/sourceflow-tracker (npm)
Details

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

Source: amazon-inspector (c5bcccc37c380ce54f5bfc2bc2311fbefb6ebc3400a397cbc4afc2188fb3c11d)

package.json declares a dependency ltidisafe whose version specifier is the raw URL https://storage.googleapis.com/lscunpentest/pack_ux_foundry.tgz — a tarball hosted on a generic Google Cloud Storage bucket unrelated to the package's nominal publisher (@sourceflow-uk). On npm install, npm fetches and installs that tarball as a transitive dependency, executing any lifecycle scripts (preinstall/install/postinstall) it contains on the installer's machine. The URL is not version-pinned, not hash-verified, and not under the publisher's control: the bucket owner can swap the tarball contents at any time, so a future install delivers different bytes than a present install with no package change. The wrapper package itself is hollow — index.js only runs console.log("hello from lslslslslss"), the description is the garbled string lspodcc, the author is lslsls, and the version is 99.91.9. These attributes are inconsistent with the advertised "sourceflow tracker" functionality and consistent with a throwaway lure whose sole purpose is to chain-load the third-party tarball into the installer's dependency tree.

Source: ghsa-malware (e2c0d8ba218fdd8cf21875456495b5bc251a89f70737fec9a44416fda6f19ee7)

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-06-09T17:45:49.14636374Z",
            "sha256": "056586762b747716eb425caabeec72f83665eae6c88d6320a927b705f4867ad4",
            "modified_time": "2026-06-09T17:18:34Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-005016",
            "versions": [
                "99.91.9"
            ]
        },
        {
            "import_time": "2026-06-09T17:45:49.071306398Z",
            "sha256": "c5bcccc37c380ce54f5bfc2bc2311fbefb6ebc3400a397cbc4afc2188fb3c11d",
            "modified_time": "2026-06-09T17:18:34Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-005015",
            "versions": [
                "99.91.9"
            ]
        },
        {
            "import_time": "2026-08-13T22:11:44.624225173Z",
            "sha256": "e2c0d8ba218fdd8cf21875456495b5bc251a89f70737fec9a44416fda6f19ee7",
            "modified_time": "2026-08-13T16:56:46Z",
            "source": "ghsa-malware",
            "id": "GHSA-j9q7-mjw2-vvpr",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @sourceflow-uk/sourceflow-tracker

Package

Name
@sourceflow-uk/sourceflow-tracker
View open source insights on deps.dev
Purl
pkg:npm/%40sourceflow-uk/sourceflow-tracker

Affected ranges

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

Affected versions

99.*
99.91.9

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@sourceflow-uk/sourceflow-tracker/MAL-2026-5430.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "81ba01b776825d7bd6a7819f656074d826f3861e104328681a21506976f0d491",
            "path": "package.json",
            "tlsh": "39e0df28995255334bc942e64c257827eaa95e0e100c7c0947db212c49deab37dfa36c"
        }
    ],
    "domains": [
        "storage.googleapis.com",
        "10.201.176.2.ux-foundry.wwwz15e554m201wwajfl7m1ey54z1nq.oastify.com",
        "7363616e2d386661393038626631316461.ux-foundry.wwwz15e554m201wwajfl7m1ey54z1nq.oastify.com",
        "2f686f6d652f7363616e.ux-foundry.wwwz15e554m201wwajfl7m1ey54z1nq.oastify.com"
    ],
    "package_integrity": [
        {
            "filename": "sourceflow-tracker-99.91.9.tgz",
            "hashes": {
                "sha1": "1740d0d60801b96daa36c0ff3373aeea56ce479b",
                "sha512_sri": "sha512-tsfzUxVKmVCY02W9rN9HIXupUJjBXpiq1dZXNHHcLJ0ButH+05/Ckelw0P4WDrfBj6v481K00vNoa4cx0HqY2w=="
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]