@blamejs/exceptd-skills 0.15.37 → 0.15.38
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 +5 -5
- package/data/attack-techniques.json +7 -0
- package/data/cve-catalog.json +71 -24
- package/data/zeroday-lessons.json +164 -52
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.15.38 — 2026-05-29
|
|
4
|
+
|
|
5
|
+
Draft-curation pass 35 — path traversal file access. Four CISA KEV-listed unauthenticated path-traversal CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: Ruby on Rails Action View arbitrary file read (CVE-2019-5418), Srimax Output Messenger directory traversal chained to code execution (CVE-2025-27920), ZKTeco BioTime arbitrary file read (CVE-2023-38950), and the end-of-life D-Link DIR-859 router configuration disclosure (CVE-2024-0769). All map T1190; the secret-leaking file-read variants also map T1552. The lessons stress that patching does not undo the disclosure — every secret a traversal read must be rotated — that file-write traversals require hunting for dropped payloads, and that an end-of-life device (DIR-859) can only be replaced, not patched.
|
|
6
|
+
|
|
3
7
|
## 0.15.37 — 2026-05-29
|
|
4
8
|
|
|
5
9
|
Draft-curation pass 34 — local and host privilege escalation. Four CISA KEV-listed escalation CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons, spanning four platforms: the Sudo chroot-handling local-to-root flaw (CVE-2025-32463), an Android Runtime privilege escalation (CVE-2025-48543), a VMware Aria Operations / VMware Tools guest privilege-management flaw (CVE-2025-41244), and the Windows SMB client NTLM-reflection-to-SYSTEM flaw (CVE-2025-33073). All map T1068; the SMB-client case also maps T1557.001 (NTLM relay). The lessons frame these as the escalation half of an intrusion chain and name the platform-specific backstops the frameworks leave unstated — SELinux/seccomp and least privilege on Linux, MDM-enforced OTA SLAs on Android, management-account segmentation for virtualization, and — most importantly — SMB signing plus NTLM disablement for the reflection class, which breaks the attack regardless of patch state.
|
package/data/_indexes/_meta.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1.1.0",
|
|
3
|
-
"generated_at": "2026-05-
|
|
3
|
+
"generated_at": "2026-05-30T05:05:33.943Z",
|
|
4
4
|
"generator": "scripts/build-indexes.js",
|
|
5
5
|
"source_count": 54,
|
|
6
6
|
"source_hashes": {
|
|
7
|
-
"manifest.json": "
|
|
7
|
+
"manifest.json": "a98d7f6abe573e5ba73e7e1097cc30a1703fff81ccc9922b00630341b2ade670",
|
|
8
8
|
"data/atlas-ttps.json": "878b4a08bb73c8d20396d85cf433a88f2bc5e7a8cbf7f6ab773ce7ede0a11251",
|
|
9
|
-
"data/attack-techniques.json": "
|
|
10
|
-
"data/cve-catalog.json": "
|
|
9
|
+
"data/attack-techniques.json": "b8799721fb6d455811f555410845423ec87f2c26f70fe1222ee19088aa6e43f5",
|
|
10
|
+
"data/cve-catalog.json": "0ca079ef9ae7f74755398ad434c2c0c5fe3ee7be488549af3a5ecf2394ae0ba8",
|
|
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": "
|
|
18
|
+
"data/zeroday-lessons.json": "adf769626f304dd6cbd700f6f3bfe8359de02282929008e16599599470377c5c",
|
|
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",
|
|
@@ -970,6 +970,7 @@
|
|
|
970
970
|
"CVE-2017-7921",
|
|
971
971
|
"CVE-2018-4063",
|
|
972
972
|
"CVE-2019-19006",
|
|
973
|
+
"CVE-2019-5418",
|
|
973
974
|
"CVE-2019-6693",
|
|
974
975
|
"CVE-2019-9621",
|
|
975
976
|
"CVE-2020-10148",
|
|
@@ -996,6 +997,7 @@
|
|
|
996
997
|
"CVE-2023-27351",
|
|
997
998
|
"CVE-2023-33538",
|
|
998
999
|
"CVE-2023-3519",
|
|
1000
|
+
"CVE-2023-38950",
|
|
999
1001
|
"CVE-2023-39780",
|
|
1000
1002
|
"CVE-2023-43654",
|
|
1001
1003
|
"CVE-2023-43791",
|
|
@@ -1008,6 +1010,7 @@
|
|
|
1008
1010
|
"CVE-2023-6019",
|
|
1009
1011
|
"CVE-2023-6021",
|
|
1010
1012
|
"CVE-2023-6038",
|
|
1013
|
+
"CVE-2024-0769",
|
|
1011
1014
|
"CVE-2024-12450",
|
|
1012
1015
|
"CVE-2024-12776",
|
|
1013
1016
|
"CVE-2024-12987",
|
|
@@ -1069,6 +1072,7 @@
|
|
|
1069
1072
|
"CVE-2025-2775",
|
|
1070
1073
|
"CVE-2025-2776",
|
|
1071
1074
|
"CVE-2025-27915",
|
|
1075
|
+
"CVE-2025-27920",
|
|
1072
1076
|
"CVE-2025-29635",
|
|
1073
1077
|
"CVE-2025-30165",
|
|
1074
1078
|
"CVE-2025-30202",
|
|
@@ -1730,9 +1734,12 @@
|
|
|
1730
1734
|
"name": "Unsecured Credentials",
|
|
1731
1735
|
"version": "v19",
|
|
1732
1736
|
"cve_refs": [
|
|
1737
|
+
"CVE-2019-5418",
|
|
1733
1738
|
"CVE-2021-22681",
|
|
1734
1739
|
"CVE-2021-43798",
|
|
1740
|
+
"CVE-2023-38950",
|
|
1735
1741
|
"CVE-2023-47117",
|
|
1742
|
+
"CVE-2024-0769",
|
|
1736
1743
|
"CVE-2024-12450",
|
|
1737
1744
|
"CVE-2025-11371",
|
|
1738
1745
|
"CVE-2025-14611",
|
package/data/cve-catalog.json
CHANGED
|
@@ -38656,7 +38656,9 @@
|
|
|
38656
38656
|
},
|
|
38657
38657
|
"atlas_refs": [],
|
|
38658
38658
|
"attack_refs": [
|
|
38659
|
-
"T1592"
|
|
38659
|
+
"T1592",
|
|
38660
|
+
"T1190",
|
|
38661
|
+
"T1552"
|
|
38660
38662
|
],
|
|
38661
38663
|
"rwep_score": 77,
|
|
38662
38664
|
"rwep_factors": {
|
|
@@ -38677,7 +38679,7 @@
|
|
|
38677
38679
|
"cwe_refs": [
|
|
38678
38680
|
"CWE-22"
|
|
38679
38681
|
],
|
|
38680
|
-
"source_verified": "2026-05-
|
|
38682
|
+
"source_verified": "2026-05-29",
|
|
38681
38683
|
"verification_sources": [
|
|
38682
38684
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
38683
38685
|
"https://web.archive.org/web/20190313201629/https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/",
|
|
@@ -38706,11 +38708,21 @@
|
|
|
38706
38708
|
"published_date": "2025-07-07"
|
|
38707
38709
|
}
|
|
38708
38710
|
],
|
|
38709
|
-
"last_updated": "2026-05-
|
|
38711
|
+
"last_updated": "2026-05-29",
|
|
38710
38712
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-07; due date 2025-07-28. Notes reference: https://web.archive.org/web/20190313201629/https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/ ; https://nvd.nist.gov/vuln/detail/CVE-2019-5418",
|
|
38711
|
-
"_auto_imported":
|
|
38712
|
-
"_intake_method": "
|
|
38713
|
-
"_kev_short_description": "Rails Ruby on Rails contains a path traversal vulnerability in Action View. Specially crafted accept headers in combination with calls to `render file:` can cause arbitrary files on the target server to be rendered, disclosing the file contents."
|
|
38713
|
+
"_auto_imported": false,
|
|
38714
|
+
"_intake_method": "manual-verified-curation",
|
|
38715
|
+
"_kev_short_description": "Rails Ruby on Rails contains a path traversal vulnerability in Action View. Specially crafted accept headers in combination with calls to `render file:` can cause arbitrary files on the target server to be rendered, disclosing the file contents.",
|
|
38716
|
+
"iocs": {
|
|
38717
|
+
"behavioral": [
|
|
38718
|
+
"Ruby on Rails reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
38719
|
+
"Unauthenticated requests to the Rails containing traversal sequences (../, encoded variants) targeting files outside the intended directory.",
|
|
38720
|
+
"Reads of configuration, credential, or secret files on the Rails followed by use of the disclosed credentials elsewhere (KEV-confirmed in-the-wild exploitation)."
|
|
38721
|
+
],
|
|
38722
|
+
"_ioc_source_note": "Anchored to NVD CVE-2019-5418, CISA KEV (added 2025-07-07), and the vendor security advisory recorded in vendor_advisories."
|
|
38723
|
+
},
|
|
38724
|
+
"_draft": false,
|
|
38725
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1190 + T1552 unsecured credentials) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
38714
38726
|
},
|
|
38715
38727
|
"CVE-2016-10033": {
|
|
38716
38728
|
"name": "PHPMailer Command Injection Vulnerability",
|
|
@@ -39453,7 +39465,9 @@
|
|
|
39453
39465
|
},
|
|
39454
39466
|
"atlas_refs": [],
|
|
39455
39467
|
"attack_refs": [
|
|
39456
|
-
"T1068"
|
|
39468
|
+
"T1068",
|
|
39469
|
+
"T1190",
|
|
39470
|
+
"T1552"
|
|
39457
39471
|
],
|
|
39458
39472
|
"rwep_score": 77,
|
|
39459
39473
|
"rwep_factors": {
|
|
@@ -39474,7 +39488,7 @@
|
|
|
39474
39488
|
"cwe_refs": [
|
|
39475
39489
|
"CWE-22"
|
|
39476
39490
|
],
|
|
39477
|
-
"source_verified": "2026-05-
|
|
39491
|
+
"source_verified": "2026-05-29",
|
|
39478
39492
|
"verification_sources": [
|
|
39479
39493
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
39480
39494
|
"https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10371",
|
|
@@ -39503,11 +39517,21 @@
|
|
|
39503
39517
|
"published_date": "2025-06-25"
|
|
39504
39518
|
}
|
|
39505
39519
|
],
|
|
39506
|
-
"last_updated": "2026-05-
|
|
39520
|
+
"last_updated": "2026-05-29",
|
|
39507
39521
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-25; due date 2025-07-16. Notes reference: https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10371 ; https://nvd.nist.gov/vuln/detail/CVE-2024-0769",
|
|
39508
|
-
"_auto_imported":
|
|
39509
|
-
"_intake_method": "
|
|
39510
|
-
"_kev_short_description": "D-Link DIR-859 routers contain a path traversal vulnerability in the file /hedwig.cgi of the component HTTP POST Request Handler. Manipulation of the argument service with the input ../../../../htdocs/webinc/getcfg/DHCPS6.BRIDGE-1.xml allows for the leakage of session data potentially enabling privilege escalation and unauthorized control of the device. This vulnerability affects legacy D-Link products. All associated hardware revisions have reached their end-of-life (EOL) or end-of-service (EOS) life cycle and should be retired and replaced per vendor instructions."
|
|
39522
|
+
"_auto_imported": false,
|
|
39523
|
+
"_intake_method": "manual-verified-curation",
|
|
39524
|
+
"_kev_short_description": "D-Link DIR-859 routers contain a path traversal vulnerability in the file /hedwig.cgi of the component HTTP POST Request Handler. Manipulation of the argument service with the input ../../../../htdocs/webinc/getcfg/DHCPS6.BRIDGE-1.xml allows for the leakage of session data potentially enabling privilege escalation and unauthorized control of the device. This vulnerability affects legacy D-Link products. All associated hardware revisions have reached their end-of-life (EOL) or end-of-service (EOS) life cycle and should be retired and replaced per vendor instructions.",
|
|
39525
|
+
"iocs": {
|
|
39526
|
+
"behavioral": [
|
|
39527
|
+
"D-Link DIR-859 router reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
39528
|
+
"Unauthenticated requests to the DIR-859 router containing traversal sequences (../, encoded variants) targeting files outside the intended directory.",
|
|
39529
|
+
"Reads of configuration, credential, or secret files on the DIR-859 router followed by use of the disclosed credentials elsewhere (KEV-confirmed in-the-wild exploitation)."
|
|
39530
|
+
],
|
|
39531
|
+
"_ioc_source_note": "Anchored to NVD CVE-2024-0769, CISA KEV (added 2025-06-25), and the vendor security advisory recorded in vendor_advisories."
|
|
39532
|
+
},
|
|
39533
|
+
"_draft": false,
|
|
39534
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1190 + T1552 unsecured credentials) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
39511
39535
|
},
|
|
39512
39536
|
"CVE-2024-54085": {
|
|
39513
39537
|
"name": "AMI MegaRAC SPx Authentication Bypass by Spoofing Vulnerability",
|
|
@@ -41445,7 +41469,9 @@
|
|
|
41445
41469
|
},
|
|
41446
41470
|
"atlas_refs": [],
|
|
41447
41471
|
"attack_refs": [
|
|
41448
|
-
"T1592"
|
|
41472
|
+
"T1592",
|
|
41473
|
+
"T1190",
|
|
41474
|
+
"T1552"
|
|
41449
41475
|
],
|
|
41450
41476
|
"rwep_score": 77,
|
|
41451
41477
|
"rwep_factors": {
|
|
@@ -41466,7 +41492,7 @@
|
|
|
41466
41492
|
"cwe_refs": [
|
|
41467
41493
|
"CWE-22"
|
|
41468
41494
|
],
|
|
41469
|
-
"source_verified": "2026-05-
|
|
41495
|
+
"source_verified": "2026-05-29",
|
|
41470
41496
|
"verification_sources": [
|
|
41471
41497
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
41472
41498
|
"https://www.zkteco.com/en/Security_Bulletinsibs",
|
|
@@ -41495,11 +41521,21 @@
|
|
|
41495
41521
|
"published_date": "2025-05-19"
|
|
41496
41522
|
}
|
|
41497
41523
|
],
|
|
41498
|
-
"last_updated": "2026-05-
|
|
41524
|
+
"last_updated": "2026-05-29",
|
|
41499
41525
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-19; due date 2025-06-09. Notes reference: https://www.zkteco.com/en/Security_Bulletinsibs ; https://nvd.nist.gov/vuln/detail/CVE-2023-38950",
|
|
41500
|
-
"_auto_imported":
|
|
41501
|
-
"_intake_method": "
|
|
41502
|
-
"_kev_short_description": "ZKTeco BioTime contains a path traversal vulnerability in the iclock API that allows an unauthenticated attacker to read arbitrary files via supplying a crafted payload."
|
|
41526
|
+
"_auto_imported": false,
|
|
41527
|
+
"_intake_method": "manual-verified-curation",
|
|
41528
|
+
"_kev_short_description": "ZKTeco BioTime contains a path traversal vulnerability in the iclock API that allows an unauthenticated attacker to read arbitrary files via supplying a crafted payload.",
|
|
41529
|
+
"iocs": {
|
|
41530
|
+
"behavioral": [
|
|
41531
|
+
"ZKTeco BioTime reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
41532
|
+
"Unauthenticated requests to the ZKTeco BioTime containing traversal sequences (../, encoded variants) targeting files outside the intended directory.",
|
|
41533
|
+
"Reads of configuration, credential, or secret files on the ZKTeco BioTime followed by use of the disclosed credentials elsewhere (KEV-confirmed in-the-wild exploitation)."
|
|
41534
|
+
],
|
|
41535
|
+
"_ioc_source_note": "Anchored to NVD CVE-2023-38950, CISA KEV (added 2025-05-19), and the vendor security advisory recorded in vendor_advisories."
|
|
41536
|
+
},
|
|
41537
|
+
"_draft": false,
|
|
41538
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1190 + T1552 unsecured credentials) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
41503
41539
|
},
|
|
41504
41540
|
"CVE-2024-27443": {
|
|
41505
41541
|
"name": "Synacor Zimbra Collaboration Suite (ZCS) Cross-Site Scripting (XSS) Vulnerability",
|
|
@@ -41648,7 +41684,8 @@
|
|
|
41648
41684
|
},
|
|
41649
41685
|
"atlas_refs": [],
|
|
41650
41686
|
"attack_refs": [
|
|
41651
|
-
"T1592"
|
|
41687
|
+
"T1592",
|
|
41688
|
+
"T1190"
|
|
41652
41689
|
],
|
|
41653
41690
|
"rwep_score": 77,
|
|
41654
41691
|
"rwep_factors": {
|
|
@@ -41669,7 +41706,7 @@
|
|
|
41669
41706
|
"cwe_refs": [
|
|
41670
41707
|
"CWE-22"
|
|
41671
41708
|
],
|
|
41672
|
-
"source_verified": "2026-05-
|
|
41709
|
+
"source_verified": "2026-05-29",
|
|
41673
41710
|
"verification_sources": [
|
|
41674
41711
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
41675
41712
|
"https://www.outputmessenger.com/cve-2025-27920/",
|
|
@@ -41698,11 +41735,21 @@
|
|
|
41698
41735
|
"published_date": "2025-05-19"
|
|
41699
41736
|
}
|
|
41700
41737
|
],
|
|
41701
|
-
"last_updated": "2026-05-
|
|
41738
|
+
"last_updated": "2026-05-29",
|
|
41702
41739
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-19; due date 2025-06-09. Notes reference: https://www.outputmessenger.com/cve-2025-27920/ ; https://nvd.nist.gov/vuln/detail/CVE-2025-27920",
|
|
41703
|
-
"_auto_imported":
|
|
41704
|
-
"_intake_method": "
|
|
41705
|
-
"_kev_short_description": "Srimax Output Messenger contains a directory traversal vulnerability that allows an attacker to access sensitive files outside the intended directory, potentially leading to configuration leakage or arbitrary file access."
|
|
41740
|
+
"_auto_imported": false,
|
|
41741
|
+
"_intake_method": "manual-verified-curation",
|
|
41742
|
+
"_kev_short_description": "Srimax Output Messenger contains a directory traversal vulnerability that allows an attacker to access sensitive files outside the intended directory, potentially leading to configuration leakage or arbitrary file access.",
|
|
41743
|
+
"iocs": {
|
|
41744
|
+
"behavioral": [
|
|
41745
|
+
"Srimax Output Messenger reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
41746
|
+
"Unauthenticated requests to the Output Messenger containing traversal sequences (../, encoded variants) targeting files outside the intended directory.",
|
|
41747
|
+
"Files written outside the intended directory on the Output Messenger — especially startup/autorun paths or web shells — followed by code execution (KEV-confirmed in-the-wild exploitation)."
|
|
41748
|
+
],
|
|
41749
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-27920, CISA KEV (added 2025-05-19), and the vendor security advisory recorded in vendor_advisories."
|
|
41750
|
+
},
|
|
41751
|
+
"_draft": false,
|
|
41752
|
+
"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."
|
|
41706
41753
|
},
|
|
41707
41754
|
"CVE-2024-11182": {
|
|
41708
41755
|
"name": "MDaemon Email Server Cross-Site Scripting (XSS) Vulnerability",
|
|
@@ -20585,35 +20585,63 @@
|
|
|
20585
20585
|
},
|
|
20586
20586
|
"CVE-2019-5418": {
|
|
20587
20587
|
"name": "Rails Ruby on Rails Path Traversal Vulnerability",
|
|
20588
|
-
"lesson_date": "2026-05-
|
|
20588
|
+
"lesson_date": "2026-05-29",
|
|
20589
20589
|
"attack_vector": {
|
|
20590
|
-
"description": "
|
|
20591
|
-
"privileges_required": "
|
|
20592
|
-
"complexity": "
|
|
20593
|
-
"ai_factor": "
|
|
20590
|
+
"description": "a path-traversal flaw (CWE-22) in Ruby on Rails Action View (crafted Accept header), letting an unauthenticated attacker read arbitrary files including configuration and secrets. CISA KEV-listed 2025-07-07 with confirmed in-the-wild exploitation.",
|
|
20591
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application/device interface)",
|
|
20592
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
20593
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
20594
|
+
},
|
|
20595
|
+
"defense_chain": {
|
|
20596
|
+
"prevention": {
|
|
20597
|
+
"what_would_have_worked": "Apply the Rails update; rotate any credentials, secret_key_base, and data-source passwords the file read could disclose, and restrict the app's filesystem access.",
|
|
20598
|
+
"was_this_required": true,
|
|
20599
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
20600
|
+
"adequacy": "Patch is necessary but insufficient alone — any secret the traversal disclosed survives the patch and must be rotated; an EOL device must be replaced."
|
|
20601
|
+
},
|
|
20602
|
+
"detection": {
|
|
20603
|
+
"what_would_have_worked": "Monitoring on the Rails: requests containing traversal sequences, reads of credential/secret files and subsequent use of disclosed secrets.",
|
|
20604
|
+
"was_this_required": false,
|
|
20605
|
+
"framework_requiring_it": null,
|
|
20606
|
+
"adequacy": "Necessary to catch exploitation and the secret-disclosure or file-write consequence after patching."
|
|
20607
|
+
},
|
|
20608
|
+
"response": {
|
|
20609
|
+
"what_would_have_worked": "Patch (or replace an EOL device); rotate every secret reachable through the file read, and review for follow-on access using disclosed material.",
|
|
20610
|
+
"was_this_required": true,
|
|
20611
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
20612
|
+
"adequacy": "Mandatory; patch-in-place without secret rotation / file cleanup leaves the attacker with a usable foothold."
|
|
20613
|
+
}
|
|
20594
20614
|
},
|
|
20595
20615
|
"framework_coverage": {
|
|
20596
20616
|
"NIST-800-53-SI-2": {
|
|
20597
20617
|
"covered": true,
|
|
20598
20618
|
"adequate": false,
|
|
20599
|
-
"gap": "30-day SLA
|
|
20619
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated path-traversal flaw; arbitrary file read leaks secrets that enable follow-on access, and EOL devices (DIR-859) cannot be patched at all."
|
|
20600
20620
|
},
|
|
20601
20621
|
"ISO-27001-2022-A.8.8": {
|
|
20602
20622
|
"covered": true,
|
|
20603
20623
|
"adequate": false,
|
|
20604
|
-
"gap": "
|
|
20624
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application or device, and the disclosed-secret exposure persists until the secrets are rotated."
|
|
20625
|
+
},
|
|
20626
|
+
"NIS2-Art21-network-security": {
|
|
20627
|
+
"covered": true,
|
|
20628
|
+
"adequate": false,
|
|
20629
|
+
"gap": "Treats internet-facing applications/devices as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the secret-rotation cleanup a file-read flaw needs or the replacement an EOL device needs."
|
|
20630
|
+
},
|
|
20631
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
20632
|
+
"covered": true,
|
|
20633
|
+
"adequate": false,
|
|
20634
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application/device whose file-read can disclose CDE-adjacent secrets."
|
|
20605
20635
|
}
|
|
20606
20636
|
},
|
|
20607
20637
|
"compliance_exposure_score": {
|
|
20608
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
20609
|
-
"basis": "
|
|
20638
|
+
"percent_audit_passing_orgs_still_exposed": 73,
|
|
20639
|
+
"basis": "Internet-facing Ruby on Rails is run by audited organizations on a standard patch SLA and is exploited within days; the required secret rotation (or EOL-device replacement) is rarely part of the documented patch procedure, leaving disclosed credentials usable.",
|
|
20610
20640
|
"theater_pattern": "patch_management"
|
|
20611
20641
|
},
|
|
20612
20642
|
"ai_discovered_zeroday": false,
|
|
20613
|
-
"ai_discovery_source": "
|
|
20614
|
-
"ai_assist_factor": "none"
|
|
20615
|
-
"_auto_imported": true,
|
|
20616
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
20643
|
+
"ai_discovery_source": "vendor_research",
|
|
20644
|
+
"ai_assist_factor": "none"
|
|
20617
20645
|
},
|
|
20618
20646
|
"CVE-2016-10033": {
|
|
20619
20647
|
"name": "PHPMailer Command Injection Vulnerability",
|
|
@@ -20948,35 +20976,63 @@
|
|
|
20948
20976
|
},
|
|
20949
20977
|
"CVE-2024-0769": {
|
|
20950
20978
|
"name": " D-Link DIR-859 Router Path Traversal Vulnerability",
|
|
20951
|
-
"lesson_date": "2026-05-
|
|
20979
|
+
"lesson_date": "2026-05-29",
|
|
20952
20980
|
"attack_vector": {
|
|
20953
|
-
"description": "
|
|
20954
|
-
"privileges_required": "
|
|
20955
|
-
"complexity": "
|
|
20956
|
-
"ai_factor": "
|
|
20981
|
+
"description": "a path-traversal flaw (CWE-22) on the D-Link DIR-859 router, letting an attacker read sensitive files including credentials from the device configuration. CISA KEV-listed 2025-06-25 with confirmed in-the-wild exploitation.",
|
|
20982
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application/device interface)",
|
|
20983
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
20984
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
20985
|
+
},
|
|
20986
|
+
"defense_chain": {
|
|
20987
|
+
"prevention": {
|
|
20988
|
+
"what_would_have_worked": "The DIR-859 is end-of-life; replace it. Where still deployed, restrict management access and rotate device/Wi-Fi credentials — EOL routers are recruited into botnets via flaws like this.",
|
|
20989
|
+
"was_this_required": true,
|
|
20990
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
20991
|
+
"adequacy": "Patch is necessary but insufficient alone — any secret the traversal disclosed survives the patch and must be rotated; an EOL device must be replaced."
|
|
20992
|
+
},
|
|
20993
|
+
"detection": {
|
|
20994
|
+
"what_would_have_worked": "Monitoring on the DIR-859 router: requests containing traversal sequences, reads of credential/secret files and subsequent use of disclosed secrets.",
|
|
20995
|
+
"was_this_required": false,
|
|
20996
|
+
"framework_requiring_it": null,
|
|
20997
|
+
"adequacy": "Necessary to catch exploitation and the secret-disclosure or file-write consequence after patching."
|
|
20998
|
+
},
|
|
20999
|
+
"response": {
|
|
21000
|
+
"what_would_have_worked": "Patch (or replace an EOL device); rotate every secret reachable through the file read, and review for follow-on access using disclosed material.",
|
|
21001
|
+
"was_this_required": true,
|
|
21002
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
21003
|
+
"adequacy": "Mandatory; patch-in-place without secret rotation / file cleanup leaves the attacker with a usable foothold."
|
|
21004
|
+
}
|
|
20957
21005
|
},
|
|
20958
21006
|
"framework_coverage": {
|
|
20959
21007
|
"NIST-800-53-SI-2": {
|
|
20960
21008
|
"covered": true,
|
|
20961
21009
|
"adequate": false,
|
|
20962
|
-
"gap": "30-day SLA
|
|
21010
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated path-traversal flaw; arbitrary file read leaks secrets that enable follow-on access, and EOL devices (DIR-859) cannot be patched at all."
|
|
20963
21011
|
},
|
|
20964
21012
|
"ISO-27001-2022-A.8.8": {
|
|
20965
21013
|
"covered": true,
|
|
20966
21014
|
"adequate": false,
|
|
20967
|
-
"gap": "
|
|
21015
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application or device, and the disclosed-secret exposure persists until the secrets are rotated."
|
|
21016
|
+
},
|
|
21017
|
+
"NIS2-Art21-network-security": {
|
|
21018
|
+
"covered": true,
|
|
21019
|
+
"adequate": false,
|
|
21020
|
+
"gap": "Treats internet-facing applications/devices as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the secret-rotation cleanup a file-read flaw needs or the replacement an EOL device needs."
|
|
21021
|
+
},
|
|
21022
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
21023
|
+
"covered": true,
|
|
21024
|
+
"adequate": false,
|
|
21025
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application/device whose file-read can disclose CDE-adjacent secrets."
|
|
20968
21026
|
}
|
|
20969
21027
|
},
|
|
20970
21028
|
"compliance_exposure_score": {
|
|
20971
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
20972
|
-
"basis": "
|
|
21029
|
+
"percent_audit_passing_orgs_still_exposed": 73,
|
|
21030
|
+
"basis": "Internet-facing D-Link DIR-859 router is run by audited organizations on a standard patch SLA and is exploited within days; the required secret rotation (or EOL-device replacement) is rarely part of the documented patch procedure, leaving disclosed credentials usable.",
|
|
20973
21031
|
"theater_pattern": "patch_management"
|
|
20974
21032
|
},
|
|
20975
21033
|
"ai_discovered_zeroday": false,
|
|
20976
|
-
"ai_discovery_source": "
|
|
20977
|
-
"ai_assist_factor": "none"
|
|
20978
|
-
"_auto_imported": true,
|
|
20979
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
21034
|
+
"ai_discovery_source": "vendor_research",
|
|
21035
|
+
"ai_assist_factor": "none"
|
|
20980
21036
|
},
|
|
20981
21037
|
"CVE-2024-54085": {
|
|
20982
21038
|
"name": "AMI MegaRAC SPx Authentication Bypass by Spoofing Vulnerability",
|
|
@@ -21946,35 +22002,63 @@
|
|
|
21946
22002
|
},
|
|
21947
22003
|
"CVE-2023-38950": {
|
|
21948
22004
|
"name": "ZKTeco BioTime Path Traversal Vulnerability",
|
|
21949
|
-
"lesson_date": "2026-05-
|
|
22005
|
+
"lesson_date": "2026-05-29",
|
|
21950
22006
|
"attack_vector": {
|
|
21951
|
-
"description": "
|
|
21952
|
-
"privileges_required": "
|
|
21953
|
-
"complexity": "
|
|
21954
|
-
"ai_factor": "
|
|
22007
|
+
"description": "a path-traversal flaw (CWE-22) in ZKTeco BioTime, letting an unauthenticated attacker read arbitrary files on the biometric time-attendance server. CISA KEV-listed 2025-05-19 with confirmed in-the-wild exploitation.",
|
|
22008
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application/device interface)",
|
|
22009
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
22010
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
22011
|
+
},
|
|
22012
|
+
"defense_chain": {
|
|
22013
|
+
"prevention": {
|
|
22014
|
+
"what_would_have_worked": "Apply the ZKTeco BioTime update; rotate database and application credentials the read could disclose, and restrict access to the management interface — biometric data is sensitive.",
|
|
22015
|
+
"was_this_required": true,
|
|
22016
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
22017
|
+
"adequacy": "Patch is necessary but insufficient alone — any secret the traversal disclosed survives the patch and must be rotated; an EOL device must be replaced."
|
|
22018
|
+
},
|
|
22019
|
+
"detection": {
|
|
22020
|
+
"what_would_have_worked": "Monitoring on the ZKTeco BioTime: requests containing traversal sequences, reads of credential/secret files and subsequent use of disclosed secrets.",
|
|
22021
|
+
"was_this_required": false,
|
|
22022
|
+
"framework_requiring_it": null,
|
|
22023
|
+
"adequacy": "Necessary to catch exploitation and the secret-disclosure or file-write consequence after patching."
|
|
22024
|
+
},
|
|
22025
|
+
"response": {
|
|
22026
|
+
"what_would_have_worked": "Patch (or replace an EOL device); rotate every secret reachable through the file read, and review for follow-on access using disclosed material.",
|
|
22027
|
+
"was_this_required": true,
|
|
22028
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
22029
|
+
"adequacy": "Mandatory; patch-in-place without secret rotation / file cleanup leaves the attacker with a usable foothold."
|
|
22030
|
+
}
|
|
21955
22031
|
},
|
|
21956
22032
|
"framework_coverage": {
|
|
21957
22033
|
"NIST-800-53-SI-2": {
|
|
21958
22034
|
"covered": true,
|
|
21959
22035
|
"adequate": false,
|
|
21960
|
-
"gap": "30-day SLA
|
|
22036
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated path-traversal flaw; arbitrary file read leaks secrets that enable follow-on access, and EOL devices (DIR-859) cannot be patched at all."
|
|
21961
22037
|
},
|
|
21962
22038
|
"ISO-27001-2022-A.8.8": {
|
|
21963
22039
|
"covered": true,
|
|
21964
22040
|
"adequate": false,
|
|
21965
|
-
"gap": "
|
|
22041
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application or device, and the disclosed-secret exposure persists until the secrets are rotated."
|
|
22042
|
+
},
|
|
22043
|
+
"NIS2-Art21-network-security": {
|
|
22044
|
+
"covered": true,
|
|
22045
|
+
"adequate": false,
|
|
22046
|
+
"gap": "Treats internet-facing applications/devices as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the secret-rotation cleanup a file-read flaw needs or the replacement an EOL device needs."
|
|
22047
|
+
},
|
|
22048
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
22049
|
+
"covered": true,
|
|
22050
|
+
"adequate": false,
|
|
22051
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application/device whose file-read can disclose CDE-adjacent secrets."
|
|
21966
22052
|
}
|
|
21967
22053
|
},
|
|
21968
22054
|
"compliance_exposure_score": {
|
|
21969
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
21970
|
-
"basis": "
|
|
22055
|
+
"percent_audit_passing_orgs_still_exposed": 73,
|
|
22056
|
+
"basis": "Internet-facing ZKTeco BioTime is run by audited organizations on a standard patch SLA and is exploited within days; the required secret rotation (or EOL-device replacement) is rarely part of the documented patch procedure, leaving disclosed credentials usable.",
|
|
21971
22057
|
"theater_pattern": "patch_management"
|
|
21972
22058
|
},
|
|
21973
22059
|
"ai_discovered_zeroday": false,
|
|
21974
|
-
"ai_discovery_source": "
|
|
21975
|
-
"ai_assist_factor": "none"
|
|
21976
|
-
"_auto_imported": true,
|
|
21977
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
22060
|
+
"ai_discovery_source": "vendor_research",
|
|
22061
|
+
"ai_assist_factor": "none"
|
|
21978
22062
|
},
|
|
21979
22063
|
"CVE-2024-27443": {
|
|
21980
22064
|
"name": "Synacor Zimbra Collaboration Suite (ZCS) Cross-Site Scripting (XSS) Vulnerability",
|
|
@@ -22038,35 +22122,63 @@
|
|
|
22038
22122
|
},
|
|
22039
22123
|
"CVE-2025-27920": {
|
|
22040
22124
|
"name": "Srimax Output Messenger Directory Traversal Vulnerability",
|
|
22041
|
-
"lesson_date": "2026-05-
|
|
22125
|
+
"lesson_date": "2026-05-29",
|
|
22042
22126
|
"attack_vector": {
|
|
22043
|
-
"description": "
|
|
22044
|
-
"privileges_required": "
|
|
22045
|
-
"complexity": "
|
|
22046
|
-
"ai_factor": "
|
|
22127
|
+
"description": "a directory-traversal flaw (CWE-22) in Srimax Output Messenger, letting an unauthenticated attacker read or write files outside the intended directory (used in the wild to write to startup paths for code execution). CISA KEV-listed 2025-05-19 with confirmed in-the-wild exploitation.",
|
|
22128
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application/device interface)",
|
|
22129
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
22130
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
22131
|
+
},
|
|
22132
|
+
"defense_chain": {
|
|
22133
|
+
"prevention": {
|
|
22134
|
+
"what_would_have_worked": "Apply the Output Messenger update; hunt for files written to startup/autorun paths and web shells, and rotate server credentials — the traversal was chained to code execution.",
|
|
22135
|
+
"was_this_required": true,
|
|
22136
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
22137
|
+
"adequacy": "Patch is necessary but insufficient alone — files the traversal wrote (startup payloads, web shells) survive the patch and require explicit cleanup."
|
|
22138
|
+
},
|
|
22139
|
+
"detection": {
|
|
22140
|
+
"what_would_have_worked": "Monitoring on the Output Messenger: requests containing traversal sequences, files written outside the intended directory and execution of newly-dropped payloads.",
|
|
22141
|
+
"was_this_required": false,
|
|
22142
|
+
"framework_requiring_it": null,
|
|
22143
|
+
"adequacy": "Necessary to catch exploitation and the secret-disclosure or file-write consequence after patching."
|
|
22144
|
+
},
|
|
22145
|
+
"response": {
|
|
22146
|
+
"what_would_have_worked": "Patch (or replace an EOL device); remove files written via the traversal and hunt for web shells, and review for follow-on access using disclosed material.",
|
|
22147
|
+
"was_this_required": true,
|
|
22148
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
22149
|
+
"adequacy": "Mandatory; patch-in-place without secret rotation / file cleanup leaves the attacker with a usable foothold."
|
|
22150
|
+
}
|
|
22047
22151
|
},
|
|
22048
22152
|
"framework_coverage": {
|
|
22049
22153
|
"NIST-800-53-SI-2": {
|
|
22050
22154
|
"covered": true,
|
|
22051
22155
|
"adequate": false,
|
|
22052
|
-
"gap": "30-day SLA
|
|
22156
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated path-traversal flaw; arbitrary file read leaks secrets that enable follow-on access, and EOL devices (DIR-859) cannot be patched at all."
|
|
22053
22157
|
},
|
|
22054
22158
|
"ISO-27001-2022-A.8.8": {
|
|
22055
22159
|
"covered": true,
|
|
22056
22160
|
"adequate": false,
|
|
22057
|
-
"gap": "
|
|
22161
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application or device, and the disclosed-secret exposure persists until the secrets are rotated."
|
|
22162
|
+
},
|
|
22163
|
+
"NIS2-Art21-network-security": {
|
|
22164
|
+
"covered": true,
|
|
22165
|
+
"adequate": false,
|
|
22166
|
+
"gap": "Treats internet-facing applications/devices as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the secret-rotation cleanup a file-read flaw needs or the replacement an EOL device needs."
|
|
22167
|
+
},
|
|
22168
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
22169
|
+
"covered": true,
|
|
22170
|
+
"adequate": false,
|
|
22171
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application/device whose file-read can disclose CDE-adjacent secrets."
|
|
22058
22172
|
}
|
|
22059
22173
|
},
|
|
22060
22174
|
"compliance_exposure_score": {
|
|
22061
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
22062
|
-
"basis": "
|
|
22175
|
+
"percent_audit_passing_orgs_still_exposed": 73,
|
|
22176
|
+
"basis": "Internet-facing Srimax Output Messenger is run by audited organizations on a standard patch SLA and is exploited within days; the required secret rotation (or EOL-device replacement) is rarely part of the documented patch procedure, leaving disclosed credentials usable.",
|
|
22063
22177
|
"theater_pattern": "patch_management"
|
|
22064
22178
|
},
|
|
22065
22179
|
"ai_discovered_zeroday": false,
|
|
22066
|
-
"ai_discovery_source": "
|
|
22067
|
-
"ai_assist_factor": "none"
|
|
22068
|
-
"_auto_imported": true,
|
|
22069
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
22180
|
+
"ai_discovery_source": "vendor_research",
|
|
22181
|
+
"ai_assist_factor": "none"
|
|
22070
22182
|
},
|
|
22071
22183
|
"CVE-2024-11182": {
|
|
22072
22184
|
"name": "MDaemon Email Server Cross-Site Scripting (XSS) Vulnerability",
|
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exceptd-security",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.38",
|
|
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-
|
|
56
|
+
"signed_at": "2026-05-30T05:02:13.741Z",
|
|
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-
|
|
126
|
+
"signed_at": "2026-05-30T05:02:13.743Z",
|
|
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-
|
|
199
|
+
"signed_at": "2026-05-30T05:02:13.743Z",
|
|
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-
|
|
251
|
+
"signed_at": "2026-05-30T05:02:13.744Z"
|
|
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-
|
|
282
|
+
"signed_at": "2026-05-30T05:02:13.744Z"
|
|
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-
|
|
311
|
+
"signed_at": "2026-05-30T05:02:13.745Z"
|
|
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-
|
|
348
|
+
"signed_at": "2026-05-30T05:02:13.745Z",
|
|
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-
|
|
408
|
+
"signed_at": "2026-05-30T05:02:13.745Z",
|
|
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-
|
|
443
|
+
"signed_at": "2026-05-30T05:02:13.746Z",
|
|
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-
|
|
477
|
+
"signed_at": "2026-05-30T05:02:13.746Z",
|
|
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-
|
|
516
|
+
"signed_at": "2026-05-30T05:02:13.747Z"
|
|
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-
|
|
543
|
+
"signed_at": "2026-05-30T05:02:13.747Z",
|
|
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-
|
|
607
|
+
"signed_at": "2026-05-30T05:02:13.747Z",
|
|
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-
|
|
655
|
+
"signed_at": "2026-05-30T05:02:13.748Z"
|
|
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-
|
|
692
|
+
"signed_at": "2026-05-30T05:02:13.748Z",
|
|
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-
|
|
727
|
+
"signed_at": "2026-05-30T05:02:13.748Z"
|
|
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-
|
|
799
|
+
"signed_at": "2026-05-30T05:02:13.749Z"
|
|
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-
|
|
859
|
+
"signed_at": "2026-05-30T05:02:13.749Z"
|
|
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-
|
|
934
|
+
"signed_at": "2026-05-30T05:02:13.749Z"
|
|
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-
|
|
1013
|
+
"signed_at": "2026-05-30T05:02:13.750Z"
|
|
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-
|
|
1070
|
+
"signed_at": "2026-05-30T05:02:13.750Z"
|
|
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-
|
|
1137
|
+
"signed_at": "2026-05-30T05:02:13.750Z"
|
|
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-
|
|
1193
|
+
"signed_at": "2026-05-30T05:02:13.751Z"
|
|
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-
|
|
1245
|
+
"signed_at": "2026-05-30T05:02:13.751Z"
|
|
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-
|
|
1295
|
+
"signed_at": "2026-05-30T05:02:13.751Z"
|
|
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-
|
|
1369
|
+
"signed_at": "2026-05-30T05:02:13.752Z",
|
|
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-
|
|
1422
|
+
"signed_at": "2026-05-30T05:02:13.752Z"
|
|
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-
|
|
1482
|
+
"signed_at": "2026-05-30T05:02:13.753Z"
|
|
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-
|
|
1563
|
+
"signed_at": "2026-05-30T05:02:13.753Z"
|
|
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-
|
|
1632
|
+
"signed_at": "2026-05-30T05:02:13.753Z"
|
|
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-
|
|
1697
|
+
"signed_at": "2026-05-30T05:02:13.754Z"
|
|
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-
|
|
1783
|
+
"signed_at": "2026-05-30T05:02:13.754Z"
|
|
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-
|
|
1852
|
+
"signed_at": "2026-05-30T05:02:13.754Z",
|
|
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-
|
|
1938
|
+
"signed_at": "2026-05-30T05:02:13.755Z"
|
|
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-
|
|
2000
|
+
"signed_at": "2026-05-30T05:02:13.755Z",
|
|
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-
|
|
2074
|
+
"signed_at": "2026-05-30T05:02:13.755Z"
|
|
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-
|
|
2136
|
+
"signed_at": "2026-05-30T05:02:13.756Z"
|
|
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-
|
|
2216
|
+
"signed_at": "2026-05-30T05:02:13.756Z"
|
|
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-
|
|
2269
|
+
"signed_at": "2026-05-30T05:02:13.756Z"
|
|
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-
|
|
2337
|
+
"signed_at": "2026-05-30T05:02:13.757Z"
|
|
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-
|
|
2417
|
+
"signed_at": "2026-05-30T05:02:13.757Z",
|
|
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-
|
|
2511
|
+
"signed_at": "2026-05-30T05:02:13.758Z",
|
|
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": "1cEfkwTIVieCZG9ReOh2UVf2r0nFePnP8D5qssFFFQ3FLRHmJ8h0iJl6qSY4W3LkCDWVQ1Qiuym4XXkYx2PkDQ=="
|
|
2530
2530
|
}
|
|
2531
2531
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blamejs/exceptd-skills",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.38",
|
|
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:
|
|
4
|
+
"serialNumber": "urn:uuid:b16a51db-551d-41d2-9329-c7fa3eb78e6e",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "
|
|
7
|
+
"timestamp": "2120-04-28T15:16:43.000Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "blamejs",
|
|
11
11
|
"name": "scripts/refresh-sbom.js",
|
|
12
|
-
"version": "0.15.
|
|
12
|
+
"version": "0.15.38"
|
|
13
13
|
}
|
|
14
14
|
],
|
|
15
15
|
"component": {
|
|
16
|
-
"bom-ref": "pkg:npm/@blamejs/exceptd-skills@0.15.
|
|
16
|
+
"bom-ref": "pkg:npm/@blamejs/exceptd-skills@0.15.38",
|
|
17
17
|
"type": "application",
|
|
18
18
|
"name": "@blamejs/exceptd-skills",
|
|
19
|
-
"version": "0.15.
|
|
19
|
+
"version": "0.15.38",
|
|
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.
|
|
28
|
+
"purl": "pkg:npm/%40blamejs/exceptd-skills@0.15.38",
|
|
29
29
|
"hashes": [
|
|
30
30
|
{
|
|
31
31
|
"alg": "SHA-256",
|
|
32
|
-
"content": "
|
|
32
|
+
"content": "714a135fd916d11a3f6eceef79ad71704425daa1727d14a905b72e5cb85f4040"
|
|
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.
|
|
38
|
+
"url": "https://www.npmjs.com/package/@blamejs/exceptd-skills/v/0.15.38"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"type": "vcs",
|
|
@@ -116,11 +116,11 @@
|
|
|
116
116
|
"hashes": [
|
|
117
117
|
{
|
|
118
118
|
"alg": "SHA-256",
|
|
119
|
-
"content": "
|
|
119
|
+
"content": "dab67d6205d3359c007931fe174db2a25353878766799036627e0b6eeda41ae2"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"alg": "SHA3-512",
|
|
123
|
-
"content": "
|
|
123
|
+
"content": "2e7e1ef53d0656956c8faa6d4bf9535e08790d79bcdeced44ab18083dd7a2a7689404344fbd0e77e649c74940406f08d58a5bd1b55bc4eb94d9e058b4d7eba14"
|
|
124
124
|
}
|
|
125
125
|
]
|
|
126
126
|
},
|
|
@@ -311,11 +311,11 @@
|
|
|
311
311
|
"hashes": [
|
|
312
312
|
{
|
|
313
313
|
"alg": "SHA-256",
|
|
314
|
-
"content": "
|
|
314
|
+
"content": "b8799721fb6d455811f555410845423ec87f2c26f70fe1222ee19088aa6e43f5"
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"alg": "SHA3-512",
|
|
318
|
-
"content": "
|
|
318
|
+
"content": "327ad1d5b88627cf030d5d95bbfb777e1f503f4f115ae29bfd4eadbc5c87398a984d00b9ab98dbf67e0b33e2513a5703bcbd799640a9ceec28884f7d46bd1ca7"
|
|
319
319
|
}
|
|
320
320
|
]
|
|
321
321
|
},
|
|
@@ -326,11 +326,11 @@
|
|
|
326
326
|
"hashes": [
|
|
327
327
|
{
|
|
328
328
|
"alg": "SHA-256",
|
|
329
|
-
"content": "
|
|
329
|
+
"content": "0ca079ef9ae7f74755398ad434c2c0c5fe3ee7be488549af3a5ecf2394ae0ba8"
|
|
330
330
|
},
|
|
331
331
|
{
|
|
332
332
|
"alg": "SHA3-512",
|
|
333
|
-
"content": "
|
|
333
|
+
"content": "05d07620864f02596125f32027bd0c7e6f7088a6a577c5253aaf7434084e416b98025880a783114acad1114d58a1d0260d7d02922e263f9a34f9990b92242afa"
|
|
334
334
|
}
|
|
335
335
|
]
|
|
336
336
|
},
|
|
@@ -806,11 +806,11 @@
|
|
|
806
806
|
"hashes": [
|
|
807
807
|
{
|
|
808
808
|
"alg": "SHA-256",
|
|
809
|
-
"content": "
|
|
809
|
+
"content": "adf769626f304dd6cbd700f6f3bfe8359de02282929008e16599599470377c5c"
|
|
810
810
|
},
|
|
811
811
|
{
|
|
812
812
|
"alg": "SHA3-512",
|
|
813
|
-
"content": "
|
|
813
|
+
"content": "e7517715aa5d66b332e7c1756d1714855c04d7159a2011730bce45e4889b08115ae7b9c10a02d48ea650f352adac6d547ce09a0fa0f2b1690e46b4161408a89d"
|
|
814
814
|
}
|
|
815
815
|
]
|
|
816
816
|
},
|
|
@@ -1751,11 +1751,11 @@
|
|
|
1751
1751
|
"hashes": [
|
|
1752
1752
|
{
|
|
1753
1753
|
"alg": "SHA-256",
|
|
1754
|
-
"content": "
|
|
1754
|
+
"content": "a98d7f6abe573e5ba73e7e1097cc30a1703fff81ccc9922b00630341b2ade670"
|
|
1755
1755
|
},
|
|
1756
1756
|
{
|
|
1757
1757
|
"alg": "SHA3-512",
|
|
1758
|
-
"content": "
|
|
1758
|
+
"content": "e621f955940c320845a6ee96caede41dc72fb11cb31eaab9caf1a70a717d029b2c3460de2751badfd532583bde5186d929eda7af706528af949437061b679595"
|
|
1759
1759
|
}
|
|
1760
1760
|
]
|
|
1761
1761
|
},
|