@blamejs/exceptd-skills 0.15.13 → 0.15.14

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.
@@ -7487,35 +7487,58 @@
7487
7487
  },
7488
7488
  "CVE-2009-0238": {
7489
7489
  "name": "Microsoft Office Remote Code Execution",
7490
- "lesson_date": "2026-05-18",
7490
+ "lesson_date": "2026-05-29",
7491
7491
  "attack_vector": {
7492
- "description": "Microsoft Office Excel contains a remote code execution vulnerability that could allow an attacker to take complete control of an affected system if a user opens a specially crafted Excel file that includes a malformed object.",
7493
- "privileges_required": "network attacker (no authentication required)",
7494
- "complexity": "moderate (bulk-import default)",
7495
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
7492
+ "description": "a code-injection / memory-corruption flaw (CWE-94) in Microsoft Office document parsing, exploitable by an attacker-controlled document for code execution in the Office process. CISA KEV-listed 2026-04-14 with confirmed in-the-wild exploitation; the legacy re-listing exists because long-tail unpatched estates remain exposed.",
7493
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
7494
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
7495
+ "ai_factor": "No AI involvement documented in discovery or weaponization (predates the AI-discovered-zeroday era)."
7496
+ },
7497
+ "defense_chain": {
7498
+ "prevention": {
7499
+ "what_would_have_worked": "Apply the Microsoft security update for Microsoft Office; enforce centralized patch management on the long tail; harden Office (Protected View, ASR rules) and disable legacy ActiveX/IE components where unused.",
7500
+ "was_this_required": true,
7501
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
7502
+ "adequacy": "Patch is definitive on a managed estate; legacy KEV re-listings exist because patch hygiene on the long tail is the failure mode."
7503
+ },
7504
+ "detection": {
7505
+ "what_would_have_worked": "EDR signatures for child-process execution from Office after attacker-content open, document-exploit telemetry, and inbound-content filtering (mail/web).",
7506
+ "was_this_required": false,
7507
+ "framework_requiring_it": null,
7508
+ "adequacy": "Backstops endpoints not yet patched on the long tail; necessary for unmanaged or legacy estates that cannot be patched promptly."
7509
+ },
7510
+ "response": {
7511
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads (document-exploit chains often drop loaders), and review for credential theft.",
7512
+ "was_this_required": true,
7513
+ "framework_requiring_it": "NIST 800-53 IR-4",
7514
+ "adequacy": "Mandatory; document/browser RCE typically leads to credential harvest and lateral movement, which a bare patch does not remediate."
7515
+ }
7496
7516
  },
7497
7517
  "framework_coverage": {
7498
7518
  "NIST-800-53-SI-2": {
7499
7519
  "covered": true,
7500
7520
  "adequate": false,
7501
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
7521
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side document/browser RCE; legacy KEV re-listings document organizations still running unpatched builds."
7502
7522
  },
7503
7523
  "ISO-27001-2022-A.8.8": {
7504
7524
  "covered": true,
7505
7525
  "adequate": false,
7506
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
7526
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client RCE, and the legacy KEV re-listing exists because organizations still run vulnerable Office/IE/Windows builds."
7527
+ },
7528
+ "AU-ISM-1546": {
7529
+ "covered": true,
7530
+ "adequate": false,
7531
+ "gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client RCE than 30 days, but legacy KEV re-listings show that long-tail unpatched estates persist; centralized update management and Office hardening are the load-bearing controls."
7507
7532
  }
7508
7533
  },
7509
7534
  "compliance_exposure_score": {
7510
7535
  "percent_audit_passing_orgs_still_exposed": 55,
7511
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
7536
+ "basis": "Microsoft Office is ubiquitous on endpoints; audited organizations that maintain long-tail legacy estates (older Windows, Office, IE) are exposed even after newer estates are patched, which is why CISA re-lists these older KEV entries.",
7512
7537
  "theater_pattern": "patch_management"
7513
7538
  },
7514
7539
  "ai_discovered_zeroday": false,
7515
- "ai_discovery_source": "unknown",
7516
- "ai_assist_factor": "none",
7517
- "_auto_imported": true,
7518
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
7540
+ "ai_discovery_source": "vendor_research",
7541
+ "ai_assist_factor": "none"
7519
7542
  },
7520
7543
  "CVE-2026-32201": {
7521
7544
  "name": "Microsoft SharePoint Server Improper Input Validation Vulnerability",
@@ -13584,35 +13607,58 @@
13584
13607
  },
13585
13608
  "CVE-2009-0556": {
13586
13609
  "name": "Microsoft Office PowerPoint Code Injection Vulnerability",
13587
- "lesson_date": "2026-05-18",
13610
+ "lesson_date": "2026-05-29",
13588
13611
  "attack_vector": {
13589
- "description": "Microsoft Office PowerPoint contains a code injection vulnerability that allows remote attackers to execute arbitrary code via a PowerPoint file with an OutlineTextRefAtom containing an invalid index value that triggers memory corruption.",
13590
- "privileges_required": "network attacker (no authentication required)",
13591
- "complexity": "moderate (bulk-import default)",
13592
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
13612
+ "description": "a code-injection / memory-corruption flaw (CWE-94) in Microsoft Office PowerPoint document parsing, exploitable by an attacker-controlled presentation for code execution in the PowerPoint process. CISA KEV-listed 2026-01-07 with confirmed in-the-wild exploitation; the legacy re-listing exists because long-tail unpatched estates remain exposed.",
13613
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
13614
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13615
+ "ai_factor": "No AI involvement documented in discovery or weaponization (predates the AI-discovered-zeroday era)."
13616
+ },
13617
+ "defense_chain": {
13618
+ "prevention": {
13619
+ "what_would_have_worked": "Apply the Microsoft security update for Microsoft Office PowerPoint; enforce centralized patch management on the long tail; harden Office (Protected View, ASR rules) and disable legacy ActiveX/IE components where unused.",
13620
+ "was_this_required": true,
13621
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
13622
+ "adequacy": "Patch is definitive on a managed estate; legacy KEV re-listings exist because patch hygiene on the long tail is the failure mode."
13623
+ },
13624
+ "detection": {
13625
+ "what_would_have_worked": "EDR signatures for child-process execution from PowerPoint after attacker-content open, document-exploit telemetry, and inbound-content filtering (mail/web).",
13626
+ "was_this_required": false,
13627
+ "framework_requiring_it": null,
13628
+ "adequacy": "Backstops endpoints not yet patched on the long tail; necessary for unmanaged or legacy estates that cannot be patched promptly."
13629
+ },
13630
+ "response": {
13631
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads (document-exploit chains often drop loaders), and review for credential theft.",
13632
+ "was_this_required": true,
13633
+ "framework_requiring_it": "NIST 800-53 IR-4",
13634
+ "adequacy": "Mandatory; document/browser RCE typically leads to credential harvest and lateral movement, which a bare patch does not remediate."
13635
+ }
13593
13636
  },
13594
13637
  "framework_coverage": {
13595
13638
  "NIST-800-53-SI-2": {
13596
13639
  "covered": true,
13597
13640
  "adequate": false,
13598
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13641
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side document/browser RCE; legacy KEV re-listings document organizations still running unpatched builds."
13599
13642
  },
13600
13643
  "ISO-27001-2022-A.8.8": {
13601
13644
  "covered": true,
13602
13645
  "adequate": false,
13603
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13646
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client RCE, and the legacy KEV re-listing exists because organizations still run vulnerable Office/IE/Windows builds."
13647
+ },
13648
+ "AU-ISM-1546": {
13649
+ "covered": true,
13650
+ "adequate": false,
13651
+ "gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client RCE than 30 days, but legacy KEV re-listings show that long-tail unpatched estates persist; centralized update management and Office hardening are the load-bearing controls."
13604
13652
  }
13605
13653
  },
13606
13654
  "compliance_exposure_score": {
13607
13655
  "percent_audit_passing_orgs_still_exposed": 55,
13608
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
13656
+ "basis": "Microsoft Office PowerPoint is ubiquitous on endpoints; audited organizations that maintain long-tail legacy estates (older Windows, Office, IE) are exposed even after newer estates are patched, which is why CISA re-lists these older KEV entries.",
13609
13657
  "theater_pattern": "patch_management"
13610
13658
  },
13611
13659
  "ai_discovered_zeroday": false,
13612
- "ai_discovery_source": "unknown",
13613
- "ai_assist_factor": "none",
13614
- "_auto_imported": true,
13615
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13660
+ "ai_discovery_source": "vendor_research",
13661
+ "ai_assist_factor": "none"
13616
13662
  },
13617
13663
  "CVE-2025-37164": {
13618
13664
  "name": "Hewlett Packard Enterprise (HPE) OneView Code Injection Vulnerability",
@@ -15403,35 +15449,58 @@
15403
15449
  },
15404
15450
  "CVE-2010-3962": {
15405
15451
  "name": "Microsoft Internet Explorer Uninitialized Memory Corruption Vulnerability",
15406
- "lesson_date": "2026-05-18",
15452
+ "lesson_date": "2026-05-29",
15407
15453
  "attack_vector": {
15408
- "description": "Microsoft Internet Explorer contains an uninitialized memory corruption vulnerability that could allow for remote code execution. The impacted product could be end-of-life (EoL) and/or end-of-service (EoS). Users should discontinue product utilization.",
15409
- "privileges_required": "network attacker (no authentication required)",
15410
- "complexity": "moderate (bulk-import default)",
15411
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
15454
+ "description": "an uninitialized-memory / use-after-free corruption flaw (CWE-94) in Internet Explorer, exploitable by an attacker-controlled web page for code execution in the browser (a landmark IE zero-day weaponized in the Operation Aurora era). CISA KEV-listed 2025-10-06 with confirmed in-the-wild exploitation; the legacy re-listing exists because long-tail unpatched estates remain exposed.",
15455
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
15456
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15457
+ "ai_factor": "No AI involvement documented in discovery or weaponization (predates the AI-discovered-zeroday era)."
15458
+ },
15459
+ "defense_chain": {
15460
+ "prevention": {
15461
+ "what_would_have_worked": "Apply the Microsoft security update for Microsoft Internet Explorer; enforce centralized patch management on the long tail; harden Office (Protected View, ASR rules) and disable legacy ActiveX/IE components where unused.",
15462
+ "was_this_required": true,
15463
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
15464
+ "adequacy": "Patch is definitive on a managed estate; legacy KEV re-listings exist because patch hygiene on the long tail is the failure mode."
15465
+ },
15466
+ "detection": {
15467
+ "what_would_have_worked": "EDR signatures for child-process execution from Internet Explorer after attacker-content open, document-exploit telemetry, and inbound-content filtering (mail/web).",
15468
+ "was_this_required": false,
15469
+ "framework_requiring_it": null,
15470
+ "adequacy": "Backstops endpoints not yet patched on the long tail; necessary for unmanaged or legacy estates that cannot be patched promptly."
15471
+ },
15472
+ "response": {
15473
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads (document-exploit chains often drop loaders), and review for credential theft.",
15474
+ "was_this_required": true,
15475
+ "framework_requiring_it": "NIST 800-53 IR-4",
15476
+ "adequacy": "Mandatory; document/browser RCE typically leads to credential harvest and lateral movement, which a bare patch does not remediate."
15477
+ }
15412
15478
  },
15413
15479
  "framework_coverage": {
15414
15480
  "NIST-800-53-SI-2": {
15415
15481
  "covered": true,
15416
15482
  "adequate": false,
15417
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15483
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side document/browser RCE; legacy KEV re-listings document organizations still running unpatched builds."
15418
15484
  },
15419
15485
  "ISO-27001-2022-A.8.8": {
15420
15486
  "covered": true,
15421
15487
  "adequate": false,
15422
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15488
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client RCE, and the legacy KEV re-listing exists because organizations still run vulnerable Office/IE/Windows builds."
15489
+ },
15490
+ "AU-ISM-1546": {
15491
+ "covered": true,
15492
+ "adequate": false,
15493
+ "gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client RCE than 30 days, but legacy KEV re-listings show that long-tail unpatched estates persist; centralized update management and Office hardening are the load-bearing controls."
15423
15494
  }
15424
15495
  },
15425
15496
  "compliance_exposure_score": {
15426
15497
  "percent_audit_passing_orgs_still_exposed": 55,
15427
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
15498
+ "basis": "Microsoft Internet Explorer is ubiquitous on endpoints; audited organizations that maintain long-tail legacy estates (older Windows, Office, IE) are exposed even after newer estates are patched, which is why CISA re-lists these older KEV entries.",
15428
15499
  "theater_pattern": "patch_management"
15429
15500
  },
15430
15501
  "ai_discovered_zeroday": false,
15431
- "ai_discovery_source": "unknown",
15432
- "ai_assist_factor": "none",
15433
- "_auto_imported": true,
15434
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15502
+ "ai_discovery_source": "vendor_research",
15503
+ "ai_assist_factor": "none"
15435
15504
  },
15436
15505
  "CVE-2021-43226": {
15437
15506
  "name": "Microsoft Windows Privilege Escalation Vulnerability",
@@ -15467,67 +15536,113 @@
15467
15536
  },
15468
15537
  "CVE-2013-3918": {
15469
15538
  "name": "Microsoft Windows Out-of-Bounds Write Vulnerability",
15470
- "lesson_date": "2026-05-18",
15539
+ "lesson_date": "2026-05-29",
15471
15540
  "attack_vector": {
15472
- "description": "Microsoft Windows contains an out-of-bounds write vulnerability in the InformationCardSigninHelper Class ActiveX control, icardie.dll. An attacker could exploit the vulnerability by constructing a specially crafted webpage. When a user views the webpage, the vulnerability could allow remote code execution. An attacker who successfully exploited this vulnerability could gain the same user rights as the current user. The impacted product could be end-of-life (EoL) and/or end-of-service (EoS). Users should discontinue product utilization.",
15473
- "privileges_required": "network attacker (no authentication required)",
15474
- "complexity": "moderate (bulk-import default)",
15475
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
15541
+ "description": "an out-of-bounds write / memory-corruption flaw (CWE-94) in a Microsoft Windows component reachable from Internet Explorer (the InformationCardSigninHelper ActiveX control), exploitable by an attacker-controlled web page for code execution; used in watering-hole campaigns. CISA KEV-listed 2025-10-06 with confirmed in-the-wild exploitation; the legacy re-listing exists because long-tail unpatched estates remain exposed.",
15542
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
15543
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15544
+ "ai_factor": "No AI involvement documented in discovery or weaponization (predates the AI-discovered-zeroday era)."
15545
+ },
15546
+ "defense_chain": {
15547
+ "prevention": {
15548
+ "what_would_have_worked": "Apply the Microsoft security update for Microsoft Windows; enforce centralized patch management on the long tail; harden Office (Protected View, ASR rules) and disable legacy ActiveX/IE components where unused.",
15549
+ "was_this_required": true,
15550
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
15551
+ "adequacy": "Patch is definitive on a managed estate; legacy KEV re-listings exist because patch hygiene on the long tail is the failure mode."
15552
+ },
15553
+ "detection": {
15554
+ "what_would_have_worked": "EDR signatures for child-process execution from Windows InformationCardSigninHelper / ActiveX after attacker-content open, document-exploit telemetry, and inbound-content filtering (mail/web).",
15555
+ "was_this_required": false,
15556
+ "framework_requiring_it": null,
15557
+ "adequacy": "Backstops endpoints not yet patched on the long tail; necessary for unmanaged or legacy estates that cannot be patched promptly."
15558
+ },
15559
+ "response": {
15560
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads (document-exploit chains often drop loaders), and review for credential theft.",
15561
+ "was_this_required": true,
15562
+ "framework_requiring_it": "NIST 800-53 IR-4",
15563
+ "adequacy": "Mandatory; document/browser RCE typically leads to credential harvest and lateral movement, which a bare patch does not remediate."
15564
+ }
15476
15565
  },
15477
15566
  "framework_coverage": {
15478
15567
  "NIST-800-53-SI-2": {
15479
15568
  "covered": true,
15480
15569
  "adequate": false,
15481
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15570
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side document/browser RCE; legacy KEV re-listings document organizations still running unpatched builds."
15482
15571
  },
15483
15572
  "ISO-27001-2022-A.8.8": {
15484
15573
  "covered": true,
15485
15574
  "adequate": false,
15486
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15575
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client RCE, and the legacy KEV re-listing exists because organizations still run vulnerable Office/IE/Windows builds."
15576
+ },
15577
+ "AU-ISM-1546": {
15578
+ "covered": true,
15579
+ "adequate": false,
15580
+ "gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client RCE than 30 days, but legacy KEV re-listings show that long-tail unpatched estates persist; centralized update management and Office hardening are the load-bearing controls."
15487
15581
  }
15488
15582
  },
15489
15583
  "compliance_exposure_score": {
15490
15584
  "percent_audit_passing_orgs_still_exposed": 55,
15491
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
15585
+ "basis": "Microsoft Windows is ubiquitous on endpoints; audited organizations that maintain long-tail legacy estates (older Windows, Office, IE) are exposed even after newer estates are patched, which is why CISA re-lists these older KEV entries.",
15492
15586
  "theater_pattern": "patch_management"
15493
15587
  },
15494
15588
  "ai_discovered_zeroday": false,
15495
- "ai_discovery_source": "unknown",
15496
- "ai_assist_factor": "none",
15497
- "_auto_imported": true,
15498
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15589
+ "ai_discovery_source": "vendor_research",
15590
+ "ai_assist_factor": "none"
15499
15591
  },
15500
15592
  "CVE-2011-3402": {
15501
15593
  "name": "Microsoft Windows Remote Code Execution Vulnerability",
15502
- "lesson_date": "2026-05-18",
15594
+ "lesson_date": "2026-05-29",
15503
15595
  "attack_vector": {
15504
- "description": "Microsoft Windows Kernel contains an unspecified vulnerability in the TrueType font parsing engine in win32k.sys in the kernel-mode drivers that allows remote attackers to execute arbitrary code via crafted font data in a Word document or web page.",
15505
- "privileges_required": "network attacker (no authentication required)",
15506
- "complexity": "moderate (bulk-import default)",
15507
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
15596
+ "description": "a memory-corruption flaw (CWE-94) in the Windows TrueType font parsing kernel component, exploitable by an attacker-controlled embedded font for code execution at kernel privilege (the Duqu zero-day). CISA KEV-listed 2025-10-06 with confirmed in-the-wild exploitation; the legacy re-listing exists because long-tail unpatched estates remain exposed.",
15597
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
15598
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15599
+ "ai_factor": "No AI involvement documented in discovery or weaponization (predates the AI-discovered-zeroday era)."
15600
+ },
15601
+ "defense_chain": {
15602
+ "prevention": {
15603
+ "what_would_have_worked": "Apply the Microsoft security update for Microsoft Windows; enforce centralized patch management on the long tail; harden Office (Protected View, ASR rules) and disable legacy ActiveX/IE components where unused.",
15604
+ "was_this_required": true,
15605
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
15606
+ "adequacy": "Patch is definitive on a managed estate; legacy KEV re-listings exist because patch hygiene on the long tail is the failure mode."
15607
+ },
15608
+ "detection": {
15609
+ "what_would_have_worked": "EDR signatures for child-process execution from Windows TrueType font parser after attacker-content open, document-exploit telemetry, and inbound-content filtering (mail/web).",
15610
+ "was_this_required": false,
15611
+ "framework_requiring_it": null,
15612
+ "adequacy": "Backstops endpoints not yet patched on the long tail; necessary for unmanaged or legacy estates that cannot be patched promptly."
15613
+ },
15614
+ "response": {
15615
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads (document-exploit chains often drop loaders), and review for credential theft.",
15616
+ "was_this_required": true,
15617
+ "framework_requiring_it": "NIST 800-53 IR-4",
15618
+ "adequacy": "Mandatory; document/browser RCE typically leads to credential harvest and lateral movement, which a bare patch does not remediate."
15619
+ }
15508
15620
  },
15509
15621
  "framework_coverage": {
15510
15622
  "NIST-800-53-SI-2": {
15511
15623
  "covered": true,
15512
15624
  "adequate": false,
15513
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15625
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side document/browser RCE; legacy KEV re-listings document organizations still running unpatched builds."
15514
15626
  },
15515
15627
  "ISO-27001-2022-A.8.8": {
15516
15628
  "covered": true,
15517
15629
  "adequate": false,
15518
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15630
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client RCE, and the legacy KEV re-listing exists because organizations still run vulnerable Office/IE/Windows builds."
15631
+ },
15632
+ "AU-ISM-1546": {
15633
+ "covered": true,
15634
+ "adequate": false,
15635
+ "gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client RCE than 30 days, but legacy KEV re-listings show that long-tail unpatched estates persist; centralized update management and Office hardening are the load-bearing controls."
15519
15636
  }
15520
15637
  },
15521
15638
  "compliance_exposure_score": {
15522
15639
  "percent_audit_passing_orgs_still_exposed": 55,
15523
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
15640
+ "basis": "Microsoft Windows is ubiquitous on endpoints; audited organizations that maintain long-tail legacy estates (older Windows, Office, IE) are exposed even after newer estates are patched, which is why CISA re-lists these older KEV entries.",
15524
15641
  "theater_pattern": "patch_management"
15525
15642
  },
15526
15643
  "ai_discovered_zeroday": false,
15527
- "ai_discovery_source": "unknown",
15528
- "ai_assist_factor": "none",
15529
- "_auto_imported": true,
15530
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15644
+ "ai_discovery_source": "vendor_research",
15645
+ "ai_assist_factor": "none"
15531
15646
  },
15532
15647
  "CVE-2010-3765": {
15533
15648
  "name": "Mozilla Multiple Products Remote Code Execution Vulnerability",
@@ -16659,35 +16774,58 @@
16659
16774
  },
16660
16775
  "CVE-2007-0671": {
16661
16776
  "name": "Microsoft Office Excel Remote Code Execution Vulnerability",
16662
- "lesson_date": "2026-05-18",
16777
+ "lesson_date": "2026-05-29",
16663
16778
  "attack_vector": {
16664
- "description": "Microsoft Office Excel contains a remote code execution vulnerability that can be exploited when a specially crafted Excel file is opened. This malicious file could be delivered as an email attachment or hosted on a malicious website. An attacker could leverage this vulnerability by creating a specially crafted Excel file, which, when opened, allowing an attacker to execute remote code on the affected system.",
16665
- "privileges_required": "network attacker (no authentication required)",
16666
- "complexity": "moderate (bulk-import default)",
16667
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
16779
+ "description": "a code-injection / memory-corruption flaw (CWE-94) in Microsoft Office Excel document parsing, exploitable by an attacker-controlled spreadsheet for code execution in the Excel process. CISA KEV-listed 2025-08-12 with confirmed in-the-wild exploitation; the legacy re-listing exists because long-tail unpatched estates remain exposed.",
16780
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
16781
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
16782
+ "ai_factor": "No AI involvement documented in discovery or weaponization (predates the AI-discovered-zeroday era)."
16783
+ },
16784
+ "defense_chain": {
16785
+ "prevention": {
16786
+ "what_would_have_worked": "Apply the Microsoft security update for Microsoft Office Excel; enforce centralized patch management on the long tail; harden Office (Protected View, ASR rules) and disable legacy ActiveX/IE components where unused.",
16787
+ "was_this_required": true,
16788
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
16789
+ "adequacy": "Patch is definitive on a managed estate; legacy KEV re-listings exist because patch hygiene on the long tail is the failure mode."
16790
+ },
16791
+ "detection": {
16792
+ "what_would_have_worked": "EDR signatures for child-process execution from Excel after attacker-content open, document-exploit telemetry, and inbound-content filtering (mail/web).",
16793
+ "was_this_required": false,
16794
+ "framework_requiring_it": null,
16795
+ "adequacy": "Backstops endpoints not yet patched on the long tail; necessary for unmanaged or legacy estates that cannot be patched promptly."
16796
+ },
16797
+ "response": {
16798
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads (document-exploit chains often drop loaders), and review for credential theft.",
16799
+ "was_this_required": true,
16800
+ "framework_requiring_it": "NIST 800-53 IR-4",
16801
+ "adequacy": "Mandatory; document/browser RCE typically leads to credential harvest and lateral movement, which a bare patch does not remediate."
16802
+ }
16668
16803
  },
16669
16804
  "framework_coverage": {
16670
16805
  "NIST-800-53-SI-2": {
16671
16806
  "covered": true,
16672
16807
  "adequate": false,
16673
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
16808
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side document/browser RCE; legacy KEV re-listings document organizations still running unpatched builds."
16674
16809
  },
16675
16810
  "ISO-27001-2022-A.8.8": {
16676
16811
  "covered": true,
16677
16812
  "adequate": false,
16678
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
16813
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client RCE, and the legacy KEV re-listing exists because organizations still run vulnerable Office/IE/Windows builds."
16814
+ },
16815
+ "AU-ISM-1546": {
16816
+ "covered": true,
16817
+ "adequate": false,
16818
+ "gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client RCE than 30 days, but legacy KEV re-listings show that long-tail unpatched estates persist; centralized update management and Office hardening are the load-bearing controls."
16679
16819
  }
16680
16820
  },
16681
16821
  "compliance_exposure_score": {
16682
16822
  "percent_audit_passing_orgs_still_exposed": 55,
16683
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
16823
+ "basis": "Microsoft Office Excel is ubiquitous on endpoints; audited organizations that maintain long-tail legacy estates (older Windows, Office, IE) are exposed even after newer estates are patched, which is why CISA re-lists these older KEV entries.",
16684
16824
  "theater_pattern": "patch_management"
16685
16825
  },
16686
16826
  "ai_discovered_zeroday": false,
16687
- "ai_discovery_source": "unknown",
16688
- "ai_assist_factor": "none",
16689
- "_auto_imported": true,
16690
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
16827
+ "ai_discovery_source": "vendor_research",
16828
+ "ai_assist_factor": "none"
16691
16829
  },
16692
16830
  "CVE-2013-3893": {
16693
16831
  "name": "Microsoft Internet Explorer Resource Management Errors Vulnerability",