@blamejs/exceptd-skills 0.15.40 → 0.15.41

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.41 — 2026-05-29
4
+
5
+ Draft-curation pass 38 — access-control and security-control bypass. Four CISA KEV-listed CVEs that defeat an access-enforcement mechanism are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: the CrushFTP unprotected-alternate-channel admin bypass (CVE-2025-54309), the SonicWall SMA1000 missing-authorization flaw (CVE-2025-40602), the SolarWinds Web Help Desk security-control bypass (CVE-2025-40536), and the Craft CMS assumed-immutable-parameter tampering flaw (CVE-2025-35939). All map T1190; the authorization-bypass trio also maps T1078. The lessons make the point that the access-control posture (passwords, roles) is irrelevant when the enforcement mechanism itself is bypassed — restricting the management plane to a trusted network is the load-bearing compensating control — and that the parameter-tampering flaw is chained to code execution, so it requires web-shell hunting and key rotation beyond the patch.
6
+
3
7
  ## 0.15.40 — 2026-05-29
4
8
 
5
9
  Draft-curation pass 37 — unauthenticated upload-or-injection RCE. Six CISA KEV-listed CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: unrestricted file uploads in SmarterTools SmarterMail (CVE-2025-52691) and TeamT5 ThreatSonar (CVE-2024-7694), and command/argument injection in the React Native Community CLI Metro dev server (CVE-2025-11953), GNU InetUtils (CVE-2026-24061), the Smartbedded Meteobridge device (CVE-2025-4008), and Motex LANSCOPE Endpoint Manager (CVE-2025-61932). All map T1190; the uploads add T1505.003 (web shell) and the injections add T1059. The lessons flag the trust-inversion of a compromised security product (ThreatSonar), the supply-chain risk of an exposed developer build server (React Native CLI), and the fleet-wide reach of an endpoint manager (LANSCOPE) — each demanding downstream review beyond the patched host.
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schema_version": "1.1.0",
3
- "generated_at": "2026-05-30T05:45:36.968Z",
3
+ "generated_at": "2026-05-30T06:05:46.422Z",
4
4
  "generator": "scripts/build-indexes.js",
5
5
  "source_count": 54,
6
6
  "source_hashes": {
7
- "manifest.json": "59355be76cb1ccff92a7bcf8846b2c54865e63ea83881e10d9b902f1f77db0e3",
7
+ "manifest.json": "36a32308e02f7ab019a04684d57cb7391761d3a3ced05c0d9866244a538affe5",
8
8
  "data/atlas-ttps.json": "878b4a08bb73c8d20396d85cf433a88f2bc5e7a8cbf7f6ab773ce7ede0a11251",
9
- "data/attack-techniques.json": "55293b8b9adc7371ba6450baf973a8e2d13ac810e709b598a2d042d41b074a37",
10
- "data/cve-catalog.json": "2f63e64ac7dd3bfd08f0eaa5293b374934a90f0cad959c29e9cf7cba95f46ea8",
9
+ "data/attack-techniques.json": "95a196f3125417cb5a41c392f147d66d02c06f07aba5b05cb8f1a1ad39123c82",
10
+ "data/cve-catalog.json": "826b2174320f96b02ebe3a1c1c1f050931a3cd7703cb7b634c22d496d1babe3d",
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": "963d7687ac5f2baafc1771731483504ec32504b50ab0ecd5b5a5fa060b241cbb",
18
+ "data/zeroday-lessons.json": "0d035b099f10ed055d23bc556ff74df0f72f07e25d147d20baca85c2db1f6315",
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",
@@ -636,9 +636,12 @@
636
636
  "CVE-2025-32975",
637
637
  "CVE-2025-34026",
638
638
  "CVE-2025-3935",
639
+ "CVE-2025-40536",
640
+ "CVE-2025-40602",
639
641
  "CVE-2025-4427",
640
642
  "CVE-2025-49706",
641
643
  "CVE-2025-54236",
644
+ "CVE-2025-54309",
642
645
  "CVE-2025-57819",
643
646
  "CVE-2025-61757",
644
647
  "CVE-2025-6205",
@@ -1101,6 +1104,7 @@
1101
1104
  "CVE-2025-4008",
1102
1105
  "CVE-2025-40536",
1103
1106
  "CVE-2025-40551",
1107
+ "CVE-2025-40602",
1104
1108
  "CVE-2025-42999",
1105
1109
  "CVE-2025-4427",
1106
1110
  "CVE-2025-4428",
@@ -24793,7 +24793,8 @@
24793
24793
  },
24794
24794
  "atlas_refs": [],
24795
24795
  "attack_refs": [
24796
- "T1190"
24796
+ "T1190",
24797
+ "T1078"
24797
24798
  ],
24798
24799
  "rwep_score": 77,
24799
24800
  "rwep_factors": {
@@ -24814,7 +24815,7 @@
24814
24815
  "cwe_refs": [
24815
24816
  "CWE-693"
24816
24817
  ],
24817
- "source_verified": "2026-05-18",
24818
+ "source_verified": "2026-05-29",
24818
24819
  "verification_sources": [
24819
24820
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
24820
24821
  "https://documentation.solarwinds.com/en/success_center/whd/content/release_notes/whd_2026-1_release_notes.htm",
@@ -24844,11 +24845,21 @@
24844
24845
  "published_date": "2026-02-12"
24845
24846
  }
24846
24847
  ],
24847
- "last_updated": "2026-05-18",
24848
+ "last_updated": "2026-05-29",
24848
24849
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-12; due date 2026-02-15. Notes reference: https://documentation.solarwinds.com/en/success_center/whd/content/release_notes/whd_2026-1_release_notes.htm ; https://www.solarwinds.com/trust-center/security-advisories/CVE-2025-40536 ; https://nvd",
24849
- "_auto_imported": true,
24850
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
24851
- "_kev_short_description": "SolarWinds Web Help Desk contains a security control bypass vulnerability that could allow an unauthenticated attacker to gain access to certain restricted functionality."
24850
+ "_auto_imported": false,
24851
+ "_intake_method": "manual-verified-curation",
24852
+ "_kev_short_description": "SolarWinds Web Help Desk contains a security control bypass vulnerability that could allow an unauthenticated attacker to gain access to certain restricted functionality.",
24853
+ "iocs": {
24854
+ "behavioral": [
24855
+ "SolarWinds Web Help Desk reachable on the network at a version below the fixed release named in the vendor advisory.",
24856
+ "Unauthenticated requests to the Web Help Desk consistent with security-control-bypass flaw.",
24857
+ "Access to administrative or protected functionality on the Web Help Desk with no corresponding legitimate login — sessions from unexpected sources, configuration/account changes, or admin actions without authentication (KEV-confirmed in-the-wild exploitation)."
24858
+ ],
24859
+ "_ioc_source_note": "Anchored to NVD CVE-2025-40536, CISA KEV (added 2026-02-12), and the vendor security advisory recorded in vendor_advisories."
24860
+ },
24861
+ "_draft": false,
24862
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1190 + T1078 access bypass) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
24852
24863
  },
24853
24864
  "CVE-2026-21513": {
24854
24865
  "name": "Microsoft MSHTML Framework Protection Mechanism Failure Vulnerability",
@@ -28288,7 +28299,9 @@
28288
28299
  },
28289
28300
  "atlas_refs": [],
28290
28301
  "attack_refs": [
28291
- "T1068"
28302
+ "T1068",
28303
+ "T1190",
28304
+ "T1078"
28292
28305
  ],
28293
28306
  "rwep_score": 77,
28294
28307
  "rwep_factors": {
@@ -28310,7 +28323,7 @@
28310
28323
  "CWE-862",
28311
28324
  "CWE-250"
28312
28325
  ],
28313
- "source_verified": "2026-05-18",
28326
+ "source_verified": "2026-05-29",
28314
28327
  "verification_sources": [
28315
28328
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
28316
28329
  "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2025-0019",
@@ -28339,11 +28352,21 @@
28339
28352
  "published_date": "2025-12-17"
28340
28353
  }
28341
28354
  ],
28342
- "last_updated": "2026-05-18",
28355
+ "last_updated": "2026-05-29",
28343
28356
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-17; due date 2025-12-24. Notes reference: Check for signs of potential compromise on all internet accessible SonicWall SMA1000 instances after applying mitigations. For more information please see: https://psirt.global.sonicwall.com/vuln-deta",
28344
- "_auto_imported": true,
28345
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
28346
- "_kev_short_description": "SonicWall SMA1000 contains a missing authorization vulnerability that could allow for privilege escalation appliance management console (AMC) of affected devices."
28357
+ "_auto_imported": false,
28358
+ "_intake_method": "manual-verified-curation",
28359
+ "_kev_short_description": "SonicWall SMA1000 contains a missing authorization vulnerability that could allow for privilege escalation appliance management console (AMC) of affected devices.",
28360
+ "iocs": {
28361
+ "behavioral": [
28362
+ "SonicWall SMA1000 reachable on the network at a version below the fixed release named in the vendor advisory.",
28363
+ "Unauthenticated requests to the SMA1000 appliance consistent with missing-authorization flaw.",
28364
+ "Access to administrative or protected functionality on the SMA1000 appliance with no corresponding legitimate login — sessions from unexpected sources, configuration/account changes, or admin actions without authentication (KEV-confirmed in-the-wild exploitation)."
28365
+ ],
28366
+ "_ioc_source_note": "Anchored to NVD CVE-2025-40602, CISA KEV (added 2025-12-17), and the vendor security advisory recorded in vendor_advisories."
28367
+ },
28368
+ "_draft": false,
28369
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1190 + T1078 access bypass) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
28347
28370
  },
28348
28371
  "CVE-2025-20393": {
28349
28372
  "name": "Cisco Multiple Products Improper Input Validation Vulnerability",
@@ -37876,7 +37899,8 @@
37876
37899
  },
37877
37900
  "atlas_refs": [],
37878
37901
  "attack_refs": [
37879
- "T1190"
37902
+ "T1190",
37903
+ "T1078"
37880
37904
  ],
37881
37905
  "rwep_score": 77,
37882
37906
  "rwep_factors": {
@@ -37897,7 +37921,7 @@
37897
37921
  "cwe_refs": [
37898
37922
  "CWE-420"
37899
37923
  ],
37900
- "source_verified": "2026-05-18",
37924
+ "source_verified": "2026-05-29",
37901
37925
  "verification_sources": [
37902
37926
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
37903
37927
  "https://www.crushftp.com/crush11wiki/Wiki.jsp?page=CompromiseJuly2025",
@@ -37926,11 +37950,21 @@
37926
37950
  "published_date": "2025-07-22"
37927
37951
  }
37928
37952
  ],
37929
- "last_updated": "2026-05-18",
37953
+ "last_updated": "2026-05-29",
37930
37954
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-22; due date 2025-08-12. Notes reference: https://www.crushftp.com/crush11wiki/Wiki.jsp?page=CompromiseJuly2025 ; https://nvd.nist.gov/vuln/detail/CVE-2025-54309 ",
37931
- "_auto_imported": true,
37932
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
37933
- "_kev_short_description": "CrushFTP contains an unprotected alternate channel vulnerability. When the DMZ proxy feature is not used, mishandles AS2 validation and consequently allows remote attackers to obtain admin access via HTTPS."
37955
+ "_auto_imported": false,
37956
+ "_intake_method": "manual-verified-curation",
37957
+ "_kev_short_description": "CrushFTP contains an unprotected alternate channel vulnerability. When the DMZ proxy feature is not used, mishandles AS2 validation and consequently allows remote attackers to obtain admin access via HTTPS.",
37958
+ "iocs": {
37959
+ "behavioral": [
37960
+ "CrushFTP reachable on the network at a version below the fixed release named in the vendor advisory.",
37961
+ "Unauthenticated requests to the CrushFTP consistent with unprotected-alternate-channel flaw.",
37962
+ "Access to administrative or protected functionality on the CrushFTP with no corresponding legitimate login — sessions from unexpected sources, configuration/account changes, or admin actions without authentication (KEV-confirmed in-the-wild exploitation)."
37963
+ ],
37964
+ "_ioc_source_note": "Anchored to NVD CVE-2025-54309, CISA KEV (added 2025-07-22), and the vendor security advisory recorded in vendor_advisories."
37965
+ },
37966
+ "_draft": false,
37967
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1190 + T1078 access bypass) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
37934
37968
  },
37935
37969
  "CVE-2025-49704": {
37936
37970
  "name": "Microsoft SharePoint Code Injection Vulnerability",
@@ -41165,7 +41199,7 @@
41165
41199
  "cwe_refs": [
41166
41200
  "CWE-472"
41167
41201
  ],
41168
- "source_verified": "2026-05-18",
41202
+ "source_verified": "2026-05-29",
41169
41203
  "verification_sources": [
41170
41204
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
41171
41205
  "https://github.com/craftcms/cms/pull/17220",
@@ -41194,11 +41228,21 @@
41194
41228
  "published_date": "2025-06-02"
41195
41229
  }
41196
41230
  ],
41197
- "last_updated": "2026-05-18",
41231
+ "last_updated": "2026-05-29",
41198
41232
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-02; due date 2025-06-23. Notes reference: https://github.com/craftcms/cms/pull/17220 ; https://nvd.nist.gov/vuln/detail/CVE-2025-35939",
41199
- "_auto_imported": true,
41200
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
41201
- "_kev_short_description": "Craft CMS contains an external control of assumed-immutable web parameter vulnerability. This vulnerability could allow an unauthenticated client to introduce arbitrary values, such as PHP code, to a known local file location on the server. This vulnerability could be chained with CVE-2024-58136 as represented by CVE-2025-32432."
41233
+ "_auto_imported": false,
41234
+ "_intake_method": "manual-verified-curation",
41235
+ "_kev_short_description": "Craft CMS contains an external control of assumed-immutable web parameter vulnerability. This vulnerability could allow an unauthenticated client to introduce arbitrary values, such as PHP code, to a known local file location on the server. This vulnerability could be chained with CVE-2024-58136 as represented by CVE-2025-32432.",
41236
+ "iocs": {
41237
+ "behavioral": [
41238
+ "Craft CMS reachable on the network at a version below the fixed release named in the vendor advisory.",
41239
+ "Unauthenticated requests to the Craft CMS consistent with external-control-of-assumed-immutable-web-parameter flaw.",
41240
+ "Tampered or unexpected parameter values reaching the Craft CMS, followed by web shells or code execution as part of a chain (KEV-confirmed in-the-wild exploitation)."
41241
+ ],
41242
+ "_ioc_source_note": "Anchored to NVD CVE-2025-35939, CISA KEV (added 2025-06-02), and the vendor security advisory recorded in vendor_advisories."
41243
+ },
41244
+ "_draft": false,
41245
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1190) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
41202
41246
  },
41203
41247
  "CVE-2024-56145": {
41204
41248
  "name": "Craft CMS Code Injection Vulnerability (variant: CVE-2024-56145)",
@@ -13348,35 +13348,63 @@
13348
13348
  },
13349
13349
  "CVE-2025-40536": {
13350
13350
  "name": "SolarWinds Web Help Desk Security Control Bypass Vulnerability",
13351
- "lesson_date": "2026-05-18",
13351
+ "lesson_date": "2026-05-29",
13352
13352
  "attack_vector": {
13353
- "description": "SolarWinds Web Help Desk contains a security control bypass vulnerability that could allow an unauthenticated attacker to gain access to certain restricted functionality.",
13354
- "privileges_required": "network attacker (no authentication required)",
13355
- "complexity": "moderate (bulk-import default)",
13356
- "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."
13353
+ "description": "a security-control-bypass flaw (CWE-693) on SolarWinds Web Help Desk, letting an unauthenticated attacker bypass an intended security control to reach protected functionality. CISA KEV-listed 2026-02-12 with confirmed in-the-wild exploitation.",
13354
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker and defeats the access-control mechanism)",
13355
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13356
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13357
+ },
13358
+ "defense_chain": {
13359
+ "prevention": {
13360
+ "what_would_have_worked": "Apply the SolarWinds Web Help Desk update; review privileged-function access during the exposure window and rotate service credentials — Web Help Desk has been a repeated exploitation target.",
13361
+ "was_this_required": true,
13362
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
13363
+ "adequacy": "Patch is necessary; restricting the management plane to a trusted network is the compensating control when the access-control enforcement is itself bypassed."
13364
+ },
13365
+ "detection": {
13366
+ "what_would_have_worked": "Monitoring on the Web Help Desk: requests exercising the bypass, administrative actions without a matching authentication event.",
13367
+ "was_this_required": false,
13368
+ "framework_requiring_it": null,
13369
+ "adequacy": "Necessary because a bypass produces access that looks authorized; the anomaly is the absence of a legitimate authentication event."
13370
+ },
13371
+ "response": {
13372
+ "what_would_have_worked": "Patch immediately, restrict the management plane, rotate credentials and keys, review configuration/account changes during the exposure window, and audit privileged actions and (for file-transfer/secure-access) data exposure.",
13373
+ "was_this_required": true,
13374
+ "framework_requiring_it": "NIST 800-53 IR-4",
13375
+ "adequacy": "Mandatory; an access-control bypass typically leaves administrative persistence or a code-execution foothold that a patch alone does not remove."
13376
+ }
13357
13377
  },
13358
13378
  "framework_coverage": {
13359
13379
  "NIST-800-53-SI-2": {
13360
13380
  "covered": true,
13361
13381
  "adequate": false,
13362
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13382
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed access-control/security-control bypass on an internet-facing system; these grant unauthorized access to protected functionality and are mass-exploited within days."
13383
+ },
13384
+ "NIST-800-53-AC-3-enforcement": {
13385
+ "covered": true,
13386
+ "adequate": false,
13387
+ "gap": "Access-enforcement is required, but these flaws defeat the enforcement mechanism itself (alternate channel, missing authorization check, security-control bypass, assumed-immutable parameter); restricting the management plane to a trusted network is the load-bearing compensating control when enforcement fails."
13363
13388
  },
13364
13389
  "ISO-27001-2022-A.8.8": {
13365
13390
  "covered": true,
13366
13391
  "adequate": false,
13367
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13392
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application or appliance whose access control is bypassed."
13393
+ },
13394
+ "PCI-DSS-4.0-6.3.3": {
13395
+ "covered": true,
13396
+ "adequate": false,
13397
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application or appliance (file-transfer / secure-access / help-desk) in or adjacent to the CDE."
13368
13398
  }
13369
13399
  },
13370
13400
  "compliance_exposure_score": {
13371
- "percent_audit_passing_orgs_still_exposed": 55,
13372
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
13373
- "theater_pattern": "patch_management"
13401
+ "percent_audit_passing_orgs_still_exposed": 77,
13402
+ "basis": "Internet-facing SolarWinds Web Help Desk is run by audited organizations whose access-control posture is irrelevant when the enforcement mechanism is bypassed; without management-plane restriction and prompt patching the system is exposed, and the required privileged-action review / web-shell hunt is rarely documented.",
13403
+ "theater_pattern": "access_control"
13374
13404
  },
13375
13405
  "ai_discovered_zeroday": false,
13376
- "ai_discovery_source": "unknown",
13377
- "ai_assist_factor": "none",
13378
- "_auto_imported": true,
13379
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13406
+ "ai_discovery_source": "vendor_research",
13407
+ "ai_assist_factor": "none"
13380
13408
  },
13381
13409
  "CVE-2026-21513": {
13382
13410
  "name": "Microsoft MSHTML Framework Protection Mechanism Failure Vulnerability",
@@ -15171,35 +15199,63 @@
15171
15199
  },
15172
15200
  "CVE-2025-40602": {
15173
15201
  "name": "SonicWall SMA1000 Missing Authorization Vulnerability",
15174
- "lesson_date": "2026-05-18",
15202
+ "lesson_date": "2026-05-29",
15175
15203
  "attack_vector": {
15176
- "description": "SonicWall SMA1000 contains a missing authorization vulnerability that could allow for privilege escalation appliance management console (AMC) of affected devices.",
15177
- "privileges_required": "unprivileged local user",
15178
- "complexity": "moderate (bulk-import default)",
15179
- "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."
15204
+ "description": "a missing-authorization flaw (CWE-862/CWE-250) on the SonicWall SMA1000 secure-access appliance, letting an attacker reach functionality with unnecessary privileges without proper authorization. CISA KEV-listed 2025-12-17 with confirmed in-the-wild exploitation.",
15205
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker and defeats the access-control mechanism)",
15206
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15207
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
15208
+ },
15209
+ "defense_chain": {
15210
+ "prevention": {
15211
+ "what_would_have_worked": "Apply the SonicWall SMA1000 update and restrict management access; treat an exposed secure-access appliance as high-value — review sessions and rotate secrets, since it fronts remote access to the internal network.",
15212
+ "was_this_required": true,
15213
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
15214
+ "adequacy": "Patch is necessary; restricting the management plane to a trusted network is the compensating control when the access-control enforcement is itself bypassed."
15215
+ },
15216
+ "detection": {
15217
+ "what_would_have_worked": "Monitoring on the SMA1000 appliance: requests exercising the bypass, administrative actions without a matching authentication event.",
15218
+ "was_this_required": false,
15219
+ "framework_requiring_it": null,
15220
+ "adequacy": "Necessary because a bypass produces access that looks authorized; the anomaly is the absence of a legitimate authentication event."
15221
+ },
15222
+ "response": {
15223
+ "what_would_have_worked": "Patch immediately, restrict the management plane, rotate credentials and keys, review configuration/account changes during the exposure window, and audit privileged actions and (for file-transfer/secure-access) data exposure.",
15224
+ "was_this_required": true,
15225
+ "framework_requiring_it": "NIST 800-53 IR-4",
15226
+ "adequacy": "Mandatory; an access-control bypass typically leaves administrative persistence or a code-execution foothold that a patch alone does not remove."
15227
+ }
15180
15228
  },
15181
15229
  "framework_coverage": {
15182
15230
  "NIST-800-53-SI-2": {
15183
15231
  "covered": true,
15184
15232
  "adequate": false,
15185
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15233
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed access-control/security-control bypass on an internet-facing system; these grant unauthorized access to protected functionality and are mass-exploited within days."
15234
+ },
15235
+ "NIST-800-53-AC-3-enforcement": {
15236
+ "covered": true,
15237
+ "adequate": false,
15238
+ "gap": "Access-enforcement is required, but these flaws defeat the enforcement mechanism itself (alternate channel, missing authorization check, security-control bypass, assumed-immutable parameter); restricting the management plane to a trusted network is the load-bearing compensating control when enforcement fails."
15186
15239
  },
15187
15240
  "ISO-27001-2022-A.8.8": {
15188
15241
  "covered": true,
15189
15242
  "adequate": false,
15190
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15243
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application or appliance whose access control is bypassed."
15244
+ },
15245
+ "PCI-DSS-4.0-6.3.3": {
15246
+ "covered": true,
15247
+ "adequate": false,
15248
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application or appliance (file-transfer / secure-access / help-desk) in or adjacent to the CDE."
15191
15249
  }
15192
15250
  },
15193
15251
  "compliance_exposure_score": {
15194
- "percent_audit_passing_orgs_still_exposed": 55,
15195
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
15196
- "theater_pattern": "patch_management"
15252
+ "percent_audit_passing_orgs_still_exposed": 77,
15253
+ "basis": "Internet-facing SonicWall SMA1000 is run by audited organizations whose access-control posture is irrelevant when the enforcement mechanism is bypassed; without management-plane restriction and prompt patching the system is exposed, and the required privileged-action review / web-shell hunt is rarely documented.",
15254
+ "theater_pattern": "access_control"
15197
15255
  },
15198
15256
  "ai_discovered_zeroday": false,
15199
- "ai_discovery_source": "unknown",
15200
- "ai_assist_factor": "none",
15201
- "_auto_imported": true,
15202
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15257
+ "ai_discovery_source": "vendor_research",
15258
+ "ai_assist_factor": "none"
15203
15259
  },
15204
15260
  "CVE-2025-20393": {
15205
15261
  "name": "Cisco Multiple Products Improper Input Validation Vulnerability",
@@ -20329,35 +20385,63 @@
20329
20385
  },
20330
20386
  "CVE-2025-54309": {
20331
20387
  "name": " CrushFTP Unprotected Alternate Channel Vulnerability",
20332
- "lesson_date": "2026-05-18",
20388
+ "lesson_date": "2026-05-29",
20333
20389
  "attack_vector": {
20334
- "description": "CrushFTP contains an unprotected alternate channel vulnerability. When the DMZ proxy feature is not used, mishandles AS2 validation and consequently allows remote attackers to obtain admin access via HTTPS.",
20335
- "privileges_required": "network attacker (no authentication required)",
20336
- "complexity": "moderate (bulk-import default)",
20337
- "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."
20390
+ "description": "an unprotected-alternate-channel flaw (CWE-420) letting an unauthenticated attacker reach administrative functionality via the alternate (AS2) path and gain admin control of the file-transfer server. CISA KEV-listed 2025-07-22 with confirmed in-the-wild exploitation.",
20391
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker and defeats the access-control mechanism)",
20392
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
20393
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
20394
+ },
20395
+ "defense_chain": {
20396
+ "prevention": {
20397
+ "what_would_have_worked": "Apply the CrushFTP update, restrict the admin interface to a trusted network, rotate admin credentials, and review for unauthorized admin actions and transferred-file exposure — MFT compromise targets data in transit.",
20398
+ "was_this_required": true,
20399
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
20400
+ "adequacy": "Patch is necessary; restricting the management plane to a trusted network is the compensating control when the access-control enforcement is itself bypassed."
20401
+ },
20402
+ "detection": {
20403
+ "what_would_have_worked": "Monitoring on the CrushFTP: requests exercising the bypass, administrative actions without a matching authentication event.",
20404
+ "was_this_required": false,
20405
+ "framework_requiring_it": null,
20406
+ "adequacy": "Necessary because a bypass produces access that looks authorized; the anomaly is the absence of a legitimate authentication event."
20407
+ },
20408
+ "response": {
20409
+ "what_would_have_worked": "Patch immediately, restrict the management plane, rotate credentials and keys, review configuration/account changes during the exposure window, and audit privileged actions and (for file-transfer/secure-access) data exposure.",
20410
+ "was_this_required": true,
20411
+ "framework_requiring_it": "NIST 800-53 IR-4",
20412
+ "adequacy": "Mandatory; an access-control bypass typically leaves administrative persistence or a code-execution foothold that a patch alone does not remove."
20413
+ }
20338
20414
  },
20339
20415
  "framework_coverage": {
20340
20416
  "NIST-800-53-SI-2": {
20341
20417
  "covered": true,
20342
20418
  "adequate": false,
20343
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
20419
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed access-control/security-control bypass on an internet-facing system; these grant unauthorized access to protected functionality and are mass-exploited within days."
20420
+ },
20421
+ "NIST-800-53-AC-3-enforcement": {
20422
+ "covered": true,
20423
+ "adequate": false,
20424
+ "gap": "Access-enforcement is required, but these flaws defeat the enforcement mechanism itself (alternate channel, missing authorization check, security-control bypass, assumed-immutable parameter); restricting the management plane to a trusted network is the load-bearing compensating control when enforcement fails."
20344
20425
  },
20345
20426
  "ISO-27001-2022-A.8.8": {
20346
20427
  "covered": true,
20347
20428
  "adequate": false,
20348
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
20429
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application or appliance whose access control is bypassed."
20430
+ },
20431
+ "PCI-DSS-4.0-6.3.3": {
20432
+ "covered": true,
20433
+ "adequate": false,
20434
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application or appliance (file-transfer / secure-access / help-desk) in or adjacent to the CDE."
20349
20435
  }
20350
20436
  },
20351
20437
  "compliance_exposure_score": {
20352
- "percent_audit_passing_orgs_still_exposed": 55,
20353
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
20354
- "theater_pattern": "patch_management"
20438
+ "percent_audit_passing_orgs_still_exposed": 77,
20439
+ "basis": "Internet-facing CrushFTP is run by audited organizations whose access-control posture is irrelevant when the enforcement mechanism is bypassed; without management-plane restriction and prompt patching the system is exposed, and the required privileged-action review / web-shell hunt is rarely documented.",
20440
+ "theater_pattern": "access_control"
20355
20441
  },
20356
20442
  "ai_discovered_zeroday": false,
20357
- "ai_discovery_source": "unknown",
20358
- "ai_assist_factor": "none",
20359
- "_auto_imported": true,
20360
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
20443
+ "ai_discovery_source": "vendor_research",
20444
+ "ai_assist_factor": "none"
20361
20445
  },
20362
20446
  "CVE-2025-49704": {
20363
20447
  "name": "Microsoft SharePoint Code Injection Vulnerability",
@@ -22014,35 +22098,63 @@
22014
22098
  },
22015
22099
  "CVE-2025-35939": {
22016
22100
  "name": "Craft CMS External Control of Assumed-Immutable Web Parameter Vulnerability",
22017
- "lesson_date": "2026-05-18",
22101
+ "lesson_date": "2026-05-29",
22018
22102
  "attack_vector": {
22019
- "description": "Craft CMS contains an external control of assumed-immutable web parameter vulnerability. This vulnerability could allow an unauthenticated client to introduce arbitrary values, such as PHP code, to a known local file location on the server. This vulnerability could be chained with CVE-2024-58136 as represented by CVE-2025-32432.",
22020
- "privileges_required": "network attacker (no authentication required)",
22021
- "complexity": "moderate (bulk-import default)",
22022
- "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."
22103
+ "description": "an external-control-of-assumed-immutable-web-parameter flaw (CWE-472) in Craft CMS, letting an unauthenticated attacker tamper with a parameter the application assumes is fixed (a step in a chain toward code execution). CISA KEV-listed 2025-06-02 with confirmed in-the-wild exploitation.",
22104
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker and defeats the access-control mechanism)",
22105
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
22106
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
22107
+ },
22108
+ "defense_chain": {
22109
+ "prevention": {
22110
+ "what_would_have_worked": "Apply the Craft CMS update, rotate the Craft security key, and hunt for web shells — this parameter flaw is chained with the Craft code-injection RCE in the wild.",
22111
+ "was_this_required": true,
22112
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
22113
+ "adequacy": "Patch is necessary but insufficient alone — the parameter flaw is chained to code execution, so web-shell hunting and key rotation are required cleanup."
22114
+ },
22115
+ "detection": {
22116
+ "what_would_have_worked": "Monitoring on the Craft CMS: requests exercising the bypass, tampered parameters followed by web shells or unexpected process execution.",
22117
+ "was_this_required": false,
22118
+ "framework_requiring_it": null,
22119
+ "adequacy": "Necessary because a bypass produces access that looks authorized; the anomaly is the absence of a legitimate authentication event."
22120
+ },
22121
+ "response": {
22122
+ "what_would_have_worked": "Patch immediately, restrict the management plane, rotate credentials and keys, review configuration/account changes during the exposure window, and hunt for web shells from the chained RCE.",
22123
+ "was_this_required": true,
22124
+ "framework_requiring_it": "NIST 800-53 IR-4",
22125
+ "adequacy": "Mandatory; an access-control bypass typically leaves administrative persistence or a code-execution foothold that a patch alone does not remove."
22126
+ }
22023
22127
  },
22024
22128
  "framework_coverage": {
22025
22129
  "NIST-800-53-SI-2": {
22026
22130
  "covered": true,
22027
22131
  "adequate": false,
22028
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
22132
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed access-control/security-control bypass on an internet-facing system; these grant unauthorized access to protected functionality and are mass-exploited within days."
22133
+ },
22134
+ "NIST-800-53-AC-3-enforcement": {
22135
+ "covered": true,
22136
+ "adequate": false,
22137
+ "gap": "Access-enforcement is required, but these flaws defeat the enforcement mechanism itself (alternate channel, missing authorization check, security-control bypass, assumed-immutable parameter); restricting the management plane to a trusted network is the load-bearing compensating control when enforcement fails."
22029
22138
  },
22030
22139
  "ISO-27001-2022-A.8.8": {
22031
22140
  "covered": true,
22032
22141
  "adequate": false,
22033
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
22142
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application or appliance whose access control is bypassed."
22143
+ },
22144
+ "PCI-DSS-4.0-6.3.3": {
22145
+ "covered": true,
22146
+ "adequate": false,
22147
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application or appliance (file-transfer / secure-access / help-desk) in or adjacent to the CDE."
22034
22148
  }
22035
22149
  },
22036
22150
  "compliance_exposure_score": {
22037
- "percent_audit_passing_orgs_still_exposed": 55,
22038
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
22039
- "theater_pattern": "patch_management"
22151
+ "percent_audit_passing_orgs_still_exposed": 77,
22152
+ "basis": "Internet-facing Craft CMS is run by audited organizations whose access-control posture is irrelevant when the enforcement mechanism is bypassed; without management-plane restriction and prompt patching the system is exposed, and the required privileged-action review / web-shell hunt is rarely documented.",
22153
+ "theater_pattern": "access_control"
22040
22154
  },
22041
22155
  "ai_discovered_zeroday": false,
22042
- "ai_discovery_source": "unknown",
22043
- "ai_assist_factor": "none",
22044
- "_auto_imported": true,
22045
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
22156
+ "ai_discovery_source": "vendor_research",
22157
+ "ai_assist_factor": "none"
22046
22158
  },
22047
22159
  "CVE-2024-56145": {
22048
22160
  "name": "Craft CMS Code Injection Vulnerability (variant: CVE-2024-56145)",
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exceptd-security",
3
- "version": "0.15.40",
3
+ "version": "0.15.41",
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-30T05:42:17.887Z",
56
+ "signed_at": "2026-05-30T06:02:24.924Z",
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-30T05:42:17.888Z",
126
+ "signed_at": "2026-05-30T06:02:24.926Z",
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-30T05:42:17.889Z",
199
+ "signed_at": "2026-05-30T06:02:24.926Z",
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-30T05:42:17.889Z"
251
+ "signed_at": "2026-05-30T06:02:24.927Z"
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-30T05:42:17.890Z"
282
+ "signed_at": "2026-05-30T06:02:24.927Z"
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-30T05:42:17.891Z"
311
+ "signed_at": "2026-05-30T06:02:24.928Z"
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-30T05:42:17.891Z",
348
+ "signed_at": "2026-05-30T06:02:24.928Z",
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-30T05:42:17.891Z",
408
+ "signed_at": "2026-05-30T06:02:24.928Z",
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-30T05:42:17.892Z",
443
+ "signed_at": "2026-05-30T06:02:24.929Z",
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-30T05:42:17.892Z",
477
+ "signed_at": "2026-05-30T06:02:24.929Z",
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-30T05:42:17.893Z"
516
+ "signed_at": "2026-05-30T06:02:24.929Z"
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-30T05:42:17.893Z",
543
+ "signed_at": "2026-05-30T06:02:24.930Z",
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-30T05:42:17.893Z",
607
+ "signed_at": "2026-05-30T06:02:24.930Z",
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-30T05:42:17.894Z"
655
+ "signed_at": "2026-05-30T06:02:24.930Z"
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-30T05:42:17.894Z",
692
+ "signed_at": "2026-05-30T06:02:24.931Z",
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-30T05:42:17.894Z"
727
+ "signed_at": "2026-05-30T06:02:24.931Z"
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-30T05:42:17.895Z"
799
+ "signed_at": "2026-05-30T06:02:24.931Z"
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-30T05:42:17.895Z"
859
+ "signed_at": "2026-05-30T06:02:24.932Z"
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-30T05:42:17.896Z"
934
+ "signed_at": "2026-05-30T06:02:24.932Z"
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-30T05:42:17.896Z"
1013
+ "signed_at": "2026-05-30T06:02:24.932Z"
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-30T05:42:17.896Z"
1070
+ "signed_at": "2026-05-30T06:02:24.933Z"
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-30T05:42:17.897Z"
1137
+ "signed_at": "2026-05-30T06:02:24.933Z"
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-30T05:42:17.897Z"
1193
+ "signed_at": "2026-05-30T06:02:24.933Z"
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-30T05:42:17.897Z"
1245
+ "signed_at": "2026-05-30T06:02:24.933Z"
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-30T05:42:17.898Z"
1295
+ "signed_at": "2026-05-30T06:02:24.934Z"
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-30T05:42:17.898Z",
1369
+ "signed_at": "2026-05-30T06:02:24.934Z",
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-30T05:42:17.899Z"
1422
+ "signed_at": "2026-05-30T06:02:24.934Z"
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-30T05:42:17.899Z"
1482
+ "signed_at": "2026-05-30T06:02:24.935Z"
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-30T05:42:17.900Z"
1563
+ "signed_at": "2026-05-30T06:02:24.935Z"
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-30T05:42:17.900Z"
1632
+ "signed_at": "2026-05-30T06:02:24.936Z"
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-30T05:42:17.901Z"
1697
+ "signed_at": "2026-05-30T06:02:24.936Z"
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-30T05:42:17.901Z"
1783
+ "signed_at": "2026-05-30T06:02:24.936Z"
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-30T05:42:17.901Z",
1852
+ "signed_at": "2026-05-30T06:02:24.937Z",
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-30T05:42:17.901Z"
1938
+ "signed_at": "2026-05-30T06:02:24.937Z"
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-30T05:42:17.902Z",
2000
+ "signed_at": "2026-05-30T06:02:24.937Z",
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-30T05:42:17.902Z"
2074
+ "signed_at": "2026-05-30T06:02:24.938Z"
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-30T05:42:17.903Z"
2136
+ "signed_at": "2026-05-30T06:02:24.938Z"
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-30T05:42:17.903Z"
2216
+ "signed_at": "2026-05-30T06:02:24.938Z"
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-30T05:42:17.903Z"
2269
+ "signed_at": "2026-05-30T06:02:24.939Z"
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-30T05:42:17.904Z"
2337
+ "signed_at": "2026-05-30T06:02:24.939Z"
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-30T05:42:17.904Z",
2417
+ "signed_at": "2026-05-30T06:02:24.939Z",
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-30T05:42:17.904Z",
2511
+ "signed_at": "2026-05-30T06:02:24.940Z",
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": "F/jr+ljnxtm9jhmJ0ami9YElgafDzT3euZIgDOG8tgKRGwyOPArjkfDpeW+OuuiuufGu3r/mYCr/EJHIr1FsDA=="
2529
+ "signature_base64": "j7BL3rxW3U9a43kDLOofSi61gkCkVUK93BlhkZs4w0yrTQUrweJfrAmdFnx0ZYsY5XJGmVTLoTq/EanHXeI5CA=="
2530
2530
  }
2531
2531
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blamejs/exceptd-skills",
3
- "version": "0.15.40",
3
+ "version": "0.15.41",
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:f5d06f9c-8530-4794-8b18-2d8794258f3e",
4
+ "serialNumber": "urn:uuid:24500e8b-b64c-4860-bbe6-96d8719fa622",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2156-09-08T09:13:00.000Z",
7
+ "timestamp": "2045-04-22T05:32:59.000Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "blamejs",
11
11
  "name": "scripts/refresh-sbom.js",
12
- "version": "0.15.40"
12
+ "version": "0.15.41"
13
13
  }
14
14
  ],
15
15
  "component": {
16
- "bom-ref": "pkg:npm/@blamejs/exceptd-skills@0.15.40",
16
+ "bom-ref": "pkg:npm/@blamejs/exceptd-skills@0.15.41",
17
17
  "type": "application",
18
18
  "name": "@blamejs/exceptd-skills",
19
- "version": "0.15.40",
19
+ "version": "0.15.41",
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.40",
28
+ "purl": "pkg:npm/%40blamejs/exceptd-skills@0.15.41",
29
29
  "hashes": [
30
30
  {
31
31
  "alg": "SHA-256",
32
- "content": "d3d1f01bf1c403e1564d3f00a49f1772e06350f3f41b0d94c344e230e1e1802b"
32
+ "content": "1153939d923eda7514240207432aa522d22d25925529ff262363b3be6b912a7b"
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.40"
38
+ "url": "https://www.npmjs.com/package/@blamejs/exceptd-skills/v/0.15.41"
39
39
  },
40
40
  {
41
41
  "type": "vcs",
@@ -116,11 +116,11 @@
116
116
  "hashes": [
117
117
  {
118
118
  "alg": "SHA-256",
119
- "content": "7946f859e75fb5d3abdce087857807f672e40d4136229fa0f2e841fb54908013"
119
+ "content": "9451fab5d673cf8dd8b9fde8612508de5fe7fdc1e0b573c924e7fb426d9d55a1"
120
120
  },
121
121
  {
122
122
  "alg": "SHA3-512",
123
- "content": "5bcb2a99c0c9b397db4fc357651dc951db8ae81bd4a113cc1b6c7041424909277dd0964cb87c5b5ff54be009f7c9c01aeb640fea1d21a14fde360f89128ed114"
123
+ "content": "cbb8dacad1538bf1f8dd00c404225f9b248fb825bbde2e9c31bd4a7b2567ce806078a77f7684416c9837216c153457d8f140c1e6fc1038dc3c10f9f4be1e0f87"
124
124
  }
125
125
  ]
126
126
  },
@@ -311,11 +311,11 @@
311
311
  "hashes": [
312
312
  {
313
313
  "alg": "SHA-256",
314
- "content": "55293b8b9adc7371ba6450baf973a8e2d13ac810e709b598a2d042d41b074a37"
314
+ "content": "95a196f3125417cb5a41c392f147d66d02c06f07aba5b05cb8f1a1ad39123c82"
315
315
  },
316
316
  {
317
317
  "alg": "SHA3-512",
318
- "content": "3ac846762604e440b83bbbe5edb606e1f7bcd908cda5ba66a320d51a54ab8958ff1bddcc163e48e2cfd58927a5c6d55193c9f91de70e4becf2fb716d43f48caf"
318
+ "content": "fa1dc9572ae6335ec87f80cb2b778a1a88f87b4eb74a4216fd34643f873340ab8bb87ffbd8ed0828fdcae889305d66858f90673efff59539519c1117e085f9de"
319
319
  }
320
320
  ]
321
321
  },
@@ -326,11 +326,11 @@
326
326
  "hashes": [
327
327
  {
328
328
  "alg": "SHA-256",
329
- "content": "2f63e64ac7dd3bfd08f0eaa5293b374934a90f0cad959c29e9cf7cba95f46ea8"
329
+ "content": "826b2174320f96b02ebe3a1c1c1f050931a3cd7703cb7b634c22d496d1babe3d"
330
330
  },
331
331
  {
332
332
  "alg": "SHA3-512",
333
- "content": "4dfb308a2738c184e1c40d2b11e798db1d97359509fe71d2ac46c7adfbdbe9c425500f117fe2808286c033f39c744d50fea871d3976fbbf0b272b9e274633774"
333
+ "content": "935e51e8fc75a14806936693a0e14e871f0c349183c8ab41b50b128fbdbcb51fef4e8df2d5cefdcbdcd63160329ab14937afcc2e5b5ffb6f99789434519d112b"
334
334
  }
335
335
  ]
336
336
  },
@@ -806,11 +806,11 @@
806
806
  "hashes": [
807
807
  {
808
808
  "alg": "SHA-256",
809
- "content": "963d7687ac5f2baafc1771731483504ec32504b50ab0ecd5b5a5fa060b241cbb"
809
+ "content": "0d035b099f10ed055d23bc556ff74df0f72f07e25d147d20baca85c2db1f6315"
810
810
  },
811
811
  {
812
812
  "alg": "SHA3-512",
813
- "content": "55499edb7dfb0a5ced9bc5e3a38b14245e3211f844dfb6707a4a5e1c48ab8c8921b43e4273a0e1c76732e2451360defcbdb6412f4e205158693c2ebc6dd82802"
813
+ "content": "af82b3caa545044e14cc8479ce0a146c5280c2624809f220d707355b13e9b4dd1c40fb0c146090d5103078e15d20d09a70f4cbdb19182841c5b08edd6fccf183"
814
814
  }
815
815
  ]
816
816
  },
@@ -1751,11 +1751,11 @@
1751
1751
  "hashes": [
1752
1752
  {
1753
1753
  "alg": "SHA-256",
1754
- "content": "59355be76cb1ccff92a7bcf8846b2c54865e63ea83881e10d9b902f1f77db0e3"
1754
+ "content": "36a32308e02f7ab019a04684d57cb7391761d3a3ced05c0d9866244a538affe5"
1755
1755
  },
1756
1756
  {
1757
1757
  "alg": "SHA3-512",
1758
- "content": "1956d40653bb9fe418ee0e923297eaf2e5406b453301c11d7f900f112dc385d48cfe45ec557160052f22c3babf6f91b960f871260f4f371c7f4883c95b4cb19b"
1758
+ "content": "cc4e4712f36eb4050373bbf0c28526ad9cb772a92a2d193a2487158a93865a3ae29f21ddbf014ccca391530813805c49745eaf2a686d5237eea29dc80b8078fb"
1759
1759
  }
1760
1760
  ]
1761
1761
  },