@blamejs/exceptd-skills 0.16.8 → 0.16.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2595,6 +2595,7 @@
2595
2595
  "CWE-917",
2596
2596
  "CWE-922",
2597
2597
  "CWE-924",
2598
+ "CWE-93",
2598
2599
  "CWE-940",
2599
2600
  "CWE-941",
2600
2601
  "CWE-942",
@@ -169,10 +169,12 @@
169
169
  "CVE-2026-5760",
170
170
  "MAL-2024-PYPI-ULTRALYTICS-XMRIG",
171
171
  "MAL-2026-3083",
172
+ "MAL-2026-MOIKA-DEPCONFUSION",
172
173
  "MAL-2026-NODE-IPC-STEALER",
173
174
  "MAL-2026-RUBYGEMS-BUFFERZONECORP-SLEEPER",
174
175
  "MAL-2026-SHAI-HULUD-OSS",
175
- "MAL-2026-TANSTACK-MINI"
176
+ "MAL-2026-TANSTACK-MINI",
177
+ "MAL-2026-TRAPDOOR-CROSS-ECOSYSTEM"
176
178
  ],
177
179
  "description_full": "Adversaries may gain initial access to a system by compromising the unique portions of the AI supply chain. This could include [Hardware](/techniques/AML.T0010.000), [Data](/techniques/AML.T0010.002) and its annotations, parts of the AI [AI Software](/techniques/AML.T0010.001) stack, or the [Model](/techniques/AML.T0010.003) itself. In some instances the attacker will need secondary access to fully carry out an attack using compromised components of the supply chain.",
178
180
  "platforms": [
@@ -342,7 +344,9 @@
342
344
  "maturity": "high",
343
345
  "last_verified": "2026-05-19",
344
346
  "cve_refs": [
345
- "MAL-2026-NODE-IPC-STEALER"
347
+ "MAL-2026-MOIKA-DEPCONFUSION",
348
+ "MAL-2026-NODE-IPC-STEALER",
349
+ "MAL-2026-TRAPDOOR-CROSS-ECOSYSTEM"
346
350
  ],
347
351
  "description_full": "Adversaries may attempt to poison datasets used by an AI model by modifying the underlying data or its labels. This allows the adversary to embed vulnerabilities in AI models trained on the data that may not be easily detectable. Data poisoning attacks may or may not require modifying the labels. The embedded vulnerability is activated at a later time by data samples with an [Insert Backdoor Trigger](/techniques/AML.T0043.004) Poisoned data can be introduced via [AI Supply Chain Compromise](/techniques/AML.T0010) or the data may be poisoned after the adversary gains [Initial Access](/tactics/AML.TA0004) to the system.",
348
352
  "platforms": [
@@ -569,7 +573,8 @@
569
573
  "CVE-2026-25592",
570
574
  "CVE-2026-30615",
571
575
  "CVE-2026-39884",
572
- "CVE-2026-39987"
576
+ "CVE-2026-39987",
577
+ "MAL-2026-TRAPDOOR-CROSS-ECOSYSTEM"
573
578
  ],
574
579
  "description_full": "An adversary may craft malicious prompts as inputs to an LLM that cause the LLM to act in unintended ways. These \"prompt injections\" are often designed to cause the model to ignore aspects of its original instructions and follow the adversary's instructions instead. Prompt Injections can be an initial access vector to the LLM that provides the adversary with a foothold to carry out other steps in their operation. They may be designed to bypass defenses in the LLM, or allow the adversary to issue privileged commands. The effects of a prompt injection can persist throughout an interactive session with an LLM. Malicious prompts may be injected directly by the adversary ([Direct](/techniques/AML.T0051.000)) either to leverage the LLM to generate harmful content or to gain a foothold on the system and lead to further effects. Prompts may also be injected indirectly when as part of its normal operation the LLM ingests the malicious prompt from another data source ([Indirect](/techniques/AML.T0051.001)). This type of injection can be used by the adversary to a foothold on the system or to target the user of the LLM. Malicious prompts may also be [Triggered](/techniques/AML.T0051.002) user actions or system events.",
575
580
  "platforms": [
@@ -495,9 +495,9 @@
495
495
  "CVE-2025-66376",
496
496
  "CVE-2025-68461",
497
497
  "CVE-2026-45321",
498
+ "MAL-2026-MOIKA-DEPCONFUSION",
498
499
  "MAL-2026-NODE-IPC-STEALER",
499
- "MAL-2026-TRAPDOOR-CROSS-ECOSYSTEM",
500
- "MAL-2026-MOIKA-DEPCONFUSION"
500
+ "MAL-2026-TRAPDOOR-CROSS-ECOSYSTEM"
501
501
  ],
502
502
  "description_full": "Adversaries may abuse various implementations of JavaScript for execution. JavaScript (JS) is a platform-independent scripting language (compiled just-in-time at runtime) commonly associated with scripts in webpages, though JS can be executed in runtime environments outside the browser.(Citation: NodeJS) JScript is the Microsoft implementation of the same scripting standard. JScript is interpreted via the Windows Script engine and thus integrated with many components of Windows such as the [Component Object Model](https://attack.mitre.org/techniques/T1559/001) and Internet Explorer HTML Application (HTA) pages.(Citation: JScrip May 2018)(Citation: Microsoft JScript 2007)(Citation: Microsoft Windows Scripts) JavaScript for Automation (JXA) is a macOS scripting language based on JavaScript, included as part of Apple’s Open Scripting Architecture (OSA), that was introduced in OSX 10.10. Apple’s OSA provides scripting capabilities to control applications, interface with the operating system, and bridge access into the rest of Apple’s internal APIs. As of OSX 10.10, OSA only supports two languages, JXA and [AppleScript](https://attack.mitre.org/techniques/T1059/002). Scripts can be executed via the command line utility <code>osascript</code>, they can be compiled into applications or script files via <code>osacompile</code>, and they can be compiled and executed in memory of other programs by leveraging the OSAKit Framework.(Citation: Apple About Mac Scripting 2016)(Citation: SpecterOps JXA 2020)(Citation: SentinelOne macOS Red Team)(Citation: Red Canary Silver Sparrow Feb2021)(Citation: MDSec macOS JXA and VSCode) Adversaries may abuse various implementations of JavaScript to execute various behaviors. Common uses include hosting malicious scripts on websites as part of a [Drive-by Compromise](https://attack.mitre.org/techniques/T1189) or downloading and executing these script files as secondary payloads. Since these payloads are text-based, it is also very common for adversaries to obfuscate their content as part of [Obfuscated Files or Information](https://attack.mitre.org/techniques/T1027).",
503
503
  "platforms": [
@@ -1018,6 +1018,9 @@
1018
1018
  "CVE-2023-48022",
1019
1019
  "CVE-2023-50224",
1020
1020
  "CVE-2023-51449",
1021
+ "CVE-2023-51764",
1022
+ "CVE-2023-51765",
1023
+ "CVE-2023-51766",
1021
1024
  "CVE-2023-52163",
1022
1025
  "CVE-2023-6016",
1023
1026
  "CVE-2023-6019",
@@ -1286,16 +1289,16 @@
1286
1289
  "name": "Supply Chain Compromise: Software Dependencies and Development Tools",
1287
1290
  "version": "v19",
1288
1291
  "cve_refs": [
1292
+ "CVE-2022-23812",
1289
1293
  "CVE-2025-30066",
1290
1294
  "CVE-2025-30154",
1291
1295
  "CVE-2026-30615",
1292
1296
  "CVE-2026-48027",
1293
1297
  "MAL-2026-3083",
1298
+ "MAL-2026-MOIKA-DEPCONFUSION",
1294
1299
  "MAL-2026-NODE-IPC-STEALER",
1295
1300
  "MAL-2026-TANSTACK-MINI",
1296
- "CVE-2022-23812",
1297
- "MAL-2026-TRAPDOOR-CROSS-ECOSYSTEM",
1298
- "MAL-2026-MOIKA-DEPCONFUSION"
1301
+ "MAL-2026-TRAPDOOR-CROSS-ECOSYSTEM"
1299
1302
  ],
1300
1303
  "description_full": "Adversaries may manipulate software dependencies and development tools prior to receipt by a final consumer for the purpose of data or system compromise. Applications often depend on external software to function properly. Popular open source projects that are used as dependencies in many applications, such as pip and NPM packages, may be targeted as a means to add malicious code to users of the dependency.(Citation: Trendmicro NPM Compromise)(Citation: Bitdefender NPM Repositories Compromised 2021)(Citation: MANDVI Malicious npm and PyPI Packages Disguised) This may also include abandoned packages, which in some cases could be re-registered by threat actors after being removed by adversaries.(Citation: The Hacker News PyPi Revival Hijack 2024) Adversaries may also employ \"typosquatting\" or name-confusion by choosing names similar to existing popular libraries or packages in order to deceive a user.(Citation: Ahmed Backdoors in Python and NPM Packages)(Citation: Meyer PyPI Supply Chain Attack Uncovered)(Citation: Checkmarx-oss-seo) Additionally, CI/CD pipeline components, such as GitHub Actions, may be targeted in order to gain access to the building, testing, and deployment cycles of an application.(Citation: Unit 42 Palo Alto GitHub Actions Supply Chain Attack 2025) By adding malicious code into a GitHub action, a threat actor may be able to collect runtime credentials (e.g., via [Proc Filesystem](https://attack.mitre.org/techniques/T1003/007)) or insert further malicious components into the build pipelines for a second-order supply chain compromise.(Citation: OWASP CICD-SEC-4) As GitHub Actions are often dependent on other GitHub Actions, threat actors may be able to infect a large number of repositories via the compromise of a single Action.(Citation: Palo Alto Networks GitHub Actions Worm 2023) Targeting may be specific to a desired victim set or may be distributed to a broad set of consumers but only move on to additional tactics on specific victims.",
1301
1304
  "platforms": [
@@ -1341,11 +1344,11 @@
1341
1344
  "MAL-2024-PYPI-ULTRALYTICS-XMRIG",
1342
1345
  "MAL-2025-PYPI-COLORAMA-SOLANA-STEALER",
1343
1346
  "MAL-2026-3083",
1347
+ "MAL-2026-MOIKA-DEPCONFUSION",
1344
1348
  "MAL-2026-NODE-IPC-STEALER",
1345
1349
  "MAL-2026-RUBYGEMS-BUFFERZONECORP-SLEEPER",
1346
1350
  "MAL-2026-SHAI-HULUD-OSS",
1347
- "MAL-2026-TRAPDOOR-CROSS-ECOSYSTEM",
1348
- "MAL-2026-MOIKA-DEPCONFUSION"
1351
+ "MAL-2026-TRAPDOOR-CROSS-ECOSYSTEM"
1349
1352
  ],
1350
1353
  "description_full": "Adversaries may manipulate application software prior to receipt by a final consumer for the purpose of data or system compromise. Supply chain compromise of software can take place in a number of ways, including manipulation of the application source code, manipulation of the update/distribution mechanism for that software, or replacing compiled releases with a modified version. Targeting may be specific to a desired victim set or may be distributed to a broad set of consumers but only move on to additional tactics on specific victims.(Citation: Avast CCleaner3 2018)(Citation: Command Five SK 2011)",
1351
1354
  "platforms": [
@@ -1508,8 +1511,8 @@
1508
1511
  "name": "Data Destruction",
1509
1512
  "version": "v19",
1510
1513
  "cve_refs": [
1511
- "MAL-2026-SHAI-HULUD-OSS",
1512
- "CVE-2022-23812"
1514
+ "CVE-2022-23812",
1515
+ "MAL-2026-SHAI-HULUD-OSS"
1513
1516
  ],
1514
1517
  "description_full": "Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources. Data destruction is likely to render stored data irrecoverable by forensic techniques through overwriting files or data on local and remote drives.(Citation: Symantec Shamoon 2012)(Citation: FireEye Shamoon Nov 2016)(Citation: Palo Alto Shamoon Nov 2016)(Citation: Kaspersky StoneDrill 2017)(Citation: Unit 42 Shamoon3 2018)(Citation: Talos Olympic Destroyer 2018) Common operating system file deletion commands such as <code>del</code> and <code>rm</code> often only remove pointers to files without wiping the contents of the files themselves, making the files recoverable by proper forensic methodology. This behavior is distinct from [Disk Content Wipe](https://attack.mitre.org/techniques/T1561/001) and [Disk Structure Wipe](https://attack.mitre.org/techniques/T1561/002) because individual files are destroyed rather than sections of a storage disk or the disk's logical structure. Adversaries may attempt to overwrite files and directories with randomly generated data to make it irrecoverable.(Citation: Kaspersky StoneDrill 2017)(Citation: Unit 42 Shamoon3 2018) In some cases politically oriented image files have been used to overwrite data.(Citation: FireEye Shamoon Nov 2016)(Citation: Palo Alto Shamoon Nov 2016)(Citation: Kaspersky StoneDrill 2017) To maximize impact on the target organization in operations where network-wide availability interruption is the goal, malware designed for destroying data may have worm-like features to propagate across a network by leveraging additional techniques like [Valid Accounts](https://attack.mitre.org/techniques/T1078), [OS Credential Dumping](https://attack.mitre.org/techniques/T1003), and [SMB/Windows Admin Shares](https://attack.mitre.org/techniques/T1021/002).(Citation: Symantec Shamoon 2012)(Citation: FireEye Shamoon Nov 2016)(Citation: Palo Alto Shamoon Nov 2016)(Citation: Kaspersky StoneDrill 2017)(Citation: Talos Olympic Destroyer 2018). In cloud environments, adversaries may leverage access to delete cloud storage objects, machine images, database instances, and other infrastructure crucial to operations to damage an organization or their customers.(Citation: Data Destruction - Threat Post)(Citation: DOJ - Cisco Insider) Similarly, they may delete virtual machines from on-prem virtualized environments.",
1515
1518
  "platforms": [
@@ -1811,10 +1814,10 @@
1811
1814
  "CVE-2025-21085",
1812
1815
  "CVE-2026-30615",
1813
1816
  "MAL-2026-3083",
1817
+ "MAL-2026-MOIKA-DEPCONFUSION",
1814
1818
  "MAL-2026-NODE-IPC-STEALER",
1815
1819
  "MAL-2026-TANSTACK-MINI",
1816
- "MAL-2026-TRAPDOOR-CROSS-ECOSYSTEM",
1817
- "MAL-2026-MOIKA-DEPCONFUSION"
1820
+ "MAL-2026-TRAPDOOR-CROSS-ECOSYSTEM"
1818
1821
  ],
1819
1822
  "description_full": "Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials. These can be files created by users to store their own credentials, shared credential stores for a group of individuals, configuration files containing passwords for a system or service, or source code/binary files containing embedded passwords. It is possible to extract passwords from backups or saved virtual machines through [OS Credential Dumping](https://attack.mitre.org/techniques/T1003).(Citation: CG 2014) Passwords may also be obtained from Group Policy Preferences stored on the Windows Domain Controller.(Citation: SRD GPP) In cloud and/or containerized environments, authenticated user and service account credentials are often stored in local configuration and credential files.(Citation: Unit 42 Hildegard Malware) They may also be found as parameters to deployment commands in container logs.(Citation: Unit 42 Unsecured Docker Daemons) In some cases, these files can be copied and reused on another machine or the contents can be read and then used to authenticate without needing to copy any files.(Citation: Specter Ops - Cloud Credential Storage)",
1820
1823
  "platforms": [
@@ -1974,6 +1977,11 @@
1974
1977
  "tactic": [
1975
1978
  "Credential Access",
1976
1979
  "Collection"
1980
+ ],
1981
+ "cve_refs": [
1982
+ "CVE-2011-0411",
1983
+ "CVE-2021-33515",
1984
+ "CVE-2021-38371"
1977
1985
  ]
1978
1986
  },
1979
1987
  "T1562.001": {
@@ -2835,6 +2843,9 @@
2835
2843
  "name": "Network Denial of Service",
2836
2844
  "version": "v19",
2837
2845
  "cve_refs": [
2846
+ "CVE-2023-44487",
2847
+ "CVE-2023-50387",
2848
+ "CVE-2023-50868",
2838
2849
  "CVE-2025-8671"
2839
2850
  ],
2840
2851
  "description_full": "Adversaries may perform Network Denial of Service (DoS) attacks to degrade or block the availability of targeted resources to users. Network DoS can be performed by exhausting the network bandwidth services rely on. Example resources include specific websites, email services, DNS, and web-based applications. Adversaries have been observed conducting network DoS attacks for political purposes(Citation: FireEye OpPoisonedHandover February 2016) and to support other malicious activities, including distraction(Citation: FSISAC FraudNetDoS September 2012), hacktivism, and extortion.(Citation: Symantec DDoS October 2014) A Network DoS will occur when the bandwidth capacity of the network connection to a system is exhausted due to the volume of malicious traffic directed at the resource or the network connections and network devices the resource relies on. For example, an adversary may send 10Gbps of traffic to a server that is hosted by a network with a 1Gbps connection to the internet. This traffic can be generated by a single system or multiple systems spread across the internet, which is commonly referred to as a distributed DoS (DDoS). To perform Network DoS attacks several aspects apply to multiple methods, including IP address spoofing, and botnets. Adversaries may use the original IP address of an attacking system, or spoof the source IP address to make the attack traffic more difficult to trace back to the attacking system or to enable reflection. This can increase the difficulty defenders have in defending against the attack by reducing or eliminating the effectiveness of filtering by the source address on network defense devices. For DoS attacks targeting the hosting system directly, see [Endpoint Denial of Service](https://attack.mitre.org/techniques/T1499).",
@@ -2858,6 +2869,7 @@
2858
2869
  "name": "Endpoint Denial of Service: OS Exhaustion Flood",
2859
2870
  "version": "v19",
2860
2871
  "cve_refs": [
2872
+ "CVE-2023-44487",
2861
2873
  "CVE-2025-8671"
2862
2874
  ],
2863
2875
  "description_full": "Adversaries may launch a denial of service (DoS) attack targeting an endpoint's operating system (OS). A system's OS is responsible for managing the finite resources as well as preventing the entire system from being overwhelmed by excessive demands on its capacity. These attacks do not need to exhaust the actual resources on a system; the attacks may simply exhaust the limits and available resources that an OS self-imposes. Different ways to achieve this exist, including TCP state-exhaustion attacks such as SYN floods and ACK floods.(Citation: Arbor AnnualDoSreport Jan 2018) With SYN floods, excessive amounts of SYN packets are sent, but the 3-way TCP handshake is never completed. Because each OS has a maximum number of concurrent TCP connections that it will allow, this can quickly exhaust the ability of the system to receive new requests for TCP connections, thus preventing access to any TCP service provided by the server.(Citation: Cloudflare SynFlood) ACK floods leverage the stateful nature of the TCP protocol. A flood of ACK packets are sent to the target. This forces the OS to search its state table for a related TCP connection that has already been established. Because the ACK packets are for connections that do not exist, the OS will have to search the entire state table to confirm that no match exists. When it is necessary to do this for a large flood of packets, the computational requirements can cause the server to become sluggish and/or unresponsive, due to the work it must do to eliminate the rogue ACK packets. This greatly reduces the resources available for providing the targeted service.(Citation: Corero SYN-ACKflood)",
@@ -3059,6 +3071,8 @@
3059
3071
  "last_verified": "2026-05-19",
3060
3072
  "notes": "Added v0.13.17 to support DoS-class KEV bulk imports.",
3061
3073
  "cve_refs": [
3074
+ "CVE-2023-50387",
3075
+ "CVE-2023-50868",
3062
3076
  "CVE-2025-20352",
3063
3077
  "CVE-2025-30202",
3064
3078
  "CVE-2025-6543",
@@ -9505,7 +9519,15 @@
9505
9519
  "stix_id": "attack-pattern--54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b",
9506
9520
  "last_verified": "2026-05-19",
9507
9521
  "_auto_imported": true,
9508
- "_intake_method": "mitre-attack-stix"
9522
+ "_intake_method": "mitre-attack-stix",
9523
+ "cve_refs": [
9524
+ "CVE-2011-0411",
9525
+ "CVE-2021-33515",
9526
+ "CVE-2021-38371",
9527
+ "CVE-2023-51764",
9528
+ "CVE-2023-51765",
9529
+ "CVE-2023-51766"
9530
+ ]
9509
9531
  },
9510
9532
  "T1071.004": {
9511
9533
  "id": "T1071.004",