@blamejs/exceptd-skills 0.15.36 → 0.15.37

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.15.37 — 2026-05-29
4
+
5
+ Draft-curation pass 34 — local and host privilege escalation. Four CISA KEV-listed escalation CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons, spanning four platforms: the Sudo chroot-handling local-to-root flaw (CVE-2025-32463), an Android Runtime privilege escalation (CVE-2025-48543), a VMware Aria Operations / VMware Tools guest privilege-management flaw (CVE-2025-41244), and the Windows SMB client NTLM-reflection-to-SYSTEM flaw (CVE-2025-33073). All map T1068; the SMB-client case also maps T1557.001 (NTLM relay). The lessons frame these as the escalation half of an intrusion chain and name the platform-specific backstops the frameworks leave unstated — SELinux/seccomp and least privilege on Linux, MDM-enforced OTA SLAs on Android, management-account segmentation for virtualization, and — most importantly — SMB signing plus NTLM disablement for the reflection class, which breaks the attack regardless of patch state.
6
+
3
7
  ## 0.15.36 — 2026-05-29
4
8
 
5
9
  Draft-curation pass 33 — client-side file and content handling. Four CISA KEV-listed CVEs where a victim processes attacker-supplied content are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: WinRAR archive-extraction path traversals that drop a payload into an autorun location (CVE-2025-6218, CVE-2025-8088 — the latter used by espionage actors), the Microsoft Video ActiveX (msvidctl) Internet Explorer drive-by (CVE-2008-0015), and the Git link-following flaw that lets a malicious repository write outside the working tree on clone/checkout (CVE-2025-48384). They map T1203 (exploitation for client execution) with T1547.001 for the archive autorun drops, and T1204.002 (user execution of a malicious file) for the Git repository case. The lessons name the load-bearing controls beyond patching: Mark-of-the-Web propagation to extracted files, ASR rules, ActiveX kill-bits and retiring end-of-life Internet Explorer, and hardened version-control clone settings (protectNTFS, disabling symlinks) on developer machines.
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schema_version": "1.1.0",
3
- "generated_at": "2026-05-30T04:05:55.244Z",
3
+ "generated_at": "2026-05-30T04:47:47.792Z",
4
4
  "generator": "scripts/build-indexes.js",
5
5
  "source_count": 54,
6
6
  "source_hashes": {
7
- "manifest.json": "884aba4143a7e713aeb7e65d91e2cc581c9b910ad01099ba44d6bd4d44e10382",
7
+ "manifest.json": "4db3fbdad74120fea41c942cdc85622ac77d69d47a850acb3575d56674aeff58",
8
8
  "data/atlas-ttps.json": "878b4a08bb73c8d20396d85cf433a88f2bc5e7a8cbf7f6ab773ce7ede0a11251",
9
- "data/attack-techniques.json": "a79c8dae3527ce9b7bdb305b86d54b7939406602bb36ac49b7732f461fa9bb59",
10
- "data/cve-catalog.json": "fa2ed2e00aac67bbbd053ef97a2c165f5f836c58375c279419f2192aafbd84d1",
9
+ "data/attack-techniques.json": "a402836f7d4443f6cccc3c6b4cc387f714dc001a266708b7d25bb0cafcbec842",
10
+ "data/cve-catalog.json": "1fa6bfad96c5ba8a89270a8aafb4433c3c03f1f107697e83f15dba4562737844",
11
11
  "data/cwe-catalog.json": "0fd275c2a61754958d68cea03a92794a67cf1c1d4d609f81a5728334df013ee3",
12
12
  "data/d3fend-catalog.json": "9a54bccb9f24f84b32024216cc3f53819a053721ac8ab43c326859e68fc0ffaf",
13
13
  "data/dlp-controls.json": "d2406c482dddd30e49203879999dc4b3a7fd4d0494d6a61d86b91ee76415df19",
@@ -15,7 +15,7 @@
15
15
  "data/framework-control-gaps.json": "29e7b6aa841ddf2530ca5971bdb60d7a715684b2f6264141ad49f0de9a039d78",
16
16
  "data/global-frameworks.json": "9ba563a85f7f8d6c3c957de64945e20925a89d0ed6ea6fc561cf093811acf558",
17
17
  "data/rfc-references.json": "b21d03b948c41bc8a854e2f057948ecf844bd8c105848aeb141d1eadf8192c31",
18
- "data/zeroday-lessons.json": "3d8efcdc4d8edda2f4d85ac33767ea0b471f035840c93fa8c24a3ea8c03e4962",
18
+ "data/zeroday-lessons.json": "1e7bd615bc5516d11db4c83a5dcf631a7826c26e626a6c65abe925401a525f7e",
19
19
  "skills/kernel-lpe-triage/skill.md": "0f79c641cef6e5f4a942eb94f43c460562bf83dfb67ae112d146c39c6b320fb0",
20
20
  "skills/ai-attack-surface/skill.md": "2880499993e0e69e3897a9d02b5e83aa0462c86a4dd2c1988b9968e375704a1f",
21
21
  "skills/mcp-agent-trust/skill.md": "0752834acde0303d6d1e36be4b320eac3d34fde715bb8d71f3ad9e801d701482",
@@ -531,11 +531,14 @@
531
531
  "CVE-2025-24990",
532
532
  "CVE-2025-27038",
533
533
  "CVE-2025-31277",
534
+ "CVE-2025-32463",
534
535
  "CVE-2025-32701",
535
536
  "CVE-2025-32706",
536
537
  "CVE-2025-32709",
538
+ "CVE-2025-33073",
537
539
  "CVE-2025-38352",
538
540
  "CVE-2025-40602",
541
+ "CVE-2025-41244",
539
542
  "CVE-2025-43300",
540
543
  "CVE-2025-48543",
541
544
  "CVE-2025-48572",
@@ -1075,12 +1078,10 @@
1075
1078
  "CVE-2025-32432",
1076
1079
  "CVE-2025-32433",
1077
1080
  "CVE-2025-32444",
1078
- "CVE-2025-32463",
1079
1081
  "CVE-2025-3248",
1080
1082
  "CVE-2025-32756",
1081
1083
  "CVE-2025-32975",
1082
1084
  "CVE-2025-33053",
1083
- "CVE-2025-33073",
1084
1085
  "CVE-2025-34026",
1085
1086
  "CVE-2025-34291",
1086
1087
  "CVE-2025-3466",
@@ -1090,7 +1091,6 @@
1090
1091
  "CVE-2025-4008",
1091
1092
  "CVE-2025-40536",
1092
1093
  "CVE-2025-40551",
1093
- "CVE-2025-41244",
1094
1094
  "CVE-2025-42999",
1095
1095
  "CVE-2025-4427",
1096
1096
  "CVE-2025-4428",
@@ -14275,7 +14275,10 @@
14275
14275
  "stix_id": "attack-pattern--650c784b-7504-4df7-ab2c-4ea882384d1e",
14276
14276
  "last_verified": "2026-05-19",
14277
14277
  "_auto_imported": true,
14278
- "_intake_method": "mitre-attack-stix"
14278
+ "_intake_method": "mitre-attack-stix",
14279
+ "cve_refs": [
14280
+ "CVE-2025-33073"
14281
+ ]
14279
14282
  },
14280
14283
  "T1557.002": {
14281
14284
  "id": "T1557.002",
@@ -30891,7 +30891,7 @@
30891
30891
  },
30892
30892
  "atlas_refs": [],
30893
30893
  "attack_refs": [
30894
- "T1190"
30894
+ "T1068"
30895
30895
  ],
30896
30896
  "rwep_score": 77,
30897
30897
  "rwep_factors": {
@@ -30912,7 +30912,7 @@
30912
30912
  "cwe_refs": [
30913
30913
  "CWE-267"
30914
30914
  ],
30915
- "source_verified": "2026-05-18",
30915
+ "source_verified": "2026-05-29",
30916
30916
  "verification_sources": [
30917
30917
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
30918
30918
  "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36149",
@@ -30941,11 +30941,21 @@
30941
30941
  "published_date": "2025-10-30"
30942
30942
  }
30943
30943
  ],
30944
- "last_updated": "2026-05-18",
30944
+ "last_updated": "2026-05-29",
30945
30945
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-30; due date 2025-11-20. Notes reference: https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36149 ; https://nvd.nist.gov/vuln/detail/CVE-2025-41244",
30946
- "_auto_imported": true,
30947
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
30948
- "_kev_short_description": "Broadcom VMware Aria Operations and VMware Tools contain a privilege defined with unsafe actions vulnerability. A malicious local actor with non-administrative privileges having access to a VM with VMware Tools installed and managed by Aria Operations with SDMP enabled may exploit this vulnerability to escalate privileges to root on the same VM."
30946
+ "_auto_imported": false,
30947
+ "_intake_method": "manual-verified-curation",
30948
+ "_kev_short_description": "Broadcom VMware Aria Operations and VMware Tools contain a privilege defined with unsafe actions vulnerability. A malicious local actor with non-administrative privileges having access to a VM with VMware Tools installed and managed by Aria Operations with SDMP enabled may exploit this vulnerability to escalate privileges to root on the same VM.",
30949
+ "iocs": {
30950
+ "behavioral": [
30951
+ "VMware Aria Operations and VMware Tools at a version below the fixed release named in the vendor advisory on a host with any local foothold.",
30952
+ "An unprivileged user/process gaining root/elevated privilege via the affected component with no corresponding legitimate escalation.",
30953
+ "Post-escalation activity — process/driver crashes, privilege transitions, or persistence — with no corresponding operator action (KEV-confirmed in-the-wild exploitation)."
30954
+ ],
30955
+ "_ioc_source_note": "Anchored to NVD CVE-2025-41244, CISA KEV (added 2025-10-30), and the vendor security advisory recorded in vendor_advisories."
30956
+ },
30957
+ "_draft": false,
30958
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1068 privilege escalation) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
30949
30959
  },
30950
30960
  "CVE-2025-24893": {
30951
30961
  "name": "XWiki Platform Eval Injection Vulnerability",
@@ -31941,7 +31951,8 @@
31941
31951
  },
31942
31952
  "atlas_refs": [],
31943
31953
  "attack_refs": [
31944
- "T1190"
31954
+ "T1068",
31955
+ "T1557.001"
31945
31956
  ],
31946
31957
  "rwep_score": 77,
31947
31958
  "rwep_factors": {
@@ -31962,7 +31973,7 @@
31962
31973
  "cwe_refs": [
31963
31974
  "CWE-284"
31964
31975
  ],
31965
- "source_verified": "2026-05-18",
31976
+ "source_verified": "2026-05-29",
31966
31977
  "verification_sources": [
31967
31978
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
31968
31979
  "https://msrc.microsoft.com/update-guide/en-US/advisory/CVE-2025-33073",
@@ -31991,11 +32002,21 @@
31991
32002
  "published_date": "2025-10-20"
31992
32003
  }
31993
32004
  ],
31994
- "last_updated": "2026-05-18",
32005
+ "last_updated": "2026-05-29",
31995
32006
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-20; due date 2025-11-10. Notes reference: https://msrc.microsoft.com/update-guide/en-US/advisory/CVE-2025-33073 ; https://nvd.nist.gov/vuln/detail/CVE-2025-33073",
31996
- "_auto_imported": true,
31997
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
31998
- "_kev_short_description": "Microsoft Windows SMB Client contains an improper access control vulnerability that could allow for privilege escalation. An attacker could execute a specially crafted malicious script to coerce the victim machine to connect back to the attack system using SMB and authenticate."
32007
+ "_auto_imported": false,
32008
+ "_intake_method": "manual-verified-curation",
32009
+ "_kev_short_description": "Microsoft Windows SMB Client contains an improper access control vulnerability that could allow for privilege escalation. An attacker could execute a specially crafted malicious script to coerce the victim machine to connect back to the attack system using SMB and authenticate.",
32010
+ "iocs": {
32011
+ "behavioral": [
32012
+ "Microsoft Windows SMB Client at a version below the fixed release named in the vendor advisory on a host with any local foothold or reachable for SMB coercion.",
32013
+ "Coerced outbound SMB/NTLM authentication from a victim host to an unexpected server, followed by a SYSTEM-level action with no matching administrative login.",
32014
+ "Use of reflected credentials — process/driver crashes, privilege transitions, or persistence — with no corresponding operator action (KEV-confirmed in-the-wild exploitation)."
32015
+ ],
32016
+ "_ioc_source_note": "Anchored to NVD CVE-2025-33073, CISA KEV (added 2025-10-20), and the vendor security advisory recorded in vendor_advisories."
32017
+ },
32018
+ "_draft": false,
32019
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1068 privilege escalation + T1557.001 NTLM relay) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
31999
32020
  },
32000
32021
  "CVE-2025-61884": {
32001
32022
  "name": "Oracle E-Business Suite Server-Side Request Forgery (SSRF) Vulnerability",
@@ -34152,7 +34173,7 @@
34152
34173
  },
34153
34174
  "atlas_refs": [],
34154
34175
  "attack_refs": [
34155
- "T1190"
34176
+ "T1068"
34156
34177
  ],
34157
34178
  "rwep_score": 77,
34158
34179
  "rwep_factors": {
@@ -34173,7 +34194,7 @@
34173
34194
  "cwe_refs": [
34174
34195
  "CWE-829"
34175
34196
  ],
34176
- "source_verified": "2026-05-18",
34197
+ "source_verified": "2026-05-29",
34177
34198
  "verification_sources": [
34178
34199
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
34179
34200
  "https://www.sudo.ws/security/advisories/chroot_bug/",
@@ -34202,11 +34223,21 @@
34202
34223
  "published_date": "2025-09-29"
34203
34224
  }
34204
34225
  ],
34205
- "last_updated": "2026-05-18",
34226
+ "last_updated": "2026-05-29",
34206
34227
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-29; due date 2025-10-20. Notes reference: This vulnerability could affect an open-source component, third-party library, protocol, or proprietary implementation that could be used by different products. For more information, please see: https",
34207
- "_auto_imported": true,
34208
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
34209
- "_kev_short_description": "Sudo contains an inclusion of functionality from untrusted control sphere vulnerability. This vulnerability could allow local attacker to leverage sudo’s -R (--chroot) option to run arbitrary commands as root, even if they are not listed in the sudoers file."
34228
+ "_auto_imported": false,
34229
+ "_intake_method": "manual-verified-curation",
34230
+ "_kev_short_description": "Sudo contains an inclusion of functionality from untrusted control sphere vulnerability. This vulnerability could allow local attacker to leverage sudo’s -R (--chroot) option to run arbitrary commands as root, even if they are not listed in the sudoers file.",
34231
+ "iocs": {
34232
+ "behavioral": [
34233
+ "Sudo at a version below the fixed release named in the vendor advisory on a host with any local foothold.",
34234
+ "An unprivileged user/process gaining root/elevated privilege via the affected component with no corresponding legitimate escalation.",
34235
+ "Post-escalation activity — process/driver crashes, privilege transitions, or persistence — with no corresponding operator action (KEV-confirmed in-the-wild exploitation)."
34236
+ ],
34237
+ "_ioc_source_note": "Anchored to NVD CVE-2025-32463, CISA KEV (added 2025-09-29), and the vendor security advisory recorded in vendor_advisories."
34238
+ },
34239
+ "_draft": false,
34240
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1068 privilege escalation) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
34210
34241
  },
34211
34242
  "CVE-2025-59689": {
34212
34243
  "name": "Libraesva Email Security Gateway Command Injection Vulnerability",
@@ -35027,7 +35058,7 @@
35027
35058
  "cwe_refs": [
35028
35059
  "CWE-269"
35029
35060
  ],
35030
- "source_verified": "2026-05-18",
35061
+ "source_verified": "2026-05-29",
35031
35062
  "verification_sources": [
35032
35063
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
35033
35064
  "https://source.android.com/docs/security/bulletin/2025-09-01",
@@ -35056,11 +35087,21 @@
35056
35087
  "published_date": "2025-09-04"
35057
35088
  }
35058
35089
  ],
35059
- "last_updated": "2026-05-18",
35090
+ "last_updated": "2026-05-29",
35060
35091
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-04; due date 2025-09-25. Notes reference: https://source.android.com/docs/security/bulletin/2025-09-01 ; https://nvd.nist.gov/vuln/detail/CVE-2025-48543",
35061
- "_auto_imported": true,
35062
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
35063
- "_kev_short_description": "Android Runtime contains a use-after-free vulnerability potentially allowing a chrome sandbox escape leading to local privilege escalation."
35092
+ "_auto_imported": false,
35093
+ "_intake_method": "manual-verified-curation",
35094
+ "_kev_short_description": "Android Runtime contains a use-after-free vulnerability potentially allowing a chrome sandbox escape leading to local privilege escalation.",
35095
+ "iocs": {
35096
+ "behavioral": [
35097
+ "Android at a version below the fixed release named in the vendor advisory on a host with any local foothold.",
35098
+ "An unprivileged app gaining elevated on-device privilege via the affected component with no corresponding legitimate escalation.",
35099
+ "Post-escalation activity — process/driver crashes, privilege transitions, or persistence — with no corresponding operator action (KEV-confirmed in-the-wild exploitation)."
35100
+ ],
35101
+ "_ioc_source_note": "Anchored to NVD CVE-2025-48543, CISA KEV (added 2025-09-04), and the vendor security advisory recorded in vendor_advisories."
35102
+ },
35103
+ "_draft": false,
35104
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1068 privilege escalation) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
35064
35105
  },
35065
35106
  "CVE-2025-53690": {
35066
35107
  "name": "Sitecore Multiple Products Deserialization of Untrusted Data Vulnerability",
@@ -16468,35 +16468,58 @@
16468
16468
  },
16469
16469
  "CVE-2025-41244": {
16470
16470
  "name": "Broadcom VMware Aria Operations and VMware Tools Privilege Defined with Unsafe Actions Vulnerability",
16471
- "lesson_date": "2026-05-18",
16471
+ "lesson_date": "2026-05-29",
16472
16472
  "attack_vector": {
16473
- "description": "Broadcom VMware Aria Operations and VMware Tools contain a privilege defined with unsafe actions vulnerability. A malicious local actor with non-administrative privileges having access to a VM with VMware Tools installed and managed by Aria Operations with SDMP enabled may exploit this vulnerability to escalate privileges to root on the same VM.",
16474
- "privileges_required": "network attacker (no authentication required)",
16475
- "complexity": "moderate (bulk-import default)",
16476
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
16473
+ "description": "a privilege-management flaw (CWE-267) in VMware Aria Operations and VMware Tools, letting a local user in a managed guest escalate privileges. CISA KEV-listed 2025-10-30 with confirmed in-the-wild exploitation; escalation flaws of this class form the second half of an intrusion chain.",
16474
+ "privileges_required": "low (a local foothold — an unprivileged app, user, or process on the host)",
16475
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
16476
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
16477
+ },
16478
+ "defense_chain": {
16479
+ "prevention": {
16480
+ "what_would_have_worked": "Apply the VMware update; restrict the privileged collection account and segment management access — a guest LPE combined with management reach can pivot across the virtual estate.",
16481
+ "was_this_required": true,
16482
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
16483
+ "adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → root/SYSTEM) which a patched host shuts down, with platform hardening as the backstop."
16484
+ },
16485
+ "detection": {
16486
+ "what_would_have_worked": "EDR/auditd telemetry for unprivileged-to-elevated transitions and the escalation primitive without a legitimate trigger.",
16487
+ "was_this_required": false,
16488
+ "framework_requiring_it": null,
16489
+ "adequacy": "Backstops unpatched hosts; escalation is typically silent without endpoint/identity monitoring."
16490
+ },
16491
+ "response": {
16492
+ "what_would_have_worked": "Force the patch; for confirmed exploitation treat the host as compromised, isolate, preserve forensic state, rotate credentials, and review for follow-on persistence.",
16493
+ "was_this_required": true,
16494
+ "framework_requiring_it": "NIST 800-53 IR-4",
16495
+ "adequacy": "Mandatory; root/SYSTEM-level escalation makes the host an unreliable platform and warrants rebuild."
16496
+ }
16477
16497
  },
16478
16498
  "framework_coverage": {
16479
16499
  "NIST-800-53-SI-2": {
16480
16500
  "covered": true,
16481
16501
  "adequate": false,
16482
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
16502
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed local/host privilege-escalation flaw; paired with an initial-access primitive, attackers elevate to root/SYSTEM within hours of a foothold."
16483
16503
  },
16484
16504
  "ISO-27001-2022-A.8.8": {
16485
16505
  "covered": true,
16486
16506
  "adequate": false,
16487
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
16507
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited escalation flaw, which is the second half of nearly every intrusion chain."
16508
+ },
16509
+ "AU-ISM-1546": {
16510
+ "covered": true,
16511
+ "adequate": false,
16512
+ "gap": "Essential 8 names OS/application patching, but the load-bearing backstops are platform-specific and unnamed: least-privilege and SELinux/seccomp on Linux, MDM-enforced OTA SLAs on Android, management-account segmentation for virtualization, and SMB signing / NTLM-disablement for the reflection class (the last breaks the attack regardless of patch state)."
16488
16513
  }
16489
16514
  },
16490
16515
  "compliance_exposure_score": {
16491
- "percent_audit_passing_orgs_still_exposed": 55,
16492
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
16516
+ "percent_audit_passing_orgs_still_exposed": 69,
16517
+ "basis": "VMware Aria Operations and VMware Tools is widely deployed; audited organizations gate host/agent patches behind change windows and rarely enforce the platform-specific backstop (SELinux/seccomp, MDM OTA SLA, management-account segmentation, SMB signing), leaving the escalation chain open past the in-the-wild window.",
16493
16518
  "theater_pattern": "patch_management"
16494
16519
  },
16495
16520
  "ai_discovered_zeroday": false,
16496
- "ai_discovery_source": "unknown",
16497
- "ai_assist_factor": "none",
16498
- "_auto_imported": true,
16499
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
16521
+ "ai_discovery_source": "vendor_research",
16522
+ "ai_assist_factor": "none"
16500
16523
  },
16501
16524
  "CVE-2025-24893": {
16502
16525
  "name": "XWiki Platform Eval Injection Vulnerability",
@@ -17007,35 +17030,58 @@
17007
17030
  },
17008
17031
  "CVE-2025-33073": {
17009
17032
  "name": "Microsoft Windows SMB Client Improper Access Control Vulnerability",
17010
- "lesson_date": "2026-05-18",
17033
+ "lesson_date": "2026-05-29",
17011
17034
  "attack_vector": {
17012
- "description": "Microsoft Windows SMB Client contains an improper access control vulnerability that could allow for privilege escalation. An attacker could execute a specially crafted malicious script to coerce the victim machine to connect back to the attack system using SMB and authenticate.",
17013
- "privileges_required": "network attacker (no authentication required)",
17014
- "complexity": "moderate (bulk-import default)",
17015
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
17035
+ "description": "an improper-access-control flaw (CWE-284) in the Windows SMB client enabling NTLM reflection by coercing a victim host to authenticate to an attacker-controlled server, the attacker reflects the authentication back to the victim to gain SYSTEM. CISA KEV-listed 2025-10-20 with confirmed in-the-wild exploitation; escalation flaws of this class form the second half of an intrusion chain.",
17036
+ "privileges_required": "low (the ability to coerce a victim host to authenticate; no valid credentials on the target)",
17037
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
17038
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
17039
+ },
17040
+ "defense_chain": {
17041
+ "prevention": {
17042
+ "what_would_have_worked": "Apply the Microsoft update AND enforce SMB signing (and disable NTLM where possible); SMB signing breaks the reflection/relay regardless of patch state, so it is the durable control.",
17043
+ "was_this_required": true,
17044
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
17045
+ "adequacy": "Patch is necessary but SMB signing breaks the reflection regardless of patch state and is the durable control; NTLM disablement removes the primitive entirely."
17046
+ },
17047
+ "detection": {
17048
+ "what_would_have_worked": "Detection of coerced/relayed NTLM authentication: unexpected outbound SMB from servers, authentication to attacker infrastructure, and SYSTEM actions without an admin login.",
17049
+ "was_this_required": false,
17050
+ "framework_requiring_it": null,
17051
+ "adequacy": "Backstops unpatched hosts; escalation is typically silent without endpoint/identity monitoring."
17052
+ },
17053
+ "response": {
17054
+ "what_would_have_worked": "Force the patch; for confirmed exploitation treat the host as compromised, isolate, preserve forensic state, rotate credentials, and enforce SMB signing fleet-wide and hunt for relay activity.",
17055
+ "was_this_required": true,
17056
+ "framework_requiring_it": "NIST 800-53 IR-4",
17057
+ "adequacy": "Mandatory; root/SYSTEM-level escalation makes the host an unreliable platform and warrants rebuild."
17058
+ }
17016
17059
  },
17017
17060
  "framework_coverage": {
17018
17061
  "NIST-800-53-SI-2": {
17019
17062
  "covered": true,
17020
17063
  "adequate": false,
17021
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
17064
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed local/host privilege-escalation flaw; paired with an initial-access primitive, attackers elevate to root/SYSTEM within hours of a foothold."
17022
17065
  },
17023
17066
  "ISO-27001-2022-A.8.8": {
17024
17067
  "covered": true,
17025
17068
  "adequate": false,
17026
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
17069
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited escalation flaw, which is the second half of nearly every intrusion chain."
17070
+ },
17071
+ "AU-ISM-1546": {
17072
+ "covered": true,
17073
+ "adequate": false,
17074
+ "gap": "Essential 8 names OS/application patching, but the load-bearing backstops are platform-specific and unnamed: least-privilege and SELinux/seccomp on Linux, MDM-enforced OTA SLAs on Android, management-account segmentation for virtualization, and SMB signing / NTLM-disablement for the reflection class (the last breaks the attack regardless of patch state)."
17027
17075
  }
17028
17076
  },
17029
17077
  "compliance_exposure_score": {
17030
- "percent_audit_passing_orgs_still_exposed": 55,
17031
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
17078
+ "percent_audit_passing_orgs_still_exposed": 69,
17079
+ "basis": "Microsoft Windows SMB Client is widely deployed; audited organizations gate host/agent patches behind change windows and rarely enforce the platform-specific backstop (SELinux/seccomp, MDM OTA SLA, management-account segmentation, SMB signing), leaving the escalation chain open past the in-the-wild window.",
17032
17080
  "theater_pattern": "patch_management"
17033
17081
  },
17034
17082
  "ai_discovered_zeroday": false,
17035
- "ai_discovery_source": "unknown",
17036
- "ai_assist_factor": "none",
17037
- "_auto_imported": true,
17038
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
17083
+ "ai_discovery_source": "vendor_research",
17084
+ "ai_assist_factor": "none"
17039
17085
  },
17040
17086
  "CVE-2025-61884": {
17041
17087
  "name": "Oracle E-Business Suite Server-Side Request Forgery (SSRF) Vulnerability",
@@ -18138,35 +18184,58 @@
18138
18184
  },
18139
18185
  "CVE-2025-32463": {
18140
18186
  "name": "Sudo Inclusion of Functionality from Untrusted Control Sphere Vulnerability",
18141
- "lesson_date": "2026-05-18",
18187
+ "lesson_date": "2026-05-29",
18142
18188
  "attack_vector": {
18143
- "description": "Sudo contains an inclusion of functionality from untrusted control sphere vulnerability. This vulnerability could allow local attacker to leverage sudo’s -R (--chroot) option to run arbitrary commands as root, even if they are not listed in the sudoers file.",
18144
- "privileges_required": "network attacker (no authentication required)",
18145
- "complexity": "moderate (bulk-import default)",
18146
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
18189
+ "description": "a flaw allowing inclusion of functionality from an untrusted control sphere (CWE-829) in Sudo's chroot handling, letting a local user load attacker-controlled configuration/libraries and escalate to root. CISA KEV-listed 2025-09-29 with confirmed in-the-wild exploitation; escalation flaws of this class form the second half of an intrusion chain.",
18190
+ "privileges_required": "low (a local foothold — an unprivileged app, user, or process on the host)",
18191
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
18192
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
18193
+ },
18194
+ "defense_chain": {
18195
+ "prevention": {
18196
+ "what_would_have_worked": "Apply the distribution Sudo update; restrict sudo configuration and avoid the chroot feature where unneeded — local-to-root escalation turns any foothold into full host compromise.",
18197
+ "was_this_required": true,
18198
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
18199
+ "adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → root/SYSTEM) which a patched host shuts down, with platform hardening as the backstop."
18200
+ },
18201
+ "detection": {
18202
+ "what_would_have_worked": "EDR/auditd telemetry for unprivileged-to-elevated transitions and the escalation primitive without a legitimate trigger.",
18203
+ "was_this_required": false,
18204
+ "framework_requiring_it": null,
18205
+ "adequacy": "Backstops unpatched hosts; escalation is typically silent without endpoint/identity monitoring."
18206
+ },
18207
+ "response": {
18208
+ "what_would_have_worked": "Force the patch; for confirmed exploitation treat the host as compromised, isolate, preserve forensic state, rotate credentials, and review for follow-on persistence.",
18209
+ "was_this_required": true,
18210
+ "framework_requiring_it": "NIST 800-53 IR-4",
18211
+ "adequacy": "Mandatory; root/SYSTEM-level escalation makes the host an unreliable platform and warrants rebuild."
18212
+ }
18147
18213
  },
18148
18214
  "framework_coverage": {
18149
18215
  "NIST-800-53-SI-2": {
18150
18216
  "covered": true,
18151
18217
  "adequate": false,
18152
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
18218
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed local/host privilege-escalation flaw; paired with an initial-access primitive, attackers elevate to root/SYSTEM within hours of a foothold."
18153
18219
  },
18154
18220
  "ISO-27001-2022-A.8.8": {
18155
18221
  "covered": true,
18156
18222
  "adequate": false,
18157
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
18223
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited escalation flaw, which is the second half of nearly every intrusion chain."
18224
+ },
18225
+ "AU-ISM-1546": {
18226
+ "covered": true,
18227
+ "adequate": false,
18228
+ "gap": "Essential 8 names OS/application patching, but the load-bearing backstops are platform-specific and unnamed: least-privilege and SELinux/seccomp on Linux, MDM-enforced OTA SLAs on Android, management-account segmentation for virtualization, and SMB signing / NTLM-disablement for the reflection class (the last breaks the attack regardless of patch state)."
18158
18229
  }
18159
18230
  },
18160
18231
  "compliance_exposure_score": {
18161
- "percent_audit_passing_orgs_still_exposed": 55,
18162
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
18232
+ "percent_audit_passing_orgs_still_exposed": 69,
18233
+ "basis": "Sudo is widely deployed; audited organizations gate host/agent patches behind change windows and rarely enforce the platform-specific backstop (SELinux/seccomp, MDM OTA SLA, management-account segmentation, SMB signing), leaving the escalation chain open past the in-the-wild window.",
18163
18234
  "theater_pattern": "patch_management"
18164
18235
  },
18165
18236
  "ai_discovered_zeroday": false,
18166
- "ai_discovery_source": "unknown",
18167
- "ai_assist_factor": "none",
18168
- "_auto_imported": true,
18169
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
18237
+ "ai_discovery_source": "vendor_research",
18238
+ "ai_assist_factor": "none"
18170
18239
  },
18171
18240
  "CVE-2025-59689": {
18172
18241
  "name": "Libraesva Email Security Gateway Command Injection Vulnerability",
@@ -18590,35 +18659,58 @@
18590
18659
  },
18591
18660
  "CVE-2025-48543": {
18592
18661
  "name": "Android Runtime Use-After-Free Vulnerability",
18593
- "lesson_date": "2026-05-18",
18662
+ "lesson_date": "2026-05-29",
18594
18663
  "attack_vector": {
18595
- "description": "Android Runtime contains a use-after-free vulnerability potentially allowing a chrome sandbox escape leading to local privilege escalation.",
18596
- "privileges_required": "unprivileged local user",
18597
- "complexity": "moderate (bulk-import default)",
18598
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
18664
+ "description": "a use-after-free / privilege-management flaw (CWE-269) in the Android Runtime, exploited by a local app to escalate privileges on the device (the local-escalation step after an initial-access primitive in a mobile exploit chain). CISA KEV-listed 2025-09-04 with confirmed in-the-wild exploitation; escalation flaws of this class form the second half of an intrusion chain.",
18665
+ "privileges_required": "low (a local foothold — an unprivileged app, user, or process on the host)",
18666
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
18667
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
18668
+ },
18669
+ "defense_chain": {
18670
+ "prevention": {
18671
+ "what_would_have_worked": "Apply the Android Security Bulletin OTA update and enforce update SLAs via MDM; mobile-threat-defense backstops devices pending the fix.",
18672
+ "was_this_required": true,
18673
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
18674
+ "adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → root/SYSTEM) which a patched host shuts down, with platform hardening as the backstop."
18675
+ },
18676
+ "detection": {
18677
+ "what_would_have_worked": "Mobile-threat-defense telemetry for unprivileged-to-elevated transitions and the escalation primitive without a legitimate trigger.",
18678
+ "was_this_required": false,
18679
+ "framework_requiring_it": null,
18680
+ "adequacy": "Backstops unpatched hosts; escalation is typically silent without endpoint/identity monitoring."
18681
+ },
18682
+ "response": {
18683
+ "what_would_have_worked": "Force the patch; for confirmed exploitation treat the host as compromised, isolate, preserve forensic state, rotate credentials, and review for follow-on persistence.",
18684
+ "was_this_required": true,
18685
+ "framework_requiring_it": "NIST 800-53 IR-4",
18686
+ "adequacy": "Mandatory; root/SYSTEM-level escalation makes the host an unreliable platform and warrants rebuild."
18687
+ }
18599
18688
  },
18600
18689
  "framework_coverage": {
18601
18690
  "NIST-800-53-SI-2": {
18602
18691
  "covered": true,
18603
18692
  "adequate": false,
18604
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
18693
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed local/host privilege-escalation flaw; paired with an initial-access primitive, attackers elevate to root/SYSTEM within hours of a foothold."
18605
18694
  },
18606
18695
  "ISO-27001-2022-A.8.8": {
18607
18696
  "covered": true,
18608
18697
  "adequate": false,
18609
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
18698
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited escalation flaw, which is the second half of nearly every intrusion chain."
18699
+ },
18700
+ "AU-ISM-1546": {
18701
+ "covered": true,
18702
+ "adequate": false,
18703
+ "gap": "Essential 8 names OS/application patching, but the load-bearing backstops are platform-specific and unnamed: least-privilege and SELinux/seccomp on Linux, MDM-enforced OTA SLAs on Android, management-account segmentation for virtualization, and SMB signing / NTLM-disablement for the reflection class (the last breaks the attack regardless of patch state)."
18610
18704
  }
18611
18705
  },
18612
18706
  "compliance_exposure_score": {
18613
- "percent_audit_passing_orgs_still_exposed": 55,
18614
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
18707
+ "percent_audit_passing_orgs_still_exposed": 69,
18708
+ "basis": "Android is widely deployed; audited organizations gate host/agent patches behind change windows and rarely enforce the platform-specific backstop (SELinux/seccomp, MDM OTA SLA, management-account segmentation, SMB signing), leaving the escalation chain open past the in-the-wild window.",
18615
18709
  "theater_pattern": "patch_management"
18616
18710
  },
18617
18711
  "ai_discovered_zeroday": false,
18618
- "ai_discovery_source": "unknown",
18619
- "ai_assist_factor": "none",
18620
- "_auto_imported": true,
18621
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
18712
+ "ai_discovery_source": "vendor_research",
18713
+ "ai_assist_factor": "none"
18622
18714
  },
18623
18715
  "CVE-2025-53690": {
18624
18716
  "name": "Sitecore Multiple Products Deserialization of Untrusted Data Vulnerability",
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exceptd-security",
3
- "version": "0.15.36",
3
+ "version": "0.15.37",
4
4
  "description": "AI security skills grounded in mid-2026 threat reality, not stale framework documentation",
5
5
  "homepage": "https://exceptd.com",
6
6
  "license": "Apache-2.0",
@@ -53,7 +53,7 @@
53
53
  ],
54
54
  "last_threat_review": "2026-05-15",
55
55
  "signature": "0H+JfyUVmo/pVFEi5rLENATHjlukPVUqnOWmNPEH77wm8svKGK0aNJ46k6QU5GdHb8c9X9pVJKiuhON6AxDjDw==",
56
- "signed_at": "2026-05-30T04:02:35.822Z",
56
+ "signed_at": "2026-05-30T04:44:25.652Z",
57
57
  "cwe_refs": [
58
58
  "CWE-125",
59
59
  "CWE-362",
@@ -123,7 +123,7 @@
123
123
  ],
124
124
  "last_threat_review": "2026-05-17",
125
125
  "signature": "PHwHEsoy7ctBYOtlAfAdCDVfsq2Bpk9+qESSF+5dVkDcez2zp2v9Ihsv2vqMEs3QxMndyQ+t7NVezyt5VamSCg==",
126
- "signed_at": "2026-05-30T04:02:35.823Z",
126
+ "signed_at": "2026-05-30T04:44:25.654Z",
127
127
  "cwe_refs": [
128
128
  "CWE-1039",
129
129
  "CWE-1426",
@@ -196,7 +196,7 @@
196
196
  ],
197
197
  "last_threat_review": "2026-05-17",
198
198
  "signature": "dD4p7lcRtMyfITOncqLkpOeMy6x6gM0V7UlWHgLEdcxqODb1s75ar1cBtTqDWPbMv6ZAzVo2HJLDK1hVjjU2AQ==",
199
- "signed_at": "2026-05-30T04:02:35.824Z",
199
+ "signed_at": "2026-05-30T04:44:25.654Z",
200
200
  "cwe_refs": [
201
201
  "CWE-22",
202
202
  "CWE-345",
@@ -248,7 +248,7 @@
248
248
  "framework_gaps": [],
249
249
  "last_threat_review": "2026-05-22",
250
250
  "signature": "wsw8Mlr/gyw6S7Iaao9BVHdU5LFPWl8WVymW17Lkq9J1Mui0+fCrTg6UbrsaeE3s7EW3TVgzBuK+8EFd1+H5AA==",
251
- "signed_at": "2026-05-30T04:02:35.824Z"
251
+ "signed_at": "2026-05-30T04:44:25.654Z"
252
252
  },
253
253
  {
254
254
  "name": "compliance-theater",
@@ -279,7 +279,7 @@
279
279
  ],
280
280
  "last_threat_review": "2026-05-22",
281
281
  "signature": "uVTc1QRKOKcIVDajBz+q2egjiEAyOQaDNsvVI2ghj5FD0VvquoUBBE5Naca2FkaZa790EHWCsVZ4hhdaSQs2DQ==",
282
- "signed_at": "2026-05-30T04:02:35.825Z"
282
+ "signed_at": "2026-05-30T04:44:25.655Z"
283
283
  },
284
284
  {
285
285
  "name": "exploit-scoring",
@@ -308,7 +308,7 @@
308
308
  ],
309
309
  "last_threat_review": "2026-05-18",
310
310
  "signature": "QuNpwnZ6HkCEAXTPC/jLbXSmMIc1JnBczqZAAIZmZj8OcEMVnw9mJYAnU3CxaEI7rvbcMkN2uS5E8yUCm/NiAg==",
311
- "signed_at": "2026-05-30T04:02:35.825Z"
311
+ "signed_at": "2026-05-30T04:44:25.655Z"
312
312
  },
313
313
  {
314
314
  "name": "rag-pipeline-security",
@@ -345,7 +345,7 @@
345
345
  ],
346
346
  "last_threat_review": "2026-05-22",
347
347
  "signature": "5rw2i39SxY2WphBbDLEP28wufnbPPE9+PWt54hmaGdwHXr9RLiVt5liL/5xp14sehlVgFsfpR/bg9vy//xV0DA==",
348
- "signed_at": "2026-05-30T04:02:35.825Z",
348
+ "signed_at": "2026-05-30T04:44:25.656Z",
349
349
  "cwe_refs": [
350
350
  "CWE-1395",
351
351
  "CWE-1426"
@@ -405,7 +405,7 @@
405
405
  ],
406
406
  "last_threat_review": "2026-05-17",
407
407
  "signature": "Vqu49nzntFWjn9A/QeJzm7q/2xk/cZJ6HFQKtiNi1zgcxzXKm+MlFdkaLgYHWj5/9HJohxyIDyBJQTvcJ20eDQ==",
408
- "signed_at": "2026-05-30T04:02:35.826Z",
408
+ "signed_at": "2026-05-30T04:44:25.656Z",
409
409
  "d3fend_refs": [
410
410
  "D3-CA",
411
411
  "D3-CSPP",
@@ -440,7 +440,7 @@
440
440
  "framework_gaps": [],
441
441
  "last_threat_review": "2026-05-22",
442
442
  "signature": "W87VdyVdAxAdcRI6P/8StaV+MS8ZSPKM9HOCK9n/bBO6BM3ZSE3uImVoyJVpAXQlUpUGN+A3lCJZXv64LuxwDg==",
443
- "signed_at": "2026-05-30T04:02:35.826Z",
443
+ "signed_at": "2026-05-30T04:44:25.656Z",
444
444
  "cwe_refs": [
445
445
  "CWE-1188"
446
446
  ],
@@ -474,7 +474,7 @@
474
474
  "framework_gaps": [],
475
475
  "last_threat_review": "2026-05-18",
476
476
  "signature": "wdVX+edeNekpaIldqkhvtraV6DquLvIsKAjuZVwPQYn3l1vS99HXuFxmNsD7UeMlO3qgC6Dysfsto9EnuH0RBg==",
477
- "signed_at": "2026-05-30T04:02:35.826Z",
477
+ "signed_at": "2026-05-30T04:44:25.657Z",
478
478
  "forward_watch": [
479
479
  "New AI attack classes as ATLAS v6 publishes",
480
480
  "Post-quantum adversary capability timeline",
@@ -513,7 +513,7 @@
513
513
  "framework_gaps": [],
514
514
  "last_threat_review": "2026-05-01",
515
515
  "signature": "b5miTiY0cnxETd2btxorfZBdJKt/fLnQx20sGYUb9zEqGqtm0LMLpghkW68j4/9k48KNyuGMtNWiKTSnodUGBw==",
516
- "signed_at": "2026-05-30T04:02:35.827Z"
516
+ "signed_at": "2026-05-30T04:44:25.657Z"
517
517
  },
518
518
  {
519
519
  "name": "zeroday-gap-learn",
@@ -540,7 +540,7 @@
540
540
  "framework_gaps": [],
541
541
  "last_threat_review": "2026-05-18",
542
542
  "signature": "xbkip0AQtWQKAu+O6r/gYECNjezS6O9k9xkkJsYbMlr+j8CdqH3p5/0l+GZmDidImRC/DL07GCnKrk9HRR/yDQ==",
543
- "signed_at": "2026-05-30T04:02:35.827Z",
543
+ "signed_at": "2026-05-30T04:44:25.657Z",
544
544
  "forward_watch": [
545
545
  "New CISA KEV entries",
546
546
  "New ATLAS TTP additions in each ATLAS release",
@@ -604,7 +604,7 @@
604
604
  ],
605
605
  "last_threat_review": "2026-05-22",
606
606
  "signature": "li2NnC1oeVIr22ComP5QbcQoh5xpWITuaKpza1s2SsUkH6kGnnt4wFfFAzaC1ORmH9x2cr8hN8kaNANG/eIMBQ==",
607
- "signed_at": "2026-05-30T04:02:35.827Z",
607
+ "signed_at": "2026-05-30T04:44:25.658Z",
608
608
  "cwe_refs": [
609
609
  "CWE-327"
610
610
  ],
@@ -652,7 +652,7 @@
652
652
  ],
653
653
  "last_threat_review": "2026-05-22",
654
654
  "signature": "sZHlJ7ueHPdtzVbR+yXQ5+wKgNyjWsa1LKVg9aWTmg/Onl71DvEILMyJiLpPQjseT56Mnr1DMYJE8xOGlffBAw==",
655
- "signed_at": "2026-05-30T04:02:35.828Z"
655
+ "signed_at": "2026-05-30T04:44:25.658Z"
656
656
  },
657
657
  {
658
658
  "name": "security-maturity-tiers",
@@ -689,7 +689,7 @@
689
689
  ],
690
690
  "last_threat_review": "2026-05-01",
691
691
  "signature": "3AwFnEJu6DukPPNep/3SnuPWEuV060fJEQIwThFm7ujmdbFk0/Ii0XwGv1dkvbbK7ymMdOQpp35l4aLONAucDA==",
692
- "signed_at": "2026-05-30T04:02:35.828Z",
692
+ "signed_at": "2026-05-30T04:44:25.658Z",
693
693
  "cwe_refs": [
694
694
  "CWE-1188"
695
695
  ]
@@ -724,7 +724,7 @@
724
724
  "framework_gaps": [],
725
725
  "last_threat_review": "2026-05-11",
726
726
  "signature": "iJWevUBurLvt2v8X+Ch2eHmZkPWpKeAtIpxTIP4MwbUHyco3igDeBywJCyaR2vURYRx8LkzzIMM8DxQM4LAXBQ==",
727
- "signed_at": "2026-05-30T04:02:35.828Z"
727
+ "signed_at": "2026-05-30T04:44:25.659Z"
728
728
  },
729
729
  {
730
730
  "name": "attack-surface-pentest",
@@ -796,7 +796,7 @@
796
796
  "Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — Microsoft Edge 4-bug sandbox escape by Orange Tsai (DEVCORE); forward-watch only (browser sandbox, out of current playbook scope); track Microsoft Edge security advisory and KEV add"
797
797
  ],
798
798
  "signature": "C7lv65/Ecm8JJgSKxrX5lxx0YFzKWtrIQSKp+vy50I5e8945s1JmifGUUrnQwRQhq/Pkv7EmfiH5XSO8h75bDg==",
799
- "signed_at": "2026-05-30T04:02:35.829Z"
799
+ "signed_at": "2026-05-30T04:44:25.659Z"
800
800
  },
801
801
  {
802
802
  "name": "fuzz-testing-strategy",
@@ -856,7 +856,7 @@
856
856
  "OSS-Fuzz-Gen / AI-assisted harness generation becoming the default expectation for OSS maintainers"
857
857
  ],
858
858
  "signature": "dJB0iAstIUbyny+udl3OIkaLScEmqS97LNP73yQ8mxt+0bcqxZjpfXaWLzLuIQblGYvUvz75/H6rO2EJuGd4AQ==",
859
- "signed_at": "2026-05-30T04:02:35.829Z"
859
+ "signed_at": "2026-05-30T04:44:25.659Z"
860
860
  },
861
861
  {
862
862
  "name": "dlp-gap-analysis",
@@ -931,7 +931,7 @@
931
931
  "Quebec Law 25, India DPDPA, KSA PDPL enforcement actions naming AI-tool prompt data as in-scope personal information"
932
932
  ],
933
933
  "signature": "KEAoMji3VcPX/ZXXqVe6OStxSkTssfY9fIRPyPcDYqh50GzOFQ6koNOTBVAiWOvjDjQ38g12xun5srbqgmvRAw==",
934
- "signed_at": "2026-05-30T04:02:35.829Z"
934
+ "signed_at": "2026-05-30T04:44:25.660Z"
935
935
  },
936
936
  {
937
937
  "name": "supply-chain-integrity",
@@ -1010,7 +1010,7 @@
1010
1010
  "Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — NVIDIA Megatron Bridge path traversal by haehae; AI training-stack file-system trust boundary; track patch and SBOM-attestation impact"
1011
1011
  ],
1012
1012
  "signature": "UY3tBi0n1K/OtSrWPkHcOCSuHEwKuPmRqGIf3MyPVXGWS72elGTWGXt4AN/uStLmefeEody1LuhnJR9PWjr4Cg==",
1013
- "signed_at": "2026-05-30T04:02:35.830Z"
1013
+ "signed_at": "2026-05-30T04:44:25.660Z"
1014
1014
  },
1015
1015
  {
1016
1016
  "name": "defensive-countermeasure-mapping",
@@ -1067,7 +1067,7 @@
1067
1067
  ],
1068
1068
  "last_threat_review": "2026-05-11",
1069
1069
  "signature": "Qe0Hg9BrX3Zm5pj0n2z/oiHbAXWdA2Dq461zc4izkkUjEX2CZ02rODjCI2ELbrVOU3GC7edxqAxA+5U/ObnHDQ==",
1070
- "signed_at": "2026-05-30T04:02:35.830Z"
1070
+ "signed_at": "2026-05-30T04:44:25.660Z"
1071
1071
  },
1072
1072
  {
1073
1073
  "name": "identity-assurance",
@@ -1134,7 +1134,7 @@
1134
1134
  "d3fend_refs": [],
1135
1135
  "last_threat_review": "2026-05-11",
1136
1136
  "signature": "UV3458QXSkEpenzrOmdlTTfPHUD4hNyKMDHoeZDq/kiFb4mAG0ghQGTTgI9Ru8cJbSmYM1++m9N5TFIJ6JJPBg==",
1137
- "signed_at": "2026-05-30T04:02:35.830Z"
1137
+ "signed_at": "2026-05-30T04:44:25.661Z"
1138
1138
  },
1139
1139
  {
1140
1140
  "name": "ot-ics-security",
@@ -1190,7 +1190,7 @@
1190
1190
  "d3fend_refs": [],
1191
1191
  "last_threat_review": "2026-05-11",
1192
1192
  "signature": "kIVzsPsJ72PzzWQwTuvjoHHoVEDCday5I52M9ohjB3/Ak+zlA8oyWLO/BKb/XuYY4fOApjfxTErSWv5uHQ2zDw==",
1193
- "signed_at": "2026-05-30T04:02:35.831Z"
1193
+ "signed_at": "2026-05-30T04:44:25.661Z"
1194
1194
  },
1195
1195
  {
1196
1196
  "name": "coordinated-vuln-disclosure",
@@ -1242,7 +1242,7 @@
1242
1242
  "NYDFS 23 NYCRR 500 amendments potentially adding explicit CVD program requirements"
1243
1243
  ],
1244
1244
  "signature": "bWr27Q1uN9xCe1ib4QulszBa7YIDNkGqo72k5nm2cK98LyPblicD+sO9MnGckAyB22BTN/cIB+FwFMcI5IxvBw==",
1245
- "signed_at": "2026-05-30T04:02:35.831Z"
1245
+ "signed_at": "2026-05-30T04:44:25.661Z"
1246
1246
  },
1247
1247
  {
1248
1248
  "name": "threat-modeling-methodology",
@@ -1292,7 +1292,7 @@
1292
1292
  "PASTA v2 updates incorporating AI/ML application threats"
1293
1293
  ],
1294
1294
  "signature": "Q854yzLqXdOazc6EyQbZzgAlivuq2vGFDVUCrxSldSvx/HX/ZM/uzmJyP7aBG7ZsMHxj6Lmj/H82YQoo1e+NCQ==",
1295
- "signed_at": "2026-05-30T04:02:35.831Z"
1295
+ "signed_at": "2026-05-30T04:44:25.662Z"
1296
1296
  },
1297
1297
  {
1298
1298
  "name": "webapp-security",
@@ -1366,7 +1366,7 @@
1366
1366
  "d3fend_refs": [],
1367
1367
  "last_threat_review": "2026-05-11",
1368
1368
  "signature": "4ccahkJpGJZtwD7EBpnGcN0sEGPMEw8eqV+tvePVS04YAkLgYVWtlkasI/8n0be9xB+77x+Sjj3kIi2j2Lf9CA==",
1369
- "signed_at": "2026-05-30T04:02:35.832Z",
1369
+ "signed_at": "2026-05-30T04:44:25.662Z",
1370
1370
  "forward_watch": [
1371
1371
  "NGINX Rift CVE-2026-42945 (disclosed 2026-05-13, source depthfirst) — KEV-watch predicted CISA KEV listing by 2026-05-29; AI-assisted discovery angle; track for active-exploitation confirmation and patch advisory affecting front-door web app deployments"
1372
1372
  ]
@@ -1419,7 +1419,7 @@
1419
1419
  "d3fend_refs": [],
1420
1420
  "last_threat_review": "2026-05-15",
1421
1421
  "signature": "SBB7c3wNYfIdkyOp4g4nW0WP7xS+YokMzg32aaeJdbf14LTGQRzQUvSqb2TCj2HFUSHESOyKT1JpkAfyHLSQBQ==",
1422
- "signed_at": "2026-05-30T04:02:35.832Z"
1422
+ "signed_at": "2026-05-30T04:44:25.662Z"
1423
1423
  },
1424
1424
  {
1425
1425
  "name": "sector-healthcare",
@@ -1479,7 +1479,7 @@
1479
1479
  "d3fend_refs": [],
1480
1480
  "last_threat_review": "2026-05-11",
1481
1481
  "signature": "U04GNLyRas1VmfEsB8khH4iqFZPwx96sPY0Kw9iVsSPU+KTeEFqwgtWK1X1pzgb+T16Pc7HSrCaXDOpTFvQEDw==",
1482
- "signed_at": "2026-05-30T04:02:35.832Z"
1482
+ "signed_at": "2026-05-30T04:44:25.663Z"
1483
1483
  },
1484
1484
  {
1485
1485
  "name": "sector-financial",
@@ -1560,7 +1560,7 @@
1560
1560
  "TIBER-EU framework v2.0 alignment with DORA TLPT RTS (JC 2024/40); cross-recognition with CBEST and iCAST"
1561
1561
  ],
1562
1562
  "signature": "QFKM76TdR408niqvDmF95HmmQuVmu9bLjOoQ9ydoBNPVOfFmF3AcpCv7zNWlLdLa2ZLxFqiBcND2qt9VDUn2Dg==",
1563
- "signed_at": "2026-05-30T04:02:35.833Z"
1563
+ "signed_at": "2026-05-30T04:44:25.663Z"
1564
1564
  },
1565
1565
  {
1566
1566
  "name": "sector-federal-government",
@@ -1629,7 +1629,7 @@
1629
1629
  "Australia PSPF 2024 revision and ISM quarterly updates — track for Essential Eight Maturity Level requirements for federal entities"
1630
1630
  ],
1631
1631
  "signature": "C9c3JuBhUbwcb7uZpDdy+PNT8sYmYIxzD4uRHu421ePW1aSFJ8fkMvuTzSO8vD/F/jOOg5opM4kov/xSAn+qCg==",
1632
- "signed_at": "2026-05-30T04:02:35.833Z"
1632
+ "signed_at": "2026-05-30T04:44:25.663Z"
1633
1633
  },
1634
1634
  {
1635
1635
  "name": "sector-energy",
@@ -1694,7 +1694,7 @@
1694
1694
  "ICS-CERT advisory feed (https://www.cisa.gov/news-events/cybersecurity-advisories/ics-advisories) for vendor CVEs in Siemens, Rockwell, Schneider Electric, ABB, GE Vernova, Hitachi Energy, AVEVA / OSIsoft PI"
1695
1695
  ],
1696
1696
  "signature": "oz8Q5WVaY8au4IjbaZahx/DSaC00Q44ylSL3mDkTerCEpW/EyPUeiLeGxSrWxBCwVFEKSSJvnhJjhvX5lDPcCg==",
1697
- "signed_at": "2026-05-30T04:02:35.834Z"
1697
+ "signed_at": "2026-05-30T04:44:25.664Z"
1698
1698
  },
1699
1699
  {
1700
1700
  "name": "sector-telecom",
@@ -1780,7 +1780,7 @@
1780
1780
  "O-RAN SFG / WG11 security specifications"
1781
1781
  ],
1782
1782
  "signature": "NAtyzfLPXlUuB78Snb9nWmbZalC1CNlIYN9rYhdEmtB/xQGC6vVnThgrEAHlm7v/jMCFuknvEpUHKdscUnUADw==",
1783
- "signed_at": "2026-05-30T04:02:35.834Z"
1783
+ "signed_at": "2026-05-30T04:44:25.664Z"
1784
1784
  },
1785
1785
  {
1786
1786
  "name": "api-security",
@@ -1849,7 +1849,7 @@
1849
1849
  "d3fend_refs": [],
1850
1850
  "last_threat_review": "2026-05-18",
1851
1851
  "signature": "1UTjZNC5Lyrgw93LAizdXVeSmv3jS8YQNT1db5OKsldub50+o1FXmAH4+3MxZozaOGDCX3yXbdDJSJaaSmfuAA==",
1852
- "signed_at": "2026-05-30T04:02:35.834Z",
1852
+ "signed_at": "2026-05-30T04:44:25.664Z",
1853
1853
  "forward_watch": [
1854
1854
  "NGINX Rift CVE-2026-42945 (disclosed 2026-05-13, source depthfirst) — KEV-watch predicted CISA KEV listing by 2026-05-29; track for active-exploitation confirmation and patch advisory affecting API gateway / reverse-proxy deployments",
1855
1855
  "Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — LiteLLM 3-bug SSRF + Code Injection chain by k3vg3n; LLM-proxy API surface; track upstream patch and CVE assignments",
@@ -1935,7 +1935,7 @@
1935
1935
  "CISA KEV additions for cloud-control-plane CVEs (IMDSv1 abuses, federation token mishandling, cross-tenant boundary failures); CISA Cybersecurity Advisories for cross-cloud advisories"
1936
1936
  ],
1937
1937
  "signature": "EdsY4xe7YA8X8m+KZUbq49JwoCXgRKEz2eg3m86O37rvBmpm8ppvl9hrsekygvpBh2VmCHL2dEYiOD8OM2n7CA==",
1938
- "signed_at": "2026-05-30T04:02:35.834Z"
1938
+ "signed_at": "2026-05-30T04:44:25.665Z"
1939
1939
  },
1940
1940
  {
1941
1941
  "name": "container-runtime-security",
@@ -1997,7 +1997,7 @@
1997
1997
  "d3fend_refs": [],
1998
1998
  "last_threat_review": "2026-05-15",
1999
1999
  "signature": "fnLKPLkjjRCJ/F9wdmZ1w1lXmqEJvTYkv6Uu+9OTd5vZTWKz3QMuxKOsas+ctCdOvTaeloqPUUprXx+ZZdDpCg==",
2000
- "signed_at": "2026-05-30T04:02:35.835Z",
2000
+ "signed_at": "2026-05-30T04:44:25.665Z",
2001
2001
  "forward_watch": [
2002
2002
  "Pwn2Own Berlin 2026 (disclosed 2026-05-14, embargo ends 2026-08-12) — NVIDIA Container Toolkit container escape ($50K award) by chompie / IBM X-Force XOR; high-severity container/hypervisor boundary break; track patch and KEV add post-embargo"
2003
2003
  ]
@@ -2071,7 +2071,7 @@
2071
2071
  "MITRE ATLAS v5.6.0 (released May 2026) shipped the AML.T0010 sub-technique expansion this forecast tracked plus new techniques (\"Publish Poisoned AI Agent Tool\", \"Escape to Host\"); inventory now 16 tactics, 84 techniques, 56 sub-techniques. Forward watch: subsequent ATLAS minor and major releases — track next-cadence updates to agentic-AI TTPs and MLOps-pipeline-specific techniques"
2072
2072
  ],
2073
2073
  "signature": "t3dkdpTX04zvjitEeOJThpgjurLd1UO9GOut4LXSZgY3ULhfknI4zT7G5+m2RSZZTo7yyeZrwpg+7vEg9K6mAw==",
2074
- "signed_at": "2026-05-30T04:02:35.835Z"
2074
+ "signed_at": "2026-05-30T04:44:25.665Z"
2075
2075
  },
2076
2076
  {
2077
2077
  "name": "incident-response-playbook",
@@ -2133,7 +2133,7 @@
2133
2133
  "NYDFS 23 NYCRR 500.17 amendments tightening ransom-payment 24h disclosure operationalization"
2134
2134
  ],
2135
2135
  "signature": "+1kmtA6rAvIyDjjy+cJHK6BcfylyVsa5cUjRFijlFR9GsQfB93JnmkEJOqML50pdlcxtJI3yUodHpL3/YJGtCA==",
2136
- "signed_at": "2026-05-30T04:02:35.835Z"
2136
+ "signed_at": "2026-05-30T04:44:25.666Z"
2137
2137
  },
2138
2138
  {
2139
2139
  "name": "ransomware-response",
@@ -2213,7 +2213,7 @@
2213
2213
  ],
2214
2214
  "last_threat_review": "2026-05-22",
2215
2215
  "signature": "h48ASCz63aBfHzLKxMVDADMuT4atriK0iE6bJeVzZTsx/e8+hyv4fLP7+zYxT9Oe0Gss3v/Xy+t+Wd9uwzV+Aw==",
2216
- "signed_at": "2026-05-30T04:02:35.836Z"
2216
+ "signed_at": "2026-05-30T04:44:25.666Z"
2217
2217
  },
2218
2218
  {
2219
2219
  "name": "email-security-anti-phishing",
@@ -2266,7 +2266,7 @@
2266
2266
  "d3fend_refs": [],
2267
2267
  "last_threat_review": "2026-05-18",
2268
2268
  "signature": "FVBn4ex2qPIo9SHMVJ6tntoz4tVwjbIq3m6wDjjZyv2JODlS+90GBYCOkNamxxkmw/6de6SMs0YHQiF/xjo/DQ==",
2269
- "signed_at": "2026-05-30T04:02:35.836Z"
2269
+ "signed_at": "2026-05-30T04:44:25.667Z"
2270
2270
  },
2271
2271
  {
2272
2272
  "name": "age-gates-child-safety",
@@ -2334,7 +2334,7 @@
2334
2334
  "US state adult-site age-verification laws — 19+ states by mid-2026 (TX HB 18 upheld by SCOTUS June 2025 in Free Speech Coalition v. Paxton); track ongoing challenges in remaining states"
2335
2335
  ],
2336
2336
  "signature": "ZHVdGWCcfG98tSVB0b9mwrsYwv71V3uUEl+6ss7omSQhmNvqV5s6MAZM5YladBt9MK/8T/zBrTYN4gAonOP+BQ==",
2337
- "signed_at": "2026-05-30T04:02:35.837Z"
2337
+ "signed_at": "2026-05-30T04:44:25.667Z"
2338
2338
  },
2339
2339
  {
2340
2340
  "name": "cloud-iam-incident",
@@ -2414,7 +2414,7 @@
2414
2414
  ],
2415
2415
  "last_threat_review": "2026-05-15",
2416
2416
  "signature": "e/kij7GtKaytROyIj7V5RH+FC9WtmVFzrmG2kIlNDNn29ep/CRNlIQKwXLpzo/81AIf634pmdr1qy/+vwIuUDA==",
2417
- "signed_at": "2026-05-30T04:02:35.837Z",
2417
+ "signed_at": "2026-05-30T04:44:25.667Z",
2418
2418
  "forward_watch": [
2419
2419
  "AWS IAM Identity Center session-policy refresh and step-up-on-admin enforcement (anticipated 2026-H2 release)",
2420
2420
  "GCP Workload Identity Federation principal-set attribute mapping tightening (post-2026 Q3 Federation hardening guide)",
@@ -2508,7 +2508,7 @@
2508
2508
  ],
2509
2509
  "last_threat_review": "2026-05-15",
2510
2510
  "signature": "9mfDtMApMAg9V/lmwpniNxo/6gNZoOEoYDfyFvyWvKrPMtc7H9F8uz06FVoARe/J49saAKTVXOurNE1D/KtpCQ==",
2511
- "signed_at": "2026-05-30T04:02:35.837Z",
2511
+ "signed_at": "2026-05-30T04:44:25.668Z",
2512
2512
  "forward_watch": [
2513
2513
  "Entra ID conditional access evolution post-Midnight Blizzard — Microsoft's 2025-2026 commitments on legacy-tenant MFA enforcement and OAuth-app consent gating",
2514
2514
  "Okta IPSIE (Interoperability Profile for Secure Identity in the Enterprise) OpenID Foundation working-group output and adoption timeline",
@@ -2526,6 +2526,6 @@
2526
2526
  ],
2527
2527
  "manifest_signature": {
2528
2528
  "algorithm": "Ed25519",
2529
- "signature_base64": "D0TdxiudJRfgqWbxpDtdEImFFFsySq9jso0rJEPNRTSV+tJSNjXCY5kVSOUOp9fSkHvb1j35CbRn1eb2CQtnBQ=="
2529
+ "signature_base64": "WEtfY37wZx+21GmcvvEOsnflrkaOtQb+PpuYZNEdG8IOal+POyFRtLYfRfE0NEIER+X/5bs6khLp+rA5bSACAQ=="
2530
2530
  }
2531
2531
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blamejs/exceptd-skills",
3
- "version": "0.15.36",
3
+ "version": "0.15.37",
4
4
  "description": "AI security skills grounded in mid-2026 threat reality, not stale framework documentation. 42 skills, 11 catalogs (427 CVEs / 173 CWEs / 805 ATT&CK + ICS / 170 ATLAS / 468 D3FEND / 8888 RFCs), 35 jurisdictions, 10-class catalog gap detector + budget gate, real XML parser + canonical-form diff + content-pattern regression detection, Ed25519-signed.",
5
5
  "keywords": [
6
6
  "ai-security",
package/sbom.cdx.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.6",
4
- "serialNumber": "urn:uuid:01fe4d66-b1ef-4703-b45f-be499d29722f",
4
+ "serialNumber": "urn:uuid:207492cb-4777-468a-86df-2fca266d36c1",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2027-01-23T01:46:14.000Z",
7
+ "timestamp": "2043-04-04T04:57:47.000Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "blamejs",
11
11
  "name": "scripts/refresh-sbom.js",
12
- "version": "0.15.36"
12
+ "version": "0.15.37"
13
13
  }
14
14
  ],
15
15
  "component": {
16
- "bom-ref": "pkg:npm/@blamejs/exceptd-skills@0.15.36",
16
+ "bom-ref": "pkg:npm/@blamejs/exceptd-skills@0.15.37",
17
17
  "type": "application",
18
18
  "name": "@blamejs/exceptd-skills",
19
- "version": "0.15.36",
19
+ "version": "0.15.37",
20
20
  "description": "AI security skills grounded in mid-2026 threat reality, not stale framework documentation. 42 skills, 11 catalogs (427 CVEs / 173 CWEs / 805 ATT&CK + ICS / 170 ATLAS / 468 D3FEND / 8888 RFCs), 35 jurisdictions, 10-class catalog gap detector + budget gate, real XML parser + canonical-form diff + content-pattern regression detection, Ed25519-signed.",
21
21
  "licenses": [
22
22
  {
@@ -25,17 +25,17 @@
25
25
  }
26
26
  }
27
27
  ],
28
- "purl": "pkg:npm/%40blamejs/exceptd-skills@0.15.36",
28
+ "purl": "pkg:npm/%40blamejs/exceptd-skills@0.15.37",
29
29
  "hashes": [
30
30
  {
31
31
  "alg": "SHA-256",
32
- "content": "f52d5e3fa849f21040b260c1bb578fda98440709838e72a4c16dc526964acd0a"
32
+ "content": "d8d8acf0b8cc6afdf32e3884a056f7b9fa032d82e9f01d9cc7672e4f69dd4d71"
33
33
  }
34
34
  ],
35
35
  "externalReferences": [
36
36
  {
37
37
  "type": "distribution",
38
- "url": "https://www.npmjs.com/package/@blamejs/exceptd-skills/v/0.15.36"
38
+ "url": "https://www.npmjs.com/package/@blamejs/exceptd-skills/v/0.15.37"
39
39
  },
40
40
  {
41
41
  "type": "vcs",
@@ -116,11 +116,11 @@
116
116
  "hashes": [
117
117
  {
118
118
  "alg": "SHA-256",
119
- "content": "9faf809e8ec79ec22f4cb3b82920d8340a63d0a8b69850008268104e98c15c76"
119
+ "content": "fa9bea0500c563054cb43d0df498edfd2b36d5f7ced76edae417c179e6062015"
120
120
  },
121
121
  {
122
122
  "alg": "SHA3-512",
123
- "content": "372894b9bf75f6a2fcad20b3ca97026d10ab7076f200a5c69c893940e4f8b066e35f1a30f02f5c6b931e8fa2f30aa3711582a7b479ad16d54b78170b30d88baa"
123
+ "content": "4632eda2609d2f56ac24f29a218b71d02e3ff51d5c0df45eccc59d01ed0613261ed51c33daacba20fad9c285f4beb6a4d4fb704f7e20ee58739a70df0ba47184"
124
124
  }
125
125
  ]
126
126
  },
@@ -311,11 +311,11 @@
311
311
  "hashes": [
312
312
  {
313
313
  "alg": "SHA-256",
314
- "content": "a79c8dae3527ce9b7bdb305b86d54b7939406602bb36ac49b7732f461fa9bb59"
314
+ "content": "a402836f7d4443f6cccc3c6b4cc387f714dc001a266708b7d25bb0cafcbec842"
315
315
  },
316
316
  {
317
317
  "alg": "SHA3-512",
318
- "content": "114678f93d602ceeea85d5321a72a637ecb5bd9af54d16bc48d33c2db25a516681b7dd33cd73a8e1c0ab04b1bbcba7159a6d4de0883d7805234af7a73e201205"
318
+ "content": "06f50900cdf98f64426117de5e52cb666ab57251c393c9ff0e4ac7891e8811418596fb81bef659493dc5334c12dc2851b2ef11017c340c5ec842121903d1513d"
319
319
  }
320
320
  ]
321
321
  },
@@ -326,11 +326,11 @@
326
326
  "hashes": [
327
327
  {
328
328
  "alg": "SHA-256",
329
- "content": "fa2ed2e00aac67bbbd053ef97a2c165f5f836c58375c279419f2192aafbd84d1"
329
+ "content": "1fa6bfad96c5ba8a89270a8aafb4433c3c03f1f107697e83f15dba4562737844"
330
330
  },
331
331
  {
332
332
  "alg": "SHA3-512",
333
- "content": "1a945f9eb78e24a990f0bbc04e38fe80d6119c7d8be85bb46db2c83d9103e3bc5c0b67945e526a00ce66ecd2083348018de5f664be9b809cbb8151303f0f3846"
333
+ "content": "f90c39c11756efd2e81494af13474c80386a7ead70bebdc877c542537a503c9352fad5524162a0d28d02133e859ff8004185736feab51a1df5bff1d5924809b1"
334
334
  }
335
335
  ]
336
336
  },
@@ -806,11 +806,11 @@
806
806
  "hashes": [
807
807
  {
808
808
  "alg": "SHA-256",
809
- "content": "3d8efcdc4d8edda2f4d85ac33767ea0b471f035840c93fa8c24a3ea8c03e4962"
809
+ "content": "1e7bd615bc5516d11db4c83a5dcf631a7826c26e626a6c65abe925401a525f7e"
810
810
  },
811
811
  {
812
812
  "alg": "SHA3-512",
813
- "content": "03d9d23315489b27a24013a51940b1db38ee0abd634cfbdac8a55b64502c82ed7cbfb3761c936eaa49ff6c69ff38f7f551b1b1c12f43248342e5fe186ff26b87"
813
+ "content": "39193a9e5c82e7f02a558f6273ee716f8b6cce1d5bd41dab7f2a3b9456519bc2ddd50a185cd850fa0f8fdb309c6d759c1b23346c7969afd87aa0ab4d025f65ed"
814
814
  }
815
815
  ]
816
816
  },
@@ -1751,11 +1751,11 @@
1751
1751
  "hashes": [
1752
1752
  {
1753
1753
  "alg": "SHA-256",
1754
- "content": "884aba4143a7e713aeb7e65d91e2cc581c9b910ad01099ba44d6bd4d44e10382"
1754
+ "content": "4db3fbdad74120fea41c942cdc85622ac77d69d47a850acb3575d56674aeff58"
1755
1755
  },
1756
1756
  {
1757
1757
  "alg": "SHA3-512",
1758
- "content": "55691c07bc885eb3c6fd33c2265a908a81903027534f1da48a7eb11d8e2040b7caff876f62694db7ac13e6b540a2c4aef0573e1d50765cf7731eea6400ea7ddb"
1758
+ "content": "6b1e49ac716e7c66fff9f197f93274011186b7709b434b4bcbff4435e6eebe87aae85d25c1b49af669f5ed5ba0ed6fa85f19a8d0651a5bcfd22588c484976799"
1759
1759
  }
1760
1760
  ]
1761
1761
  },