MAL-2026-14448

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/classroomhomework/MAL-2026-14448.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14448
Aliases
  • GHSA-hrpx-q7gr-p9g5
Published
2026-08-25T05:33:29Z
Modified
2026-08-25T23:49:44.489058869Z
Summary
Malicious code in classroomhomework (npm)
Details

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

Source: amazon-inspector (b64edbbd8d1e23d937c4697de257a67981be2ebb2934a4280424a86f4af7028f)

The package's index.html impersonates Google Classroom (title, gstatic favicon, hardcoded student email student111@risd.edu, decoy schedule/gradebook code explicitly commented // --- decoy classroom functionality below ---) as a cover for a remote-fetch-and-execute primitive. Embedded JavaScript reconstructs a fragmented path from a _paths array (["/gh/", "s0n-1m-", "cr1n3/", "sc13nc3/", "assets/", "index.html"]) joined at runtime to form /gh/s0n-1m-cr1n3/sc13nc3/assets/index.html, prefixes a jsDelivr mirror host, fetches the URL, and writes the response body into a new browser tab via document.write, which parses and executes it as HTML/JS. A setTimeout fires the fetch automatically 500 ms after page load, and a hidden class code modal (m1..m5) triggers the same fetch on demand. Because the jsDelivr path targets a personal GitHub repository (s0n-1m-cr1n3/sc13nc3) pinned to no commit, the operator can swap the delivered payload at any time. The split-string obfuscation of the destination and the author-labeled decoy UI show intent to conceal the delivery channel behind a Google Classroom facade.

Source: ghsa-malware (623532fe0234f0604f33f448e7b994bb3817bc08b2e9c91d4739f337763013f9)

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": [
        {
            "modified_time": "2026-08-25T05:33:34Z",
            "source": "ghsa-malware",
            "sha256": "623532fe0234f0604f33f448e7b994bb3817bc08b2e9c91d4739f337763013f9",
            "id": "GHSA-hrpx-q7gr-p9g5",
            "import_time": "2026-08-25T06:26:26.623616557Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ]
        },
        {
            "versions": [
                "1.0.0"
            ],
            "source": "amazon-inspector",
            "sha256": "b64edbbd8d1e23d937c4697de257a67981be2ebb2934a4280424a86f4af7028f",
            "id": "IN-MAL-2026-018705",
            "import_time": "2026-08-25T08:20:37.087347744Z",
            "modified_time": "2026-08-25T08:17:15Z"
        }
    ]
}
References
Credits

Affected packages

npm / classroomhomework

Package

Affected ranges

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

Affected versions

1.*
1.0.0

Database specific

indicators
{
    "evidence_files": [
        {
            "path": "index.html",
            "sha256": "42e13b7178eb961ae7a2c693f8798aff5f033357f50e6cb760b514dc52529e80",
            "tlsh": "3382f632991c252e6933e2b8db7a5318f6af4167e1078314389ca3611f79c91d673eec"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/classroomhomework/MAL-2026-14448.json"
cwes
[
    {
        "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",
        "cweId": "CWE-506"
    }
]