@blamejs/exceptd-skills 0.15.16 → 0.15.17
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 +5 -3
- package/data/cve-catalog.json +81 -29
- package/data/zeroday-lessons.json +181 -66
- 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.17 — 2026-05-29
|
|
4
|
+
|
|
5
|
+
Draft-curation pass 15 — Chromium browser zero-days. Five CISA KEV-listed Google Chromium client-side CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: V8 JavaScript engine flaws (CVE-2025-13223 and CVE-2025-6554 type confusion, CVE-2025-5419 out-of-bounds read/write), a CSS use-after-free (CVE-2026-2441), and an ANGLE/GPU sandbox escape (CVE-2025-6558). All map T1203 (Exploitation for Client Execution); the sandbox-escape entry also maps T1068. The lessons stress same-day Chrome component-updater rollout — not gating browser updates behind a managed change window — as the load-bearing control, since these are weaponized within days in targeted-spyware and watering-hole chains.
|
|
6
|
+
|
|
3
7
|
## 0.15.16 — 2026-05-29
|
|
4
8
|
|
|
5
9
|
Draft-curation pass 14 — web-application server-side RCE. Eight CISA KEV-listed unauthenticated web-app CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: Kentico Xperience CMS (CVE-2025-2749 path-traversal + file upload, CVE-2025-2746 and CVE-2025-2747 alternate-channel authentication bypasses), Craft CMS code injection (CVE-2025-32432 and the related CVE-2024-56145), Roundcube Webmail deserialization (CVE-2025-49113), and SolarWinds Web Help Desk deserialization (CVE-2025-26399, CVE-2025-40551). All map T1190, with per-class T1059 (code injection / deserialization), T1078 (auth bypass), or T1505.003 (upload → web shell). The lessons stress web-shell hunting and application-secret rotation as required cleanup beyond the patch.
|
package/data/_indexes/_meta.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1.1.0",
|
|
3
|
-
"generated_at": "2026-05-29T21:
|
|
3
|
+
"generated_at": "2026-05-29T21:56:30.516Z",
|
|
4
4
|
"generator": "scripts/build-indexes.js",
|
|
5
5
|
"source_count": 54,
|
|
6
6
|
"source_hashes": {
|
|
7
|
-
"manifest.json": "
|
|
7
|
+
"manifest.json": "ba250dd43d47c33983c364d62fb14e3e02b7ab9f693bac3fee7999aa532ff0cb",
|
|
8
8
|
"data/atlas-ttps.json": "878b4a08bb73c8d20396d85cf433a88f2bc5e7a8cbf7f6ab773ce7ede0a11251",
|
|
9
|
-
"data/attack-techniques.json": "
|
|
10
|
-
"data/cve-catalog.json": "
|
|
9
|
+
"data/attack-techniques.json": "f3827a7bef7ec2241a50822490c1cfc68228be63e526389219d14416a6be3c0c",
|
|
10
|
+
"data/cve-catalog.json": "093c774e39e93dc597350df97c556a9204dec1cedce0c22f28fd1bf4506b6fc2",
|
|
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": "da860282700942b7766778ec499a56011c822206758bc42cd4c20ae12e285d74",
|
|
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",
|
|
@@ -505,6 +505,7 @@
|
|
|
505
505
|
"CVE-2025-60710",
|
|
506
506
|
"CVE-2025-62215",
|
|
507
507
|
"CVE-2025-62849",
|
|
508
|
+
"CVE-2025-6558",
|
|
508
509
|
"CVE-2026-0300",
|
|
509
510
|
"CVE-2026-20122",
|
|
510
511
|
"CVE-2026-20805",
|
|
@@ -976,7 +977,6 @@
|
|
|
976
977
|
"CVE-2025-11953",
|
|
977
978
|
"CVE-2025-12480",
|
|
978
979
|
"CVE-2025-12686",
|
|
979
|
-
"CVE-2025-13223",
|
|
980
980
|
"CVE-2025-14611",
|
|
981
981
|
"CVE-2025-14733",
|
|
982
982
|
"CVE-2025-14847",
|
|
@@ -1081,8 +1081,6 @@
|
|
|
1081
1081
|
"CVE-2025-64496",
|
|
1082
1082
|
"CVE-2025-64513",
|
|
1083
1083
|
"CVE-2025-6543",
|
|
1084
|
-
"CVE-2025-6554",
|
|
1085
|
-
"CVE-2025-6558",
|
|
1086
1084
|
"CVE-2025-66376",
|
|
1087
1085
|
"CVE-2025-66644",
|
|
1088
1086
|
"CVE-2025-67818",
|
|
@@ -1324,6 +1322,7 @@
|
|
|
1324
1322
|
"CVE-2023-41974",
|
|
1325
1323
|
"CVE-2023-43000",
|
|
1326
1324
|
"CVE-2025-10585",
|
|
1325
|
+
"CVE-2025-13223",
|
|
1327
1326
|
"CVE-2025-14174",
|
|
1328
1327
|
"CVE-2025-21479",
|
|
1329
1328
|
"CVE-2025-21480",
|
|
@@ -1337,6 +1336,9 @@
|
|
|
1337
1336
|
"CVE-2025-43520",
|
|
1338
1337
|
"CVE-2025-43529",
|
|
1339
1338
|
"CVE-2025-4919",
|
|
1339
|
+
"CVE-2025-5419",
|
|
1340
|
+
"CVE-2025-6554",
|
|
1341
|
+
"CVE-2025-6558",
|
|
1340
1342
|
"CVE-2026-20700",
|
|
1341
1343
|
"CVE-2026-21385",
|
|
1342
1344
|
"CVE-2026-2441",
|
package/data/cve-catalog.json
CHANGED
|
@@ -23986,7 +23986,7 @@
|
|
|
23986
23986
|
"cwe_refs": [
|
|
23987
23987
|
"CWE-416"
|
|
23988
23988
|
],
|
|
23989
|
-
"source_verified": "2026-05-
|
|
23989
|
+
"source_verified": "2026-05-29",
|
|
23990
23990
|
"verification_sources": [
|
|
23991
23991
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
23992
23992
|
"https://chromereleases.googleblog.com/2026/02/stable-channel-update-for-desktop_13.html",
|
|
@@ -24015,11 +24015,21 @@
|
|
|
24015
24015
|
"published_date": "2026-02-17"
|
|
24016
24016
|
}
|
|
24017
24017
|
],
|
|
24018
|
-
"last_updated": "2026-05-
|
|
24018
|
+
"last_updated": "2026-05-29",
|
|
24019
24019
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-17; due date 2026-03-10. Notes reference: https://chromereleases.googleblog.com/2026/02/stable-channel-update-for-desktop_13.html ; https://nvd.nist.gov/vuln/detail/CVE-2026-2441",
|
|
24020
|
-
"_auto_imported":
|
|
24021
|
-
"_intake_method": "
|
|
24022
|
-
"_kev_short_description": "Google Chromium CSS contains a use-after-free vulnerability that could allow a remote attacker to potentially exploit heap corruption via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera."
|
|
24020
|
+
"_auto_imported": false,
|
|
24021
|
+
"_intake_method": "manual-verified-curation",
|
|
24022
|
+
"_kev_short_description": "Google Chromium CSS contains a use-after-free vulnerability that could allow a remote attacker to potentially exploit heap corruption via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.",
|
|
24023
|
+
"iocs": {
|
|
24024
|
+
"behavioral": [
|
|
24025
|
+
"Google Chromium below the patched build named in the Chrome/Chromium advisory on an endpoint exposed to web content.",
|
|
24026
|
+
"Renderer/GPU process crashes or memory-corruption signatures consistent with use-after-free (CWE-416) in Chromium's CSS handling on an affected endpoint.",
|
|
24027
|
+
"Inbound navigation to attacker-controlled web content followed by unexpected child-process execution or sandbox-escape behavior from the browser process (KEV-confirmed in-the-wild exploitation; browser zero-days of this class are used in targeted-spyware and watering-hole chains)."
|
|
24028
|
+
],
|
|
24029
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-2441, CISA KEV (added 2026-02-17), and the Google Chrome/Chromium security advisory recorded in vendor_advisories."
|
|
24030
|
+
},
|
|
24031
|
+
"_draft": false,
|
|
24032
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1203 client execution) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
24023
24033
|
},
|
|
24024
24034
|
"CVE-2026-1731": {
|
|
24025
24035
|
"name": "BeyondTrust Remote Support (RS) and Privileged Remote Access (PRA) OS Command Injection Vulnerability",
|
|
@@ -29337,7 +29347,7 @@
|
|
|
29337
29347
|
},
|
|
29338
29348
|
"atlas_refs": [],
|
|
29339
29349
|
"attack_refs": [
|
|
29340
|
-
"
|
|
29350
|
+
"T1203"
|
|
29341
29351
|
],
|
|
29342
29352
|
"rwep_score": 77,
|
|
29343
29353
|
"rwep_factors": {
|
|
@@ -29358,7 +29368,7 @@
|
|
|
29358
29368
|
"cwe_refs": [
|
|
29359
29369
|
"CWE-843"
|
|
29360
29370
|
],
|
|
29361
|
-
"source_verified": "2026-05-
|
|
29371
|
+
"source_verified": "2026-05-29",
|
|
29362
29372
|
"verification_sources": [
|
|
29363
29373
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
29364
29374
|
"https://chromereleases.googleblog.com/2025/11/stable-channel-update-for-desktop_17.html",
|
|
@@ -29387,11 +29397,21 @@
|
|
|
29387
29397
|
"published_date": "2025-11-19"
|
|
29388
29398
|
}
|
|
29389
29399
|
],
|
|
29390
|
-
"last_updated": "2026-05-
|
|
29400
|
+
"last_updated": "2026-05-29",
|
|
29391
29401
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-11-19; due date 2025-12-10. Notes reference: https://chromereleases.googleblog.com/2025/11/stable-channel-update-for-desktop_17.html ; https://nvd.nist.gov/vuln/detail/CVE-2025-13223",
|
|
29392
|
-
"_auto_imported":
|
|
29393
|
-
"_intake_method": "
|
|
29394
|
-
"_kev_short_description": "Google Chromium V8 contains a type confusion vulnerability that allows for heap corruption."
|
|
29402
|
+
"_auto_imported": false,
|
|
29403
|
+
"_intake_method": "manual-verified-curation",
|
|
29404
|
+
"_kev_short_description": "Google Chromium V8 contains a type confusion vulnerability that allows for heap corruption.",
|
|
29405
|
+
"iocs": {
|
|
29406
|
+
"behavioral": [
|
|
29407
|
+
"Google Chromium below the patched build named in the Chrome/Chromium advisory on an endpoint exposed to web content.",
|
|
29408
|
+
"Renderer/GPU process crashes or memory-corruption signatures consistent with type confusion (CWE-843) in the V8 JavaScript engine on an affected endpoint.",
|
|
29409
|
+
"Inbound navigation to attacker-controlled web content followed by unexpected child-process execution or sandbox-escape behavior from the browser process (KEV-confirmed in-the-wild exploitation; browser zero-days of this class are used in targeted-spyware and watering-hole chains)."
|
|
29410
|
+
],
|
|
29411
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-13223, CISA KEV (added 2025-11-19), and the Google Chrome/Chromium security advisory recorded in vendor_advisories."
|
|
29412
|
+
},
|
|
29413
|
+
"_draft": false,
|
|
29414
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1203 client execution) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
29395
29415
|
},
|
|
29396
29416
|
"CVE-2025-58034": {
|
|
29397
29417
|
"name": "Fortinet FortiWeb OS Command Injection Vulnerability",
|
|
@@ -36632,7 +36652,8 @@
|
|
|
36632
36652
|
},
|
|
36633
36653
|
"atlas_refs": [],
|
|
36634
36654
|
"attack_refs": [
|
|
36635
|
-
"
|
|
36655
|
+
"T1203",
|
|
36656
|
+
"T1068"
|
|
36636
36657
|
],
|
|
36637
36658
|
"rwep_score": 77,
|
|
36638
36659
|
"rwep_factors": {
|
|
@@ -36653,7 +36674,7 @@
|
|
|
36653
36674
|
"cwe_refs": [
|
|
36654
36675
|
"CWE-20"
|
|
36655
36676
|
],
|
|
36656
|
-
"source_verified": "2026-05-
|
|
36677
|
+
"source_verified": "2026-05-29",
|
|
36657
36678
|
"verification_sources": [
|
|
36658
36679
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
36659
36680
|
"https://chromereleases.googleblog.com/2025/07/stable-channel-update-for-desktop_15.html",
|
|
@@ -36682,11 +36703,21 @@
|
|
|
36682
36703
|
"published_date": "2025-07-22"
|
|
36683
36704
|
}
|
|
36684
36705
|
],
|
|
36685
|
-
"last_updated": "2026-05-
|
|
36706
|
+
"last_updated": "2026-05-29",
|
|
36686
36707
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-22; due date 2025-08-12. Notes reference: https://chromereleases.googleblog.com/2025/07/stable-channel-update-for-desktop_15.html ; https://nvd.nist.gov/vuln/detail/CVE-2025-6558",
|
|
36687
|
-
"_auto_imported":
|
|
36688
|
-
"_intake_method": "
|
|
36689
|
-
"_kev_short_description": "Google Chromium contains an improper input validation vulnerability in ANGLE and GPU. This vulnerability could allow a remote attacker to potentially perform a sandbox escape via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera."
|
|
36708
|
+
"_auto_imported": false,
|
|
36709
|
+
"_intake_method": "manual-verified-curation",
|
|
36710
|
+
"_kev_short_description": "Google Chromium contains an improper input validation vulnerability in ANGLE and GPU. This vulnerability could allow a remote attacker to potentially perform a sandbox escape via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.",
|
|
36711
|
+
"iocs": {
|
|
36712
|
+
"behavioral": [
|
|
36713
|
+
"Google Chromium below the patched build named in the Chrome/Chromium advisory on an endpoint exposed to web content.",
|
|
36714
|
+
"Renderer/GPU process crashes or memory-corruption signatures consistent with improper-input-validation flaw (CWE-20) in ANGLE and the GPU process on an affected endpoint.",
|
|
36715
|
+
"Inbound navigation to attacker-controlled web content followed by unexpected child-process execution or sandbox-escape behavior from the browser process (KEV-confirmed in-the-wild exploitation; browser zero-days of this class are used in targeted-spyware and watering-hole chains)."
|
|
36716
|
+
],
|
|
36717
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-6558, CISA KEV (added 2025-07-22), and the Google Chrome/Chromium security advisory recorded in vendor_advisories."
|
|
36718
|
+
},
|
|
36719
|
+
"_draft": false,
|
|
36720
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1203 client execution + T1068 sandbox escape) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
36690
36721
|
},
|
|
36691
36722
|
"CVE-2025-54309": {
|
|
36692
36723
|
"name": " CrushFTP Unprotected Alternate Channel Vulnerability",
|
|
@@ -37865,7 +37896,7 @@
|
|
|
37865
37896
|
},
|
|
37866
37897
|
"atlas_refs": [],
|
|
37867
37898
|
"attack_refs": [
|
|
37868
|
-
"
|
|
37899
|
+
"T1203"
|
|
37869
37900
|
],
|
|
37870
37901
|
"rwep_score": 77,
|
|
37871
37902
|
"rwep_factors": {
|
|
@@ -37886,7 +37917,7 @@
|
|
|
37886
37917
|
"cwe_refs": [
|
|
37887
37918
|
"CWE-843"
|
|
37888
37919
|
],
|
|
37889
|
-
"source_verified": "2026-05-
|
|
37920
|
+
"source_verified": "2026-05-29",
|
|
37890
37921
|
"verification_sources": [
|
|
37891
37922
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
37892
37923
|
"https://chromereleases.googleblog.com/2025/06/stable-channel-update-for-desktop_30.html?m=1",
|
|
@@ -37915,11 +37946,21 @@
|
|
|
37915
37946
|
"published_date": "2025-07-02"
|
|
37916
37947
|
}
|
|
37917
37948
|
],
|
|
37918
|
-
"last_updated": "2026-05-
|
|
37949
|
+
"last_updated": "2026-05-29",
|
|
37919
37950
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-02; due date 2025-07-23. Notes reference: https://chromereleases.googleblog.com/2025/06/stable-channel-update-for-desktop_30.html?m=1 ; https://nvd.nist.gov/vuln/detail/CVE-2025-6554",
|
|
37920
|
-
"_auto_imported":
|
|
37921
|
-
"_intake_method": "
|
|
37922
|
-
"_kev_short_description": "Google Chromium V8 contains a type confusion vulnerability that could allow a remote attacker to perform arbitrary read/write via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera."
|
|
37951
|
+
"_auto_imported": false,
|
|
37952
|
+
"_intake_method": "manual-verified-curation",
|
|
37953
|
+
"_kev_short_description": "Google Chromium V8 contains a type confusion vulnerability that could allow a remote attacker to perform arbitrary read/write via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.",
|
|
37954
|
+
"iocs": {
|
|
37955
|
+
"behavioral": [
|
|
37956
|
+
"Google Chromium below the patched build named in the Chrome/Chromium advisory on an endpoint exposed to web content.",
|
|
37957
|
+
"Renderer/GPU process crashes or memory-corruption signatures consistent with type confusion (CWE-843) in the V8 JavaScript engine (a variant of the recurring V8 type-confusion class) on an affected endpoint.",
|
|
37958
|
+
"Inbound navigation to attacker-controlled web content followed by unexpected child-process execution or sandbox-escape behavior from the browser process (KEV-confirmed in-the-wild exploitation; browser zero-days of this class are used in targeted-spyware and watering-hole chains)."
|
|
37959
|
+
],
|
|
37960
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-6554, CISA KEV (added 2025-07-02), and the Google Chrome/Chromium security advisory recorded in vendor_advisories."
|
|
37961
|
+
},
|
|
37962
|
+
"_draft": false,
|
|
37963
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1203 client execution) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
37923
37964
|
},
|
|
37924
37965
|
"CVE-2025-48928": {
|
|
37925
37966
|
"name": "TeleMessage TM SGNL Exposure of Core Dump File to an Unauthorized Control Sphere Vulnerability",
|
|
@@ -39235,7 +39276,8 @@
|
|
|
39235
39276
|
},
|
|
39236
39277
|
"atlas_refs": [],
|
|
39237
39278
|
"attack_refs": [
|
|
39238
|
-
"T1005"
|
|
39279
|
+
"T1005",
|
|
39280
|
+
"T1203"
|
|
39239
39281
|
],
|
|
39240
39282
|
"rwep_score": 77,
|
|
39241
39283
|
"rwep_factors": {
|
|
@@ -39257,7 +39299,7 @@
|
|
|
39257
39299
|
"CWE-125",
|
|
39258
39300
|
"CWE-787"
|
|
39259
39301
|
],
|
|
39260
|
-
"source_verified": "2026-05-
|
|
39302
|
+
"source_verified": "2026-05-29",
|
|
39261
39303
|
"verification_sources": [
|
|
39262
39304
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
39263
39305
|
"https://chromereleases.googleblog.com/2025/06/stable-channel-update-for-desktop.html",
|
|
@@ -39286,11 +39328,21 @@
|
|
|
39286
39328
|
"published_date": "2025-06-05"
|
|
39287
39329
|
}
|
|
39288
39330
|
],
|
|
39289
|
-
"last_updated": "2026-05-
|
|
39331
|
+
"last_updated": "2026-05-29",
|
|
39290
39332
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-05; due date 2025-06-26. Notes reference: https://chromereleases.googleblog.com/2025/06/stable-channel-update-for-desktop.html; https://nvd.nist.gov/vuln/detail/CVE-2025-5419\",",
|
|
39291
|
-
"_auto_imported":
|
|
39292
|
-
"_intake_method": "
|
|
39293
|
-
"_kev_short_description": "Google Chromium V8 contains an out-of-bounds read and write vulnerability that could allow a remote attacker to potentially exploit heap corruption via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera."
|
|
39333
|
+
"_auto_imported": false,
|
|
39334
|
+
"_intake_method": "manual-verified-curation",
|
|
39335
|
+
"_kev_short_description": "Google Chromium V8 contains an out-of-bounds read and write vulnerability that could allow a remote attacker to potentially exploit heap corruption via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.",
|
|
39336
|
+
"iocs": {
|
|
39337
|
+
"behavioral": [
|
|
39338
|
+
"Google Chromium below the patched build named in the Chrome/Chromium advisory on an endpoint exposed to web content.",
|
|
39339
|
+
"Renderer/GPU process crashes or memory-corruption signatures consistent with out-of-bounds read and write (CWE-125/CWE-787) in the V8 JavaScript engine on an affected endpoint.",
|
|
39340
|
+
"Inbound navigation to attacker-controlled web content followed by unexpected child-process execution or sandbox-escape behavior from the browser process (KEV-confirmed in-the-wild exploitation; browser zero-days of this class are used in targeted-spyware and watering-hole chains)."
|
|
39341
|
+
],
|
|
39342
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-5419, CISA KEV (added 2025-06-05), and the Google Chrome/Chromium security advisory recorded in vendor_advisories."
|
|
39343
|
+
},
|
|
39344
|
+
"_draft": false,
|
|
39345
|
+
"curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1203 client execution) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
|
|
39294
39346
|
},
|
|
39295
39347
|
"CVE-2025-21479": {
|
|
39296
39348
|
"name": "Qualcomm Multiple Chipsets Incorrect Authorization Vulnerability",
|
|
@@ -12462,35 +12462,58 @@
|
|
|
12462
12462
|
},
|
|
12463
12463
|
"CVE-2026-2441": {
|
|
12464
12464
|
"name": "Google Chromium CSS Use-After-Free Vulnerability",
|
|
12465
|
-
"lesson_date": "2026-05-
|
|
12465
|
+
"lesson_date": "2026-05-29",
|
|
12466
12466
|
"attack_vector": {
|
|
12467
|
-
"description": "
|
|
12468
|
-
"privileges_required": "
|
|
12469
|
-
"complexity": "
|
|
12470
|
-
"ai_factor": "
|
|
12467
|
+
"description": "a use-after-free (CWE-416) in Chromium's CSS handling, exploitable by an attacker-controlled web page for code execution in the renderer. CISA KEV-listed 2026-02-17 with confirmed in-the-wild exploitation; browser zero-days of this class are typically used in targeted-spyware or watering-hole chains.",
|
|
12468
|
+
"privileges_required": "none (the victim's browser renders attacker-controlled web content)",
|
|
12469
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12470
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12471
|
+
},
|
|
12472
|
+
"defense_chain": {
|
|
12473
|
+
"prevention": {
|
|
12474
|
+
"what_would_have_worked": "Allow Chrome's component updater to apply the patched build immediately; enforce forced auto-update via enterprise browser policy and do not gate browser updates behind a managed change window.",
|
|
12475
|
+
"was_this_required": true,
|
|
12476
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12477
|
+
"adequacy": "Auto-update is definitive and fast; the gap is managed fleets that defer browser updates and high-risk users who should also run hardened/locked-down browsing."
|
|
12478
|
+
},
|
|
12479
|
+
"detection": {
|
|
12480
|
+
"what_would_have_worked": "EDR/browser telemetry for renderer/GPU crashes on content render, sandbox-escape behavior, and unexpected child processes spawned by the browser.",
|
|
12481
|
+
"was_this_required": false,
|
|
12482
|
+
"framework_requiring_it": null,
|
|
12483
|
+
"adequacy": "Backstops endpoints not yet updated; browser exploit chains are stealthy and often zero-click via a malicious page."
|
|
12484
|
+
},
|
|
12485
|
+
"response": {
|
|
12486
|
+
"what_would_have_worked": "Force the browser update across the fleet, isolate exploited endpoints, hunt for follow-on payloads (browser RCE chains drop loaders), and review for credential theft from the browser profile.",
|
|
12487
|
+
"was_this_required": true,
|
|
12488
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12489
|
+
"adequacy": "Mandatory; browser RCE typically leads to profile/credential theft and further-stage payloads that a bare update does not remediate."
|
|
12490
|
+
}
|
|
12471
12491
|
},
|
|
12472
12492
|
"framework_coverage": {
|
|
12473
12493
|
"NIST-800-53-SI-2": {
|
|
12474
12494
|
"covered": true,
|
|
12475
12495
|
"adequate": false,
|
|
12476
|
-
"gap": "30-day SLA
|
|
12496
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited browser zero-day delivered by a web page; these are weaponized within days and often used in targeted-spyware or watering-hole chains."
|
|
12477
12497
|
},
|
|
12478
12498
|
"ISO-27001-2022-A.8.8": {
|
|
12479
12499
|
"covered": true,
|
|
12480
12500
|
"adequate": false,
|
|
12481
|
-
"gap": "
|
|
12501
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser RCE, where the safe SLA is same-day Chrome component-updater rollout."
|
|
12502
|
+
},
|
|
12503
|
+
"AU-ISM-1546": {
|
|
12504
|
+
"covered": true,
|
|
12505
|
+
"adequate": false,
|
|
12506
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a browser RCE, but the load-bearing controls are forced auto-update via enterprise browser policy and not gating Chrome updates behind a managed change window — neither of which the framework names explicitly."
|
|
12482
12507
|
}
|
|
12483
12508
|
},
|
|
12484
12509
|
"compliance_exposure_score": {
|
|
12485
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12486
|
-
"basis": "
|
|
12510
|
+
"percent_audit_passing_orgs_still_exposed": 60,
|
|
12511
|
+
"basis": "Chrome/Chromium is near-universal on endpoints; audited organizations that disable or defer the component updater behind a managed change window remain exposed for this KEV-listed, actively-exploited flaw despite the fix being available same-day.",
|
|
12487
12512
|
"theater_pattern": "patch_management"
|
|
12488
12513
|
},
|
|
12489
12514
|
"ai_discovered_zeroday": false,
|
|
12490
|
-
"ai_discovery_source": "
|
|
12491
|
-
"ai_assist_factor": "none"
|
|
12492
|
-
"_auto_imported": true,
|
|
12493
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12515
|
+
"ai_discovery_source": "vendor_research",
|
|
12516
|
+
"ai_assist_factor": "none"
|
|
12494
12517
|
},
|
|
12495
12518
|
"CVE-2026-1731": {
|
|
12496
12519
|
"name": "BeyondTrust Remote Support (RS) and Privileged Remote Access (PRA) OS Command Injection Vulnerability",
|
|
@@ -14595,35 +14618,58 @@
|
|
|
14595
14618
|
},
|
|
14596
14619
|
"CVE-2025-13223": {
|
|
14597
14620
|
"name": "Google Chromium V8 Type Confusion Vulnerability",
|
|
14598
|
-
"lesson_date": "2026-05-
|
|
14621
|
+
"lesson_date": "2026-05-29",
|
|
14599
14622
|
"attack_vector": {
|
|
14600
|
-
"description": "
|
|
14601
|
-
"privileges_required": "
|
|
14602
|
-
"complexity": "
|
|
14603
|
-
"ai_factor": "
|
|
14623
|
+
"description": "a type confusion (CWE-843) in the V8 JavaScript engine, exploitable by an attacker-controlled web page for code execution in the renderer. CISA KEV-listed 2025-11-19 with confirmed in-the-wild exploitation; browser zero-days of this class are typically used in targeted-spyware or watering-hole chains.",
|
|
14624
|
+
"privileges_required": "none (the victim's browser renders attacker-controlled web content)",
|
|
14625
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
14626
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
14627
|
+
},
|
|
14628
|
+
"defense_chain": {
|
|
14629
|
+
"prevention": {
|
|
14630
|
+
"what_would_have_worked": "Allow Chrome's component updater to apply the patched build immediately; enforce forced auto-update via enterprise browser policy and do not gate browser updates behind a managed change window.",
|
|
14631
|
+
"was_this_required": true,
|
|
14632
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
14633
|
+
"adequacy": "Auto-update is definitive and fast; the gap is managed fleets that defer browser updates and high-risk users who should also run hardened/locked-down browsing."
|
|
14634
|
+
},
|
|
14635
|
+
"detection": {
|
|
14636
|
+
"what_would_have_worked": "EDR/browser telemetry for renderer/GPU crashes on content render, sandbox-escape behavior, and unexpected child processes spawned by the browser.",
|
|
14637
|
+
"was_this_required": false,
|
|
14638
|
+
"framework_requiring_it": null,
|
|
14639
|
+
"adequacy": "Backstops endpoints not yet updated; browser exploit chains are stealthy and often zero-click via a malicious page."
|
|
14640
|
+
},
|
|
14641
|
+
"response": {
|
|
14642
|
+
"what_would_have_worked": "Force the browser update across the fleet, isolate exploited endpoints, hunt for follow-on payloads (browser RCE chains drop loaders), and review for credential theft from the browser profile.",
|
|
14643
|
+
"was_this_required": true,
|
|
14644
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
14645
|
+
"adequacy": "Mandatory; browser RCE typically leads to profile/credential theft and further-stage payloads that a bare update does not remediate."
|
|
14646
|
+
}
|
|
14604
14647
|
},
|
|
14605
14648
|
"framework_coverage": {
|
|
14606
14649
|
"NIST-800-53-SI-2": {
|
|
14607
14650
|
"covered": true,
|
|
14608
14651
|
"adequate": false,
|
|
14609
|
-
"gap": "30-day SLA
|
|
14652
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited browser zero-day delivered by a web page; these are weaponized within days and often used in targeted-spyware or watering-hole chains."
|
|
14610
14653
|
},
|
|
14611
14654
|
"ISO-27001-2022-A.8.8": {
|
|
14612
14655
|
"covered": true,
|
|
14613
14656
|
"adequate": false,
|
|
14614
|
-
"gap": "
|
|
14657
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser RCE, where the safe SLA is same-day Chrome component-updater rollout."
|
|
14658
|
+
},
|
|
14659
|
+
"AU-ISM-1546": {
|
|
14660
|
+
"covered": true,
|
|
14661
|
+
"adequate": false,
|
|
14662
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a browser RCE, but the load-bearing controls are forced auto-update via enterprise browser policy and not gating Chrome updates behind a managed change window — neither of which the framework names explicitly."
|
|
14615
14663
|
}
|
|
14616
14664
|
},
|
|
14617
14665
|
"compliance_exposure_score": {
|
|
14618
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
14619
|
-
"basis": "
|
|
14666
|
+
"percent_audit_passing_orgs_still_exposed": 60,
|
|
14667
|
+
"basis": "Chrome/Chromium is near-universal on endpoints; audited organizations that disable or defer the component updater behind a managed change window remain exposed for this KEV-listed, actively-exploited flaw despite the fix being available same-day.",
|
|
14620
14668
|
"theater_pattern": "patch_management"
|
|
14621
14669
|
},
|
|
14622
14670
|
"ai_discovered_zeroday": false,
|
|
14623
|
-
"ai_discovery_source": "
|
|
14624
|
-
"ai_assist_factor": "none"
|
|
14625
|
-
"_auto_imported": true,
|
|
14626
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
14671
|
+
"ai_discovery_source": "vendor_research",
|
|
14672
|
+
"ai_assist_factor": "none"
|
|
14627
14673
|
},
|
|
14628
14674
|
"CVE-2025-58034": {
|
|
14629
14675
|
"name": "Fortinet FortiWeb OS Command Injection Vulnerability",
|
|
@@ -17591,35 +17637,58 @@
|
|
|
17591
17637
|
},
|
|
17592
17638
|
"CVE-2025-6558": {
|
|
17593
17639
|
"name": "Google Chromium ANGLE and GPU Improper Input Validation Vulnerability",
|
|
17594
|
-
"lesson_date": "2026-05-
|
|
17640
|
+
"lesson_date": "2026-05-29",
|
|
17595
17641
|
"attack_vector": {
|
|
17596
|
-
"description": "
|
|
17597
|
-
"privileges_required": "
|
|
17598
|
-
"complexity": "
|
|
17599
|
-
"ai_factor": "
|
|
17642
|
+
"description": "an improper-input-validation flaw (CWE-20) in ANGLE and the GPU process, exploitable by an attacker-controlled web page to escape the browser sandbox. CISA KEV-listed 2025-07-22 with confirmed in-the-wild exploitation; browser zero-days of this class are typically used in targeted-spyware or watering-hole chains.",
|
|
17643
|
+
"privileges_required": "none for initial code execution; the GPU/ANGLE flaw then escapes the renderer sandbox as a privilege step",
|
|
17644
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17645
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17646
|
+
},
|
|
17647
|
+
"defense_chain": {
|
|
17648
|
+
"prevention": {
|
|
17649
|
+
"what_would_have_worked": "Allow Chrome's component updater to apply the patched build immediately; enforce forced auto-update via enterprise browser policy and do not gate browser updates behind a managed change window.",
|
|
17650
|
+
"was_this_required": true,
|
|
17651
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17652
|
+
"adequacy": "Auto-update is definitive and fast; the gap is managed fleets that defer browser updates and high-risk users who should also run hardened/locked-down browsing."
|
|
17653
|
+
},
|
|
17654
|
+
"detection": {
|
|
17655
|
+
"what_would_have_worked": "EDR/browser telemetry for renderer/GPU crashes on content render, sandbox-escape behavior, and unexpected child processes spawned by the browser.",
|
|
17656
|
+
"was_this_required": false,
|
|
17657
|
+
"framework_requiring_it": null,
|
|
17658
|
+
"adequacy": "Backstops endpoints not yet updated; browser exploit chains are stealthy and often zero-click via a malicious page."
|
|
17659
|
+
},
|
|
17660
|
+
"response": {
|
|
17661
|
+
"what_would_have_worked": "Force the browser update across the fleet, isolate exploited endpoints, hunt for follow-on payloads (browser RCE chains drop loaders), and review for credential theft from the browser profile.",
|
|
17662
|
+
"was_this_required": true,
|
|
17663
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17664
|
+
"adequacy": "Mandatory; browser RCE typically leads to profile/credential theft and further-stage payloads that a bare update does not remediate."
|
|
17665
|
+
}
|
|
17600
17666
|
},
|
|
17601
17667
|
"framework_coverage": {
|
|
17602
17668
|
"NIST-800-53-SI-2": {
|
|
17603
17669
|
"covered": true,
|
|
17604
17670
|
"adequate": false,
|
|
17605
|
-
"gap": "30-day SLA
|
|
17671
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited browser zero-day delivered by a web page; these are weaponized within days and often used in targeted-spyware or watering-hole chains."
|
|
17606
17672
|
},
|
|
17607
17673
|
"ISO-27001-2022-A.8.8": {
|
|
17608
17674
|
"covered": true,
|
|
17609
17675
|
"adequate": false,
|
|
17610
|
-
"gap": "
|
|
17676
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser RCE, where the safe SLA is same-day Chrome component-updater rollout."
|
|
17677
|
+
},
|
|
17678
|
+
"AU-ISM-1546": {
|
|
17679
|
+
"covered": true,
|
|
17680
|
+
"adequate": false,
|
|
17681
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a browser RCE, but the load-bearing controls are forced auto-update via enterprise browser policy and not gating Chrome updates behind a managed change window — neither of which the framework names explicitly."
|
|
17611
17682
|
}
|
|
17612
17683
|
},
|
|
17613
17684
|
"compliance_exposure_score": {
|
|
17614
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17615
|
-
"basis": "
|
|
17685
|
+
"percent_audit_passing_orgs_still_exposed": 60,
|
|
17686
|
+
"basis": "Chrome/Chromium is near-universal on endpoints; audited organizations that disable or defer the component updater behind a managed change window remain exposed for this KEV-listed, actively-exploited flaw despite the fix being available same-day.",
|
|
17616
17687
|
"theater_pattern": "patch_management"
|
|
17617
17688
|
},
|
|
17618
17689
|
"ai_discovered_zeroday": false,
|
|
17619
|
-
"ai_discovery_source": "
|
|
17620
|
-
"ai_assist_factor": "none"
|
|
17621
|
-
"_auto_imported": true,
|
|
17622
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17690
|
+
"ai_discovery_source": "vendor_research",
|
|
17691
|
+
"ai_assist_factor": "none"
|
|
17623
17692
|
},
|
|
17624
17693
|
"CVE-2025-54309": {
|
|
17625
17694
|
"name": " CrushFTP Unprotected Alternate Channel Vulnerability",
|
|
@@ -18142,36 +18211,59 @@
|
|
|
18142
18211
|
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18143
18212
|
},
|
|
18144
18213
|
"CVE-2025-6554": {
|
|
18145
|
-
"name": "Google Chromium V8 Type Confusion Vulnerability",
|
|
18146
|
-
"lesson_date": "2026-05-
|
|
18214
|
+
"name": "Google Chromium V8 Type Confusion Vulnerability (variant: CVE-2025-6554)",
|
|
18215
|
+
"lesson_date": "2026-05-29",
|
|
18147
18216
|
"attack_vector": {
|
|
18148
|
-
"description": "
|
|
18149
|
-
"privileges_required": "
|
|
18150
|
-
"complexity": "
|
|
18151
|
-
"ai_factor": "
|
|
18217
|
+
"description": "a type confusion (CWE-843) in the V8 JavaScript engine (a variant of the recurring V8 type-confusion class), exploitable by an attacker-controlled web page for code execution in the renderer. CISA KEV-listed 2025-07-02 with confirmed in-the-wild exploitation; browser zero-days of this class are typically used in targeted-spyware or watering-hole chains.",
|
|
18218
|
+
"privileges_required": "none (the victim's browser renders attacker-controlled web content)",
|
|
18219
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18220
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18221
|
+
},
|
|
18222
|
+
"defense_chain": {
|
|
18223
|
+
"prevention": {
|
|
18224
|
+
"what_would_have_worked": "Allow Chrome's component updater to apply the patched build immediately; enforce forced auto-update via enterprise browser policy and do not gate browser updates behind a managed change window.",
|
|
18225
|
+
"was_this_required": true,
|
|
18226
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18227
|
+
"adequacy": "Auto-update is definitive and fast; the gap is managed fleets that defer browser updates and high-risk users who should also run hardened/locked-down browsing."
|
|
18228
|
+
},
|
|
18229
|
+
"detection": {
|
|
18230
|
+
"what_would_have_worked": "EDR/browser telemetry for renderer/GPU crashes on content render, sandbox-escape behavior, and unexpected child processes spawned by the browser.",
|
|
18231
|
+
"was_this_required": false,
|
|
18232
|
+
"framework_requiring_it": null,
|
|
18233
|
+
"adequacy": "Backstops endpoints not yet updated; browser exploit chains are stealthy and often zero-click via a malicious page."
|
|
18234
|
+
},
|
|
18235
|
+
"response": {
|
|
18236
|
+
"what_would_have_worked": "Force the browser update across the fleet, isolate exploited endpoints, hunt for follow-on payloads (browser RCE chains drop loaders), and review for credential theft from the browser profile.",
|
|
18237
|
+
"was_this_required": true,
|
|
18238
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18239
|
+
"adequacy": "Mandatory; browser RCE typically leads to profile/credential theft and further-stage payloads that a bare update does not remediate."
|
|
18240
|
+
}
|
|
18152
18241
|
},
|
|
18153
18242
|
"framework_coverage": {
|
|
18154
18243
|
"NIST-800-53-SI-2": {
|
|
18155
18244
|
"covered": true,
|
|
18156
18245
|
"adequate": false,
|
|
18157
|
-
"gap": "30-day SLA
|
|
18246
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited browser zero-day delivered by a web page; these are weaponized within days and often used in targeted-spyware or watering-hole chains."
|
|
18158
18247
|
},
|
|
18159
18248
|
"ISO-27001-2022-A.8.8": {
|
|
18160
18249
|
"covered": true,
|
|
18161
18250
|
"adequate": false,
|
|
18162
|
-
"gap": "
|
|
18251
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser RCE, where the safe SLA is same-day Chrome component-updater rollout."
|
|
18252
|
+
},
|
|
18253
|
+
"AU-ISM-1546": {
|
|
18254
|
+
"covered": true,
|
|
18255
|
+
"adequate": false,
|
|
18256
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a browser RCE, but the load-bearing controls are forced auto-update via enterprise browser policy and not gating Chrome updates behind a managed change window — neither of which the framework names explicitly."
|
|
18163
18257
|
}
|
|
18164
18258
|
},
|
|
18165
18259
|
"compliance_exposure_score": {
|
|
18166
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18167
|
-
"basis": "
|
|
18260
|
+
"percent_audit_passing_orgs_still_exposed": 60,
|
|
18261
|
+
"basis": "Chrome/Chromium is near-universal on endpoints; audited organizations that disable or defer the component updater behind a managed change window remain exposed for this KEV-listed, actively-exploited flaw despite the fix being available same-day.",
|
|
18168
18262
|
"theater_pattern": "patch_management"
|
|
18169
18263
|
},
|
|
18170
18264
|
"ai_discovered_zeroday": false,
|
|
18171
|
-
"ai_discovery_source": "
|
|
18172
|
-
"ai_assist_factor": "none"
|
|
18173
|
-
"_auto_imported": true,
|
|
18174
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18265
|
+
"ai_discovery_source": "vendor_research",
|
|
18266
|
+
"ai_assist_factor": "none"
|
|
18175
18267
|
},
|
|
18176
18268
|
"CVE-2025-48928": {
|
|
18177
18269
|
"name": "TeleMessage TM SGNL Exposure of Core Dump File to an Unauthorized Control Sphere Vulnerability",
|
|
@@ -18670,35 +18762,58 @@
|
|
|
18670
18762
|
},
|
|
18671
18763
|
"CVE-2025-5419": {
|
|
18672
18764
|
"name": "Google Chromium V8 Out-of-Bounds Read and Write Vulnerability",
|
|
18673
|
-
"lesson_date": "2026-05-
|
|
18765
|
+
"lesson_date": "2026-05-29",
|
|
18674
18766
|
"attack_vector": {
|
|
18675
|
-
"description": "
|
|
18676
|
-
"privileges_required": "
|
|
18677
|
-
"complexity": "
|
|
18678
|
-
"ai_factor": "
|
|
18767
|
+
"description": "an out-of-bounds read and write (CWE-125/CWE-787) in the V8 JavaScript engine, exploitable by an attacker-controlled web page for code execution in the renderer. CISA KEV-listed 2025-06-05 with confirmed in-the-wild exploitation; browser zero-days of this class are typically used in targeted-spyware or watering-hole chains.",
|
|
18768
|
+
"privileges_required": "none (the victim's browser renders attacker-controlled web content)",
|
|
18769
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18770
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18771
|
+
},
|
|
18772
|
+
"defense_chain": {
|
|
18773
|
+
"prevention": {
|
|
18774
|
+
"what_would_have_worked": "Allow Chrome's component updater to apply the patched build immediately; enforce forced auto-update via enterprise browser policy and do not gate browser updates behind a managed change window.",
|
|
18775
|
+
"was_this_required": true,
|
|
18776
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18777
|
+
"adequacy": "Auto-update is definitive and fast; the gap is managed fleets that defer browser updates and high-risk users who should also run hardened/locked-down browsing."
|
|
18778
|
+
},
|
|
18779
|
+
"detection": {
|
|
18780
|
+
"what_would_have_worked": "EDR/browser telemetry for renderer/GPU crashes on content render, sandbox-escape behavior, and unexpected child processes spawned by the browser.",
|
|
18781
|
+
"was_this_required": false,
|
|
18782
|
+
"framework_requiring_it": null,
|
|
18783
|
+
"adequacy": "Backstops endpoints not yet updated; browser exploit chains are stealthy and often zero-click via a malicious page."
|
|
18784
|
+
},
|
|
18785
|
+
"response": {
|
|
18786
|
+
"what_would_have_worked": "Force the browser update across the fleet, isolate exploited endpoints, hunt for follow-on payloads (browser RCE chains drop loaders), and review for credential theft from the browser profile.",
|
|
18787
|
+
"was_this_required": true,
|
|
18788
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18789
|
+
"adequacy": "Mandatory; browser RCE typically leads to profile/credential theft and further-stage payloads that a bare update does not remediate."
|
|
18790
|
+
}
|
|
18679
18791
|
},
|
|
18680
18792
|
"framework_coverage": {
|
|
18681
18793
|
"NIST-800-53-SI-2": {
|
|
18682
18794
|
"covered": true,
|
|
18683
18795
|
"adequate": false,
|
|
18684
|
-
"gap": "30-day SLA
|
|
18796
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited browser zero-day delivered by a web page; these are weaponized within days and often used in targeted-spyware or watering-hole chains."
|
|
18685
18797
|
},
|
|
18686
18798
|
"ISO-27001-2022-A.8.8": {
|
|
18687
18799
|
"covered": true,
|
|
18688
18800
|
"adequate": false,
|
|
18689
|
-
"gap": "
|
|
18801
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser RCE, where the safe SLA is same-day Chrome component-updater rollout."
|
|
18802
|
+
},
|
|
18803
|
+
"AU-ISM-1546": {
|
|
18804
|
+
"covered": true,
|
|
18805
|
+
"adequate": false,
|
|
18806
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a browser RCE, but the load-bearing controls are forced auto-update via enterprise browser policy and not gating Chrome updates behind a managed change window — neither of which the framework names explicitly."
|
|
18690
18807
|
}
|
|
18691
18808
|
},
|
|
18692
18809
|
"compliance_exposure_score": {
|
|
18693
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18694
|
-
"basis": "
|
|
18810
|
+
"percent_audit_passing_orgs_still_exposed": 60,
|
|
18811
|
+
"basis": "Chrome/Chromium is near-universal on endpoints; audited organizations that disable or defer the component updater behind a managed change window remain exposed for this KEV-listed, actively-exploited flaw despite the fix being available same-day.",
|
|
18695
18812
|
"theater_pattern": "patch_management"
|
|
18696
18813
|
},
|
|
18697
18814
|
"ai_discovered_zeroday": false,
|
|
18698
|
-
"ai_discovery_source": "
|
|
18699
|
-
"ai_assist_factor": "none"
|
|
18700
|
-
"_auto_imported": true,
|
|
18701
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18815
|
+
"ai_discovery_source": "vendor_research",
|
|
18816
|
+
"ai_assist_factor": "none"
|
|
18702
18817
|
},
|
|
18703
18818
|
"CVE-2025-21479": {
|
|
18704
18819
|
"name": "Qualcomm Multiple Chipsets Incorrect Authorization Vulnerability",
|
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exceptd-security",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.17",
|
|
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-29T21:
|
|
56
|
+
"signed_at": "2026-05-29T21:53:15.948Z",
|
|
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-29T21:
|
|
126
|
+
"signed_at": "2026-05-29T21:53:15.950Z",
|
|
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-29T21:
|
|
199
|
+
"signed_at": "2026-05-29T21:53:15.950Z",
|
|
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-29T21:
|
|
251
|
+
"signed_at": "2026-05-29T21:53:15.950Z"
|
|
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-29T21:
|
|
282
|
+
"signed_at": "2026-05-29T21:53:15.951Z"
|
|
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-29T21:
|
|
311
|
+
"signed_at": "2026-05-29T21:53:15.952Z"
|
|
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-29T21:
|
|
348
|
+
"signed_at": "2026-05-29T21:53:15.952Z",
|
|
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-29T21:
|
|
408
|
+
"signed_at": "2026-05-29T21:53:15.952Z",
|
|
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-29T21:
|
|
443
|
+
"signed_at": "2026-05-29T21:53:15.953Z",
|
|
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-29T21:
|
|
477
|
+
"signed_at": "2026-05-29T21:53:15.953Z",
|
|
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-29T21:
|
|
516
|
+
"signed_at": "2026-05-29T21:53:15.953Z"
|
|
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-29T21:
|
|
543
|
+
"signed_at": "2026-05-29T21:53:15.954Z",
|
|
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-29T21:
|
|
607
|
+
"signed_at": "2026-05-29T21:53:15.954Z",
|
|
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-29T21:
|
|
655
|
+
"signed_at": "2026-05-29T21:53:15.954Z"
|
|
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-29T21:
|
|
692
|
+
"signed_at": "2026-05-29T21:53:15.955Z",
|
|
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-29T21:
|
|
727
|
+
"signed_at": "2026-05-29T21:53:15.955Z"
|
|
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-29T21:
|
|
799
|
+
"signed_at": "2026-05-29T21:53:15.955Z"
|
|
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-29T21:
|
|
859
|
+
"signed_at": "2026-05-29T21:53:15.956Z"
|
|
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-29T21:
|
|
934
|
+
"signed_at": "2026-05-29T21:53:15.956Z"
|
|
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-29T21:
|
|
1013
|
+
"signed_at": "2026-05-29T21:53:15.956Z"
|
|
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-29T21:
|
|
1070
|
+
"signed_at": "2026-05-29T21:53:15.957Z"
|
|
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-29T21:
|
|
1137
|
+
"signed_at": "2026-05-29T21:53:15.957Z"
|
|
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-29T21:
|
|
1193
|
+
"signed_at": "2026-05-29T21:53:15.957Z"
|
|
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-29T21:
|
|
1245
|
+
"signed_at": "2026-05-29T21:53:15.958Z"
|
|
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-29T21:
|
|
1295
|
+
"signed_at": "2026-05-29T21:53:15.958Z"
|
|
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-29T21:
|
|
1369
|
+
"signed_at": "2026-05-29T21:53:15.958Z",
|
|
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-29T21:
|
|
1422
|
+
"signed_at": "2026-05-29T21:53:15.959Z"
|
|
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-29T21:
|
|
1482
|
+
"signed_at": "2026-05-29T21:53:15.959Z"
|
|
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-29T21:
|
|
1563
|
+
"signed_at": "2026-05-29T21:53:15.960Z"
|
|
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-29T21:
|
|
1632
|
+
"signed_at": "2026-05-29T21:53:15.960Z"
|
|
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-29T21:
|
|
1697
|
+
"signed_at": "2026-05-29T21:53:15.960Z"
|
|
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-29T21:
|
|
1783
|
+
"signed_at": "2026-05-29T21:53:15.961Z"
|
|
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-29T21:
|
|
1852
|
+
"signed_at": "2026-05-29T21:53:15.961Z",
|
|
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-29T21:
|
|
1938
|
+
"signed_at": "2026-05-29T21:53:15.962Z"
|
|
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-29T21:
|
|
2000
|
+
"signed_at": "2026-05-29T21:53:15.962Z",
|
|
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-29T21:
|
|
2074
|
+
"signed_at": "2026-05-29T21:53:15.962Z"
|
|
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-29T21:
|
|
2136
|
+
"signed_at": "2026-05-29T21:53:15.963Z"
|
|
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-29T21:
|
|
2216
|
+
"signed_at": "2026-05-29T21:53:15.963Z"
|
|
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-29T21:
|
|
2269
|
+
"signed_at": "2026-05-29T21:53:15.963Z"
|
|
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-29T21:
|
|
2337
|
+
"signed_at": "2026-05-29T21:53:15.964Z"
|
|
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-29T21:
|
|
2417
|
+
"signed_at": "2026-05-29T21:53:15.964Z",
|
|
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-29T21:
|
|
2511
|
+
"signed_at": "2026-05-29T21:53:15.964Z",
|
|
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": "SjgQk30M0w4cyXsE1tuyDpyqWYw2yd444xnYSqbUBs29LhOwpkp4QkrX1pMMm+jk0/ElPFBHSioc+cewV82WCg=="
|
|
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.17",
|
|
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:ad90bb9e-a82c-4c32-96fa-747cd687ddb0",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "
|
|
7
|
+
"timestamp": "2118-04-12T01:13:02.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.17"
|
|
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.17",
|
|
17
17
|
"type": "application",
|
|
18
18
|
"name": "@blamejs/exceptd-skills",
|
|
19
|
-
"version": "0.15.
|
|
19
|
+
"version": "0.15.17",
|
|
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.17",
|
|
29
29
|
"hashes": [
|
|
30
30
|
{
|
|
31
31
|
"alg": "SHA-256",
|
|
32
|
-
"content": "
|
|
32
|
+
"content": "76aacccc9b04342604e6f3e4000a810c5454d1301dd1aaa556ace6ddfeaf9f4a"
|
|
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.17"
|
|
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": "ab1e0118b4c6ee1fe6240778ff3b39e00432232c1a392447577ce1bae7aa7a13"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"alg": "SHA3-512",
|
|
123
|
-
"content": "
|
|
123
|
+
"content": "37646fd53209864067d57ce3c8304ea31ba3ef93c79de4038dd070360a2b2113f73ef1341d489372006807c02c48da40cbb6595abe1b36faf361ac115c712d56"
|
|
124
124
|
}
|
|
125
125
|
]
|
|
126
126
|
},
|
|
@@ -311,11 +311,11 @@
|
|
|
311
311
|
"hashes": [
|
|
312
312
|
{
|
|
313
313
|
"alg": "SHA-256",
|
|
314
|
-
"content": "
|
|
314
|
+
"content": "f3827a7bef7ec2241a50822490c1cfc68228be63e526389219d14416a6be3c0c"
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"alg": "SHA3-512",
|
|
318
|
-
"content": "
|
|
318
|
+
"content": "c378f54b20048b030f88804fbd442704a19d1fb3af56cbf399303bf16203ec67e1152ea8b1cda374d22ec937326a26187c093b4de999f4203ddfcfd9b2880408"
|
|
319
319
|
}
|
|
320
320
|
]
|
|
321
321
|
},
|
|
@@ -326,11 +326,11 @@
|
|
|
326
326
|
"hashes": [
|
|
327
327
|
{
|
|
328
328
|
"alg": "SHA-256",
|
|
329
|
-
"content": "
|
|
329
|
+
"content": "093c774e39e93dc597350df97c556a9204dec1cedce0c22f28fd1bf4506b6fc2"
|
|
330
330
|
},
|
|
331
331
|
{
|
|
332
332
|
"alg": "SHA3-512",
|
|
333
|
-
"content": "
|
|
333
|
+
"content": "b5bc14d726eb5bf11d8c6ed5ec49f602851cec8b5fce148d65c8f5600c9992e7a69d638fbdf745996846eaa4d41cb2542d3e90c007dfa803bc66e94b41b12bad"
|
|
334
334
|
}
|
|
335
335
|
]
|
|
336
336
|
},
|
|
@@ -806,11 +806,11 @@
|
|
|
806
806
|
"hashes": [
|
|
807
807
|
{
|
|
808
808
|
"alg": "SHA-256",
|
|
809
|
-
"content": "
|
|
809
|
+
"content": "da860282700942b7766778ec499a56011c822206758bc42cd4c20ae12e285d74"
|
|
810
810
|
},
|
|
811
811
|
{
|
|
812
812
|
"alg": "SHA3-512",
|
|
813
|
-
"content": "
|
|
813
|
+
"content": "bcd5dc0d97241ab368065e66032db709f3be3f6da44e788c4018fb41ad1e583b6827184ba957106f03c79416a0279ebe9005665763954fd297867c07b382ce21"
|
|
814
814
|
}
|
|
815
815
|
]
|
|
816
816
|
},
|
|
@@ -1751,11 +1751,11 @@
|
|
|
1751
1751
|
"hashes": [
|
|
1752
1752
|
{
|
|
1753
1753
|
"alg": "SHA-256",
|
|
1754
|
-
"content": "
|
|
1754
|
+
"content": "ba250dd43d47c33983c364d62fb14e3e02b7ab9f693bac3fee7999aa532ff0cb"
|
|
1755
1755
|
},
|
|
1756
1756
|
{
|
|
1757
1757
|
"alg": "SHA3-512",
|
|
1758
|
-
"content": "
|
|
1758
|
+
"content": "2183c3f6370d402bc22e95cb3d9a210ea312815e06849df2e4ff35661b07d552a927b4679df9f0aa2a80ca879c65b36fc0d101d361e94907c4dabcec12a1e35f"
|
|
1759
1759
|
}
|
|
1760
1760
|
]
|
|
1761
1761
|
},
|