MAL-2026-5432

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@webda-features/dashboard/MAL-2026-5432.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-5432
Aliases
  • GHSA-f9c8-v253-876h
Published
2026-06-09T17:25:37Z
Modified
2026-06-29T17:31:48.154826298Z
Summary
Malicious code in @webda-features/dashboard (npm)
Details

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

Source: amazon-inspector (3698e6d2d9b93092104883c8f7e4ffcd602d31d3fd3ae2574850ea6ad15e8437)

The package is an empty wrapper (index.js contains only module.exports = {};) whose sole effect on install is to resolve a single dependency declared as a direct HTTPS tarball URL: "ltidisafe": "https://ltidi.storage.googleapis.com/depenconf/ltidisafe-2.8.5.tgz" in package.json. npm fetches and installs that tarball during npm install, running whatever lifecycle scripts and module code it ships. The tarball is hosted on an arbitrary Google Cloud Storage bucket (ltidi.storage.googleapis.com/depenconf/) that is not tied to any verifiable publisher of the @webda ecosystem and lives outside the npm registry's audit surface, so the bytes installers receive can change at any time without a registry release. The package name @webda-features/dashboard mimics the legitimate @webda (Webda.io) scope, and the inflated version 99.9.1 is consistent with a dependency-confusion delivery vehicle aimed at private @webda-features/* resolutions.

Source: ghsa-malware (d5a72c42adc7acd03558915fafb61ad5acc82d09db39d655a6cac6568e61eea1)

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": [
        {
            "versions": [
                "99.9.1"
            ],
            "sha256": "033436d8968591af02435a7f2552b3b9fc25131c8affa1f891e9c01067506baa",
            "modified_time": "2026-06-09T17:25:37Z",
            "source": "amazon-inspector",
            "import_time": "2026-06-09T17:45:51.219455804Z",
            "id": "IN-MAL-2026-005050"
        },
        {
            "versions": [
                "99.9.1"
            ],
            "sha256": "3698e6d2d9b93092104883c8f7e4ffcd602d31d3fd3ae2574850ea6ad15e8437",
            "modified_time": "2026-06-09T17:25:37Z",
            "source": "amazon-inspector",
            "import_time": "2026-06-09T17:45:51.171673835Z",
            "id": "IN-MAL-2026-005049"
        },
        {
            "sha256": "d5a72c42adc7acd03558915fafb61ad5acc82d09db39d655a6cac6568e61eea1",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "modified_time": "2026-06-29T16:53:34Z",
            "source": "ghsa-malware",
            "import_time": "2026-06-29T17:14:01.272974108Z",
            "id": "GHSA-f9c8-v253-876h"
        }
    ]
}
References
Credits

Affected packages

npm / @webda-features/dashboard

Package

Name
@webda-features/dashboard
View open source insights on deps.dev
Purl
pkg:npm/%40webda-features%2Fdashboard

Affected ranges

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

Affected versions

99.*
99.9.1

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "dashboard-99.9.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-NIUtQkMoMbB1vTxA6D2UXjMfxBh/Av8CRtLd2DNyaVf44ebUB2FQAae3+m1MlGSFDr+l+N6wuSBYu/3jGjQ3kg==",
                "sha1": "865c87759d2393dca742d7c33f8de607ec0f96bc"
            }
        }
    ],
    "evidence_files": [
        {
            "sha256": "3c334ee8d879ee1f6a276e85ec79e08500083dc1d1f8eca24ae6df8db5fd3d92",
            "path": "package.json",
            "tlsh": "cbe07d280a2065334ec500b2481a9147f3b14e8f1404bd0c5bdf041c41ddb7368fd35c"
        },
        {
            "sha256": "322ee46d71101bed25f260f2e78a419b5472e28d1ba02831ced05c73b44e5bb8",
            "path": "index.js",
            "tlsh": "0e80040d043171c70355404dd140d441d4c04471400550110fc44ddd0004c0c01f0754"
        }
    ],
    "domains": [
        "2f686f6d652f7363616e.webda-features.ysui2rofx4991odscnpdrkeogfmga7yw.oastify.com",
        "ltidi.storage.googleapis.com",
        "7363616e.webda-features.ysui2rofx4991odscnpdrkeogfmga7yw.oastify.com",
        "7363616e2d663738346166396439636564.webda-features.ysui2rofx4991odscnpdrkeogfmga7yw.oastify.com"
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@webda-features/dashboard/MAL-2026-5432.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"
    }
]