@blamejs/exceptd-skills 0.13.125 → 0.13.126
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 +4 -0
- package/data/_indexes/_meta.json +9 -9
- package/data/_indexes/activity-feed.json +2 -2
- package/data/_indexes/catalog-summaries.json +2 -2
- package/data/_indexes/chains.json +375 -0
- package/data/atlas-ttps.json +2 -1
- package/data/attack-techniques.json +4 -2
- package/data/cve-catalog.json +104 -0
- package/data/cwe-catalog.json +4 -2
- package/data/framework-control-gaps.json +18 -9
- package/data/zeroday-lessons.json +50 -0
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +24 -24
package/data/cve-catalog.json
CHANGED
|
@@ -40479,5 +40479,109 @@
|
|
|
40479
40479
|
],
|
|
40480
40480
|
"discovery_attribution_note": "Manually curated from NVD CVE-2026-3060 (CWE-502) + the SGLang fix (PR #20904) + the Orca Security writeup. SGLang LLM-serving-framework unauthenticated IPC-deserialization RCE (encoder-parallel disaggregation); reuses the AI-inference IPC deserialization-safety control NEW-CTRL-086.",
|
|
40481
40481
|
"_kev_short_description": "SGLang's encoder-parallel disaggregation module deserializes untrusted serialized objects from unauthenticated peers, yielding unauth RCE (CWE-502); fixed in 0.5.10."
|
|
40482
|
+
},
|
|
40483
|
+
"CVE-2026-21877": {
|
|
40484
|
+
"name": "n8n Git Node Arbitrary File Write Authenticated RCE",
|
|
40485
|
+
"type": "RCE",
|
|
40486
|
+
"cvss_score": 9.9,
|
|
40487
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
|
|
40488
|
+
"cvss_note": "GitHub (CNA) CVSS v3.1 base 9.9 (CRITICAL, scope-changed). n8n's Git node lets an authenticated user write a file of a dangerous type to an arbitrary path, achieving remote code execution and full instance compromise on both self-hosted and Cloud deployments (CWE-434 unrestricted file upload / CWE-94 code injection).",
|
|
40489
|
+
"cisa_kev": false,
|
|
40490
|
+
"poc_available": true,
|
|
40491
|
+
"poc_description": "Documented in the disclosing GitHub Security Advisory (GHSA-v364-rw7m-3263): an authenticated user abuses the Git node to write a dangerous file that is subsequently executed.",
|
|
40492
|
+
"ai_discovered": false,
|
|
40493
|
+
"ai_discovery_source": "human_researcher",
|
|
40494
|
+
"ai_discovery_notes": "Disclosed via GitHub Security Advisory GHSA-v364-rw7m-3263 and enriched by NVD. The abused surface is n8n, a widely deployed AI-workflow / automation platform.",
|
|
40495
|
+
"ai_assisted_weaponization": false,
|
|
40496
|
+
"ai_assisted_notes": "No AI-assisted weaponization; the flaw is an arbitrary-file-write-to-RCE in a workflow builder's Git node.",
|
|
40497
|
+
"active_exploitation": "none",
|
|
40498
|
+
"active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation, and the CVE is not in CISA KEV (verified against the live catalog). FIRST EPSS percentile is elevated (93rd).",
|
|
40499
|
+
"affected": "n8n >= 0.123.0 and < 1.121.3 (Git node); fixed in 1.121.3 (commit f4b009d00d1f4ba9359b8e8f1c071e3d910a55f6).",
|
|
40500
|
+
"affected_versions": [
|
|
40501
|
+
"n8n >= 0.123.0, < 1.121.3"
|
|
40502
|
+
],
|
|
40503
|
+
"vector": "n8n's Git node allows an authenticated user to write a file of a dangerous type to an attacker-chosen path; the written file is then executed, yielding remote code execution and full compromise of the n8n instance (self-hosted or Cloud) - CWE-434 unrestricted upload chained to CWE-94 code execution.",
|
|
40504
|
+
"complexity": "low",
|
|
40505
|
+
"complexity_notes": "GitHub v3.1 AV:N / AC:L / PR:L - an authenticated user who can configure the Git node.",
|
|
40506
|
+
"patch_available": true,
|
|
40507
|
+
"patch_required_reboot": false,
|
|
40508
|
+
"live_patch_available": false,
|
|
40509
|
+
"live_patch_tools": [],
|
|
40510
|
+
"live_patch_notes": "Remediation is upgrading to n8n 1.121.3 or later (commit f4b009d00d1f4ba9359b8e8f1c071e3d910a55f6); redeploy the instance.",
|
|
40511
|
+
"vendor_update_paths": [
|
|
40512
|
+
"Upgrade n8n to 1.121.3 or later. Constrain the Git node so it cannot write files of executable/dangerous types to arbitrary paths, scope workflow-edit permission tightly, and do not expose the editor to untrusted users."
|
|
40513
|
+
],
|
|
40514
|
+
"framework_control_gaps": {
|
|
40515
|
+
"NIST-800-53-AC-3": "Access enforcement does not stop an authenticated user from writing an executable file via the Git node.",
|
|
40516
|
+
"NIST-800-53-SI-3": "Malicious-code protection does not stop an arbitrary file write that becomes code execution.",
|
|
40517
|
+
"NIST-800-53-SI-10": "No input validation confines the file type/path the Git node writes (CWE-434).",
|
|
40518
|
+
"ISO-27001-2022-A.8.28": "Secure coding does not constrain the Git node's file writes to safe types/paths.",
|
|
40519
|
+
"NIS2-Art21-network-security": "Article 21 measures do not model a workflow builder's Git node as an arbitrary-file-write-to-RCE surface.",
|
|
40520
|
+
"DORA-Art-9": "ICT protection measures do not model file-write RCE in an AI-workflow platform as an ICT-risk event.",
|
|
40521
|
+
"UK-CAF-B4": "System security objective has no objective for constraining file-writing workflow nodes.",
|
|
40522
|
+
"AU-ISM-1546": "Patch-application control does not single out AI-workflow / automation platforms.",
|
|
40523
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats a workflow builder's file-writing node as a code-execution sink requiring type/path constraint."
|
|
40524
|
+
},
|
|
40525
|
+
"atlas_refs": [
|
|
40526
|
+
"AML.T0049"
|
|
40527
|
+
],
|
|
40528
|
+
"attack_refs": [
|
|
40529
|
+
"T1190",
|
|
40530
|
+
"T1059"
|
|
40531
|
+
],
|
|
40532
|
+
"rwep_score": 29,
|
|
40533
|
+
"rwep_factors": {
|
|
40534
|
+
"cisa_kev": 0,
|
|
40535
|
+
"poc_available": 20,
|
|
40536
|
+
"ai_factor": 0,
|
|
40537
|
+
"active_exploitation": 0,
|
|
40538
|
+
"blast_radius": 24,
|
|
40539
|
+
"patch_available": -15,
|
|
40540
|
+
"live_patch_available": 0,
|
|
40541
|
+
"reboot_required": 0
|
|
40542
|
+
},
|
|
40543
|
+
"rwep_notes": "High (RWEP 29, \"patch promptly\" band per lib/scoring.js). Not KEV (verified), no confirmed in-the-wild exploitation, patched at 1.121.3 (Hard Rule #3): poc_available=20 + blast_radius=24 (authenticated file-write-to-RCE with full compromise across self-hosted + Cloud, elevated EPSS), minus patch_available 15.",
|
|
40544
|
+
"epss_score": 0.10735,
|
|
40545
|
+
"epss_date": "2026-05-26",
|
|
40546
|
+
"epss_note": "FIRST EPSS 0.10735 (93rd percentile) as of 2026-05-26.",
|
|
40547
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-21877",
|
|
40548
|
+
"cwe_refs": [
|
|
40549
|
+
"CWE-434",
|
|
40550
|
+
"CWE-94"
|
|
40551
|
+
],
|
|
40552
|
+
"iocs": {
|
|
40553
|
+
"behavioral": [
|
|
40554
|
+
"n8n Git node configurations that write files with executable/dangerous extensions to paths outside the intended working tree.",
|
|
40555
|
+
"Process execution by the n8n process originating from a file written via the Git node.",
|
|
40556
|
+
"n8n >= 0.123.0 and < 1.121.3 with the Git node available to workflow editors - the exposed precondition."
|
|
40557
|
+
],
|
|
40558
|
+
"_ioc_source_note": "Behavioral signatures anchored to GitHub Security Advisory GHSA-v364-rw7m-3263 and NVD CVE-2026-21877 (CWE-434 / CWE-94)."
|
|
40559
|
+
},
|
|
40560
|
+
"source_verified": "2026-05-26",
|
|
40561
|
+
"verification_sources": [
|
|
40562
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-21877",
|
|
40563
|
+
"https://github.com/n8n-io/n8n/security/advisories/GHSA-v364-rw7m-3263"
|
|
40564
|
+
],
|
|
40565
|
+
"vendor_advisories": [
|
|
40566
|
+
{
|
|
40567
|
+
"vendor": "GitHub Security Advisory",
|
|
40568
|
+
"advisory_id": "GHSA-v364-rw7m-3263",
|
|
40569
|
+
"url": "https://github.com/n8n-io/n8n/security/advisories/GHSA-v364-rw7m-3263",
|
|
40570
|
+
"severity": "critical",
|
|
40571
|
+
"published_date": "2026-01-08"
|
|
40572
|
+
},
|
|
40573
|
+
{
|
|
40574
|
+
"vendor": "NVD",
|
|
40575
|
+
"advisory_id": "CVE-2026-21877",
|
|
40576
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21877",
|
|
40577
|
+
"severity": "critical",
|
|
40578
|
+
"published_date": "2026-01-08"
|
|
40579
|
+
}
|
|
40580
|
+
],
|
|
40581
|
+
"last_updated": "2026-05-26",
|
|
40582
|
+
"discovery_attribution_note": "Manually curated from NVD CVE-2026-21877 (CWE-434 / CWE-94) + GitHub Security Advisory GHSA-v364-rw7m-3263 (CNA, CVSS v3.1 9.9). n8n Git-node arbitrary-file-write-to-RCE; reuses the AI-app-builder execution-endpoint auth-and-sandbox control NEW-CTRL-103 (shared with the n8n code-node escape, Dify code-node, and Langflow/Flowise RCEs).",
|
|
40583
|
+
"_auto_imported": false,
|
|
40584
|
+
"_intake_method": "manual-verified-curation",
|
|
40585
|
+
"_kev_short_description": "n8n's Git node lets an authenticated user write a dangerous file to an arbitrary path for RCE and full instance compromise (CWE-434/CWE-94); fixed in 1.121.3."
|
|
40482
40586
|
}
|
|
40483
40587
|
}
|
package/data/cwe-catalog.json
CHANGED
|
@@ -428,7 +428,8 @@
|
|
|
428
428
|
"CVE-2026-45829",
|
|
429
429
|
"CVE-2026-6973",
|
|
430
430
|
"MAL-2026-3083",
|
|
431
|
-
"CVE-2026-5760"
|
|
431
|
+
"CVE-2026-5760",
|
|
432
|
+
"CVE-2026-21877"
|
|
432
433
|
],
|
|
433
434
|
"framework_controls_partially_addressing": [
|
|
434
435
|
"NIST-800-53-SI-10",
|
|
@@ -1282,7 +1283,8 @@
|
|
|
1282
1283
|
"CVE-2024-7399",
|
|
1283
1284
|
"CVE-2024-7694",
|
|
1284
1285
|
"CVE-2025-2749",
|
|
1285
|
-
"CVE-2025-52691"
|
|
1286
|
+
"CVE-2025-52691",
|
|
1287
|
+
"CVE-2026-21877"
|
|
1286
1288
|
],
|
|
1287
1289
|
"framework_controls_partially_addressing": [
|
|
1288
1290
|
"NIST-800-53-SI-3",
|
|
@@ -128,7 +128,8 @@
|
|
|
128
128
|
"CVE-2025-68668",
|
|
129
129
|
"CVE-2024-31462",
|
|
130
130
|
"CVE-2026-3059",
|
|
131
|
-
"CVE-2026-3060"
|
|
131
|
+
"CVE-2026-3060",
|
|
132
|
+
"CVE-2026-21877"
|
|
132
133
|
],
|
|
133
134
|
"atlas_refs": [
|
|
134
135
|
"AML.T0018",
|
|
@@ -1329,7 +1330,8 @@
|
|
|
1329
1330
|
"CVE-2026-5760",
|
|
1330
1331
|
"CVE-2026-21858",
|
|
1331
1332
|
"CVE-2025-68668",
|
|
1332
|
-
"CVE-2024-31462"
|
|
1333
|
+
"CVE-2024-31462",
|
|
1334
|
+
"CVE-2026-21877"
|
|
1333
1335
|
],
|
|
1334
1336
|
"atlas_refs": [
|
|
1335
1337
|
"AML.T0051",
|
|
@@ -2458,7 +2460,8 @@
|
|
|
2458
2460
|
"CVE-2025-10164",
|
|
2459
2461
|
"CVE-2026-5760",
|
|
2460
2462
|
"CVE-2026-21858",
|
|
2461
|
-
"CVE-2024-31462"
|
|
2463
|
+
"CVE-2024-31462",
|
|
2464
|
+
"CVE-2026-21877"
|
|
2462
2465
|
],
|
|
2463
2466
|
"atlas_refs": [
|
|
2464
2467
|
"AML.T0053"
|
|
@@ -2914,7 +2917,8 @@
|
|
|
2914
2917
|
"CVE-2026-32202",
|
|
2915
2918
|
"CVE-2026-33017",
|
|
2916
2919
|
"CVE-2026-33825",
|
|
2917
|
-
"CVE-2025-68668"
|
|
2920
|
+
"CVE-2025-68668",
|
|
2921
|
+
"CVE-2026-21877"
|
|
2918
2922
|
],
|
|
2919
2923
|
"atlas_refs": [
|
|
2920
2924
|
"AML.T0017"
|
|
@@ -5257,7 +5261,8 @@
|
|
|
5257
5261
|
"CVE-2025-68668",
|
|
5258
5262
|
"CVE-2024-31462",
|
|
5259
5263
|
"CVE-2026-3059",
|
|
5260
|
-
"CVE-2026-3060"
|
|
5264
|
+
"CVE-2026-3060",
|
|
5265
|
+
"CVE-2026-21877"
|
|
5261
5266
|
],
|
|
5262
5267
|
"atlas_refs": [],
|
|
5263
5268
|
"attack_refs": [
|
|
@@ -5312,7 +5317,8 @@
|
|
|
5312
5317
|
"CVE-2026-22219",
|
|
5313
5318
|
"CVE-2026-21858",
|
|
5314
5319
|
"CVE-2025-68668",
|
|
5315
|
-
"CVE-2024-31462"
|
|
5320
|
+
"CVE-2024-31462",
|
|
5321
|
+
"CVE-2026-21877"
|
|
5316
5322
|
],
|
|
5317
5323
|
"atlas_refs": [
|
|
5318
5324
|
"AML.T0051"
|
|
@@ -5863,7 +5869,8 @@
|
|
|
5863
5869
|
"CVE-2025-68668",
|
|
5864
5870
|
"CVE-2024-31462",
|
|
5865
5871
|
"CVE-2026-3059",
|
|
5866
|
-
"CVE-2026-3060"
|
|
5872
|
+
"CVE-2026-3060",
|
|
5873
|
+
"CVE-2026-21877"
|
|
5867
5874
|
],
|
|
5868
5875
|
"atlas_refs": [],
|
|
5869
5876
|
"attack_refs": [
|
|
@@ -5998,7 +6005,8 @@
|
|
|
5998
6005
|
"CVE-2025-68668",
|
|
5999
6006
|
"CVE-2024-31462",
|
|
6000
6007
|
"CVE-2026-3059",
|
|
6001
|
-
"CVE-2026-3060"
|
|
6008
|
+
"CVE-2026-3060",
|
|
6009
|
+
"CVE-2026-21877"
|
|
6002
6010
|
],
|
|
6003
6011
|
"atlas_refs": [],
|
|
6004
6012
|
"attack_refs": [
|
|
@@ -6431,7 +6439,8 @@
|
|
|
6431
6439
|
"CVE-2025-68668",
|
|
6432
6440
|
"CVE-2024-31462",
|
|
6433
6441
|
"CVE-2026-3059",
|
|
6434
|
-
"CVE-2026-3060"
|
|
6442
|
+
"CVE-2026-3060",
|
|
6443
|
+
"CVE-2026-21877"
|
|
6435
6444
|
],
|
|
6436
6445
|
"atlas_refs": [],
|
|
6437
6446
|
"attack_refs": [
|
|
@@ -17696,5 +17696,55 @@
|
|
|
17696
17696
|
],
|
|
17697
17697
|
"_auto_imported": false,
|
|
17698
17698
|
"_intake_method": "manual-verified-curation"
|
|
17699
|
+
},
|
|
17700
|
+
"CVE-2026-21877": {
|
|
17701
|
+
"name": "n8n Git Node Arbitrary File Write Authenticated RCE",
|
|
17702
|
+
"lesson_date": "2026-05-26",
|
|
17703
|
+
"attack_vector": {
|
|
17704
|
+
"description": "n8n's Git node lets an authenticated user write a dangerous file to an arbitrary path, which is then executed, yielding full instance compromise on self-hosted and Cloud.",
|
|
17705
|
+
"privileges_required": "low (authenticated user who can configure the Git node)",
|
|
17706
|
+
"complexity": "low",
|
|
17707
|
+
"ai_factor": "The abused surface is n8n's Git node, in an AI-workflow / automation builder. The lesson: a workflow node that writes files is a code-execution sink - constrain the file types and paths it can write, and scope workflow-edit permission tightly."
|
|
17708
|
+
},
|
|
17709
|
+
"framework_coverage": {
|
|
17710
|
+
"NIST-800-53-AC-3": {
|
|
17711
|
+
"covered": true,
|
|
17712
|
+
"adequate": false,
|
|
17713
|
+
"gap": "Access enforcement does not stop an authenticated user from writing an executable file via the Git node."
|
|
17714
|
+
},
|
|
17715
|
+
"NIST-800-53-SI-3": {
|
|
17716
|
+
"covered": true,
|
|
17717
|
+
"adequate": false,
|
|
17718
|
+
"gap": "Malicious-code protection does not stop an arbitrary file write that becomes code execution."
|
|
17719
|
+
},
|
|
17720
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
17721
|
+
"covered": false,
|
|
17722
|
+
"adequate": false,
|
|
17723
|
+
"gap": "No framework treats a workflow builder's file-writing node as a code-execution sink requiring type/path constraint."
|
|
17724
|
+
}
|
|
17725
|
+
},
|
|
17726
|
+
"compliance_exposure_score": {
|
|
17727
|
+
"percent_audit_passing_orgs_still_exposed": 81,
|
|
17728
|
+
"basis": "Workflow builders ship nodes (Git, filesystem) that write files on trusted assumptions; file-type/path constraints on these sinks are rarely audited.",
|
|
17729
|
+
"theater_pattern": "ai_app_builder_code_node_sandbox_escape"
|
|
17730
|
+
},
|
|
17731
|
+
"ai_discovered_zeroday": false,
|
|
17732
|
+
"ai_discovery_source": "human_researcher",
|
|
17733
|
+
"ai_assist_factor": "none",
|
|
17734
|
+
"new_control_requirements": [
|
|
17735
|
+
{
|
|
17736
|
+
"id": "NEW-CTRL-103",
|
|
17737
|
+
"name": "AI-APP-BUILDER-EXECUTION-ENDPOINT-AUTH-AND-SANDBOX",
|
|
17738
|
+
"description": "A visual LLM app/agent/workflow builder (Langflow, Flowise, Dify, n8n, and similar) must authenticate every endpoint that can reach a code-execution path and must never let a workflow-supplied node write files of executable/dangerous types to arbitrary paths or run code with host privileges. Sandbox any code the platform executes on a user's behalf in a non-bypassable, host-isolated environment, constrain file-writing nodes to safe types/paths, and scope workflow-edit permission tightly. The distinguishing test: configure a file-writing or code node to drop an executable to a startup/cron path on a staging instance and confirm it is refused.",
|
|
17739
|
+
"evidence": "https://github.com/n8n-io/n8n/security/advisories/GHSA-v364-rw7m-3263",
|
|
17740
|
+
"gap_closes": [
|
|
17741
|
+
"NIST-800-53-AC-3",
|
|
17742
|
+
"NIST-800-53-SI-3",
|
|
17743
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
17744
|
+
]
|
|
17745
|
+
}
|
|
17746
|
+
],
|
|
17747
|
+
"_auto_imported": false,
|
|
17748
|
+
"_intake_method": "manual-verified-curation"
|
|
17699
17749
|
}
|
|
17700
17750
|
}
|
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exceptd-security",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.126",
|
|
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": "lXhZgoIrrVloO3XaTvo/43AxZn4mwErstd7DR0O/oVhD3AOGODM4HqrageYEou9WKOdMEGP5mJNTjJsXdP5NDA==",
|
|
56
|
-
"signed_at": "2026-05-27T04:
|
|
56
|
+
"signed_at": "2026-05-27T04:30:20.875Z",
|
|
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": "ztSKk/zFMFbT12qRcEeBKpydBn7fTT86KxMmor0DTCoKQWk5fJ0fSInfP1XMSB6rFk4/SuSjKVxQRMKVJ5a+Cg==",
|
|
126
|
-
"signed_at": "2026-05-27T04:
|
|
126
|
+
"signed_at": "2026-05-27T04:30:20.877Z",
|
|
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": "K6QdPHNK5c4K5QFjrW0QsUhjp71D7SOisSoulwPNSvKRdi2rY+yg0kdckijBMkLMsVPyUvcC9giu93mKJ1OZDg==",
|
|
199
|
-
"signed_at": "2026-05-27T04:
|
|
199
|
+
"signed_at": "2026-05-27T04:30:20.877Z",
|
|
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": "Qd3SBWmUAaaT++e1Ry2wBIz/dCBmNBMl0+4Rb0etvJLES0fIBEAkU1mTbgNZnT5XOg9J5twdUpymWtmKnDDQCQ==",
|
|
251
|
-
"signed_at": "2026-05-27T04:
|
|
251
|
+
"signed_at": "2026-05-27T04:30:20.878Z"
|
|
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": "F2Shxae0ua0gPtvwzTRVzzHaIgJcFDRT3/akLUAZ4aaMQhkleKkcTaTpkjp+pTVEdPfLeLGNCeAOMs+whVYOBg==",
|
|
282
|
-
"signed_at": "2026-05-27T04:
|
|
282
|
+
"signed_at": "2026-05-27T04:30:20.878Z"
|
|
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": "NA1hoQycvQhSUoG5rwlXX0mOVmGxoXRVezkELGEA2nZOdGis4gXkHT3O6Sfw7zxE4JuMrsCb65TEeOWk9WEPDg==",
|
|
311
|
-
"signed_at": "2026-05-27T04:
|
|
311
|
+
"signed_at": "2026-05-27T04:30:20.879Z"
|
|
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": "W3pS8lnaCP96TQzsJpG5d5yv5IwgaQyS4Z2Ctcz5BOJf6LbajSIgeDgTZ4f4Bhr5m4E7KsgWGjZS4x7Fwd33BQ==",
|
|
348
|
-
"signed_at": "2026-05-27T04:
|
|
348
|
+
"signed_at": "2026-05-27T04:30:20.879Z",
|
|
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": "/WDGygh1Ck4yWlBWDGtEUVCqKB8d+UaJXoAoBXujtt+GAl8JbMNpaN1TvI0WkEltQ9dTxaAzSn20/eVDqv8iDQ==",
|
|
408
|
-
"signed_at": "2026-05-27T04:
|
|
408
|
+
"signed_at": "2026-05-27T04:30:20.879Z",
|
|
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": "za1NKBpy9LC91F/ESO/qhUfmvVr8GNItQOjR5OJLeHm+2dQ9HHiFWQK2eo53V/n/0uhubuggURA3yS6kJuWwBg==",
|
|
443
|
-
"signed_at": "2026-05-27T04:
|
|
443
|
+
"signed_at": "2026-05-27T04:30:20.880Z",
|
|
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": "xiHAhhdufm9hCKU8PLiPE0MX65ej2F4OZwtlWLGLCiie9/km+Kiqbt192LcMvr94v83C98pb9wIaqFsFWft6AQ==",
|
|
477
|
-
"signed_at": "2026-05-27T04:
|
|
477
|
+
"signed_at": "2026-05-27T04:30:20.880Z",
|
|
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": "oYsSk35N2Uzq7MRofACykylcVwkgPhI4luWZ14vmQT+gUKLyZiKVOUJbe1+7lGl6BYPRN0sUDQ0f7S5Eu5w2Ag==",
|
|
516
|
-
"signed_at": "2026-05-27T04:
|
|
516
|
+
"signed_at": "2026-05-27T04:30:20.880Z"
|
|
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": "igRqYyU1unRFH40BsPyAR62SPrk8QZv8dPGb8S9O9EvLCNOZAzm3t+HdT/NKqzWHwrpomOzkkkyLfYI/0qTUDA==",
|
|
543
|
-
"signed_at": "2026-05-27T04:
|
|
543
|
+
"signed_at": "2026-05-27T04:30:20.881Z",
|
|
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": "i/17u4kJiSpcZAz7LnTyRePFugQOstQ1P4kVoe0oGf4E2/j8oIN9U9DccjUn/YHZhKWIJ2AILG/DMhvMrr3bBg==",
|
|
607
|
-
"signed_at": "2026-05-27T04:
|
|
607
|
+
"signed_at": "2026-05-27T04:30:20.881Z",
|
|
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": "QuOVaQ4E2Sl39TClbhZ7HA9XrYAyRrDL44HY3RTE7aWLue0hV2cxaBt40ALGmHS++631QGFDlZTLZI77Tr6nAA==",
|
|
655
|
-
"signed_at": "2026-05-27T04:
|
|
655
|
+
"signed_at": "2026-05-27T04:30:20.881Z"
|
|
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": "8Px1s2lDj10/Q6erwEQlXgUHM1+OTruUR8qAHPX7Oo3k/l69N6P9sm0PsafS9wDFtj9l5C/OiLiFgzMlMt6vBw==",
|
|
692
|
-
"signed_at": "2026-05-27T04:
|
|
692
|
+
"signed_at": "2026-05-27T04:30:20.882Z",
|
|
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": "urRcataVWg6/utyEkSiOWoNxTL8sABRjPR7ShyDfZGnAozFph/yDktSoaPVxQDXwu9EfJE+qhUW5OYR/yJECBQ==",
|
|
727
|
-
"signed_at": "2026-05-27T04:
|
|
727
|
+
"signed_at": "2026-05-27T04:30:20.882Z"
|
|
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-27T04:
|
|
799
|
+
"signed_at": "2026-05-27T04:30:20.882Z"
|
|
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": "Z7ypCUnXx8JpLtgxxB6RHNi39w74AmrGY1N4ofAGCXhkuM2EaFVm1AU0dvl9UQ1bVLfHKEDGqMO/TwlIY7RABg==",
|
|
859
|
-
"signed_at": "2026-05-27T04:
|
|
859
|
+
"signed_at": "2026-05-27T04:30:20.883Z"
|
|
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": "IgEnpHOhCftAyfUNdKsjbrd169T9pJkk/rRM2ZEna+H18y7p5x48+1kME2sJMZjJuyAdQFBJi8PJXZFwLGI+DQ==",
|
|
934
|
-
"signed_at": "2026-05-27T04:
|
|
934
|
+
"signed_at": "2026-05-27T04:30:20.883Z"
|
|
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": "pcLrM98A3vUSZRjwNAk0aZ9umvOwB41XCLLsCOy/IebB2F/06oIrGUKkMHtHwm4pTVPShMMcKdZQQ3jz30FnCg==",
|
|
1013
|
-
"signed_at": "2026-05-27T04:
|
|
1013
|
+
"signed_at": "2026-05-27T04:30:20.883Z"
|
|
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": "G5q5elh7Q7eu2xcwTVQJGDTGfvZR0OGQaLSLJPb2wjzCHFF8PWuZfCHZdjjqisiRzRWPyLlzgfHeMJqOdy7cBw==",
|
|
1070
|
-
"signed_at": "2026-05-27T04:
|
|
1070
|
+
"signed_at": "2026-05-27T04:30:20.884Z"
|
|
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": "Wv5hGMeHjlaQK1zwicVCA7AvdKgJBgvcjdpGM9Ywahh9tagAKhbkOjybowDQZzu7OZ3bDkbh6pBYc1Sdwr6NAA==",
|
|
1137
|
-
"signed_at": "2026-05-27T04:
|
|
1137
|
+
"signed_at": "2026-05-27T04:30:20.884Z"
|
|
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": "8t5qKHd3yWi57dvG36YQkLN/X9bQWqtEiYjay4IfSmqhJpM/xXPaQVKNGz3wscrO8OLKUZ0OaX7Mj5kzpgBKBQ==",
|
|
1193
|
-
"signed_at": "2026-05-27T04:
|
|
1193
|
+
"signed_at": "2026-05-27T04:30:20.884Z"
|
|
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": "GDGt4UPqBa04PjlpSmpyihGzd3OgfBN7jaAK5tfwp+LRSs3ygKOdbeivUCCHNagTY1hE6hG2Ou40ADfBFuXeAg==",
|
|
1245
|
-
"signed_at": "2026-05-27T04:
|
|
1245
|
+
"signed_at": "2026-05-27T04:30:20.885Z"
|
|
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": "rFBpOQEJUPpl+v88Lw/WqVJRhTl80vy0VbPAbzQj3Q0suJRRrJg368I9uKu5LXIBKFDvKxnGIcIzbGg9NUtaCA==",
|
|
1295
|
-
"signed_at": "2026-05-27T04:
|
|
1295
|
+
"signed_at": "2026-05-27T04:30:20.885Z"
|
|
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": "ux85YI4t2mVHOyt744Yin1HHy+z11JIFygjKfFfQOBBl5QVV3A267jeIy7utix85irMcpZm/T3yx/ooqiK2tBA==",
|
|
1369
|
-
"signed_at": "2026-05-27T04:
|
|
1369
|
+
"signed_at": "2026-05-27T04:30:20.885Z",
|
|
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": "IIXnkZ5ZNqFwOto5KfytADTLLZLoyXNZACD1ORZ40P1HUAQxe6u2uyXFzzsfuob4Uy06jNkRGr2FFgCphUH1Cw==",
|
|
1422
|
-
"signed_at": "2026-05-27T04:
|
|
1422
|
+
"signed_at": "2026-05-27T04:30:20.886Z"
|
|
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": "AhF9KF8ZBlDteciV+F8IBSmFVYCvQOn44GmD4rZjgLoPxfIv/QE1/vSkK32zyqDKtHWkLSXExbkkPkxA/V6dDw==",
|
|
1482
|
-
"signed_at": "2026-05-27T04:
|
|
1482
|
+
"signed_at": "2026-05-27T04:30:20.886Z"
|
|
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": "HQgZvb4ReziEz5rNFr8i/O8/rJEZR+iHRROT7m/D2QUqhrcNISPkYXENsUZlG8xapzy/Ik92ehkseyj4hdmhCQ==",
|
|
1563
|
-
"signed_at": "2026-05-27T04:
|
|
1563
|
+
"signed_at": "2026-05-27T04:30:20.887Z"
|
|
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": "linxmsXZiOYtcs71sSWgGCrvb8xQfmxmtTY5PRvZJ0/8FgJulo0tQtejzexYG775s7XhjAmGsDP238BQTQ8ADA==",
|
|
1632
|
-
"signed_at": "2026-05-27T04:
|
|
1632
|
+
"signed_at": "2026-05-27T04:30:20.887Z"
|
|
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": "JjBfc0ovta560Clk0x3QGRM5osFJDwcvpy3rT7QEGdCIL827jzE8QCow1C8deXq+4JhY2sA/d7/8IsxikdlkCg==",
|
|
1697
|
-
"signed_at": "2026-05-27T04:
|
|
1697
|
+
"signed_at": "2026-05-27T04:30:20.887Z"
|
|
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": "JWVxKFoKrbX4d+Tko1d4OBdwyg25MfFFKn4CT6E/CzH+YwnU3T6Y76uBQIKg3+gIGTvPduqyvQwQQ5FxKDuPBw==",
|
|
1783
|
-
"signed_at": "2026-05-27T04:
|
|
1783
|
+
"signed_at": "2026-05-27T04:30:20.888Z"
|
|
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": "BmCRCestWqr55+fCynEhtAl5NWLT+xLTkpwS0Icp3SaoZOw/ce3Y6TtqjHRSKn4CBJq7YDiLRWxmhO3MStvOAA==",
|
|
1852
|
-
"signed_at": "2026-05-27T04:
|
|
1852
|
+
"signed_at": "2026-05-27T04:30:20.888Z",
|
|
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": "/DV3pmZwrRySrk1OCbyI+0BQESacjupJfUX3eC2NGtXuYOBro0vndIP+z27heFxumnjU3a9sfla7/U9X+pqnDw==",
|
|
1938
|
-
"signed_at": "2026-05-27T04:
|
|
1938
|
+
"signed_at": "2026-05-27T04:30:20.888Z"
|
|
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": "E2UGSf9ATyYgzBr8uM/0ubOUmDqo1jVA7f9mVxv6LHfWGCNuQNXDyuNou9VAmUCeeXEeUYIi3AFjXkJqpOkxDA==",
|
|
2000
|
-
"signed_at": "2026-05-27T04:
|
|
2000
|
+
"signed_at": "2026-05-27T04:30:20.889Z",
|
|
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": "IL+DlRCDJN/p08iiJCFkasKcoyjcB0uWrJ6ORLjQcS1HrUa5Xt62QxVjYPHzaevlm5y36ZdmfESqsZJmzK3lCg==",
|
|
2074
|
-
"signed_at": "2026-05-27T04:
|
|
2074
|
+
"signed_at": "2026-05-27T04:30:20.889Z"
|
|
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": "MmjLjlmOMLjhJJ4ZfR8MYlHam+ZB+eSqfh6Nv+DecaG4O5zeo9DBP/iL3cbyDVZxmhnhivgJild2ccYeWTeZAg==",
|
|
2136
|
-
"signed_at": "2026-05-27T04:
|
|
2136
|
+
"signed_at": "2026-05-27T04:30:20.889Z"
|
|
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": "ssueL03g9fWlhXpTe+IiY5l7RqQkunN4DTN5QETKE+VOX+qggdjAR8PONxk77ol4xWYmHrM/VcH8CNtXUEvgBA==",
|
|
2216
|
-
"signed_at": "2026-05-27T04:
|
|
2216
|
+
"signed_at": "2026-05-27T04:30:20.890Z"
|
|
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": "rK+WnuS+9tqEABmwc0jO/PEmxcLjG1/tmUb897HsClQeKzf+TQOlwBE+OsbtuKxpjYNwur62Xxs3TxObkwm8Cw==",
|
|
2269
|
-
"signed_at": "2026-05-27T04:
|
|
2269
|
+
"signed_at": "2026-05-27T04:30:20.890Z"
|
|
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": "Rgho5TOFUL1txOzcVR0kASCNdovSU4yt99JlGilJlJRyg0A+BdeeQYrZrhPF6Vx2reUAVG0BeHfcZtSbi+cwCg==",
|
|
2337
|
-
"signed_at": "2026-05-27T04:
|
|
2337
|
+
"signed_at": "2026-05-27T04:30:20.891Z"
|
|
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-27T04:
|
|
2417
|
+
"signed_at": "2026-05-27T04:30:20.891Z",
|
|
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": "ew9Kglc9fAZzbn0ZIfGP7WSK/j4eV2VhSvpy+s5bEfNEVYIMa2kZjnGBapgUsyGDLes9H9K2ovjQyX17+GKiBw==",
|
|
2511
|
-
"signed_at": "2026-05-27T04:
|
|
2511
|
+
"signed_at": "2026-05-27T04:30:20.891Z",
|
|
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": "
|
|
2529
|
+
"signature_base64": "oxgfsal4WpuXPWvtjPgSFicITQcoih2XT1BS2StyCXtxOxAqfJy47m5L+otDF7dGn5r0ri95McNIeUCGOhJeAw=="
|
|
2530
2530
|
}
|
|
2531
2531
|
}
|