MAL-2026-10115

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/fmt-date-lite/MAL-2026-10115.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10115
Published
2026-07-05T00:00:00Z
Modified
2026-07-28T08:21:58.293187605Z
Summary
Malicious code in fmt-date-lite (npm)
Details

The npm package fmt-date-lite is a supply-chain dropper disguised as a benign date-formatting utility (its description reads "Lightweight date formatting utility with locale support"). It ships six files, no source repository and no dependencies, with its real behaviour in an install script.

A postinstall lifecycle hook (postinstall: node postinstall.js) executes automatically on npm install, before the package is ever imported. The install script fetches a second-stage payload from the hardcoded external endpoint 155.190.124.243:6788 and executes it via a Node child process (child_process / execSync) — the classic download-and-execute pattern. Any developer workstation or CI runner that installs the package (directly or transitively) hands arbitrary code execution to the operator of that endpoint.

fmt-date-lite is part of a coordinated campaign of near-identical "date/time formatting utility" droppers: sibling packages reuse the same shell and point at raw-IP infrastructure in the same 115-155.190.124.0/8 neighbourhood — e.g. datefmt-helper (C2 115.190.124.243) and date-fns-lite (C2 115.190.124.243, catalogued as OSV MAL-2026-6722).

Detected and classified independently by codelake Research from the live npm feed; at the time of reporting fmt-date-lite was not present in OSV or GHSA (a first-catch).


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

Source: amazon-inspector (1c8dad7bd90f4cb0dbb1d4ce933bc39f04aefe4940a53605e5c3f30c48a313e4)

On npm install, the package's postinstall lifecycle script runs the id command and transmits the resulting user/group identity to a hardcoded bare-IP endpoint at http://155.190.124.243:6788/ over plain HTTP. Three fallback delivery mechanisms are used (node http.get, curl, wget) to maximize the chance of successful exfiltration across environments. This behavior has no legitimate connection to the package's advertised purpose (a date-formatting utility), and the benign-sounding name and date-fns-lite authorship function as cover for the install-time beacon — consistent with a lure/typosquat targeting the date-fns ecosystem. The id output reveals the installer's username, UID, GID, and group memberships, providing reconnaissance for follow-on attacks and confirming the callback for the operator.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-07-10T07:46:07.966802991Z",
            "id": "IN-MAL-2026-009605",
            "sha256": "1c8dad7bd90f4cb0dbb1d4ce933bc39f04aefe4940a53605e5c3f30c48a313e4",
            "versions": [
                "1.0.0"
            ],
            "source": "amazon-inspector",
            "modified_time": "2026-07-10T06:45:28Z"
        }
    ],
    "iocs": {
        "ips": [
            "155.190.124.243"
        ],
        "hashes": [
            "sha256:987872707c668af0739f7d0193c1db906eb87e0749a5801a8a166a0aa2735136"
        ]
    }
}
References
Credits

Affected packages

npm / fmt-date-lite

Package

Affected ranges

Affected versions

1.*
1.0.0

Database specific

cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "postinstall.js",
            "tlsh": "7a01cbee21e163b0a8a358c6db2b2429654be0073a5dafd8bedc47160f5a11843326e4",
            "sha256": "3268a973540ef67255c402867f3b189b6a5ac912952d49cd408a09fe622f518d"
        },
        {
            "path": "package.json",
            "tlsh": "64e068200822562326c587e2ed564d477d201d23026cbc1823e3812883cebbb94fd22e",
            "sha256": "61ca62b2be5470006f1ecee90177d88d80c41e86d680f79cad150b10302f9993"
        }
    ],
    "package_integrity": [
        {
            "filename": "fmt-date-lite-1.0.0.tgz",
            "hashes": {
                "sha1": "5b4c246e288cb12562936c8312459898766c2832",
                "sha512_sri": "sha512-ELkgwLi9tZL9hlMIGXRo5uMelygqvGFO6D9soCdeSO3zDRNMhBOmBwzXg2UhF4wd9VYUIIcSKrcvJ7oYTdJzfA=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/fmt-date-lite/MAL-2026-10115.json"