MAL-2026-10490

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@sqlite-panel/createsql/MAL-2026-10490.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10490
Aliases
  • GHSA-mq68-3vc3-ch3q
Published
2026-07-13T20:54:27Z
Modified
2026-07-14T11:04:11Z
Summary
Malicious code in @sqlite-panel/createsql (npm)
Details

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

Source: amazon-inspector (bb20d0c9e601940f84c676cd74d174e06a740b6bcb90c12d38cdcecc6ca68696)

The package's main entry point (index.js) fetches a hardcoded GitHub Gist owned by 'getchainverse' via api.github.com and passes the returned file content directly to eval() at load time. Any consumer that require()s or imports @sqlite-panel/createsql executes whatever JavaScript the gist owner has published, with full Node.js process privileges on the installer's machine. The gist source is mutable and controlled by a third party, with no pinning, hash, or signature verification. The package ships no SQL functionality despite its name; the entire module is the remote-eval dropper. Package metadata (author, description) is empty, and the name appears designed to attract developers searching for SQLite tooling.

Source: ghsa-malware (2ba2859eab361c07b35a901cb4b2811a2518c6c6b5ba1c75efdf9b4f24787ba0)

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": [
        {
            "id": "IN-MAL-2026-010313",
            "import_time": "2026-07-13T21:25:58.400683427Z",
            "modified_time": "2026-07-13T20:54:27Z",
            "sha256": "bb20d0c9e601940f84c676cd74d174e06a740b6bcb90c12d38cdcecc6ca68696",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ]
        },
        {
            "id": "GHSA-mq68-3vc3-ch3q",
            "import_time": "2026-07-14T10:52:39.044704938Z",
            "modified_time": "2026-07-14T10:35:02Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "2ba2859eab361c07b35a901cb4b2811a2518c6c6b5ba1c75efdf9b4f24787ba0",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / @sqlite-panel/createsql

Package

Name
@sqlite-panel/createsql
View open source insights on deps.dev
Purl
pkg:npm/%40sqlite-panel/createsql

Affected ranges

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

Affected versions

1.*
1.0.0

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": "index.js",
            "sha256": "626e26192f6fc4f828daaae0f8b9b3f1d807e7d8665d4e1a06001a2d911f98d5",
            "tlsh": "2cf05568a80048c3dab6adc09d16a409a2235049f9d0d2ceb88d93119d97427ebc0aa9"
        },
        {
            "path": "package.json",
            "sha256": "c34a4b1a18fa2dbf775fadcbfb4014bd6cac6d1a7e94bb42e73183722735f75f",
            "tlsh": "29d0a7345951543305c941264d2d9082b290cf1f0414780a43db683cc5df7b36cfa30d"
        }
    ],
    "package_integrity": [
        {
            "filename": "createsql-1.0.0.tgz",
            "hashes": {
                "sha1": "ad9417226387752068feaafdcc9eeac5d32e3ebf",
                "sha512_sri": "sha512-VN91sByBSAaJ5PdwtCmbA9C3SDlPk2YtZNgpZqaOiGFmOcAjT0nsP4HDW2QRgdFYgG8MzButilHKwn6PrhPUTQ=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@sqlite-panel/createsql/MAL-2026-10490.json"