@blamejs/exceptd-skills 0.15.10 → 0.15.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.15.11 — 2026-05-29
4
+
5
+ Draft-curation pass 9 — Apple client-side zero-days. Nine CISA KEV-listed Apple memory-corruption CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons. They map T1203 (Exploitation for Client Execution) — and T1068 for the sandbox-escape steps that act as privilege links in a multi-stage chain — rather than the network-service T1190: improper locking (CVE-2025-43510), buffer overflows (CVE-2025-43520, CVE-2025-31277, CVE-2026-20700), use-after-frees (CVE-2023-43000, CVE-2023-41974), an integer overflow (CVE-2021-30952), and two code-execution flaws (CVE-2022-48503, CVE-2025-43200). The lessons frame these as targeted-spyware-chain components and stress same-day OS update vs. MDM change windows, with Lockdown Mode for high-risk users.
6
+
3
7
  ## 0.15.10 — 2026-05-29
4
8
 
5
9
  Draft-curation pass 8 — Microsoft server-side RCE. Six CISA KEV-listed CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: Exchange Server deserialization (CVE-2023-21529), Configuration Manager SQL injection (CVE-2024-43468), Windows Server Update Services deserialization (CVE-2025-59287), and the SharePoint Server "ToolShell" chain — improper authentication (CVE-2025-49706), code injection (CVE-2025-49704), and deserialization (CVE-2025-53770). The lessons stress that for these deserialization RCEs patching alone is insufficient: stolen machine keys and dropped web shells survive the patch and require explicit key rotation and web-shell hunting.
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schema_version": "1.1.0",
3
- "generated_at": "2026-05-29T19:28:44.044Z",
3
+ "generated_at": "2026-05-29T19:51:04.683Z",
4
4
  "generator": "scripts/build-indexes.js",
5
5
  "source_count": 54,
6
6
  "source_hashes": {
7
- "manifest.json": "1bd5c8e6489d1a1b7ef67889b6fa5afbfb3d0780d0a5bf2699b1a5ca22164ec9",
7
+ "manifest.json": "690cb7c701080f97144ae7df49c0fb2b2b017f6699859f6cfe1a2d07c2a1d32c",
8
8
  "data/atlas-ttps.json": "878b4a08bb73c8d20396d85cf433a88f2bc5e7a8cbf7f6ab773ce7ede0a11251",
9
- "data/attack-techniques.json": "96e21dd277fe24598e8ae74b40009785757a71ed4fc98e456504cd04f441bc90",
10
- "data/cve-catalog.json": "365fd70e7f02daff7ca5b2b4eeeeb4579621937b167ad2fc07914d1c36a36bc9",
9
+ "data/attack-techniques.json": "874c1693aa263ff5161cc96bd28efa6056c0e018847e2b55f575502b47a45fc5",
10
+ "data/cve-catalog.json": "6787e2aea49819872301629954f5a5d3ce9c27d984ffd45835eb097cab95e98c",
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": "eecfcd270e8c6063511122374cfc2d5b56bdf5be769ad8e2a1556949ec682f0b",
18
+ "data/zeroday-lessons.json": "775bcd4734117ccfc4d191f0a3ae337b43da6611a612c1e0074c3bb8e285bbbc",
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",
@@ -476,7 +476,10 @@
476
476
  "cve_refs": [
477
477
  "BUG-2026-NIGHTMARE-ECLIPSE-GREENPLASMA",
478
478
  "CVE-2020-17103-REREGRESSION-2026",
479
+ "CVE-2021-30952",
479
480
  "CVE-2021-43226",
481
+ "CVE-2023-41974",
482
+ "CVE-2023-43000",
480
483
  "CVE-2024-0769",
481
484
  "CVE-2024-8068",
482
485
  "CVE-2025-10725",
@@ -484,6 +487,7 @@
484
487
  "CVE-2025-22225",
485
488
  "CVE-2025-24201",
486
489
  "CVE-2025-24990",
490
+ "CVE-2025-31277",
487
491
  "CVE-2025-32701",
488
492
  "CVE-2025-38352",
489
493
  "CVE-2025-40602",
@@ -918,7 +922,6 @@
918
922
  "CVE-2022-36551",
919
923
  "CVE-2022-37055",
920
924
  "CVE-2022-40799",
921
- "CVE-2022-48503",
922
925
  "CVE-2023-0386",
923
926
  "CVE-2023-21529",
924
927
  "CVE-2023-2533",
@@ -1015,9 +1018,6 @@
1015
1018
  "CVE-2025-40551",
1016
1019
  "CVE-2025-41244",
1017
1020
  "CVE-2025-42999",
1018
- "CVE-2025-43200",
1019
- "CVE-2025-43510",
1020
- "CVE-2025-43520",
1021
1021
  "CVE-2025-4427",
1022
1022
  "CVE-2025-4428",
1023
1023
  "CVE-2025-47812",
@@ -1094,7 +1094,6 @@
1094
1094
  "CVE-2026-20131",
1095
1095
  "CVE-2026-20133",
1096
1096
  "CVE-2026-20182",
1097
- "CVE-2026-20700",
1098
1097
  "CVE-2026-20963",
1099
1098
  "CVE-2026-21509",
1100
1099
  "CVE-2026-21510",
@@ -1299,6 +1298,7 @@
1299
1298
  "CVE-2020-9715",
1300
1299
  "CVE-2021-22555",
1301
1300
  "CVE-2021-30952",
1301
+ "CVE-2022-48503",
1302
1302
  "CVE-2023-41974",
1303
1303
  "CVE-2023-43000",
1304
1304
  "CVE-2025-10585",
@@ -1309,9 +1309,13 @@
1309
1309
  "CVE-2025-27038",
1310
1310
  "CVE-2025-31277",
1311
1311
  "CVE-2025-32709",
1312
+ "CVE-2025-43200",
1312
1313
  "CVE-2025-43300",
1314
+ "CVE-2025-43510",
1315
+ "CVE-2025-43520",
1313
1316
  "CVE-2025-43529",
1314
1317
  "CVE-2025-4919",
1318
+ "CVE-2026-20700",
1315
1319
  "CVE-2026-21385",
1316
1320
  "CVE-2026-2441",
1317
1321
  "CVE-2026-25592",
@@ -20766,7 +20766,7 @@
20766
20766
  },
20767
20767
  "atlas_refs": [],
20768
20768
  "attack_refs": [
20769
- "T1190"
20769
+ "T1203"
20770
20770
  ],
20771
20771
  "rwep_score": 77,
20772
20772
  "rwep_factors": {
@@ -20787,7 +20787,7 @@
20787
20787
  "cwe_refs": [
20788
20788
  "CWE-667"
20789
20789
  ],
20790
- "source_verified": "2026-05-18",
20790
+ "source_verified": "2026-05-29",
20791
20791
  "verification_sources": [
20792
20792
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
20793
20793
  "https://support.apple.com/en-us/125632",
@@ -20823,11 +20823,21 @@
20823
20823
  "published_date": "2026-03-20"
20824
20824
  }
20825
20825
  ],
20826
- "last_updated": "2026-05-18",
20826
+ "last_updated": "2026-05-29",
20827
20827
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-20; due date 2026-04-03. Notes reference: https://support.apple.com/en-us/125632 ; https://support.apple.com/en-us/125633 ; https://support.apple.com/en-us/125634 ; https://support.apple.com/en-us/125635 ; https://support.apple.com/en-us/1256",
20828
- "_auto_imported": true,
20829
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
20830
- "_kev_short_description": "Apple watchOS, iOS, iPadOS, macOS, visionOS, and tvOS contain an improper locking vulnerability that could allow a malicious application to cause unexpected changes in memory shared between processes."
20828
+ "_auto_imported": false,
20829
+ "_intake_method": "manual-verified-curation",
20830
+ "_kev_short_description": "Apple watchOS, iOS, iPadOS, macOS, visionOS, and tvOS contain an improper locking vulnerability that could allow a malicious application to cause unexpected changes in memory shared between processes.",
20831
+ "iocs": {
20832
+ "behavioral": [
20833
+ "Apple (multiple products) below the patched OS build named in the Apple advisory on a device exposed to attacker-controlled content.",
20834
+ "Process crashes or memory-corruption signatures consistent with an improper-locking flaw (CWE-667) exploitable in a memory-corruption chain on an affected device.",
20835
+ "Indicators of a targeted-spyware / multi-stage exploit chain on a high-risk-user device following inbound content (KEV-confirmed in-the-wild exploitation; Lockdown Mode is relevant)."
20836
+ ],
20837
+ "_ioc_source_note": "Anchored to NVD CVE-2025-43510, CISA KEV (added 2026-03-20), and the Apple security advisory recorded in vendor_advisories."
20838
+ },
20839
+ "_draft": false,
20840
+ "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."
20831
20841
  },
20832
20842
  "CVE-2025-43520": {
20833
20843
  "name": "Apple Multiple Products Classic Buffer Overflow Vulnerability",
@@ -20869,7 +20879,7 @@
20869
20879
  },
20870
20880
  "atlas_refs": [],
20871
20881
  "attack_refs": [
20872
- "T1190"
20882
+ "T1203"
20873
20883
  ],
20874
20884
  "rwep_score": 77,
20875
20885
  "rwep_factors": {
@@ -20890,7 +20900,7 @@
20890
20900
  "cwe_refs": [
20891
20901
  "CWE-120"
20892
20902
  ],
20893
- "source_verified": "2026-05-18",
20903
+ "source_verified": "2026-05-29",
20894
20904
  "verification_sources": [
20895
20905
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
20896
20906
  "https://support.apple.com/en-us/125632",
@@ -20926,11 +20936,21 @@
20926
20936
  "published_date": "2026-03-20"
20927
20937
  }
20928
20938
  ],
20929
- "last_updated": "2026-05-18",
20939
+ "last_updated": "2026-05-29",
20930
20940
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-20; due date 2026-04-03. Notes reference: https://support.apple.com/en-us/125632 ; https://support.apple.com/en-us/125633 ; https://support.apple.com/en-us/125634 ; https://support.apple.com/en-us/125635 ; https://support.apple.com/en-us/1256",
20931
- "_auto_imported": true,
20932
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
20933
- "_kev_short_description": "Apple watchOS, iOS, iPadOS, macOS, visionOS, and tvOS contain a classic buffer overflow vulnerability which could allow a malicious application to cause unexpected system termination or write kernel memory."
20941
+ "_auto_imported": false,
20942
+ "_intake_method": "manual-verified-curation",
20943
+ "_kev_short_description": "Apple watchOS, iOS, iPadOS, macOS, visionOS, and tvOS contain a classic buffer overflow vulnerability which could allow a malicious application to cause unexpected system termination or write kernel memory.",
20944
+ "iocs": {
20945
+ "behavioral": [
20946
+ "Apple (multiple products) below the patched OS build named in the Apple advisory on a device exposed to attacker-controlled content.",
20947
+ "Process crashes or memory-corruption signatures consistent with a classic buffer overflow (CWE-120) on an affected device.",
20948
+ "Indicators of a targeted-spyware / multi-stage exploit chain on a high-risk-user device following inbound content (KEV-confirmed in-the-wild exploitation; Lockdown Mode is relevant)."
20949
+ ],
20950
+ "_ioc_source_note": "Anchored to NVD CVE-2025-43520, CISA KEV (added 2026-03-20), and the Apple security advisory recorded in vendor_advisories."
20951
+ },
20952
+ "_draft": false,
20953
+ "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."
20934
20954
  },
20935
20955
  "CVE-2025-31277": {
20936
20956
  "name": "Apple Multiple Products Buffer Overflow Vulnerability",
@@ -20971,7 +20991,8 @@
20971
20991
  },
20972
20992
  "atlas_refs": [],
20973
20993
  "attack_refs": [
20974
- "T1203"
20994
+ "T1203",
20995
+ "T1068"
20975
20996
  ],
20976
20997
  "rwep_score": 77,
20977
20998
  "rwep_factors": {
@@ -20992,7 +21013,7 @@
20992
21013
  "cwe_refs": [
20993
21014
  "CWE-119"
20994
21015
  ],
20995
- "source_verified": "2026-05-18",
21016
+ "source_verified": "2026-05-29",
20996
21017
  "verification_sources": [
20997
21018
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
20998
21019
  "https://support.apple.com/en-us/124147",
@@ -21025,11 +21046,21 @@
21025
21046
  "published_date": "2026-03-20"
21026
21047
  }
21027
21048
  ],
21028
- "last_updated": "2026-05-18",
21049
+ "last_updated": "2026-05-29",
21029
21050
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-20; due date 2026-04-03. Notes reference: https://support.apple.com/en-us/124147 ; https://support.apple.com/en-us/124149 ; https://support.apple.com/en-us/124152 ; https://support.apple.com/en-us/124153 ; https://support.apple.com/en-us/1241",
21030
- "_auto_imported": true,
21031
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
21032
- "_kev_short_description": "Apple Safari, iOS, watchOS, visionOS, iPadOS, macOS, and tvOS contain a buffer overflow vulnerability that could allow the processing of maliciously crafted web content which may lead to memory corruption."
21051
+ "_auto_imported": false,
21052
+ "_intake_method": "manual-verified-curation",
21053
+ "_kev_short_description": "Apple Safari, iOS, watchOS, visionOS, iPadOS, macOS, and tvOS contain a buffer overflow vulnerability that could allow the processing of maliciously crafted web content which may lead to memory corruption.",
21054
+ "iocs": {
21055
+ "behavioral": [
21056
+ "Apple (multiple products) below the patched OS build named in the Apple advisory on a device exposed to attacker-controlled content.",
21057
+ "Process crashes or memory-corruption signatures consistent with a buffer overflow (CWE-119) on an affected device.",
21058
+ "Indicators of a targeted-spyware / multi-stage exploit chain on a high-risk-user device following inbound content (KEV-confirmed in-the-wild exploitation; Lockdown Mode is relevant)."
21059
+ ],
21060
+ "_ioc_source_note": "Anchored to NVD CVE-2025-31277, CISA KEV (added 2026-03-20), and the Apple security advisory recorded in vendor_advisories."
21061
+ },
21062
+ "_draft": false,
21063
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1203 client execution + T1068 escalation) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
21033
21064
  },
21034
21065
  "CVE-2026-20131": {
21035
21066
  "name": "Cisco Secure Firewall Management Center (FMC) Software and Cisco Security Cloud Control (SCC) Firewall Management Deserialization of Untrusted Data Vulnerability",
@@ -22274,7 +22305,8 @@
22274
22305
  },
22275
22306
  "atlas_refs": [],
22276
22307
  "attack_refs": [
22277
- "T1203"
22308
+ "T1203",
22309
+ "T1068"
22278
22310
  ],
22279
22311
  "rwep_score": 77,
22280
22312
  "rwep_factors": {
@@ -22295,7 +22327,7 @@
22295
22327
  "cwe_refs": [
22296
22328
  "CWE-416"
22297
22329
  ],
22298
- "source_verified": "2026-05-18",
22330
+ "source_verified": "2026-05-29",
22299
22331
  "verification_sources": [
22300
22332
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
22301
22333
  "https://support.apple.com/en-us/120324",
@@ -22326,11 +22358,21 @@
22326
22358
  "published_date": "2026-03-05"
22327
22359
  }
22328
22360
  ],
22329
- "last_updated": "2026-05-18",
22361
+ "last_updated": "2026-05-29",
22330
22362
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-05; due date 2026-03-26. Notes reference: https://support.apple.com/en-us/120324 ; https://support.apple.com/en-us/120331 ; https://support.apple.com/en-us/120338 ; https://nvd.nist.gov/vuln/detail/CVE-2023-43000",
22331
- "_auto_imported": true,
22332
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
22333
- "_kev_short_description": "Apple macOS, iOS, iPadOS, and Safari 16.6 contain a use-after-free vulnerability due to the processing of maliciously crafted web content that may lead to memory corruption."
22363
+ "_auto_imported": false,
22364
+ "_intake_method": "manual-verified-curation",
22365
+ "_kev_short_description": "Apple macOS, iOS, iPadOS, and Safari 16.6 contain a use-after-free vulnerability due to the processing of maliciously crafted web content that may lead to memory corruption.",
22366
+ "iocs": {
22367
+ "behavioral": [
22368
+ "Apple (multiple products) below the patched OS build named in the Apple advisory on a device exposed to attacker-controlled content.",
22369
+ "Process crashes or memory-corruption signatures consistent with a use-after-free (CWE-416) on an affected device.",
22370
+ "Indicators of a targeted-spyware / multi-stage exploit chain on a high-risk-user device following inbound content (KEV-confirmed in-the-wild exploitation; Lockdown Mode is relevant)."
22371
+ ],
22372
+ "_ioc_source_note": "Anchored to NVD CVE-2023-43000, CISA KEV (added 2026-03-05), and the Apple security advisory recorded in vendor_advisories."
22373
+ },
22374
+ "_draft": false,
22375
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1203 client execution + T1068 escalation) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
22334
22376
  },
22335
22377
  "CVE-2021-30952": {
22336
22378
  "name": "Apple Multiple Products Integer Overflow or Wraparound Vulnerability",
@@ -22371,7 +22413,8 @@
22371
22413
  },
22372
22414
  "atlas_refs": [],
22373
22415
  "attack_refs": [
22374
- "T1203"
22416
+ "T1203",
22417
+ "T1068"
22375
22418
  ],
22376
22419
  "rwep_score": 77,
22377
22420
  "rwep_factors": {
@@ -22392,7 +22435,7 @@
22392
22435
  "cwe_refs": [
22393
22436
  "CWE-190"
22394
22437
  ],
22395
- "source_verified": "2026-05-18",
22438
+ "source_verified": "2026-05-29",
22396
22439
  "verification_sources": [
22397
22440
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
22398
22441
  "https://support.apple.com/en-us/HT212975",
@@ -22425,11 +22468,21 @@
22425
22468
  "published_date": "2026-03-05"
22426
22469
  }
22427
22470
  ],
22428
- "last_updated": "2026-05-18",
22471
+ "last_updated": "2026-05-29",
22429
22472
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-05; due date 2026-03-26. Notes reference: https://support.apple.com/en-us/HT212975 ; https://support.apple.com/en-us/HT212976 ; https://support.apple.com/en-us/HT212978 ; https://support.apple.com/en-us/HT212980 ; https://support.apple.com/en",
22430
- "_auto_imported": true,
22431
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
22432
- "_kev_short_description": "Apple tvOS, macOS, Safari, iPadOS and watchOS contain an integer overflow or wraparound vulnerability due to the processing of maliciously crafted web content that may lead to arbitrary code execution."
22473
+ "_auto_imported": false,
22474
+ "_intake_method": "manual-verified-curation",
22475
+ "_kev_short_description": "Apple tvOS, macOS, Safari, iPadOS and watchOS contain an integer overflow or wraparound vulnerability due to the processing of maliciously crafted web content that may lead to arbitrary code execution.",
22476
+ "iocs": {
22477
+ "behavioral": [
22478
+ "Apple (multiple products) below the patched OS build named in the Apple advisory on a device exposed to attacker-controlled content.",
22479
+ "Process crashes or memory-corruption signatures consistent with an integer overflow / wraparound (CWE-190) on an affected device.",
22480
+ "Indicators of a targeted-spyware / multi-stage exploit chain on a high-risk-user device following inbound content (KEV-confirmed in-the-wild exploitation; Lockdown Mode is relevant)."
22481
+ ],
22482
+ "_ioc_source_note": "Anchored to NVD CVE-2021-30952, CISA KEV (added 2026-03-05), and the Apple security advisory recorded in vendor_advisories."
22483
+ },
22484
+ "_draft": false,
22485
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1203 client execution + T1068 escalation) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
22433
22486
  },
22434
22487
  "CVE-2023-41974": {
22435
22488
  "name": "Apple iOS and iPadOS Use-After-Free Vulnerability",
@@ -22470,7 +22523,8 @@
22470
22523
  },
22471
22524
  "atlas_refs": [],
22472
22525
  "attack_refs": [
22473
- "T1203"
22526
+ "T1203",
22527
+ "T1068"
22474
22528
  ],
22475
22529
  "rwep_score": 77,
22476
22530
  "rwep_factors": {
@@ -22491,7 +22545,7 @@
22491
22545
  "cwe_refs": [
22492
22546
  "CWE-416"
22493
22547
  ],
22494
- "source_verified": "2026-05-18",
22548
+ "source_verified": "2026-05-29",
22495
22549
  "verification_sources": [
22496
22550
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
22497
22551
  "https://support.apple.com/en-us/HT213938",
@@ -22521,11 +22575,21 @@
22521
22575
  "published_date": "2026-03-05"
22522
22576
  }
22523
22577
  ],
22524
- "last_updated": "2026-05-18",
22578
+ "last_updated": "2026-05-29",
22525
22579
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-05; due date 2026-03-26. Notes reference: https://support.apple.com/en-us/HT213938 ; https://support.apple.com/kb/HT213938 ; https://nvd.nist.gov/vuln/detail/CVE-2023-41974",
22526
- "_auto_imported": true,
22527
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
22528
- "_kev_short_description": "Apple iOS and iPadOS contain a use-after-free vulnerability. An app may be able to execute arbitrary code with kernel privileges."
22580
+ "_auto_imported": false,
22581
+ "_intake_method": "manual-verified-curation",
22582
+ "_kev_short_description": "Apple iOS and iPadOS contain a use-after-free vulnerability. An app may be able to execute arbitrary code with kernel privileges.",
22583
+ "iocs": {
22584
+ "behavioral": [
22585
+ "Apple iOS and iPadOS below the patched OS build named in the Apple advisory on a device exposed to attacker-controlled content.",
22586
+ "Process crashes or memory-corruption signatures consistent with a use-after-free (CWE-416) on iOS/iPadOS on an affected device.",
22587
+ "Indicators of a targeted-spyware / multi-stage exploit chain on a high-risk-user device following inbound content (KEV-confirmed in-the-wild exploitation; Lockdown Mode is relevant)."
22588
+ ],
22589
+ "_ioc_source_note": "Anchored to NVD CVE-2023-41974, CISA KEV (added 2026-03-05), and the Apple security advisory recorded in vendor_advisories."
22590
+ },
22591
+ "_draft": false,
22592
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment (T1203 client execution + T1068 escalation) + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
22529
22593
  },
22530
22594
  "CVE-2026-22719": {
22531
22595
  "name": "Broadcom VMware Aria Operations Command Injection Vulnerability",
@@ -23985,7 +24049,7 @@
23985
24049
  },
23986
24050
  "atlas_refs": [],
23987
24051
  "attack_refs": [
23988
- "T1190"
24052
+ "T1203"
23989
24053
  ],
23990
24054
  "rwep_score": 77,
23991
24055
  "rwep_factors": {
@@ -24006,7 +24070,7 @@
24006
24070
  "cwe_refs": [
24007
24071
  "CWE-119"
24008
24072
  ],
24009
- "source_verified": "2026-05-18",
24073
+ "source_verified": "2026-05-29",
24010
24074
  "verification_sources": [
24011
24075
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
24012
24076
  "https://support.apple.com/en-us/126346",
@@ -24039,11 +24103,21 @@
24039
24103
  "published_date": "2026-02-12"
24040
24104
  }
24041
24105
  ],
24042
- "last_updated": "2026-05-18",
24106
+ "last_updated": "2026-05-29",
24043
24107
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-12; due date 2026-03-05. Notes reference: https://support.apple.com/en-us/126346 ; https://support.apple.com/en-us/126348 ; https://support.apple.com/en-us/126351 ; https://support.apple.com/en-us/126352 ; https://support.apple.com/en-us/1263",
24044
- "_auto_imported": true,
24045
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
24046
- "_kev_short_description": "Apple iOS, macOS, tvOS, watchOS, and visionOS contain an improper restriction of operations within the bounds of a memory buffer vulnerability that could allow an attacker with memory write the capability to execute arbitrary code."
24108
+ "_auto_imported": false,
24109
+ "_intake_method": "manual-verified-curation",
24110
+ "_kev_short_description": "Apple iOS, macOS, tvOS, watchOS, and visionOS contain an improper restriction of operations within the bounds of a memory buffer vulnerability that could allow an attacker with memory write the capability to execute arbitrary code.",
24111
+ "iocs": {
24112
+ "behavioral": [
24113
+ "Apple (multiple products) below the patched OS build named in the Apple advisory on a device exposed to attacker-controlled content.",
24114
+ "Process crashes or memory-corruption signatures consistent with a buffer overflow (CWE-119) on an affected device.",
24115
+ "Indicators of a targeted-spyware / multi-stage exploit chain on a high-risk-user device following inbound content (KEV-confirmed in-the-wild exploitation; Lockdown Mode is relevant)."
24116
+ ],
24117
+ "_ioc_source_note": "Anchored to NVD CVE-2026-20700, CISA KEV (added 2026-02-12), and the Apple security advisory recorded in vendor_advisories."
24118
+ },
24119
+ "_draft": false,
24120
+ "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."
24047
24121
  },
24048
24122
  "CVE-2024-43468": {
24049
24123
  "name": "Microsoft Configuration Manager SQL Injection Vulnerability",
@@ -30665,7 +30739,7 @@
30665
30739
  },
30666
30740
  "atlas_refs": [],
30667
30741
  "attack_refs": [
30668
- "T1190"
30742
+ "T1203"
30669
30743
  ],
30670
30744
  "rwep_score": 77,
30671
30745
  "rwep_factors": {
@@ -30686,7 +30760,7 @@
30686
30760
  "cwe_refs": [
30687
30761
  "CWE-94"
30688
30762
  ],
30689
- "source_verified": "2026-05-18",
30763
+ "source_verified": "2026-05-29",
30690
30764
  "verification_sources": [
30691
30765
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
30692
30766
  "https://support.apple.com/en-us/HT213340",
@@ -30719,11 +30793,21 @@
30719
30793
  "published_date": "2025-10-20"
30720
30794
  }
30721
30795
  ],
30722
- "last_updated": "2026-05-18",
30796
+ "last_updated": "2026-05-29",
30723
30797
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-20; due date 2025-11-10. Notes reference: https://support.apple.com/en-us/HT213340 ; https://support.apple.com/en-us/HT213341 ; https://support.apple.com/en-us/HT213342 ; https://support.apple.com/en-us/HT213345 ; https://support.apple.com/en",
30724
- "_auto_imported": true,
30725
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
30726
- "_kev_short_description": "Apple macOS, iOS, tvOS, Safari, and watchOS contain an unspecified vulnerability in JavaScriptCore that when processing web content may lead to arbitrary code execution. The impacted product could be end-of-life (EoL) and/or end-of-service (EoS). Users should discontinue product utilization."
30798
+ "_auto_imported": false,
30799
+ "_intake_method": "manual-verified-curation",
30800
+ "_kev_short_description": "Apple macOS, iOS, tvOS, Safari, and watchOS contain an unspecified vulnerability in JavaScriptCore that when processing web content may lead to arbitrary code execution. The impacted product could be end-of-life (EoL) and/or end-of-service (EoS). Users should discontinue product utilization.",
30801
+ "iocs": {
30802
+ "behavioral": [
30803
+ "Apple (multiple products) below the patched OS build named in the Apple advisory on a device exposed to attacker-controlled content.",
30804
+ "Process crashes or memory-corruption signatures consistent with a code-execution flaw (CWE-94) on an affected device.",
30805
+ "Indicators of a targeted-spyware / multi-stage exploit chain on a high-risk-user device following inbound content (KEV-confirmed in-the-wild exploitation; Lockdown Mode is relevant)."
30806
+ ],
30807
+ "_ioc_source_note": "Anchored to NVD CVE-2022-48503, CISA KEV (added 2025-10-20), and the Apple security advisory recorded in vendor_advisories."
30808
+ },
30809
+ "_draft": false,
30810
+ "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."
30727
30811
  },
30728
30812
  "CVE-2025-2746": {
30729
30813
  "name": "Kentico Xperience CMS Authentication Bypass Using an Alternate Path or Channel Vulnerability",
@@ -38322,7 +38406,7 @@
38322
38406
  },
38323
38407
  "atlas_refs": [],
38324
38408
  "attack_refs": [
38325
- "T1190"
38409
+ "T1203"
38326
38410
  ],
38327
38411
  "rwep_score": 77,
38328
38412
  "rwep_factors": {
@@ -38343,7 +38427,7 @@
38343
38427
  "cwe_refs": [
38344
38428
  "CWE-94"
38345
38429
  ],
38346
- "source_verified": "2026-05-18",
38430
+ "source_verified": "2026-05-29",
38347
38431
  "verification_sources": [
38348
38432
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
38349
38433
  "https://support.apple.com/en-us/122174",
@@ -38378,11 +38462,21 @@
38378
38462
  "published_date": "2025-06-16"
38379
38463
  }
38380
38464
  ],
38381
- "last_updated": "2026-05-18",
38465
+ "last_updated": "2026-05-29",
38382
38466
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-16; due date 2025-07-07. Notes reference: https://support.apple.com/en-us/122174 ; https://support.apple.com/en-us/122173 ; https://support.apple.com/en-us/122900 ; https://support.apple.com/en-us/122901 ; https://support.apple.com/en-us/1229",
38383
- "_auto_imported": true,
38384
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
38385
- "_kev_short_description": "Apple iOS, iPadOS, macOS, watchOS, and visionOS, contain an unspecified vulnerability when processing a maliciously crafted photo or video shared via an iCloud Link."
38467
+ "_auto_imported": false,
38468
+ "_intake_method": "manual-verified-curation",
38469
+ "_kev_short_description": "Apple iOS, iPadOS, macOS, watchOS, and visionOS, contain an unspecified vulnerability when processing a maliciously crafted photo or video shared via an iCloud Link.",
38470
+ "iocs": {
38471
+ "behavioral": [
38472
+ "Apple (multiple products) below the patched OS build named in the Apple advisory on a device exposed to attacker-controlled content.",
38473
+ "Process crashes or memory-corruption signatures consistent with a code-execution flaw (CWE-94, variant) on an affected device.",
38474
+ "Indicators of a targeted-spyware / multi-stage exploit chain on a high-risk-user device following inbound content (KEV-confirmed in-the-wild exploitation; Lockdown Mode is relevant)."
38475
+ ],
38476
+ "_ioc_source_note": "Anchored to NVD CVE-2025-43200, CISA KEV (added 2025-06-16), and the Apple security advisory recorded in vendor_advisories."
38477
+ },
38478
+ "_draft": false,
38479
+ "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."
38386
38480
  },
38387
38481
  "CVE-2025-33053": {
38388
38482
  "name": " Microsoft Windows External Control of File Name or Path Vulnerability",