@blamejs/exceptd-skills 0.15.2 → 0.15.4
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 +10 -0
- package/data/_indexes/_meta.json +5 -5
- package/data/attack-techniques.json +13 -0
- package/data/cve-catalog.json +266 -93
- package/data/zeroday-lessons.json +657 -209
- package/lib/gap-detectors.js +9 -15
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +22 -22
- package/scripts/check-catalog-gap-budget.js +7 -5
|
@@ -6811,35 +6811,63 @@
|
|
|
6811
6811
|
},
|
|
6812
6812
|
"CVE-2026-41940": {
|
|
6813
6813
|
"name": "WebPros cPanel & WHM and WP2 (WordPress Squared) Missing Authentication for Critical Function Vulnerability",
|
|
6814
|
-
"lesson_date": "2026-05-
|
|
6814
|
+
"lesson_date": "2026-05-29",
|
|
6815
6815
|
"attack_vector": {
|
|
6816
|
-
"description": "
|
|
6817
|
-
"privileges_required": "network
|
|
6818
|
-
"complexity": "
|
|
6819
|
-
"ai_factor": "
|
|
6816
|
+
"description": "missing authentication for a critical function (CWE-306) on the cPanel & WHM / WP2 management surface, reachable by an unauthenticated attacker. CISA KEV-listed 2026-04-30 with confirmed in-the-wild exploitation.",
|
|
6817
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
6818
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
6819
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
6820
|
+
},
|
|
6821
|
+
"defense_chain": {
|
|
6822
|
+
"prevention": {
|
|
6823
|
+
"what_would_have_worked": "Apply the cPanel/WHM update from the advisory; the hosting-control-panel class is internet-facing by function, so confirm the affected function is no longer unauthenticated and audit for unauthorized administrative actions.",
|
|
6824
|
+
"was_this_required": true,
|
|
6825
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
6826
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
6827
|
+
},
|
|
6828
|
+
"detection": {
|
|
6829
|
+
"what_would_have_worked": "Network/behavior monitoring on the cPanel/WHM management surface: requests matching the exploited weakness, and unexpected access, process execution, or new accounts on the service.",
|
|
6830
|
+
"was_this_required": false,
|
|
6831
|
+
"framework_requiring_it": null,
|
|
6832
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
6833
|
+
},
|
|
6834
|
+
"response": {
|
|
6835
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the cPanel/WHM management surface.",
|
|
6836
|
+
"was_this_required": true,
|
|
6837
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
6838
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
6839
|
+
}
|
|
6820
6840
|
},
|
|
6821
6841
|
"framework_coverage": {
|
|
6822
6842
|
"NIST-800-53-SI-2": {
|
|
6823
6843
|
"covered": true,
|
|
6824
6844
|
"adequate": false,
|
|
6825
|
-
"gap": "30-day SLA
|
|
6845
|
+
"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."
|
|
6826
6846
|
},
|
|
6827
6847
|
"ISO-27001-2022-A.8.8": {
|
|
6828
6848
|
"covered": true,
|
|
6829
6849
|
"adequate": false,
|
|
6830
|
-
"gap": "
|
|
6850
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
6851
|
+
},
|
|
6852
|
+
"NIS2-Art21-network-security": {
|
|
6853
|
+
"covered": true,
|
|
6854
|
+
"adequate": false,
|
|
6855
|
+
"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."
|
|
6856
|
+
},
|
|
6857
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
6858
|
+
"covered": true,
|
|
6859
|
+
"adequate": false,
|
|
6860
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on an internet-facing system in or adjacent to the CDE."
|
|
6831
6861
|
}
|
|
6832
6862
|
},
|
|
6833
6863
|
"compliance_exposure_score": {
|
|
6834
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
6835
|
-
"basis": "
|
|
6864
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
6865
|
+
"basis": "Internet-facing WebPros cPanel & WHM / WP2 is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
6836
6866
|
"theater_pattern": "patch_management"
|
|
6837
6867
|
},
|
|
6838
6868
|
"ai_discovered_zeroday": false,
|
|
6839
|
-
"ai_discovery_source": "
|
|
6840
|
-
"ai_assist_factor": "none"
|
|
6841
|
-
"_auto_imported": true,
|
|
6842
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
6869
|
+
"ai_discovery_source": "vendor_research",
|
|
6870
|
+
"ai_assist_factor": "none"
|
|
6843
6871
|
},
|
|
6844
6872
|
"CVE-2024-1708": {
|
|
6845
6873
|
"name": "ConnectWise ScreenConnect Path Traversal Vulnerability",
|
|
@@ -7259,35 +7287,63 @@
|
|
|
7259
7287
|
},
|
|
7260
7288
|
"CVE-2026-34197": {
|
|
7261
7289
|
"name": "Apache ActiveMQ Improper Input Validation Vulnerability",
|
|
7262
|
-
"lesson_date": "2026-05-
|
|
7290
|
+
"lesson_date": "2026-05-29",
|
|
7263
7291
|
"attack_vector": {
|
|
7264
|
-
"description": "
|
|
7265
|
-
"privileges_required": "network
|
|
7266
|
-
"complexity": "
|
|
7267
|
-
"ai_factor": "
|
|
7292
|
+
"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.",
|
|
7293
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
7294
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7295
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7296
|
+
},
|
|
7297
|
+
"defense_chain": {
|
|
7298
|
+
"prevention": {
|
|
7299
|
+
"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.",
|
|
7300
|
+
"was_this_required": true,
|
|
7301
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7302
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
7303
|
+
},
|
|
7304
|
+
"detection": {
|
|
7305
|
+
"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.",
|
|
7306
|
+
"was_this_required": false,
|
|
7307
|
+
"framework_requiring_it": null,
|
|
7308
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
7309
|
+
},
|
|
7310
|
+
"response": {
|
|
7311
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the broker.",
|
|
7312
|
+
"was_this_required": true,
|
|
7313
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7314
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
7315
|
+
}
|
|
7268
7316
|
},
|
|
7269
7317
|
"framework_coverage": {
|
|
7270
7318
|
"NIST-800-53-SI-2": {
|
|
7271
7319
|
"covered": true,
|
|
7272
7320
|
"adequate": false,
|
|
7273
|
-
"gap": "30-day SLA
|
|
7321
|
+
"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
7322
|
},
|
|
7275
7323
|
"ISO-27001-2022-A.8.8": {
|
|
7276
7324
|
"covered": true,
|
|
7277
7325
|
"adequate": false,
|
|
7278
|
-
"gap": "
|
|
7326
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
7327
|
+
},
|
|
7328
|
+
"NIS2-Art21-network-security": {
|
|
7329
|
+
"covered": true,
|
|
7330
|
+
"adequate": false,
|
|
7331
|
+
"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."
|
|
7332
|
+
},
|
|
7333
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
7334
|
+
"covered": true,
|
|
7335
|
+
"adequate": false,
|
|
7336
|
+
"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
7337
|
}
|
|
7280
7338
|
},
|
|
7281
7339
|
"compliance_exposure_score": {
|
|
7282
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7283
|
-
"basis": "
|
|
7340
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
7341
|
+
"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
7342
|
"theater_pattern": "patch_management"
|
|
7285
7343
|
},
|
|
7286
7344
|
"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"
|
|
7345
|
+
"ai_discovery_source": "vendor_research",
|
|
7346
|
+
"ai_assist_factor": "none"
|
|
7291
7347
|
},
|
|
7292
7348
|
"CVE-2009-0238": {
|
|
7293
7349
|
"name": "Microsoft Office Remote Code Execution",
|
|
@@ -7515,35 +7571,63 @@
|
|
|
7515
7571
|
},
|
|
7516
7572
|
"CVE-2026-21643": {
|
|
7517
7573
|
"name": "Fortinet FortiClient EMS SQL Injection Vulnerability",
|
|
7518
|
-
"lesson_date": "2026-05-
|
|
7574
|
+
"lesson_date": "2026-05-29",
|
|
7519
7575
|
"attack_vector": {
|
|
7520
|
-
"description": "
|
|
7521
|
-
"privileges_required": "network
|
|
7522
|
-
"complexity": "
|
|
7523
|
-
"ai_factor": "
|
|
7576
|
+
"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.",
|
|
7577
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
7578
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7579
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7580
|
+
},
|
|
7581
|
+
"defense_chain": {
|
|
7582
|
+
"prevention": {
|
|
7583
|
+
"what_would_have_worked": "Upgrade FortiClient EMS to the fixed build in the Fortinet PSIRT advisory; restrict the EMS management interface to trusted networks.",
|
|
7584
|
+
"was_this_required": true,
|
|
7585
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7586
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
7587
|
+
},
|
|
7588
|
+
"detection": {
|
|
7589
|
+
"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.",
|
|
7590
|
+
"was_this_required": false,
|
|
7591
|
+
"framework_requiring_it": null,
|
|
7592
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
7593
|
+
},
|
|
7594
|
+
"response": {
|
|
7595
|
+
"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.",
|
|
7596
|
+
"was_this_required": true,
|
|
7597
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7598
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
7599
|
+
}
|
|
7524
7600
|
},
|
|
7525
7601
|
"framework_coverage": {
|
|
7526
7602
|
"NIST-800-53-SI-2": {
|
|
7527
7603
|
"covered": true,
|
|
7528
7604
|
"adequate": false,
|
|
7529
|
-
"gap": "30-day SLA
|
|
7605
|
+
"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
7606
|
},
|
|
7531
7607
|
"ISO-27001-2022-A.8.8": {
|
|
7532
7608
|
"covered": true,
|
|
7533
7609
|
"adequate": false,
|
|
7534
|
-
"gap": "
|
|
7610
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
7611
|
+
},
|
|
7612
|
+
"NIS2-Art21-network-security": {
|
|
7613
|
+
"covered": true,
|
|
7614
|
+
"adequate": false,
|
|
7615
|
+
"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."
|
|
7616
|
+
},
|
|
7617
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
7618
|
+
"covered": true,
|
|
7619
|
+
"adequate": false,
|
|
7620
|
+
"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
7621
|
}
|
|
7536
7622
|
},
|
|
7537
7623
|
"compliance_exposure_score": {
|
|
7538
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7539
|
-
"basis": "
|
|
7624
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
7625
|
+
"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
7626
|
"theater_pattern": "patch_management"
|
|
7541
7627
|
},
|
|
7542
7628
|
"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"
|
|
7629
|
+
"ai_discovery_source": "vendor_research",
|
|
7630
|
+
"ai_assist_factor": "none"
|
|
7547
7631
|
},
|
|
7548
7632
|
"CVE-2026-34621": {
|
|
7549
7633
|
"name": "Adobe Acrobat and Reader Prototype Pollution Vulnerability",
|
|
@@ -7579,35 +7663,63 @@
|
|
|
7579
7663
|
},
|
|
7580
7664
|
"CVE-2026-1340": {
|
|
7581
7665
|
"name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability",
|
|
7582
|
-
"lesson_date": "2026-05-
|
|
7666
|
+
"lesson_date": "2026-05-29",
|
|
7583
7667
|
"attack_vector": {
|
|
7584
|
-
"description": "
|
|
7585
|
-
"privileges_required": "network
|
|
7586
|
-
"complexity": "
|
|
7587
|
-
"ai_factor": "
|
|
7668
|
+
"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.",
|
|
7669
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
7670
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7671
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7672
|
+
},
|
|
7673
|
+
"defense_chain": {
|
|
7674
|
+
"prevention": {
|
|
7675
|
+
"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.",
|
|
7676
|
+
"was_this_required": true,
|
|
7677
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7678
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
7679
|
+
},
|
|
7680
|
+
"detection": {
|
|
7681
|
+
"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.",
|
|
7682
|
+
"was_this_required": false,
|
|
7683
|
+
"framework_requiring_it": null,
|
|
7684
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
7685
|
+
},
|
|
7686
|
+
"response": {
|
|
7687
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the EPMM server.",
|
|
7688
|
+
"was_this_required": true,
|
|
7689
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7690
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
7691
|
+
}
|
|
7588
7692
|
},
|
|
7589
7693
|
"framework_coverage": {
|
|
7590
7694
|
"NIST-800-53-SI-2": {
|
|
7591
7695
|
"covered": true,
|
|
7592
7696
|
"adequate": false,
|
|
7593
|
-
"gap": "30-day SLA
|
|
7697
|
+
"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
7698
|
},
|
|
7595
7699
|
"ISO-27001-2022-A.8.8": {
|
|
7596
7700
|
"covered": true,
|
|
7597
7701
|
"adequate": false,
|
|
7598
|
-
"gap": "
|
|
7702
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
7703
|
+
},
|
|
7704
|
+
"NIS2-Art21-network-security": {
|
|
7705
|
+
"covered": true,
|
|
7706
|
+
"adequate": false,
|
|
7707
|
+
"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."
|
|
7708
|
+
},
|
|
7709
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
7710
|
+
"covered": true,
|
|
7711
|
+
"adequate": false,
|
|
7712
|
+
"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
7713
|
}
|
|
7600
7714
|
},
|
|
7601
7715
|
"compliance_exposure_score": {
|
|
7602
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7603
|
-
"basis": "
|
|
7716
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
7717
|
+
"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
7718
|
"theater_pattern": "patch_management"
|
|
7605
7719
|
},
|
|
7606
7720
|
"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"
|
|
7721
|
+
"ai_discovery_source": "vendor_research",
|
|
7722
|
+
"ai_assist_factor": "none"
|
|
7611
7723
|
},
|
|
7612
7724
|
"CVE-2026-35616": {
|
|
7613
7725
|
"name": "Fortinet FortiClient EMS Improper Access Control Vulnerability",
|
|
@@ -10543,35 +10655,63 @@
|
|
|
10543
10655
|
},
|
|
10544
10656
|
"CVE-2026-20131": {
|
|
10545
10657
|
"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-
|
|
10658
|
+
"lesson_date": "2026-05-29",
|
|
10547
10659
|
"attack_vector": {
|
|
10548
|
-
"description": "
|
|
10549
|
-
"privileges_required": "network
|
|
10550
|
-
"complexity": "
|
|
10551
|
-
"ai_factor": "
|
|
10660
|
+
"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.",
|
|
10661
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
10662
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
10663
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
10664
|
+
},
|
|
10665
|
+
"defense_chain": {
|
|
10666
|
+
"prevention": {
|
|
10667
|
+
"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.",
|
|
10668
|
+
"was_this_required": true,
|
|
10669
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
10670
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
10671
|
+
},
|
|
10672
|
+
"detection": {
|
|
10673
|
+
"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.",
|
|
10674
|
+
"was_this_required": false,
|
|
10675
|
+
"framework_requiring_it": null,
|
|
10676
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
10677
|
+
},
|
|
10678
|
+
"response": {
|
|
10679
|
+
"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.",
|
|
10680
|
+
"was_this_required": true,
|
|
10681
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
10682
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
10683
|
+
}
|
|
10552
10684
|
},
|
|
10553
10685
|
"framework_coverage": {
|
|
10554
10686
|
"NIST-800-53-SI-2": {
|
|
10555
10687
|
"covered": true,
|
|
10556
10688
|
"adequate": false,
|
|
10557
|
-
"gap": "30-day SLA
|
|
10689
|
+
"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
10690
|
},
|
|
10559
10691
|
"ISO-27001-2022-A.8.8": {
|
|
10560
10692
|
"covered": true,
|
|
10561
10693
|
"adequate": false,
|
|
10562
|
-
"gap": "
|
|
10694
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
10695
|
+
},
|
|
10696
|
+
"NIS2-Art21-network-security": {
|
|
10697
|
+
"covered": true,
|
|
10698
|
+
"adequate": false,
|
|
10699
|
+
"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."
|
|
10700
|
+
},
|
|
10701
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
10702
|
+
"covered": true,
|
|
10703
|
+
"adequate": false,
|
|
10704
|
+
"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
10705
|
}
|
|
10564
10706
|
},
|
|
10565
10707
|
"compliance_exposure_score": {
|
|
10566
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
10567
|
-
"basis": "
|
|
10708
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
10709
|
+
"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
10710
|
"theater_pattern": "patch_management"
|
|
10569
10711
|
},
|
|
10570
10712
|
"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"
|
|
10713
|
+
"ai_discovery_source": "vendor_research",
|
|
10714
|
+
"ai_assist_factor": "none"
|
|
10575
10715
|
},
|
|
10576
10716
|
"CVE-2025-66376": {
|
|
10577
10717
|
"name": "Synacor Zimbra Collaboration Suite (ZCS) Cross-Site Scripting Vulnerability",
|
|
@@ -10607,35 +10747,63 @@
|
|
|
10607
10747
|
},
|
|
10608
10748
|
"CVE-2026-20963": {
|
|
10609
10749
|
"name": "Microsoft SharePoint Deserialization of Untrusted Data Vulnerability",
|
|
10610
|
-
"lesson_date": "2026-05-
|
|
10750
|
+
"lesson_date": "2026-05-29",
|
|
10611
10751
|
"attack_vector": {
|
|
10612
|
-
"description": "
|
|
10613
|
-
"privileges_required": "network
|
|
10614
|
-
"complexity": "
|
|
10615
|
-
"ai_factor": "
|
|
10752
|
+
"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.",
|
|
10753
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
10754
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
10755
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
10756
|
+
},
|
|
10757
|
+
"defense_chain": {
|
|
10758
|
+
"prevention": {
|
|
10759
|
+
"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.",
|
|
10760
|
+
"was_this_required": true,
|
|
10761
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
10762
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
10763
|
+
},
|
|
10764
|
+
"detection": {
|
|
10765
|
+
"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.",
|
|
10766
|
+
"was_this_required": false,
|
|
10767
|
+
"framework_requiring_it": null,
|
|
10768
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
10769
|
+
},
|
|
10770
|
+
"response": {
|
|
10771
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the SharePoint server.",
|
|
10772
|
+
"was_this_required": true,
|
|
10773
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
10774
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
10775
|
+
}
|
|
10616
10776
|
},
|
|
10617
10777
|
"framework_coverage": {
|
|
10618
10778
|
"NIST-800-53-SI-2": {
|
|
10619
10779
|
"covered": true,
|
|
10620
10780
|
"adequate": false,
|
|
10621
|
-
"gap": "30-day SLA
|
|
10781
|
+
"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
10782
|
},
|
|
10623
10783
|
"ISO-27001-2022-A.8.8": {
|
|
10624
10784
|
"covered": true,
|
|
10625
10785
|
"adequate": false,
|
|
10626
|
-
"gap": "
|
|
10786
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
10787
|
+
},
|
|
10788
|
+
"NIS2-Art21-network-security": {
|
|
10789
|
+
"covered": true,
|
|
10790
|
+
"adequate": false,
|
|
10791
|
+
"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."
|
|
10792
|
+
},
|
|
10793
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
10794
|
+
"covered": true,
|
|
10795
|
+
"adequate": false,
|
|
10796
|
+
"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
10797
|
}
|
|
10628
10798
|
},
|
|
10629
10799
|
"compliance_exposure_score": {
|
|
10630
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
10631
|
-
"basis": "
|
|
10800
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
10801
|
+
"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
10802
|
"theater_pattern": "patch_management"
|
|
10633
10803
|
},
|
|
10634
10804
|
"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"
|
|
10805
|
+
"ai_discovery_source": "vendor_research",
|
|
10806
|
+
"ai_assist_factor": "none"
|
|
10639
10807
|
},
|
|
10640
10808
|
"CVE-2025-47813": {
|
|
10641
10809
|
"name": "Wing FTP Server Information Disclosure Vulnerability",
|
|
@@ -10831,35 +10999,63 @@
|
|
|
10831
10999
|
},
|
|
10832
11000
|
"CVE-2026-1603": {
|
|
10833
11001
|
"name": "Ivanti Endpoint Manager (EPM) Authentication Bypass Vulnerability",
|
|
10834
|
-
"lesson_date": "2026-05-
|
|
11002
|
+
"lesson_date": "2026-05-29",
|
|
10835
11003
|
"attack_vector": {
|
|
10836
|
-
"description": "
|
|
10837
|
-
"privileges_required": "network
|
|
10838
|
-
"complexity": "
|
|
10839
|
-
"ai_factor": "
|
|
11004
|
+
"description": "authentication bypass (CWE-288) granting an unauthenticated attacker access to the Ivanti Endpoint Manager surface. CISA KEV-listed 2026-03-09 with confirmed in-the-wild exploitation.",
|
|
11005
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
11006
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11007
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11008
|
+
},
|
|
11009
|
+
"defense_chain": {
|
|
11010
|
+
"prevention": {
|
|
11011
|
+
"what_would_have_worked": "Apply the Ivanti EPM patch from the advisory; restrict the management surface and review for unauthorized sessions/accounts.",
|
|
11012
|
+
"was_this_required": true,
|
|
11013
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11014
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
11015
|
+
},
|
|
11016
|
+
"detection": {
|
|
11017
|
+
"what_would_have_worked": "Network/behavior monitoring on the EPM management surface: requests matching the exploited weakness, and unexpected access, process execution, or new accounts on the service.",
|
|
11018
|
+
"was_this_required": false,
|
|
11019
|
+
"framework_requiring_it": null,
|
|
11020
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
11021
|
+
},
|
|
11022
|
+
"response": {
|
|
11023
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the EPM management surface.",
|
|
11024
|
+
"was_this_required": true,
|
|
11025
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11026
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
11027
|
+
}
|
|
10840
11028
|
},
|
|
10841
11029
|
"framework_coverage": {
|
|
10842
11030
|
"NIST-800-53-SI-2": {
|
|
10843
11031
|
"covered": true,
|
|
10844
11032
|
"adequate": false,
|
|
10845
|
-
"gap": "30-day SLA
|
|
11033
|
+
"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."
|
|
10846
11034
|
},
|
|
10847
11035
|
"ISO-27001-2022-A.8.8": {
|
|
10848
11036
|
"covered": true,
|
|
10849
11037
|
"adequate": false,
|
|
10850
|
-
"gap": "
|
|
11038
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
11039
|
+
},
|
|
11040
|
+
"NIS2-Art21-network-security": {
|
|
11041
|
+
"covered": true,
|
|
11042
|
+
"adequate": false,
|
|
11043
|
+
"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."
|
|
11044
|
+
},
|
|
11045
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
11046
|
+
"covered": true,
|
|
11047
|
+
"adequate": false,
|
|
11048
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on an internet-facing system in or adjacent to the CDE."
|
|
10851
11049
|
}
|
|
10852
11050
|
},
|
|
10853
11051
|
"compliance_exposure_score": {
|
|
10854
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
10855
|
-
"basis": "
|
|
11052
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
11053
|
+
"basis": "Internet-facing Ivanti Endpoint Manager (EPM) is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
10856
11054
|
"theater_pattern": "patch_management"
|
|
10857
11055
|
},
|
|
10858
11056
|
"ai_discovered_zeroday": false,
|
|
10859
|
-
"ai_discovery_source": "
|
|
10860
|
-
"ai_assist_factor": "none"
|
|
10861
|
-
"_auto_imported": true,
|
|
10862
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11057
|
+
"ai_discovery_source": "vendor_research",
|
|
11058
|
+
"ai_assist_factor": "none"
|
|
10863
11059
|
},
|
|
10864
11060
|
"CVE-2017-7921": {
|
|
10865
11061
|
"name": "Hikvision Multiple Products Improper Authentication Vulnerability",
|
|
@@ -11023,35 +11219,63 @@
|
|
|
11023
11219
|
},
|
|
11024
11220
|
"CVE-2026-22719": {
|
|
11025
11221
|
"name": "Broadcom VMware Aria Operations Command Injection Vulnerability",
|
|
11026
|
-
"lesson_date": "2026-05-
|
|
11222
|
+
"lesson_date": "2026-05-29",
|
|
11027
11223
|
"attack_vector": {
|
|
11028
|
-
"description": "
|
|
11029
|
-
"privileges_required": "network
|
|
11030
|
-
"complexity": "
|
|
11031
|
-
"ai_factor": "
|
|
11224
|
+
"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.",
|
|
11225
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
11226
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11227
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11228
|
+
},
|
|
11229
|
+
"defense_chain": {
|
|
11230
|
+
"prevention": {
|
|
11231
|
+
"what_would_have_worked": "Apply the Broadcom/VMware VMSA fixed version; restrict Aria Operations management access to trusted networks.",
|
|
11232
|
+
"was_this_required": true,
|
|
11233
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11234
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
11235
|
+
},
|
|
11236
|
+
"detection": {
|
|
11237
|
+
"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.",
|
|
11238
|
+
"was_this_required": false,
|
|
11239
|
+
"framework_requiring_it": null,
|
|
11240
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
11241
|
+
},
|
|
11242
|
+
"response": {
|
|
11243
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the Aria Operations.",
|
|
11244
|
+
"was_this_required": true,
|
|
11245
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11246
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
11247
|
+
}
|
|
11032
11248
|
},
|
|
11033
11249
|
"framework_coverage": {
|
|
11034
11250
|
"NIST-800-53-SI-2": {
|
|
11035
11251
|
"covered": true,
|
|
11036
11252
|
"adequate": false,
|
|
11037
|
-
"gap": "30-day SLA
|
|
11253
|
+
"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
11254
|
},
|
|
11039
11255
|
"ISO-27001-2022-A.8.8": {
|
|
11040
11256
|
"covered": true,
|
|
11041
11257
|
"adequate": false,
|
|
11042
|
-
"gap": "
|
|
11258
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
11259
|
+
},
|
|
11260
|
+
"NIS2-Art21-network-security": {
|
|
11261
|
+
"covered": true,
|
|
11262
|
+
"adequate": false,
|
|
11263
|
+
"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."
|
|
11264
|
+
},
|
|
11265
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
11266
|
+
"covered": true,
|
|
11267
|
+
"adequate": false,
|
|
11268
|
+
"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
11269
|
}
|
|
11044
11270
|
},
|
|
11045
11271
|
"compliance_exposure_score": {
|
|
11046
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11047
|
-
"basis": "
|
|
11272
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
11273
|
+
"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
11274
|
"theater_pattern": "patch_management"
|
|
11049
11275
|
},
|
|
11050
11276
|
"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"
|
|
11277
|
+
"ai_discovery_source": "vendor_research",
|
|
11278
|
+
"ai_assist_factor": "none"
|
|
11055
11279
|
},
|
|
11056
11280
|
"CVE-2026-21385": {
|
|
11057
11281
|
"name": "Qualcomm Multiple Chipsets Memory Corruption Vulnerability",
|
|
@@ -11119,67 +11343,123 @@
|
|
|
11119
11343
|
},
|
|
11120
11344
|
"CVE-2026-20127": {
|
|
11121
11345
|
"name": "Cisco Catalyst SD-WAN Controller and Manager Authentication Bypass Vulnerability",
|
|
11122
|
-
"lesson_date": "2026-05-
|
|
11346
|
+
"lesson_date": "2026-05-29",
|
|
11123
11347
|
"attack_vector": {
|
|
11124
|
-
"description": "
|
|
11125
|
-
"privileges_required": "network
|
|
11126
|
-
"complexity": "
|
|
11127
|
-
"ai_factor": "
|
|
11348
|
+
"description": "improper authentication (CWE-287) on the Catalyst SD-WAN Controller/Manager, letting an unauthenticated attacker bypass authentication to the management plane. CISA KEV-listed 2026-02-25 with confirmed in-the-wild exploitation.",
|
|
11349
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
11350
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11351
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11352
|
+
},
|
|
11353
|
+
"defense_chain": {
|
|
11354
|
+
"prevention": {
|
|
11355
|
+
"what_would_have_worked": "Apply the Cisco Catalyst SD-WAN fixed release; the SD-WAN manager governs the overlay, so treat compromise as control-plane-level and review managed-device configuration and accounts.",
|
|
11356
|
+
"was_this_required": true,
|
|
11357
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11358
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
11359
|
+
},
|
|
11360
|
+
"detection": {
|
|
11361
|
+
"what_would_have_worked": "Network/behavior monitoring on the Catalyst SD-WAN management plane: requests matching the exploited weakness, and unexpected access, process execution, or new accounts on the service.",
|
|
11362
|
+
"was_this_required": false,
|
|
11363
|
+
"framework_requiring_it": null,
|
|
11364
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
11365
|
+
},
|
|
11366
|
+
"response": {
|
|
11367
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the Catalyst SD-WAN management plane.",
|
|
11368
|
+
"was_this_required": true,
|
|
11369
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11370
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
11371
|
+
}
|
|
11128
11372
|
},
|
|
11129
11373
|
"framework_coverage": {
|
|
11130
11374
|
"NIST-800-53-SI-2": {
|
|
11131
11375
|
"covered": true,
|
|
11132
11376
|
"adequate": false,
|
|
11133
|
-
"gap": "30-day SLA
|
|
11377
|
+
"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."
|
|
11134
11378
|
},
|
|
11135
11379
|
"ISO-27001-2022-A.8.8": {
|
|
11136
11380
|
"covered": true,
|
|
11137
11381
|
"adequate": false,
|
|
11138
|
-
"gap": "
|
|
11382
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
11383
|
+
},
|
|
11384
|
+
"NIS2-Art21-network-security": {
|
|
11385
|
+
"covered": true,
|
|
11386
|
+
"adequate": false,
|
|
11387
|
+
"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."
|
|
11388
|
+
},
|
|
11389
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
11390
|
+
"covered": true,
|
|
11391
|
+
"adequate": false,
|
|
11392
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on an internet-facing system in or adjacent to the CDE."
|
|
11139
11393
|
}
|
|
11140
11394
|
},
|
|
11141
11395
|
"compliance_exposure_score": {
|
|
11142
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11143
|
-
"basis": "
|
|
11396
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
11397
|
+
"basis": "Internet-facing Cisco Catalyst SD-WAN Controller / Manager is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
11144
11398
|
"theater_pattern": "patch_management"
|
|
11145
11399
|
},
|
|
11146
11400
|
"ai_discovered_zeroday": false,
|
|
11147
|
-
"ai_discovery_source": "
|
|
11148
|
-
"ai_assist_factor": "none"
|
|
11149
|
-
"_auto_imported": true,
|
|
11150
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11401
|
+
"ai_discovery_source": "vendor_research",
|
|
11402
|
+
"ai_assist_factor": "none"
|
|
11151
11403
|
},
|
|
11152
11404
|
"CVE-2026-25108": {
|
|
11153
11405
|
"name": "Soliton Systems K.K FileZen OS Command Injection Vulnerability",
|
|
11154
|
-
"lesson_date": "2026-05-
|
|
11406
|
+
"lesson_date": "2026-05-29",
|
|
11155
11407
|
"attack_vector": {
|
|
11156
|
-
"description": "
|
|
11157
|
-
"privileges_required": "network
|
|
11158
|
-
"complexity": "
|
|
11159
|
-
"ai_factor": "
|
|
11408
|
+
"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.",
|
|
11409
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
11410
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11411
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11412
|
+
},
|
|
11413
|
+
"defense_chain": {
|
|
11414
|
+
"prevention": {
|
|
11415
|
+
"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.",
|
|
11416
|
+
"was_this_required": true,
|
|
11417
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11418
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
11419
|
+
},
|
|
11420
|
+
"detection": {
|
|
11421
|
+
"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.",
|
|
11422
|
+
"was_this_required": false,
|
|
11423
|
+
"framework_requiring_it": null,
|
|
11424
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
11425
|
+
},
|
|
11426
|
+
"response": {
|
|
11427
|
+
"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.",
|
|
11428
|
+
"was_this_required": true,
|
|
11429
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11430
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
11431
|
+
}
|
|
11160
11432
|
},
|
|
11161
11433
|
"framework_coverage": {
|
|
11162
11434
|
"NIST-800-53-SI-2": {
|
|
11163
11435
|
"covered": true,
|
|
11164
11436
|
"adequate": false,
|
|
11165
|
-
"gap": "30-day SLA
|
|
11437
|
+
"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
11438
|
},
|
|
11167
11439
|
"ISO-27001-2022-A.8.8": {
|
|
11168
11440
|
"covered": true,
|
|
11169
11441
|
"adequate": false,
|
|
11170
|
-
"gap": "
|
|
11442
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
11443
|
+
},
|
|
11444
|
+
"NIS2-Art21-network-security": {
|
|
11445
|
+
"covered": true,
|
|
11446
|
+
"adequate": false,
|
|
11447
|
+
"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."
|
|
11448
|
+
},
|
|
11449
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
11450
|
+
"covered": true,
|
|
11451
|
+
"adequate": false,
|
|
11452
|
+
"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
11453
|
}
|
|
11172
11454
|
},
|
|
11173
11455
|
"compliance_exposure_score": {
|
|
11174
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11175
|
-
"basis": "
|
|
11456
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
11457
|
+
"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
11458
|
"theater_pattern": "patch_management"
|
|
11177
11459
|
},
|
|
11178
11460
|
"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"
|
|
11461
|
+
"ai_discovery_source": "vendor_research",
|
|
11462
|
+
"ai_assist_factor": "none"
|
|
11183
11463
|
},
|
|
11184
11464
|
"CVE-2025-49113": {
|
|
11185
11465
|
"name": "RoundCube Webmail Deserialization of Untrusted Data Vulnerability",
|
|
@@ -11439,35 +11719,63 @@
|
|
|
11439
11719
|
},
|
|
11440
11720
|
"CVE-2026-1731": {
|
|
11441
11721
|
"name": "BeyondTrust Remote Support (RS) and Privileged Remote Access (PRA) OS Command Injection Vulnerability",
|
|
11442
|
-
"lesson_date": "2026-05-
|
|
11722
|
+
"lesson_date": "2026-05-29",
|
|
11443
11723
|
"attack_vector": {
|
|
11444
|
-
"description": "
|
|
11445
|
-
"privileges_required": "network
|
|
11446
|
-
"complexity": "
|
|
11447
|
-
"ai_factor": "
|
|
11724
|
+
"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.",
|
|
11725
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
11726
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11727
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11728
|
+
},
|
|
11729
|
+
"defense_chain": {
|
|
11730
|
+
"prevention": {
|
|
11731
|
+
"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.",
|
|
11732
|
+
"was_this_required": true,
|
|
11733
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11734
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
11735
|
+
},
|
|
11736
|
+
"detection": {
|
|
11737
|
+
"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.",
|
|
11738
|
+
"was_this_required": false,
|
|
11739
|
+
"framework_requiring_it": null,
|
|
11740
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
11741
|
+
},
|
|
11742
|
+
"response": {
|
|
11743
|
+
"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.",
|
|
11744
|
+
"was_this_required": true,
|
|
11745
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11746
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated RCE; patch-in-place without compromise assessment can leave attacker persistence."
|
|
11747
|
+
}
|
|
11448
11748
|
},
|
|
11449
11749
|
"framework_coverage": {
|
|
11450
11750
|
"NIST-800-53-SI-2": {
|
|
11451
11751
|
"covered": true,
|
|
11452
11752
|
"adequate": false,
|
|
11453
|
-
"gap": "30-day SLA
|
|
11753
|
+
"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
11754
|
},
|
|
11455
11755
|
"ISO-27001-2022-A.8.8": {
|
|
11456
11756
|
"covered": true,
|
|
11457
11757
|
"adequate": false,
|
|
11458
|
-
"gap": "
|
|
11758
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
11759
|
+
},
|
|
11760
|
+
"NIS2-Art21-network-security": {
|
|
11761
|
+
"covered": true,
|
|
11762
|
+
"adequate": false,
|
|
11763
|
+
"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."
|
|
11764
|
+
},
|
|
11765
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
11766
|
+
"covered": true,
|
|
11767
|
+
"adequate": false,
|
|
11768
|
+
"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
11769
|
}
|
|
11460
11770
|
},
|
|
11461
11771
|
"compliance_exposure_score": {
|
|
11462
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11463
|
-
"basis": "
|
|
11772
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
11773
|
+
"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
11774
|
"theater_pattern": "patch_management"
|
|
11465
11775
|
},
|
|
11466
11776
|
"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"
|
|
11777
|
+
"ai_discovery_source": "vendor_research",
|
|
11778
|
+
"ai_assist_factor": "none"
|
|
11471
11779
|
},
|
|
11472
11780
|
"CVE-2026-20700": {
|
|
11473
11781
|
"name": "Apple Multiple Buffer Overflow Vulnerability",
|
|
@@ -11823,35 +12131,63 @@
|
|
|
11823
12131
|
},
|
|
11824
12132
|
"CVE-2026-24423": {
|
|
11825
12133
|
"name": "SmarterTools SmarterMail Missing Authentication for Critical Function Vulnerability",
|
|
11826
|
-
"lesson_date": "2026-05-
|
|
12134
|
+
"lesson_date": "2026-05-29",
|
|
11827
12135
|
"attack_vector": {
|
|
11828
|
-
"description": "
|
|
11829
|
-
"privileges_required": "network
|
|
11830
|
-
"complexity": "
|
|
11831
|
-
"ai_factor": "
|
|
12136
|
+
"description": "missing authentication for a critical function (CWE-306) on SmarterMail, reachable by an unauthenticated attacker. CISA KEV-listed 2026-02-05 with confirmed in-the-wild exploitation.",
|
|
12137
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
12138
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12139
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12140
|
+
},
|
|
12141
|
+
"defense_chain": {
|
|
12142
|
+
"prevention": {
|
|
12143
|
+
"what_would_have_worked": "Upgrade SmarterMail to the fixed build; confirm the affected function now requires authentication and audit for unauthorized access.",
|
|
12144
|
+
"was_this_required": true,
|
|
12145
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12146
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
12147
|
+
},
|
|
12148
|
+
"detection": {
|
|
12149
|
+
"what_would_have_worked": "Network/behavior monitoring on the SmarterMail server: requests matching the exploited weakness, and unexpected access, process execution, or new accounts on the service.",
|
|
12150
|
+
"was_this_required": false,
|
|
12151
|
+
"framework_requiring_it": null,
|
|
12152
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
12153
|
+
},
|
|
12154
|
+
"response": {
|
|
12155
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the SmarterMail server.",
|
|
12156
|
+
"was_this_required": true,
|
|
12157
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12158
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
12159
|
+
}
|
|
11832
12160
|
},
|
|
11833
12161
|
"framework_coverage": {
|
|
11834
12162
|
"NIST-800-53-SI-2": {
|
|
11835
12163
|
"covered": true,
|
|
11836
12164
|
"adequate": false,
|
|
11837
|
-
"gap": "30-day SLA
|
|
12165
|
+
"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."
|
|
11838
12166
|
},
|
|
11839
12167
|
"ISO-27001-2022-A.8.8": {
|
|
11840
12168
|
"covered": true,
|
|
11841
12169
|
"adequate": false,
|
|
11842
|
-
"gap": "
|
|
12170
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
12171
|
+
},
|
|
12172
|
+
"NIS2-Art21-network-security": {
|
|
12173
|
+
"covered": true,
|
|
12174
|
+
"adequate": false,
|
|
12175
|
+
"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."
|
|
12176
|
+
},
|
|
12177
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
12178
|
+
"covered": true,
|
|
12179
|
+
"adequate": false,
|
|
12180
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on an internet-facing system in or adjacent to the CDE."
|
|
11843
12181
|
}
|
|
11844
12182
|
},
|
|
11845
12183
|
"compliance_exposure_score": {
|
|
11846
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11847
|
-
"basis": "
|
|
12184
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
12185
|
+
"basis": "Internet-facing SmarterTools SmarterMail is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
11848
12186
|
"theater_pattern": "patch_management"
|
|
11849
12187
|
},
|
|
11850
12188
|
"ai_discovered_zeroday": false,
|
|
11851
|
-
"ai_discovery_source": "
|
|
11852
|
-
"ai_assist_factor": "none"
|
|
11853
|
-
"_auto_imported": true,
|
|
11854
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12189
|
+
"ai_discovery_source": "vendor_research",
|
|
12190
|
+
"ai_assist_factor": "none"
|
|
11855
12191
|
},
|
|
11856
12192
|
"CVE-2021-39935": {
|
|
11857
12193
|
"name": "GitLab Community and Enterprise Editions Server-Side Request Forgery (SSRF) Vulnerability",
|
|
@@ -11982,68 +12318,124 @@
|
|
|
11982
12318
|
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11983
12319
|
},
|
|
11984
12320
|
"CVE-2026-1281": {
|
|
11985
|
-
"name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability",
|
|
11986
|
-
"lesson_date": "2026-05-
|
|
12321
|
+
"name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability (variant: CVE-2026-1281)",
|
|
12322
|
+
"lesson_date": "2026-05-29",
|
|
11987
12323
|
"attack_vector": {
|
|
11988
|
-
"description": "
|
|
11989
|
-
"privileges_required": "network
|
|
11990
|
-
"complexity": "
|
|
11991
|
-
"ai_factor": "
|
|
12324
|
+
"description": "code injection (CWE-94) yielding unauthenticated remote code execution on the EPMM management surface. CISA KEV-listed 2026-01-29 with confirmed in-the-wild exploitation.",
|
|
12325
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
12326
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12327
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12328
|
+
},
|
|
12329
|
+
"defense_chain": {
|
|
12330
|
+
"prevention": {
|
|
12331
|
+
"what_would_have_worked": "Apply the Ivanti EPMM patch from the advisory; EPMM is a recurring exploited target, so restrict its management surface to trusted networks and hunt for post-exploitation persistence.",
|
|
12332
|
+
"was_this_required": true,
|
|
12333
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12334
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
12335
|
+
},
|
|
12336
|
+
"detection": {
|
|
12337
|
+
"what_would_have_worked": "Network/behavior monitoring on the EPMM management surface: requests matching the exploited weakness, and unexpected access, process execution, or new accounts on the service.",
|
|
12338
|
+
"was_this_required": false,
|
|
12339
|
+
"framework_requiring_it": null,
|
|
12340
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
12341
|
+
},
|
|
12342
|
+
"response": {
|
|
12343
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the EPMM management surface.",
|
|
12344
|
+
"was_this_required": true,
|
|
12345
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12346
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
12347
|
+
}
|
|
11992
12348
|
},
|
|
11993
12349
|
"framework_coverage": {
|
|
11994
12350
|
"NIST-800-53-SI-2": {
|
|
11995
12351
|
"covered": true,
|
|
11996
12352
|
"adequate": false,
|
|
11997
|
-
"gap": "30-day SLA
|
|
12353
|
+
"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."
|
|
11998
12354
|
},
|
|
11999
12355
|
"ISO-27001-2022-A.8.8": {
|
|
12000
12356
|
"covered": true,
|
|
12001
12357
|
"adequate": false,
|
|
12002
|
-
"gap": "
|
|
12358
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
12359
|
+
},
|
|
12360
|
+
"NIS2-Art21-network-security": {
|
|
12361
|
+
"covered": true,
|
|
12362
|
+
"adequate": false,
|
|
12363
|
+
"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."
|
|
12364
|
+
},
|
|
12365
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
12366
|
+
"covered": true,
|
|
12367
|
+
"adequate": false,
|
|
12368
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on an internet-facing system in or adjacent to the CDE."
|
|
12003
12369
|
}
|
|
12004
12370
|
},
|
|
12005
12371
|
"compliance_exposure_score": {
|
|
12006
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12007
|
-
"basis": "
|
|
12372
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
12373
|
+
"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.",
|
|
12008
12374
|
"theater_pattern": "patch_management"
|
|
12009
12375
|
},
|
|
12010
12376
|
"ai_discovered_zeroday": false,
|
|
12011
|
-
"ai_discovery_source": "
|
|
12012
|
-
"ai_assist_factor": "none"
|
|
12013
|
-
"_auto_imported": true,
|
|
12014
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12377
|
+
"ai_discovery_source": "vendor_research",
|
|
12378
|
+
"ai_assist_factor": "none"
|
|
12015
12379
|
},
|
|
12016
12380
|
"CVE-2026-24858": {
|
|
12017
12381
|
"name": "Fortinet Multiple Products Authentication Bypass Using an Alternate Path or Channel Vulnerability",
|
|
12018
|
-
"lesson_date": "2026-05-
|
|
12382
|
+
"lesson_date": "2026-05-29",
|
|
12019
12383
|
"attack_vector": {
|
|
12020
|
-
"description": "
|
|
12021
|
-
"privileges_required": "network
|
|
12022
|
-
"complexity": "
|
|
12023
|
-
"ai_factor": "
|
|
12384
|
+
"description": "authentication bypass using an alternate path or channel (CWE-288) across multiple Fortinet products. CISA KEV-listed 2026-01-27 with confirmed in-the-wild exploitation.",
|
|
12385
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
12386
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12387
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12388
|
+
},
|
|
12389
|
+
"defense_chain": {
|
|
12390
|
+
"prevention": {
|
|
12391
|
+
"what_would_have_worked": "Apply the Fortinet PSIRT fixed builds for each affected product; restrict management interfaces to trusted networks and review for unauthorized administrative access.",
|
|
12392
|
+
"was_this_required": true,
|
|
12393
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12394
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
12395
|
+
},
|
|
12396
|
+
"detection": {
|
|
12397
|
+
"what_would_have_worked": "Network/behavior monitoring on the Fortinet management surface: requests matching the exploited weakness, and unexpected access, process execution, or new accounts on the service.",
|
|
12398
|
+
"was_this_required": false,
|
|
12399
|
+
"framework_requiring_it": null,
|
|
12400
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
12401
|
+
},
|
|
12402
|
+
"response": {
|
|
12403
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the Fortinet management surface.",
|
|
12404
|
+
"was_this_required": true,
|
|
12405
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12406
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
12407
|
+
}
|
|
12024
12408
|
},
|
|
12025
12409
|
"framework_coverage": {
|
|
12026
12410
|
"NIST-800-53-SI-2": {
|
|
12027
12411
|
"covered": true,
|
|
12028
12412
|
"adequate": false,
|
|
12029
|
-
"gap": "30-day SLA
|
|
12413
|
+
"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."
|
|
12030
12414
|
},
|
|
12031
12415
|
"ISO-27001-2022-A.8.8": {
|
|
12032
12416
|
"covered": true,
|
|
12033
12417
|
"adequate": false,
|
|
12034
|
-
"gap": "
|
|
12418
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
12419
|
+
},
|
|
12420
|
+
"NIS2-Art21-network-security": {
|
|
12421
|
+
"covered": true,
|
|
12422
|
+
"adequate": false,
|
|
12423
|
+
"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."
|
|
12424
|
+
},
|
|
12425
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
12426
|
+
"covered": true,
|
|
12427
|
+
"adequate": false,
|
|
12428
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on an internet-facing system in or adjacent to the CDE."
|
|
12035
12429
|
}
|
|
12036
12430
|
},
|
|
12037
12431
|
"compliance_exposure_score": {
|
|
12038
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12039
|
-
"basis": "
|
|
12432
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
12433
|
+
"basis": "Internet-facing Fortinet (multiple products) is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
12040
12434
|
"theater_pattern": "patch_management"
|
|
12041
12435
|
},
|
|
12042
12436
|
"ai_discovered_zeroday": false,
|
|
12043
|
-
"ai_discovery_source": "
|
|
12044
|
-
"ai_assist_factor": "none"
|
|
12045
|
-
"_auto_imported": true,
|
|
12046
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12437
|
+
"ai_discovery_source": "vendor_research",
|
|
12438
|
+
"ai_assist_factor": "none"
|
|
12047
12439
|
},
|
|
12048
12440
|
"CVE-2018-14634": {
|
|
12049
12441
|
"name": "Linux Kernel Integer Overflow Vulnerability",
|
|
@@ -12111,35 +12503,63 @@
|
|
|
12111
12503
|
},
|
|
12112
12504
|
"CVE-2026-23760": {
|
|
12113
12505
|
"name": "SmarterTools SmarterMail Authentication Bypass Using an Alternate Path or Channel Vulnerability",
|
|
12114
|
-
"lesson_date": "2026-05-
|
|
12506
|
+
"lesson_date": "2026-05-29",
|
|
12115
12507
|
"attack_vector": {
|
|
12116
|
-
"description": "
|
|
12117
|
-
"privileges_required": "network
|
|
12118
|
-
"complexity": "
|
|
12119
|
-
"ai_factor": "
|
|
12508
|
+
"description": "authentication bypass using an alternate path or channel (CWE-288), granting unauthenticated access to the mail server. CISA KEV-listed 2026-01-26 with confirmed in-the-wild exploitation.",
|
|
12509
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
12510
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12511
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12512
|
+
},
|
|
12513
|
+
"defense_chain": {
|
|
12514
|
+
"prevention": {
|
|
12515
|
+
"what_would_have_worked": "Upgrade SmarterMail to the fixed build in the vendor advisory; restrict the web/admin interface to trusted networks and review for unauthorized accounts.",
|
|
12516
|
+
"was_this_required": true,
|
|
12517
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12518
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
12519
|
+
},
|
|
12520
|
+
"detection": {
|
|
12521
|
+
"what_would_have_worked": "Network/behavior monitoring on the SmarterMail mail server: requests matching the exploited weakness, and unexpected access, process execution, or new accounts on the service.",
|
|
12522
|
+
"was_this_required": false,
|
|
12523
|
+
"framework_requiring_it": null,
|
|
12524
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
12525
|
+
},
|
|
12526
|
+
"response": {
|
|
12527
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the SmarterMail mail server.",
|
|
12528
|
+
"was_this_required": true,
|
|
12529
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12530
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
12531
|
+
}
|
|
12120
12532
|
},
|
|
12121
12533
|
"framework_coverage": {
|
|
12122
12534
|
"NIST-800-53-SI-2": {
|
|
12123
12535
|
"covered": true,
|
|
12124
12536
|
"adequate": false,
|
|
12125
|
-
"gap": "30-day SLA
|
|
12537
|
+
"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."
|
|
12126
12538
|
},
|
|
12127
12539
|
"ISO-27001-2022-A.8.8": {
|
|
12128
12540
|
"covered": true,
|
|
12129
12541
|
"adequate": false,
|
|
12130
|
-
"gap": "
|
|
12542
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
12543
|
+
},
|
|
12544
|
+
"NIS2-Art21-network-security": {
|
|
12545
|
+
"covered": true,
|
|
12546
|
+
"adequate": false,
|
|
12547
|
+
"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."
|
|
12548
|
+
},
|
|
12549
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
12550
|
+
"covered": true,
|
|
12551
|
+
"adequate": false,
|
|
12552
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on an internet-facing system in or adjacent to the CDE."
|
|
12131
12553
|
}
|
|
12132
12554
|
},
|
|
12133
12555
|
"compliance_exposure_score": {
|
|
12134
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12135
|
-
"basis": "
|
|
12556
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
12557
|
+
"basis": "Internet-facing SmarterTools SmarterMail is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
12136
12558
|
"theater_pattern": "patch_management"
|
|
12137
12559
|
},
|
|
12138
12560
|
"ai_discovered_zeroday": false,
|
|
12139
|
-
"ai_discovery_source": "
|
|
12140
|
-
"ai_assist_factor": "none"
|
|
12141
|
-
"_auto_imported": true,
|
|
12142
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12561
|
+
"ai_discovery_source": "vendor_research",
|
|
12562
|
+
"ai_assist_factor": "none"
|
|
12143
12563
|
},
|
|
12144
12564
|
"CVE-2026-24061": {
|
|
12145
12565
|
"name": "GNU InetUtils Argument Injection Vulnerability",
|
|
@@ -12367,35 +12787,63 @@
|
|
|
12367
12787
|
},
|
|
12368
12788
|
"CVE-2026-20045": {
|
|
12369
12789
|
"name": "Cisco Unified Communications Products Code Injection Vulnerability",
|
|
12370
|
-
"lesson_date": "2026-05-
|
|
12790
|
+
"lesson_date": "2026-05-29",
|
|
12371
12791
|
"attack_vector": {
|
|
12372
|
-
"description": "
|
|
12373
|
-
"privileges_required": "network
|
|
12374
|
-
"complexity": "
|
|
12375
|
-
"ai_factor": "
|
|
12792
|
+
"description": "code injection (CWE-94) yielding remote code execution on the Cisco Unified Communications product. CISA KEV-listed 2026-01-21 with confirmed in-the-wild exploitation.",
|
|
12793
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
12794
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12795
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12796
|
+
},
|
|
12797
|
+
"defense_chain": {
|
|
12798
|
+
"prevention": {
|
|
12799
|
+
"what_would_have_worked": "Apply the Cisco fixed release from the advisory; restrict the management surface and review for unexpected process execution.",
|
|
12800
|
+
"was_this_required": true,
|
|
12801
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12802
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
12803
|
+
},
|
|
12804
|
+
"detection": {
|
|
12805
|
+
"what_would_have_worked": "Network/behavior monitoring on the Unified Communications management surface: requests matching the exploited weakness, and unexpected access, process execution, or new accounts on the service.",
|
|
12806
|
+
"was_this_required": false,
|
|
12807
|
+
"framework_requiring_it": null,
|
|
12808
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
12809
|
+
},
|
|
12810
|
+
"response": {
|
|
12811
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the Unified Communications management surface.",
|
|
12812
|
+
"was_this_required": true,
|
|
12813
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12814
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
12815
|
+
}
|
|
12376
12816
|
},
|
|
12377
12817
|
"framework_coverage": {
|
|
12378
12818
|
"NIST-800-53-SI-2": {
|
|
12379
12819
|
"covered": true,
|
|
12380
12820
|
"adequate": false,
|
|
12381
|
-
"gap": "30-day SLA
|
|
12821
|
+
"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."
|
|
12382
12822
|
},
|
|
12383
12823
|
"ISO-27001-2022-A.8.8": {
|
|
12384
12824
|
"covered": true,
|
|
12385
12825
|
"adequate": false,
|
|
12386
|
-
"gap": "
|
|
12826
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
12827
|
+
},
|
|
12828
|
+
"NIS2-Art21-network-security": {
|
|
12829
|
+
"covered": true,
|
|
12830
|
+
"adequate": false,
|
|
12831
|
+
"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."
|
|
12832
|
+
},
|
|
12833
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
12834
|
+
"covered": true,
|
|
12835
|
+
"adequate": false,
|
|
12836
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on an internet-facing system in or adjacent to the CDE."
|
|
12387
12837
|
}
|
|
12388
12838
|
},
|
|
12389
12839
|
"compliance_exposure_score": {
|
|
12390
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12391
|
-
"basis": "
|
|
12840
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
12841
|
+
"basis": "Internet-facing Cisco Unified Communications products is routinely run by audited organizations on a standard 30-day patch SLA, which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
12392
12842
|
"theater_pattern": "patch_management"
|
|
12393
12843
|
},
|
|
12394
12844
|
"ai_discovered_zeroday": false,
|
|
12395
|
-
"ai_discovery_source": "
|
|
12396
|
-
"ai_assist_factor": "none"
|
|
12397
|
-
"_auto_imported": true,
|
|
12398
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12845
|
+
"ai_discovery_source": "vendor_research",
|
|
12846
|
+
"ai_assist_factor": "none"
|
|
12399
12847
|
},
|
|
12400
12848
|
"CVE-2026-20805": {
|
|
12401
12849
|
"name": "Microsoft Windows Information Disclosure Vulnerability",
|