MAL-2026-11494

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/test-dev-sync/MAL-2026-11494.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11494
Aliases
  • GHSA-c2gc-7pfc-7fjf
Published
2026-08-01T03:43:29Z
Modified
2026-08-04T22:05:20.460563777Z
Summary
Malicious code in test-dev-sync (npm)
Details

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

Source: amazon-inspector (b79a278016b87011ec1e810ce455d87ab6346a1045cc007e0155b204c8cc2532)

test-dev-sync is a browser data stealer coupled to a remote-command backdoor. grabber_user.js enumerates Chrome/Chromium/Opera/Vivaldi profiles under LOCALAPPDATA and copies extension Local/Sync settings, Local Storage LevelDB, and the LastPass extension database; the collected tree is zipped and uploaded, keyed by a hardware fingerprint, through a sibling package's uploadFileToPublicApi sink. extproc.js additionally reads each profile's Secure Preferences JSON, derives a seed hash from resources.pak, collects the host SID via powershell, and uploads the resulting extinfo blob to the same sink. handleInstallExtension listens on a channel provided by the sibling test-dev-link, receives operator messages carrying an extension ZIP, unzips it into the Chrome User Data Extensions directory, terminates chrome.exe, rewrites Secure Preferences to authorize the planted extensions, adds HKCU\Software\Policies\Google\Chrome entries that disable developer-mode and extension restrictions, and relaunches Chrome with --restore-last-session, giving persistent operator control of the victim's browser. The package is presented under a generic "dev sync" name and splits its capabilities across sibling packages test-dev-config, test-dev-link, and test-dev-store, which supply the C2 channel, hardware fingerprint, and upload endpoint.

Source: ghsa-malware (08d84ffac131c96846518a7d31bd752bf3e3f87cad1e79383458b24f489d0140)

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": [
        {
            "sha256": "08d84ffac131c96846518a7d31bd752bf3e3f87cad1e79383458b24f489d0140",
            "modified_time": "2026-08-01T03:43:34Z",
            "id": "GHSA-c2gc-7pfc-7fjf",
            "source": "ghsa-malware",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "import_time": "2026-08-02T22:41:04.911977Z"
        },
        {
            "source": "amazon-inspector",
            "versions": [
                "0.1.0"
            ],
            "id": "IN-MAL-2026-011048",
            "modified_time": "2026-08-04T21:25:02Z",
            "sha256": "b79a278016b87011ec1e810ce455d87ab6346a1045cc007e0155b204c8cc2532",
            "import_time": "2026-08-04T21:33:15.041329637Z"
        }
    ]
}
References
Credits

Affected packages

npm / test-dev-sync

Package

Affected ranges

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

Affected versions

0.*
0.1.0

Database specific

indicators
{
    "evidence_files": [
        {
            "path": "src/grabber_user.js",
            "tlsh": "15022347a4ad6b2288733bf4af530009e96651e33585428cbbfcc7d82f36414a6c5eed",
            "sha256": "3d3c9e4ca700e52d6f882bee8499b7f7e63c26da3c67da4d67a2e769c66f3810"
        },
        {
            "path": "src/extproc.js",
            "tlsh": "d432625b150d93299ab2b3e5eb071049f967e5b3330255a4bbdc83481f36c24a1e6fec",
            "sha256": "2c27ddf97e4001cd9b4806040dc81f534853035341bc1fe6973ab5a92b6ad5e7"
        },
        {
            "path": "package.json",
            "tlsh": "a4e0d823de55cd6315b466e0a47e0113f1628b9b44628c0ff0b91e0d476284308e9718",
            "sha256": "2f31280a535b58d2518ee3bb833d58676d7ecb7830fe68e9f04a0c83f9c854ad"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/test-dev-sync/MAL-2026-11494.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    },
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]