MAL-2026-15671
Vulnerability from ossf_malicious_packages
-= Per source details. Do not edit below this line.=-
Source: amazon-inspector (8f59477bf2399742c785aa97d80d04b4800f66446ae3635167ba173d96080a91)
On npm install, the package's preinstall hook (package.json scripts.preinstall = node index.js) executes index.js, which reads the installer's OS username (os.userInfo().username), hostname (os.hostname()), and current working directory (process.cwd()), then issues a DNS A-record query for a subdomain of the attacker-controlled domain oob.algamil7x.xyz of the form selftest.<username>.<hostname>.<cwd>.<timestamp>.oob.algamil7x.xyz via dns.Resolver.resolve4. The tarball ships no other functionality: package.json has an empty description and author, no dependencies, and no runtime code beyond the beacon. The name quartz-core at the elevated version 99.1.9 is consistent with a dependency-confusion reconnaissance probe designed to identify internal build environments where a private package name resolves to this public one.
Source: ghsa-malware (f2f763d82e760eded4c7415a92f07bf478beeee2ac94ee8e8af73292194b7f42)
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.
- CWE-506 - The product contains code that appears to be malicious in nature.
- CWE-506 - The product contains code that appears to be malicious in nature.
- CWE-506 - The product contains code that appears to be malicious in nature.
- CWE-506 - The product contains code that appears to be malicious in nature.
{
"affected": [
{
"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"
},
{
"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": "d9bf7ccec3c9f43b9fea63970f9692574aa34d285520d33debd4b4931674f470",
"tlsh": "cb01d5119cf770b916326dc8e40250153ba6ea53b56dca80749c57c54f93df413d266c"
},
{
"path": "package.json",
"sha256": "3fe97acb1e23a2ab529a26bc57f6fce0257b499228d7a12064b7cde99ec3af57",
"tlsh": "dac012346d20a43368d946e14827590771b1cd1b04187c089bd3641851d967344fe24d"
}
]
}
},
"package": {
"ecosystem": "npm",
"name": "quartz-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "SEMVER"
}
],
"versions": [
"99.1.9",
"99.9.9",
"10.1.9"
]
}
],
"aliases": [
"GHSA-w63g-6crc-rq2w"
],
"credits": [
{
"contact": [
"inspector-research@amazon.com"
],
"name": "Amazon Inspector",
"type": "FINDER"
}
],
"database_specific": {
"malicious-packages-origins": [
{
"id": "GHSA-w63g-6crc-rq2w",
"import_time": "2026-09-01T03:36:05.400445261Z",
"modified_time": "2026-09-01T01:03:22Z",
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "SEMVER"
}
],
"sha256": "f2f763d82e760eded4c7415a92f07bf478beeee2ac94ee8e8af73292194b7f42",
"source": "ghsa-malware"
},
{
"id": "IN-MAL-2026-019318",
"import_time": "2026-09-02T02:44:32.997532361Z",
"modified_time": "2026-09-02T02:18:48Z",
"sha256": "8f59477bf2399742c785aa97d80d04b4800f66446ae3635167ba173d96080a91",
"source": "amazon-inspector",
"versions": [
"99.1.9"
]
},
{
"id": "IN-MAL-2026-019383",
"import_time": "2026-09-04T00:45:54.622431023Z",
"modified_time": "2026-09-03T23:49:53Z",
"sha256": "10d61889fa54528f7622ac48c030c8e907614eb8597bb6e154ae9cef6100a223",
"source": "amazon-inspector",
"versions": [
"99.9.9"
]
},
{
"id": "IN-MAL-2026-019577",
"import_time": "2026-09-04T06:30:31.270972747Z",
"modified_time": "2026-09-04T06:08:24Z",
"sha256": "2a14c7e120c96bce6a1d4d6c824dc5145934fe6612cee281024d8962015cee59",
"source": "amazon-inspector",
"versions": [
"10.1.9"
]
}
]
},
"details": "\n---\n_-= Per source details. Do not edit below this line.=-_\n\n## Source: amazon-inspector (8f59477bf2399742c785aa97d80d04b4800f66446ae3635167ba173d96080a91)\nOn npm install, the package\u0027s preinstall hook (package.json scripts.preinstall = `node index.js`) executes index.js, which reads the installer\u0027s OS username (os.userInfo().username), hostname (os.hostname()), and current working directory (process.cwd()), then issues a DNS A-record query for a subdomain of the attacker-controlled domain oob.algamil7x.xyz of the form `selftest.\u003cusername\u003e.\u003chostname\u003e.\u003ccwd\u003e.\u003ctimestamp\u003e.oob.algamil7x.xyz` via dns.Resolver.resolve4. The tarball ships no other functionality: package.json has an empty description and author, no dependencies, and no runtime code beyond the beacon. The name `quartz-core` at the elevated version 99.1.9 is consistent with a dependency-confusion reconnaissance probe designed to identify internal build environments where a private package name resolves to this public one.\n\n## Source: ghsa-malware (f2f763d82e760eded4c7415a92f07bf478beeee2ac94ee8e8af73292194b7f42)\nAny 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.\n",
"id": "MAL-2026-15671",
"modified": "2026-09-04T06:32:31.445592930Z",
"published": "2026-09-01T01:03:21Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-w63g-6crc-rq2w"
},
{
"type": "PACKAGE",
"url": "https://www.npmjs.com/package/quartz-core/v/99.1.9"
},
{
"type": "PACKAGE",
"url": "https://www.npmjs.com/package/quartz-core/v/99.9.9"
},
{
"type": "PACKAGE",
"url": "https://www.npmjs.com/package/quartz-core/v/10.1.9"
}
],
"schema_version": "1.7.4",
"summary": "Malicious code in quartz-core (npm)"
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
Related by attack behaviour
Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.