@blamejs/exceptd-skills 0.15.2 → 0.15.3
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 -0
- package/data/cve-catalog.json +130 -45
- package/data/zeroday-lessons.json +328 -104
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -7259,35 +7259,63 @@
|
|
|
7259
7259
|
},
|
|
7260
7260
|
"CVE-2026-34197": {
|
|
7261
7261
|
"name": "Apache ActiveMQ Improper Input Validation Vulnerability",
|
|
7262
|
-
"lesson_date": "2026-05-
|
|
7262
|
+
"lesson_date": "2026-05-29",
|
|
7263
7263
|
"attack_vector": {
|
|
7264
|
-
"description": "
|
|
7265
|
-
"privileges_required": "network
|
|
7266
|
-
"complexity": "
|
|
7267
|
-
"ai_factor": "
|
|
7264
|
+
"description": "improper input validation leading to code execution (CWE-20/CWE-94) reachable by an unauthenticated network attacker against the message broker. CISA KEV-listed 2026-04-16 with confirmed in-the-wild exploitation.",
|
|
7265
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
7266
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7267
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7268
|
+
},
|
|
7269
|
+
"defense_chain": {
|
|
7270
|
+
"prevention": {
|
|
7271
|
+
"what_would_have_worked": "Upgrade Apache ActiveMQ to the fixed release named in the vendor advisory; restrict broker management/transport ports to trusted networks where an immediate upgrade is not possible.",
|
|
7272
|
+
"was_this_required": true,
|
|
7273
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7274
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
7275
|
+
},
|
|
7276
|
+
"detection": {
|
|
7277
|
+
"what_would_have_worked": "Network/behavior monitoring on the broker: requests matching the exploited weakness, and unexpected process execution or web shells on the service.",
|
|
7278
|
+
"was_this_required": false,
|
|
7279
|
+
"framework_requiring_it": null,
|
|
7280
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
7281
|
+
},
|
|
7282
|
+
"response": {
|
|
7283
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the broker.",
|
|
7284
|
+
"was_this_required": true,
|
|
7285
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7286
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
7287
|
+
}
|
|
7268
7288
|
},
|
|
7269
7289
|
"framework_coverage": {
|
|
7270
7290
|
"NIST-800-53-SI-2": {
|
|
7271
7291
|
"covered": true,
|
|
7272
7292
|
"adequate": false,
|
|
7273
|
-
"gap": "30-day SLA
|
|
7293
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network flaw; CISA KEV due dates are days, not a month."
|
|
7274
7294
|
},
|
|
7275
7295
|
"ISO-27001-2022-A.8.8": {
|
|
7276
7296
|
"covered": true,
|
|
7277
7297
|
"adequate": false,
|
|
7278
|
-
"gap": "
|
|
7298
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
7299
|
+
},
|
|
7300
|
+
"NIS2-Art21-network-security": {
|
|
7301
|
+
"covered": true,
|
|
7302
|
+
"adequate": false,
|
|
7303
|
+
"gap": "Treats the service class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA; operators learn of the flaw via vendor advisory, not a regulatory clock."
|
|
7304
|
+
},
|
|
7305
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
7306
|
+
"covered": true,
|
|
7307
|
+
"adequate": false,
|
|
7308
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated RCE on an internet-facing system in or adjacent to the CDE."
|
|
7279
7309
|
}
|
|
7280
7310
|
},
|
|
7281
7311
|
"compliance_exposure_score": {
|
|
7282
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7283
|
-
"basis": "
|
|
7312
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
7313
|
+
"basis": "Internet-facing Apache ActiveMQ is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
7284
7314
|
"theater_pattern": "patch_management"
|
|
7285
7315
|
},
|
|
7286
7316
|
"ai_discovered_zeroday": false,
|
|
7287
|
-
"ai_discovery_source": "
|
|
7288
|
-
"ai_assist_factor": "none"
|
|
7289
|
-
"_auto_imported": true,
|
|
7290
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7317
|
+
"ai_discovery_source": "vendor_research",
|
|
7318
|
+
"ai_assist_factor": "none"
|
|
7291
7319
|
},
|
|
7292
7320
|
"CVE-2009-0238": {
|
|
7293
7321
|
"name": "Microsoft Office Remote Code Execution",
|
|
@@ -7515,35 +7543,63 @@
|
|
|
7515
7543
|
},
|
|
7516
7544
|
"CVE-2026-21643": {
|
|
7517
7545
|
"name": "Fortinet FortiClient EMS SQL Injection Vulnerability",
|
|
7518
|
-
"lesson_date": "2026-05-
|
|
7546
|
+
"lesson_date": "2026-05-29",
|
|
7519
7547
|
"attack_vector": {
|
|
7520
|
-
"description": "
|
|
7521
|
-
"privileges_required": "network
|
|
7522
|
-
"complexity": "
|
|
7523
|
-
"ai_factor": "
|
|
7548
|
+
"description": "SQL injection (CWE-89) on the FortiClient EMS management surface escalating to remote code execution. CISA KEV-listed 2026-04-13 with confirmed in-the-wild exploitation.",
|
|
7549
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
7550
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7551
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7552
|
+
},
|
|
7553
|
+
"defense_chain": {
|
|
7554
|
+
"prevention": {
|
|
7555
|
+
"what_would_have_worked": "Upgrade FortiClient EMS to the fixed build in the Fortinet PSIRT advisory; restrict the EMS management interface to trusted networks.",
|
|
7556
|
+
"was_this_required": true,
|
|
7557
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7558
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
7559
|
+
},
|
|
7560
|
+
"detection": {
|
|
7561
|
+
"what_would_have_worked": "Network/behavior monitoring on the EMS management server: requests matching the exploited weakness, and unexpected process execution or web shells on the service.",
|
|
7562
|
+
"was_this_required": false,
|
|
7563
|
+
"framework_requiring_it": null,
|
|
7564
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
7565
|
+
},
|
|
7566
|
+
"response": {
|
|
7567
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the EMS management server.",
|
|
7568
|
+
"was_this_required": true,
|
|
7569
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7570
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
7571
|
+
}
|
|
7524
7572
|
},
|
|
7525
7573
|
"framework_coverage": {
|
|
7526
7574
|
"NIST-800-53-SI-2": {
|
|
7527
7575
|
"covered": true,
|
|
7528
7576
|
"adequate": false,
|
|
7529
|
-
"gap": "30-day SLA
|
|
7577
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network flaw; CISA KEV due dates are days, not a month."
|
|
7530
7578
|
},
|
|
7531
7579
|
"ISO-27001-2022-A.8.8": {
|
|
7532
7580
|
"covered": true,
|
|
7533
7581
|
"adequate": false,
|
|
7534
|
-
"gap": "
|
|
7582
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
7583
|
+
},
|
|
7584
|
+
"NIS2-Art21-network-security": {
|
|
7585
|
+
"covered": true,
|
|
7586
|
+
"adequate": false,
|
|
7587
|
+
"gap": "Treats the service class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA; operators learn of the flaw via vendor advisory, not a regulatory clock."
|
|
7588
|
+
},
|
|
7589
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
7590
|
+
"covered": true,
|
|
7591
|
+
"adequate": false,
|
|
7592
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated RCE on an internet-facing system in or adjacent to the CDE."
|
|
7535
7593
|
}
|
|
7536
7594
|
},
|
|
7537
7595
|
"compliance_exposure_score": {
|
|
7538
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7539
|
-
"basis": "
|
|
7596
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
7597
|
+
"basis": "Internet-facing Fortinet FortiClient EMS is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
7540
7598
|
"theater_pattern": "patch_management"
|
|
7541
7599
|
},
|
|
7542
7600
|
"ai_discovered_zeroday": false,
|
|
7543
|
-
"ai_discovery_source": "
|
|
7544
|
-
"ai_assist_factor": "none"
|
|
7545
|
-
"_auto_imported": true,
|
|
7546
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7601
|
+
"ai_discovery_source": "vendor_research",
|
|
7602
|
+
"ai_assist_factor": "none"
|
|
7547
7603
|
},
|
|
7548
7604
|
"CVE-2026-34621": {
|
|
7549
7605
|
"name": "Adobe Acrobat and Reader Prototype Pollution Vulnerability",
|
|
@@ -7579,35 +7635,63 @@
|
|
|
7579
7635
|
},
|
|
7580
7636
|
"CVE-2026-1340": {
|
|
7581
7637
|
"name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability",
|
|
7582
|
-
"lesson_date": "2026-05-
|
|
7638
|
+
"lesson_date": "2026-05-29",
|
|
7583
7639
|
"attack_vector": {
|
|
7584
|
-
"description": "
|
|
7585
|
-
"privileges_required": "network
|
|
7586
|
-
"complexity": "
|
|
7587
|
-
"ai_factor": "
|
|
7640
|
+
"description": "code injection (CWE-94) yielding unauthenticated remote code execution on the EPMM management surface. CISA KEV-listed 2026-04-08 with confirmed in-the-wild exploitation.",
|
|
7641
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
7642
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7643
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7644
|
+
},
|
|
7645
|
+
"defense_chain": {
|
|
7646
|
+
"prevention": {
|
|
7647
|
+
"what_would_have_worked": "Apply the Ivanti EPMM patch from the advisory; EPMM is a recurring exploited target, so restrict its management surface and hunt for post-exploitation persistence.",
|
|
7648
|
+
"was_this_required": true,
|
|
7649
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7650
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
7651
|
+
},
|
|
7652
|
+
"detection": {
|
|
7653
|
+
"what_would_have_worked": "Network/behavior monitoring on the EPMM server: requests matching the exploited weakness, and unexpected process execution or web shells on the service.",
|
|
7654
|
+
"was_this_required": false,
|
|
7655
|
+
"framework_requiring_it": null,
|
|
7656
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
7657
|
+
},
|
|
7658
|
+
"response": {
|
|
7659
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the EPMM server.",
|
|
7660
|
+
"was_this_required": true,
|
|
7661
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7662
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
7663
|
+
}
|
|
7588
7664
|
},
|
|
7589
7665
|
"framework_coverage": {
|
|
7590
7666
|
"NIST-800-53-SI-2": {
|
|
7591
7667
|
"covered": true,
|
|
7592
7668
|
"adequate": false,
|
|
7593
|
-
"gap": "30-day SLA
|
|
7669
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network flaw; CISA KEV due dates are days, not a month."
|
|
7594
7670
|
},
|
|
7595
7671
|
"ISO-27001-2022-A.8.8": {
|
|
7596
7672
|
"covered": true,
|
|
7597
7673
|
"adequate": false,
|
|
7598
|
-
"gap": "
|
|
7674
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
7675
|
+
},
|
|
7676
|
+
"NIS2-Art21-network-security": {
|
|
7677
|
+
"covered": true,
|
|
7678
|
+
"adequate": false,
|
|
7679
|
+
"gap": "Treats the service class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA; operators learn of the flaw via vendor advisory, not a regulatory clock."
|
|
7680
|
+
},
|
|
7681
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
7682
|
+
"covered": true,
|
|
7683
|
+
"adequate": false,
|
|
7684
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated RCE on an internet-facing system in or adjacent to the CDE."
|
|
7599
7685
|
}
|
|
7600
7686
|
},
|
|
7601
7687
|
"compliance_exposure_score": {
|
|
7602
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7603
|
-
"basis": "
|
|
7688
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
7689
|
+
"basis": "Internet-facing Ivanti Endpoint Manager Mobile (EPMM) is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
7604
7690
|
"theater_pattern": "patch_management"
|
|
7605
7691
|
},
|
|
7606
7692
|
"ai_discovered_zeroday": false,
|
|
7607
|
-
"ai_discovery_source": "
|
|
7608
|
-
"ai_assist_factor": "none"
|
|
7609
|
-
"_auto_imported": true,
|
|
7610
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7693
|
+
"ai_discovery_source": "vendor_research",
|
|
7694
|
+
"ai_assist_factor": "none"
|
|
7611
7695
|
},
|
|
7612
7696
|
"CVE-2026-35616": {
|
|
7613
7697
|
"name": "Fortinet FortiClient EMS Improper Access Control Vulnerability",
|
|
@@ -10543,35 +10627,63 @@
|
|
|
10543
10627
|
},
|
|
10544
10628
|
"CVE-2026-20131": {
|
|
10545
10629
|
"name": "Cisco Secure Firewall Management Center (FMC) Software and Cisco Security Cloud Control (SCC) Firewall Management Deserialization of Untrusted Data Vulnerability",
|
|
10546
|
-
"lesson_date": "2026-05-
|
|
10630
|
+
"lesson_date": "2026-05-29",
|
|
10547
10631
|
"attack_vector": {
|
|
10548
|
-
"description": "
|
|
10549
|
-
"privileges_required": "network
|
|
10550
|
-
"complexity": "
|
|
10551
|
-
"ai_factor": "
|
|
10632
|
+
"description": "deserialization of untrusted data (CWE-502) yielding unauthenticated remote code execution on the firewall management plane. CISA KEV-listed 2026-03-19 with confirmed in-the-wild exploitation.",
|
|
10633
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
10634
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
10635
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
10636
|
+
},
|
|
10637
|
+
"defense_chain": {
|
|
10638
|
+
"prevention": {
|
|
10639
|
+
"what_would_have_worked": "Apply the Cisco FMC/SCC fixed release from the advisory; the FMC governs firewall policy, so treat compromise as control-plane-level and review managed-device configuration integrity.",
|
|
10640
|
+
"was_this_required": true,
|
|
10641
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
10642
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
10643
|
+
},
|
|
10644
|
+
"detection": {
|
|
10645
|
+
"what_would_have_worked": "Network/behavior monitoring on the FMC management plane: requests matching the exploited weakness, and unexpected process execution or web shells on the service.",
|
|
10646
|
+
"was_this_required": false,
|
|
10647
|
+
"framework_requiring_it": null,
|
|
10648
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
10649
|
+
},
|
|
10650
|
+
"response": {
|
|
10651
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the FMC management plane.",
|
|
10652
|
+
"was_this_required": true,
|
|
10653
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
10654
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
10655
|
+
}
|
|
10552
10656
|
},
|
|
10553
10657
|
"framework_coverage": {
|
|
10554
10658
|
"NIST-800-53-SI-2": {
|
|
10555
10659
|
"covered": true,
|
|
10556
10660
|
"adequate": false,
|
|
10557
|
-
"gap": "30-day SLA
|
|
10661
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network flaw; CISA KEV due dates are days, not a month."
|
|
10558
10662
|
},
|
|
10559
10663
|
"ISO-27001-2022-A.8.8": {
|
|
10560
10664
|
"covered": true,
|
|
10561
10665
|
"adequate": false,
|
|
10562
|
-
"gap": "
|
|
10666
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
10667
|
+
},
|
|
10668
|
+
"NIS2-Art21-network-security": {
|
|
10669
|
+
"covered": true,
|
|
10670
|
+
"adequate": false,
|
|
10671
|
+
"gap": "Treats the service class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA; operators learn of the flaw via vendor advisory, not a regulatory clock."
|
|
10672
|
+
},
|
|
10673
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
10674
|
+
"covered": true,
|
|
10675
|
+
"adequate": false,
|
|
10676
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated RCE on an internet-facing system in or adjacent to the CDE."
|
|
10563
10677
|
}
|
|
10564
10678
|
},
|
|
10565
10679
|
"compliance_exposure_score": {
|
|
10566
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
10567
|
-
"basis": "
|
|
10680
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
10681
|
+
"basis": "Internet-facing Cisco Secure Firewall Management Center (FMC) is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
10568
10682
|
"theater_pattern": "patch_management"
|
|
10569
10683
|
},
|
|
10570
10684
|
"ai_discovered_zeroday": false,
|
|
10571
|
-
"ai_discovery_source": "
|
|
10572
|
-
"ai_assist_factor": "none"
|
|
10573
|
-
"_auto_imported": true,
|
|
10574
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
10685
|
+
"ai_discovery_source": "vendor_research",
|
|
10686
|
+
"ai_assist_factor": "none"
|
|
10575
10687
|
},
|
|
10576
10688
|
"CVE-2025-66376": {
|
|
10577
10689
|
"name": "Synacor Zimbra Collaboration Suite (ZCS) Cross-Site Scripting Vulnerability",
|
|
@@ -10607,35 +10719,63 @@
|
|
|
10607
10719
|
},
|
|
10608
10720
|
"CVE-2026-20963": {
|
|
10609
10721
|
"name": "Microsoft SharePoint Deserialization of Untrusted Data Vulnerability",
|
|
10610
|
-
"lesson_date": "2026-05-
|
|
10722
|
+
"lesson_date": "2026-05-29",
|
|
10611
10723
|
"attack_vector": {
|
|
10612
|
-
"description": "
|
|
10613
|
-
"privileges_required": "network
|
|
10614
|
-
"complexity": "
|
|
10615
|
-
"ai_factor": "
|
|
10724
|
+
"description": "deserialization of untrusted data (CWE-502) yielding unauthenticated remote code execution on the SharePoint web surface. CISA KEV-listed 2026-03-18 with confirmed in-the-wild exploitation.",
|
|
10725
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
10726
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
10727
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
10728
|
+
},
|
|
10729
|
+
"defense_chain": {
|
|
10730
|
+
"prevention": {
|
|
10731
|
+
"what_would_have_worked": "Apply the Microsoft SharePoint security update from the advisory; rotate the SharePoint machine keys and hunt for web shells, as deserialization RCE on SharePoint is a known web-shell-persistence vector.",
|
|
10732
|
+
"was_this_required": true,
|
|
10733
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
10734
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
10735
|
+
},
|
|
10736
|
+
"detection": {
|
|
10737
|
+
"what_would_have_worked": "Network/behavior monitoring on the SharePoint server: requests matching the exploited weakness, and unexpected process execution or web shells on the service.",
|
|
10738
|
+
"was_this_required": false,
|
|
10739
|
+
"framework_requiring_it": null,
|
|
10740
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
10741
|
+
},
|
|
10742
|
+
"response": {
|
|
10743
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the SharePoint server.",
|
|
10744
|
+
"was_this_required": true,
|
|
10745
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
10746
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
10747
|
+
}
|
|
10616
10748
|
},
|
|
10617
10749
|
"framework_coverage": {
|
|
10618
10750
|
"NIST-800-53-SI-2": {
|
|
10619
10751
|
"covered": true,
|
|
10620
10752
|
"adequate": false,
|
|
10621
|
-
"gap": "30-day SLA
|
|
10753
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network flaw; CISA KEV due dates are days, not a month."
|
|
10622
10754
|
},
|
|
10623
10755
|
"ISO-27001-2022-A.8.8": {
|
|
10624
10756
|
"covered": true,
|
|
10625
10757
|
"adequate": false,
|
|
10626
|
-
"gap": "
|
|
10758
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
10759
|
+
},
|
|
10760
|
+
"NIS2-Art21-network-security": {
|
|
10761
|
+
"covered": true,
|
|
10762
|
+
"adequate": false,
|
|
10763
|
+
"gap": "Treats the service class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA; operators learn of the flaw via vendor advisory, not a regulatory clock."
|
|
10764
|
+
},
|
|
10765
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
10766
|
+
"covered": true,
|
|
10767
|
+
"adequate": false,
|
|
10768
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated RCE on an internet-facing system in or adjacent to the CDE."
|
|
10627
10769
|
}
|
|
10628
10770
|
},
|
|
10629
10771
|
"compliance_exposure_score": {
|
|
10630
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
10631
|
-
"basis": "
|
|
10772
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
10773
|
+
"basis": "Internet-facing Microsoft SharePoint is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
10632
10774
|
"theater_pattern": "patch_management"
|
|
10633
10775
|
},
|
|
10634
10776
|
"ai_discovered_zeroday": false,
|
|
10635
|
-
"ai_discovery_source": "
|
|
10636
|
-
"ai_assist_factor": "none"
|
|
10637
|
-
"_auto_imported": true,
|
|
10638
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
10777
|
+
"ai_discovery_source": "vendor_research",
|
|
10778
|
+
"ai_assist_factor": "none"
|
|
10639
10779
|
},
|
|
10640
10780
|
"CVE-2025-47813": {
|
|
10641
10781
|
"name": "Wing FTP Server Information Disclosure Vulnerability",
|
|
@@ -11023,35 +11163,63 @@
|
|
|
11023
11163
|
},
|
|
11024
11164
|
"CVE-2026-22719": {
|
|
11025
11165
|
"name": "Broadcom VMware Aria Operations Command Injection Vulnerability",
|
|
11026
|
-
"lesson_date": "2026-05-
|
|
11166
|
+
"lesson_date": "2026-05-29",
|
|
11027
11167
|
"attack_vector": {
|
|
11028
|
-
"description": "
|
|
11029
|
-
"privileges_required": "network
|
|
11030
|
-
"complexity": "
|
|
11031
|
-
"ai_factor": "
|
|
11168
|
+
"description": "command injection (CWE-77) giving command execution on the Aria Operations management surface. CISA KEV-listed 2026-03-03 with confirmed in-the-wild exploitation.",
|
|
11169
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
11170
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11171
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11172
|
+
},
|
|
11173
|
+
"defense_chain": {
|
|
11174
|
+
"prevention": {
|
|
11175
|
+
"what_would_have_worked": "Apply the Broadcom/VMware VMSA fixed version; restrict Aria Operations management access to trusted networks.",
|
|
11176
|
+
"was_this_required": true,
|
|
11177
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11178
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
11179
|
+
},
|
|
11180
|
+
"detection": {
|
|
11181
|
+
"what_would_have_worked": "Network/behavior monitoring on the Aria Operations: requests matching the exploited weakness, and unexpected process execution or web shells on the service.",
|
|
11182
|
+
"was_this_required": false,
|
|
11183
|
+
"framework_requiring_it": null,
|
|
11184
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
11185
|
+
},
|
|
11186
|
+
"response": {
|
|
11187
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the Aria Operations.",
|
|
11188
|
+
"was_this_required": true,
|
|
11189
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11190
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
11191
|
+
}
|
|
11032
11192
|
},
|
|
11033
11193
|
"framework_coverage": {
|
|
11034
11194
|
"NIST-800-53-SI-2": {
|
|
11035
11195
|
"covered": true,
|
|
11036
11196
|
"adequate": false,
|
|
11037
|
-
"gap": "30-day SLA
|
|
11197
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network flaw; CISA KEV due dates are days, not a month."
|
|
11038
11198
|
},
|
|
11039
11199
|
"ISO-27001-2022-A.8.8": {
|
|
11040
11200
|
"covered": true,
|
|
11041
11201
|
"adequate": false,
|
|
11042
|
-
"gap": "
|
|
11202
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
11203
|
+
},
|
|
11204
|
+
"NIS2-Art21-network-security": {
|
|
11205
|
+
"covered": true,
|
|
11206
|
+
"adequate": false,
|
|
11207
|
+
"gap": "Treats the service class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA; operators learn of the flaw via vendor advisory, not a regulatory clock."
|
|
11208
|
+
},
|
|
11209
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
11210
|
+
"covered": true,
|
|
11211
|
+
"adequate": false,
|
|
11212
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated RCE on an internet-facing system in or adjacent to the CDE."
|
|
11043
11213
|
}
|
|
11044
11214
|
},
|
|
11045
11215
|
"compliance_exposure_score": {
|
|
11046
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11047
|
-
"basis": "
|
|
11216
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
11217
|
+
"basis": "Internet-facing Broadcom VMware Aria Operations is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
11048
11218
|
"theater_pattern": "patch_management"
|
|
11049
11219
|
},
|
|
11050
11220
|
"ai_discovered_zeroday": false,
|
|
11051
|
-
"ai_discovery_source": "
|
|
11052
|
-
"ai_assist_factor": "none"
|
|
11053
|
-
"_auto_imported": true,
|
|
11054
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11221
|
+
"ai_discovery_source": "vendor_research",
|
|
11222
|
+
"ai_assist_factor": "none"
|
|
11055
11223
|
},
|
|
11056
11224
|
"CVE-2026-21385": {
|
|
11057
11225
|
"name": "Qualcomm Multiple Chipsets Memory Corruption Vulnerability",
|
|
@@ -11151,35 +11319,63 @@
|
|
|
11151
11319
|
},
|
|
11152
11320
|
"CVE-2026-25108": {
|
|
11153
11321
|
"name": "Soliton Systems K.K FileZen OS Command Injection Vulnerability",
|
|
11154
|
-
"lesson_date": "2026-05-
|
|
11322
|
+
"lesson_date": "2026-05-29",
|
|
11155
11323
|
"attack_vector": {
|
|
11156
|
-
"description": "
|
|
11157
|
-
"privileges_required": "network
|
|
11158
|
-
"complexity": "
|
|
11159
|
-
"ai_factor": "
|
|
11324
|
+
"description": "OS command injection (CWE-78) giving an unauthenticated attacker command execution on the managed-file-transfer appliance. CISA KEV-listed 2026-02-24 with confirmed in-the-wild exploitation.",
|
|
11325
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
11326
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11327
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11328
|
+
},
|
|
11329
|
+
"defense_chain": {
|
|
11330
|
+
"prevention": {
|
|
11331
|
+
"what_would_have_worked": "Apply the Soliton FileZen fixed firmware; the MFT appliance class is a proven data-extortion target, so audit transferred-file access and rotate credentials on compromise indicators.",
|
|
11332
|
+
"was_this_required": true,
|
|
11333
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11334
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
11335
|
+
},
|
|
11336
|
+
"detection": {
|
|
11337
|
+
"what_would_have_worked": "Network/behavior monitoring on the FileZen file-transfer appliance: requests matching the exploited weakness, and unexpected process execution or web shells on the service.",
|
|
11338
|
+
"was_this_required": false,
|
|
11339
|
+
"framework_requiring_it": null,
|
|
11340
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
11341
|
+
},
|
|
11342
|
+
"response": {
|
|
11343
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the FileZen file-transfer appliance.",
|
|
11344
|
+
"was_this_required": true,
|
|
11345
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11346
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
11347
|
+
}
|
|
11160
11348
|
},
|
|
11161
11349
|
"framework_coverage": {
|
|
11162
11350
|
"NIST-800-53-SI-2": {
|
|
11163
11351
|
"covered": true,
|
|
11164
11352
|
"adequate": false,
|
|
11165
|
-
"gap": "30-day SLA
|
|
11353
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network flaw; CISA KEV due dates are days, not a month."
|
|
11166
11354
|
},
|
|
11167
11355
|
"ISO-27001-2022-A.8.8": {
|
|
11168
11356
|
"covered": true,
|
|
11169
11357
|
"adequate": false,
|
|
11170
|
-
"gap": "
|
|
11358
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
11359
|
+
},
|
|
11360
|
+
"NIS2-Art21-network-security": {
|
|
11361
|
+
"covered": true,
|
|
11362
|
+
"adequate": false,
|
|
11363
|
+
"gap": "Treats the service class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA; operators learn of the flaw via vendor advisory, not a regulatory clock."
|
|
11364
|
+
},
|
|
11365
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
11366
|
+
"covered": true,
|
|
11367
|
+
"adequate": false,
|
|
11368
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated RCE on an internet-facing system in or adjacent to the CDE."
|
|
11171
11369
|
}
|
|
11172
11370
|
},
|
|
11173
11371
|
"compliance_exposure_score": {
|
|
11174
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11175
|
-
"basis": "
|
|
11372
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
11373
|
+
"basis": "Internet-facing Soliton FileZen is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
11176
11374
|
"theater_pattern": "patch_management"
|
|
11177
11375
|
},
|
|
11178
11376
|
"ai_discovered_zeroday": false,
|
|
11179
|
-
"ai_discovery_source": "
|
|
11180
|
-
"ai_assist_factor": "none"
|
|
11181
|
-
"_auto_imported": true,
|
|
11182
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11377
|
+
"ai_discovery_source": "vendor_research",
|
|
11378
|
+
"ai_assist_factor": "none"
|
|
11183
11379
|
},
|
|
11184
11380
|
"CVE-2025-49113": {
|
|
11185
11381
|
"name": "RoundCube Webmail Deserialization of Untrusted Data Vulnerability",
|
|
@@ -11439,35 +11635,63 @@
|
|
|
11439
11635
|
},
|
|
11440
11636
|
"CVE-2026-1731": {
|
|
11441
11637
|
"name": "BeyondTrust Remote Support (RS) and Privileged Remote Access (PRA) OS Command Injection Vulnerability",
|
|
11442
|
-
"lesson_date": "2026-05-
|
|
11638
|
+
"lesson_date": "2026-05-29",
|
|
11443
11639
|
"attack_vector": {
|
|
11444
|
-
"description": "
|
|
11445
|
-
"privileges_required": "network
|
|
11446
|
-
"complexity": "
|
|
11447
|
-
"ai_factor": "
|
|
11640
|
+
"description": "OS command injection (CWE-78) giving an unauthenticated attacker command execution on the remote-support/PRA appliance. CISA KEV-listed 2026-02-13 with confirmed in-the-wild exploitation.",
|
|
11641
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
11642
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11643
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11644
|
+
},
|
|
11645
|
+
"defense_chain": {
|
|
11646
|
+
"prevention": {
|
|
11647
|
+
"what_would_have_worked": "Apply the BeyondTrust RS/PRA patch from the advisory; on any indicator of compromise treat the appliance and the privileged sessions it brokered as exposed and rotate associated credentials.",
|
|
11648
|
+
"was_this_required": true,
|
|
11649
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11650
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
11651
|
+
},
|
|
11652
|
+
"detection": {
|
|
11653
|
+
"what_would_have_worked": "Network/behavior monitoring on the remote-support appliance: requests matching the exploited weakness, and unexpected process execution or web shells on the service.",
|
|
11654
|
+
"was_this_required": false,
|
|
11655
|
+
"framework_requiring_it": null,
|
|
11656
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
11657
|
+
},
|
|
11658
|
+
"response": {
|
|
11659
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the remote-support appliance.",
|
|
11660
|
+
"was_this_required": true,
|
|
11661
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11662
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
11663
|
+
}
|
|
11448
11664
|
},
|
|
11449
11665
|
"framework_coverage": {
|
|
11450
11666
|
"NIST-800-53-SI-2": {
|
|
11451
11667
|
"covered": true,
|
|
11452
11668
|
"adequate": false,
|
|
11453
|
-
"gap": "30-day SLA
|
|
11669
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network flaw; CISA KEV due dates are days, not a month."
|
|
11454
11670
|
},
|
|
11455
11671
|
"ISO-27001-2022-A.8.8": {
|
|
11456
11672
|
"covered": true,
|
|
11457
11673
|
"adequate": false,
|
|
11458
|
-
"gap": "
|
|
11674
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
11675
|
+
},
|
|
11676
|
+
"NIS2-Art21-network-security": {
|
|
11677
|
+
"covered": true,
|
|
11678
|
+
"adequate": false,
|
|
11679
|
+
"gap": "Treats the service class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA; operators learn of the flaw via vendor advisory, not a regulatory clock."
|
|
11680
|
+
},
|
|
11681
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
11682
|
+
"covered": true,
|
|
11683
|
+
"adequate": false,
|
|
11684
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated RCE on an internet-facing system in or adjacent to the CDE."
|
|
11459
11685
|
}
|
|
11460
11686
|
},
|
|
11461
11687
|
"compliance_exposure_score": {
|
|
11462
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11463
|
-
"basis": "
|
|
11688
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
11689
|
+
"basis": "Internet-facing BeyondTrust Remote Support (RS) / Privileged Remote Access (PRA) is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
11464
11690
|
"theater_pattern": "patch_management"
|
|
11465
11691
|
},
|
|
11466
11692
|
"ai_discovered_zeroday": false,
|
|
11467
|
-
"ai_discovery_source": "
|
|
11468
|
-
"ai_assist_factor": "none"
|
|
11469
|
-
"_auto_imported": true,
|
|
11470
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11693
|
+
"ai_discovery_source": "vendor_research",
|
|
11694
|
+
"ai_assist_factor": "none"
|
|
11471
11695
|
},
|
|
11472
11696
|
"CVE-2026-20700": {
|
|
11473
11697
|
"name": "Apple Multiple Buffer Overflow Vulnerability",
|