@blamejs/exceptd-skills 0.15.30 → 0.15.32
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 +8 -0
- package/data/_indexes/_meta.json +5 -5
- package/data/attack-techniques.json +13 -0
- package/data/cve-catalog.json +236 -83
- package/data/zeroday-lessons.json +574 -182
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.15.32 — 2026-05-29
|
|
4
|
+
|
|
5
|
+
Draft-curation pass 29 — network devices and edge appliances. Seven CISA KEV-listed unauthenticated CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons, spanning enterprise appliances — F5 BIG-IP stack overflow (CVE-2025-53521), HPE OneView code injection (CVE-2025-37164), Versa Concerto SD-WAN orchestrator authentication bypass (CVE-2025-34026) — and SOHO/embedded devices: ASUS router OS command injection (CVE-2023-39780) and authentication bypass (CVE-2021-32030), Digiever DVR missing authorization (CVE-2023-52163), and Sierra Wireless AirLink ALEOS unrestricted upload (CVE-2018-4063). All map T1190, with per-class T1059, T1078, or T1505.003. The lessons split remediation by device class: enterprise appliances must be rebuilt and re-keyed after compromise, while embedded/SOHO devices — often end-of-life and recruited into botnets — require firmware re-flash or replacement rather than patch-in-place.
|
|
6
|
+
|
|
7
|
+
## 0.15.31 — 2026-05-29
|
|
8
|
+
|
|
9
|
+
Draft-curation pass 28 — internet-facing server-side web applications. Seven CISA KEV-listed unauthenticated CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: server-side request forgery in GitLab (CVE-2021-22175, CVE-2021-39935) and Omnissa Workspace ONE UEM (CVE-2021-22054), PaperCut NG/MF authentication bypass (CVE-2023-27351), the Adobe Commerce/Magento "SessionReaper" session-takeover flaw (CVE-2025-54236), Adobe Experience Manager Forms code execution (CVE-2025-54253), and Sitecore ViewState deserialization via a known machine key (CVE-2025-53690). All map T1190, with per-class T1059 (code injection/deserialization) or T1078 (auth bypass/session takeover). The lessons separate the SSRF defense (egress filtering and cloud-metadata blocking as compensating controls) from the RCE/auth defense (web-shell hunting, machine-key rotation, and session invalidation beyond the patch).
|
|
10
|
+
|
|
3
11
|
## 0.15.30 — 2026-05-29
|
|
4
12
|
|
|
5
13
|
Draft-curation pass 27 — software supply-chain code integrity. Three CISA KEV-listed CVEs where code is trusted without integrity verification are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: the TrueConf client and Notepad++ download code/updates without an integrity check (CVE-2026-3502, CVE-2025-15556), and a Trivy distribution shipped embedded malicious code that runs in the trusted context of the vulnerability scanner (CVE-2026-33634). All map T1195.002 (Compromise Software Supply Chain). The lessons frame the defense as enforced signature and provenance verification — code signing, Sigstore/in-toto, SLSA build provenance, TLS-pinned update channels — rather than patching, and note that response is environment-wide because a compromised updater or scanner reaches every host it runs on.
|
package/data/_indexes/_meta.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1.1.0",
|
|
3
|
-
"generated_at": "2026-05-30T02:
|
|
3
|
+
"generated_at": "2026-05-30T02:46:03.958Z",
|
|
4
4
|
"generator": "scripts/build-indexes.js",
|
|
5
5
|
"source_count": 54,
|
|
6
6
|
"source_hashes": {
|
|
7
|
-
"manifest.json": "
|
|
7
|
+
"manifest.json": "bfb12203bc94fbd39b4c1343556482b87f365f89b77c0df1970ecc3f3f29a5e4",
|
|
8
8
|
"data/atlas-ttps.json": "878b4a08bb73c8d20396d85cf433a88f2bc5e7a8cbf7f6ab773ce7ede0a11251",
|
|
9
|
-
"data/attack-techniques.json": "
|
|
10
|
-
"data/cve-catalog.json": "
|
|
9
|
+
"data/attack-techniques.json": "287890d9363989eae37cc65cc32d2c7daeb9393c7c213c3acd0aa12bc5de6bc7",
|
|
10
|
+
"data/cve-catalog.json": "da1abcc2d3878253bf38e6bb1924b702e89ca2681aeb586100a85ec39e33ce3f",
|
|
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": "78c717b5c3c9dab103447cac53fdacf966449f9e5450bff323967eaefdd4dbca",
|
|
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",
|
|
@@ -276,6 +276,7 @@
|
|
|
276
276
|
"CVE-2020-25079",
|
|
277
277
|
"CVE-2022-1471",
|
|
278
278
|
"CVE-2023-33538",
|
|
279
|
+
"CVE-2023-39780",
|
|
279
280
|
"CVE-2023-43654",
|
|
280
281
|
"CVE-2023-44467",
|
|
281
282
|
"CVE-2023-48022",
|
|
@@ -321,6 +322,7 @@
|
|
|
321
322
|
"CVE-2025-33236",
|
|
322
323
|
"CVE-2025-34291",
|
|
323
324
|
"CVE-2025-3466",
|
|
325
|
+
"CVE-2025-37164",
|
|
324
326
|
"CVE-2025-40551",
|
|
325
327
|
"CVE-2025-4428",
|
|
326
328
|
"CVE-2025-47812",
|
|
@@ -329,9 +331,11 @@
|
|
|
329
331
|
"CVE-2025-49704",
|
|
330
332
|
"CVE-2025-5086",
|
|
331
333
|
"CVE-2025-51480",
|
|
334
|
+
"CVE-2025-53690",
|
|
332
335
|
"CVE-2025-53773",
|
|
333
336
|
"CVE-2025-54068",
|
|
334
337
|
"CVE-2025-54136",
|
|
338
|
+
"CVE-2025-54253",
|
|
335
339
|
"CVE-2025-55319",
|
|
336
340
|
"CVE-2025-58034",
|
|
337
341
|
"CVE-2025-60455",
|
|
@@ -595,6 +599,7 @@
|
|
|
595
599
|
"CVE-2023-27351",
|
|
596
600
|
"CVE-2023-43791",
|
|
597
601
|
"CVE-2023-50224",
|
|
602
|
+
"CVE-2023-52163",
|
|
598
603
|
"CVE-2024-12776",
|
|
599
604
|
"CVE-2024-1709",
|
|
600
605
|
"CVE-2024-27199",
|
|
@@ -611,6 +616,7 @@
|
|
|
611
616
|
"CVE-2025-3935",
|
|
612
617
|
"CVE-2025-4427",
|
|
613
618
|
"CVE-2025-49706",
|
|
619
|
+
"CVE-2025-54236",
|
|
614
620
|
"CVE-2025-57819",
|
|
615
621
|
"CVE-2025-61757",
|
|
616
622
|
"CVE-2025-6205",
|
|
@@ -951,9 +957,13 @@
|
|
|
951
957
|
"CVE-2020-25078",
|
|
952
958
|
"CVE-2020-25079",
|
|
953
959
|
"CVE-2020-7796",
|
|
960
|
+
"CVE-2021-22054",
|
|
961
|
+
"CVE-2021-22175",
|
|
954
962
|
"CVE-2021-22681",
|
|
955
963
|
"CVE-2021-26828",
|
|
956
964
|
"CVE-2021-26829",
|
|
965
|
+
"CVE-2021-32030",
|
|
966
|
+
"CVE-2021-39935",
|
|
957
967
|
"CVE-2021-43798",
|
|
958
968
|
"CVE-2022-1471",
|
|
959
969
|
"CVE-2022-20775",
|
|
@@ -962,6 +972,7 @@
|
|
|
962
972
|
"CVE-2022-40799",
|
|
963
973
|
"CVE-2023-21529",
|
|
964
974
|
"CVE-2023-2533",
|
|
975
|
+
"CVE-2023-27351",
|
|
965
976
|
"CVE-2023-33538",
|
|
966
977
|
"CVE-2023-3519",
|
|
967
978
|
"CVE-2023-39780",
|
|
@@ -1051,6 +1062,7 @@
|
|
|
1051
1062
|
"CVE-2025-32975",
|
|
1052
1063
|
"CVE-2025-33053",
|
|
1053
1064
|
"CVE-2025-33073",
|
|
1065
|
+
"CVE-2025-34026",
|
|
1054
1066
|
"CVE-2025-34291",
|
|
1055
1067
|
"CVE-2025-3466",
|
|
1056
1068
|
"CVE-2025-35939",
|
|
@@ -12118,6 +12130,7 @@
|
|
|
12118
12130
|
"_auto_imported": true,
|
|
12119
12131
|
"_intake_method": "mitre-attack-stix",
|
|
12120
12132
|
"cve_refs": [
|
|
12133
|
+
"CVE-2018-4063",
|
|
12121
12134
|
"CVE-2021-26828",
|
|
12122
12135
|
"CVE-2024-1708",
|
|
12123
12136
|
"CVE-2024-7399",
|