@blamejs/exceptd-skills 0.15.3 → 0.15.5
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 +11 -3
- package/data/cve-catalog.json +199 -71
- package/data/zeroday-lessons.json +479 -163
- 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",
|
|
@@ -7603,35 +7631,58 @@
|
|
|
7603
7631
|
},
|
|
7604
7632
|
"CVE-2026-34621": {
|
|
7605
7633
|
"name": "Adobe Acrobat and Reader Prototype Pollution Vulnerability",
|
|
7606
|
-
"lesson_date": "2026-05-
|
|
7634
|
+
"lesson_date": "2026-05-29",
|
|
7607
7635
|
"attack_vector": {
|
|
7608
|
-
"description": "
|
|
7609
|
-
"privileges_required": "
|
|
7610
|
-
"complexity": "
|
|
7611
|
-
"ai_factor": "
|
|
7636
|
+
"description": "a prototype-pollution flaw (CWE-1321) in Acrobat/Reader enabling arbitrary code execution when a crafted PDF is opened. CISA KEV-listed 2026-04-13 with confirmed in-the-wild exploitation.",
|
|
7637
|
+
"privileges_required": "none (the victim renders attacker-controlled content)",
|
|
7638
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7639
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7640
|
+
},
|
|
7641
|
+
"defense_chain": {
|
|
7642
|
+
"prevention": {
|
|
7643
|
+
"what_would_have_worked": "Apply the Adobe Acrobat / Reader security update; for managed fleets, push the update and enable Protected Mode / Protected View where available.",
|
|
7644
|
+
"was_this_required": true,
|
|
7645
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7646
|
+
"adequacy": "Browser/app auto-update is definitive and fast for unmanaged endpoints; the gap is managed fleets that gate updates behind a change window slower than the in-the-wild exploitation."
|
|
7647
|
+
},
|
|
7648
|
+
"detection": {
|
|
7649
|
+
"what_would_have_worked": "Endpoint monitoring for PDF reader crashes on content render and for unexpected child processes spawned by the PDF reader after rendering a crafted PDF document.",
|
|
7650
|
+
"was_this_required": false,
|
|
7651
|
+
"framework_requiring_it": null,
|
|
7652
|
+
"adequacy": "Detection backstops endpoints not yet updated; client exploitation is fast and often single-interaction."
|
|
7653
|
+
},
|
|
7654
|
+
"response": {
|
|
7655
|
+
"what_would_have_worked": "Force the browser/application update across the fleet, then run an EDR sweep on endpoints that rendered untrusted a crafted PDF document before the update.",
|
|
7656
|
+
"was_this_required": true,
|
|
7657
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7658
|
+
"adequacy": "Mandatory for a KEV-listed client RCE; the exposure is every endpoint that opened attacker content pre-patch."
|
|
7659
|
+
}
|
|
7612
7660
|
},
|
|
7613
7661
|
"framework_coverage": {
|
|
7614
7662
|
"NIST-800-53-SI-2": {
|
|
7615
7663
|
"covered": true,
|
|
7616
7664
|
"adequate": false,
|
|
7617
|
-
"gap": "30-day SLA
|
|
7665
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client RCE delivered by attacker-controlled content."
|
|
7618
7666
|
},
|
|
7619
7667
|
"ISO-27001-2022-A.8.8": {
|
|
7620
7668
|
"covered": true,
|
|
7621
7669
|
"adequate": false,
|
|
7622
|
-
"gap": "
|
|
7670
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser/document-reader memory-corruption flaw reachable by drive-by content."
|
|
7671
|
+
},
|
|
7672
|
+
"AU-ISM-1546": {
|
|
7673
|
+
"covered": true,
|
|
7674
|
+
"adequate": false,
|
|
7675
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the operational reality for a client RCE than a 30-day cycle, but still trails same-day browser auto-update for an in-the-wild exploit."
|
|
7623
7676
|
}
|
|
7624
7677
|
},
|
|
7625
7678
|
"compliance_exposure_score": {
|
|
7626
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7627
|
-
"basis": "
|
|
7679
|
+
"percent_audit_passing_orgs_still_exposed": 65,
|
|
7680
|
+
"basis": "Adobe Acrobat and Reader is ubiquitous on endpoints; audited organizations that gate client updates behind a managed change window (rather than allowing same-day auto-update) were exposed for this KEV-listed, actively-exploited flaw.",
|
|
7628
7681
|
"theater_pattern": "patch_management"
|
|
7629
7682
|
},
|
|
7630
7683
|
"ai_discovered_zeroday": false,
|
|
7631
|
-
"ai_discovery_source": "
|
|
7632
|
-
"ai_assist_factor": "none"
|
|
7633
|
-
"_auto_imported": true,
|
|
7634
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7684
|
+
"ai_discovery_source": "vendor_research",
|
|
7685
|
+
"ai_assist_factor": "none"
|
|
7635
7686
|
},
|
|
7636
7687
|
"CVE-2026-1340": {
|
|
7637
7688
|
"name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability",
|
|
@@ -7759,35 +7810,58 @@
|
|
|
7759
7810
|
},
|
|
7760
7811
|
"CVE-2026-5281": {
|
|
7761
7812
|
"name": "Google Dawn Use-After-Free Vulnerability",
|
|
7762
|
-
"lesson_date": "2026-05-
|
|
7813
|
+
"lesson_date": "2026-05-29",
|
|
7763
7814
|
"attack_vector": {
|
|
7764
|
-
"description": "
|
|
7765
|
-
"privileges_required": "
|
|
7766
|
-
"complexity": "
|
|
7767
|
-
"ai_factor": "
|
|
7815
|
+
"description": "a use-after-free in Dawn / WebGPU (CWE-416) usable by an attacker who has already compromised the renderer, as a sandbox-escape step in an exploit chain. CISA KEV-listed 2026-04-01 with confirmed in-the-wild exploitation.",
|
|
7816
|
+
"privileges_required": "low (a prior renderer compromise; this is a sandbox-escape step in a chain)",
|
|
7817
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7818
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7819
|
+
},
|
|
7820
|
+
"defense_chain": {
|
|
7821
|
+
"prevention": {
|
|
7822
|
+
"what_would_have_worked": "Update Chrome / Chromium-based browsers to the patched build via auto-update; the WebGPU surface can be disabled by policy on managed fleets pending the update.",
|
|
7823
|
+
"was_this_required": true,
|
|
7824
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7825
|
+
"adequacy": "Browser/app auto-update is definitive and fast for unmanaged endpoints; the gap is managed fleets that gate updates behind a change window slower than the in-the-wild exploitation."
|
|
7826
|
+
},
|
|
7827
|
+
"detection": {
|
|
7828
|
+
"what_would_have_worked": "Endpoint monitoring for browser renderer / GPU process crashes on content render and for unexpected child processes spawned by the browser renderer / GPU process after rendering attacker-controlled web content after a renderer compromise.",
|
|
7829
|
+
"was_this_required": false,
|
|
7830
|
+
"framework_requiring_it": null,
|
|
7831
|
+
"adequacy": "Detection backstops endpoints not yet updated; client exploitation is fast and often single-interaction."
|
|
7832
|
+
},
|
|
7833
|
+
"response": {
|
|
7834
|
+
"what_would_have_worked": "Force the browser/application update across the fleet, then run an EDR sweep on endpoints that rendered untrusted attacker-controlled web content after a renderer compromise before the update.",
|
|
7835
|
+
"was_this_required": true,
|
|
7836
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7837
|
+
"adequacy": "Mandatory for a KEV-listed client RCE; the exposure is every endpoint that opened attacker content pre-patch."
|
|
7838
|
+
}
|
|
7768
7839
|
},
|
|
7769
7840
|
"framework_coverage": {
|
|
7770
7841
|
"NIST-800-53-SI-2": {
|
|
7771
7842
|
"covered": true,
|
|
7772
7843
|
"adequate": false,
|
|
7773
|
-
"gap": "30-day SLA
|
|
7844
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client RCE delivered by attacker-controlled content."
|
|
7774
7845
|
},
|
|
7775
7846
|
"ISO-27001-2022-A.8.8": {
|
|
7776
7847
|
"covered": true,
|
|
7777
7848
|
"adequate": false,
|
|
7778
|
-
"gap": "
|
|
7849
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser/document-reader memory-corruption flaw reachable by drive-by content."
|
|
7850
|
+
},
|
|
7851
|
+
"AU-ISM-1546": {
|
|
7852
|
+
"covered": true,
|
|
7853
|
+
"adequate": false,
|
|
7854
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the operational reality for a client RCE than a 30-day cycle, but still trails same-day browser auto-update for an in-the-wild exploit."
|
|
7779
7855
|
}
|
|
7780
7856
|
},
|
|
7781
7857
|
"compliance_exposure_score": {
|
|
7782
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7783
|
-
"basis": "
|
|
7858
|
+
"percent_audit_passing_orgs_still_exposed": 65,
|
|
7859
|
+
"basis": "Google Chrome (Dawn / WebGPU) is ubiquitous on endpoints; audited organizations that gate client updates behind a managed change window (rather than allowing same-day auto-update) were exposed for this KEV-listed, actively-exploited flaw.",
|
|
7784
7860
|
"theater_pattern": "patch_management"
|
|
7785
7861
|
},
|
|
7786
7862
|
"ai_discovered_zeroday": false,
|
|
7787
|
-
"ai_discovery_source": "
|
|
7788
|
-
"ai_assist_factor": "none"
|
|
7789
|
-
"_auto_imported": true,
|
|
7790
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7863
|
+
"ai_discovery_source": "vendor_research",
|
|
7864
|
+
"ai_assist_factor": "none"
|
|
7791
7865
|
},
|
|
7792
7866
|
"CVE-2026-3055": {
|
|
7793
7867
|
"name": "Citrix NetScaler Out-of-Bounds Read Vulnerability",
|
|
@@ -10811,67 +10885,113 @@
|
|
|
10811
10885
|
},
|
|
10812
10886
|
"CVE-2026-3910": {
|
|
10813
10887
|
"name": "Google Chromium V8 Improper Restriction of Operations Within the Bounds of a Memory Buffer Vulnerability",
|
|
10814
|
-
"lesson_date": "2026-05-
|
|
10888
|
+
"lesson_date": "2026-05-29",
|
|
10815
10889
|
"attack_vector": {
|
|
10816
|
-
"description": "
|
|
10817
|
-
"privileges_required": "
|
|
10818
|
-
"complexity": "
|
|
10819
|
-
"ai_factor": "
|
|
10890
|
+
"description": "an out-of-bounds memory access in the V8 JavaScript engine (CWE-119) reachable via crafted web content (JavaScript/WebAssembly). CISA KEV-listed 2026-03-13 with confirmed in-the-wild exploitation.",
|
|
10891
|
+
"privileges_required": "none (the victim renders attacker-controlled content)",
|
|
10892
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
10893
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
10894
|
+
},
|
|
10895
|
+
"defense_chain": {
|
|
10896
|
+
"prevention": {
|
|
10897
|
+
"what_would_have_worked": "Update Chrome / Chromium-based browsers to the patched build via the browser auto-update channel; push and verify on managed fleets.",
|
|
10898
|
+
"was_this_required": true,
|
|
10899
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
10900
|
+
"adequacy": "Browser/app auto-update is definitive and fast for unmanaged endpoints; the gap is managed fleets that gate updates behind a change window slower than the in-the-wild exploitation."
|
|
10901
|
+
},
|
|
10902
|
+
"detection": {
|
|
10903
|
+
"what_would_have_worked": "Endpoint monitoring for browser renderer crashes on content render and for unexpected child processes spawned by the browser renderer after rendering crafted web content.",
|
|
10904
|
+
"was_this_required": false,
|
|
10905
|
+
"framework_requiring_it": null,
|
|
10906
|
+
"adequacy": "Detection backstops endpoints not yet updated; client exploitation is fast and often single-interaction."
|
|
10907
|
+
},
|
|
10908
|
+
"response": {
|
|
10909
|
+
"what_would_have_worked": "Force the browser/application update across the fleet, then run an EDR sweep on endpoints that rendered untrusted crafted web content before the update.",
|
|
10910
|
+
"was_this_required": true,
|
|
10911
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
10912
|
+
"adequacy": "Mandatory for a KEV-listed client RCE; the exposure is every endpoint that opened attacker content pre-patch."
|
|
10913
|
+
}
|
|
10820
10914
|
},
|
|
10821
10915
|
"framework_coverage": {
|
|
10822
10916
|
"NIST-800-53-SI-2": {
|
|
10823
10917
|
"covered": true,
|
|
10824
10918
|
"adequate": false,
|
|
10825
|
-
"gap": "30-day SLA
|
|
10919
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client RCE delivered by attacker-controlled content."
|
|
10826
10920
|
},
|
|
10827
10921
|
"ISO-27001-2022-A.8.8": {
|
|
10828
10922
|
"covered": true,
|
|
10829
10923
|
"adequate": false,
|
|
10830
|
-
"gap": "
|
|
10924
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser/document-reader memory-corruption flaw reachable by drive-by content."
|
|
10925
|
+
},
|
|
10926
|
+
"AU-ISM-1546": {
|
|
10927
|
+
"covered": true,
|
|
10928
|
+
"adequate": false,
|
|
10929
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the operational reality for a client RCE than a 30-day cycle, but still trails same-day browser auto-update for an in-the-wild exploit."
|
|
10831
10930
|
}
|
|
10832
10931
|
},
|
|
10833
10932
|
"compliance_exposure_score": {
|
|
10834
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
10835
|
-
"basis": "
|
|
10933
|
+
"percent_audit_passing_orgs_still_exposed": 65,
|
|
10934
|
+
"basis": "Google Chrome (V8 JavaScript engine) is ubiquitous on endpoints; audited organizations that gate client updates behind a managed change window (rather than allowing same-day auto-update) were exposed for this KEV-listed, actively-exploited flaw.",
|
|
10836
10935
|
"theater_pattern": "patch_management"
|
|
10837
10936
|
},
|
|
10838
10937
|
"ai_discovered_zeroday": false,
|
|
10839
|
-
"ai_discovery_source": "
|
|
10840
|
-
"ai_assist_factor": "none"
|
|
10841
|
-
"_auto_imported": true,
|
|
10842
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
10938
|
+
"ai_discovery_source": "vendor_research",
|
|
10939
|
+
"ai_assist_factor": "none"
|
|
10843
10940
|
},
|
|
10844
10941
|
"CVE-2026-3909": {
|
|
10845
10942
|
"name": "Google Skia Out-of-Bounds Write Vulnerability",
|
|
10846
|
-
"lesson_date": "2026-05-
|
|
10943
|
+
"lesson_date": "2026-05-29",
|
|
10847
10944
|
"attack_vector": {
|
|
10848
|
-
"description": "
|
|
10849
|
-
"privileges_required": "
|
|
10850
|
-
"complexity": "
|
|
10851
|
-
"ai_factor": "
|
|
10945
|
+
"description": "an out-of-bounds write in the Skia graphics library (CWE-787) reachable via attacker-controlled web content, yielding code execution in the renderer. CISA KEV-listed 2026-03-13 with confirmed in-the-wild exploitation.",
|
|
10946
|
+
"privileges_required": "none (the victim renders attacker-controlled content)",
|
|
10947
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
10948
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
10949
|
+
},
|
|
10950
|
+
"defense_chain": {
|
|
10951
|
+
"prevention": {
|
|
10952
|
+
"what_would_have_worked": "Update Chrome / Chromium-based browsers to the patched build via the browser auto-update channel; for managed fleets, push the update and verify the version.",
|
|
10953
|
+
"was_this_required": true,
|
|
10954
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
10955
|
+
"adequacy": "Browser/app auto-update is definitive and fast for unmanaged endpoints; the gap is managed fleets that gate updates behind a change window slower than the in-the-wild exploitation."
|
|
10956
|
+
},
|
|
10957
|
+
"detection": {
|
|
10958
|
+
"what_would_have_worked": "Endpoint monitoring for browser renderer crashes on content render and for unexpected child processes spawned by the browser renderer after rendering attacker-controlled web content.",
|
|
10959
|
+
"was_this_required": false,
|
|
10960
|
+
"framework_requiring_it": null,
|
|
10961
|
+
"adequacy": "Detection backstops endpoints not yet updated; client exploitation is fast and often single-interaction."
|
|
10962
|
+
},
|
|
10963
|
+
"response": {
|
|
10964
|
+
"what_would_have_worked": "Force the browser/application update across the fleet, then run an EDR sweep on endpoints that rendered untrusted attacker-controlled web content before the update.",
|
|
10965
|
+
"was_this_required": true,
|
|
10966
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
10967
|
+
"adequacy": "Mandatory for a KEV-listed client RCE; the exposure is every endpoint that opened attacker content pre-patch."
|
|
10968
|
+
}
|
|
10852
10969
|
},
|
|
10853
10970
|
"framework_coverage": {
|
|
10854
10971
|
"NIST-800-53-SI-2": {
|
|
10855
10972
|
"covered": true,
|
|
10856
10973
|
"adequate": false,
|
|
10857
|
-
"gap": "30-day SLA
|
|
10974
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client RCE delivered by attacker-controlled content."
|
|
10858
10975
|
},
|
|
10859
10976
|
"ISO-27001-2022-A.8.8": {
|
|
10860
10977
|
"covered": true,
|
|
10861
10978
|
"adequate": false,
|
|
10862
|
-
"gap": "
|
|
10979
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser/document-reader memory-corruption flaw reachable by drive-by content."
|
|
10980
|
+
},
|
|
10981
|
+
"AU-ISM-1546": {
|
|
10982
|
+
"covered": true,
|
|
10983
|
+
"adequate": false,
|
|
10984
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the operational reality for a client RCE than a 30-day cycle, but still trails same-day browser auto-update for an in-the-wild exploit."
|
|
10863
10985
|
}
|
|
10864
10986
|
},
|
|
10865
10987
|
"compliance_exposure_score": {
|
|
10866
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
10867
|
-
"basis": "
|
|
10988
|
+
"percent_audit_passing_orgs_still_exposed": 65,
|
|
10989
|
+
"basis": "Google Chrome (Skia graphics library) is ubiquitous on endpoints; audited organizations that gate client updates behind a managed change window (rather than allowing same-day auto-update) were exposed for this KEV-listed, actively-exploited flaw.",
|
|
10868
10990
|
"theater_pattern": "patch_management"
|
|
10869
10991
|
},
|
|
10870
10992
|
"ai_discovered_zeroday": false,
|
|
10871
|
-
"ai_discovery_source": "
|
|
10872
|
-
"ai_assist_factor": "none"
|
|
10873
|
-
"_auto_imported": true,
|
|
10874
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
10993
|
+
"ai_discovery_source": "vendor_research",
|
|
10994
|
+
"ai_assist_factor": "none"
|
|
10875
10995
|
},
|
|
10876
10996
|
"CVE-2025-68613": {
|
|
10877
10997
|
"name": "n8n Improper Control of Dynamically-Managed Code Resources Vulnerability",
|
|
@@ -10971,35 +11091,63 @@
|
|
|
10971
11091
|
},
|
|
10972
11092
|
"CVE-2026-1603": {
|
|
10973
11093
|
"name": "Ivanti Endpoint Manager (EPM) Authentication Bypass Vulnerability",
|
|
10974
|
-
"lesson_date": "2026-05-
|
|
11094
|
+
"lesson_date": "2026-05-29",
|
|
10975
11095
|
"attack_vector": {
|
|
10976
|
-
"description": "
|
|
10977
|
-
"privileges_required": "network
|
|
10978
|
-
"complexity": "
|
|
10979
|
-
"ai_factor": "
|
|
11096
|
+
"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.",
|
|
11097
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
11098
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11099
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11100
|
+
},
|
|
11101
|
+
"defense_chain": {
|
|
11102
|
+
"prevention": {
|
|
11103
|
+
"what_would_have_worked": "Apply the Ivanti EPM patch from the advisory; restrict the management surface and review for unauthorized sessions/accounts.",
|
|
11104
|
+
"was_this_required": true,
|
|
11105
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11106
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
11107
|
+
},
|
|
11108
|
+
"detection": {
|
|
11109
|
+
"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.",
|
|
11110
|
+
"was_this_required": false,
|
|
11111
|
+
"framework_requiring_it": null,
|
|
11112
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
11113
|
+
},
|
|
11114
|
+
"response": {
|
|
11115
|
+
"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.",
|
|
11116
|
+
"was_this_required": true,
|
|
11117
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11118
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
11119
|
+
}
|
|
10980
11120
|
},
|
|
10981
11121
|
"framework_coverage": {
|
|
10982
11122
|
"NIST-800-53-SI-2": {
|
|
10983
11123
|
"covered": true,
|
|
10984
11124
|
"adequate": false,
|
|
10985
|
-
"gap": "30-day SLA
|
|
11125
|
+
"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."
|
|
10986
11126
|
},
|
|
10987
11127
|
"ISO-27001-2022-A.8.8": {
|
|
10988
11128
|
"covered": true,
|
|
10989
11129
|
"adequate": false,
|
|
10990
|
-
"gap": "
|
|
11130
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
11131
|
+
},
|
|
11132
|
+
"NIS2-Art21-network-security": {
|
|
11133
|
+
"covered": true,
|
|
11134
|
+
"adequate": false,
|
|
11135
|
+
"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."
|
|
11136
|
+
},
|
|
11137
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
11138
|
+
"covered": true,
|
|
11139
|
+
"adequate": false,
|
|
11140
|
+
"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."
|
|
10991
11141
|
}
|
|
10992
11142
|
},
|
|
10993
11143
|
"compliance_exposure_score": {
|
|
10994
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
10995
|
-
"basis": "
|
|
11144
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
11145
|
+
"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.",
|
|
10996
11146
|
"theater_pattern": "patch_management"
|
|
10997
11147
|
},
|
|
10998
11148
|
"ai_discovered_zeroday": false,
|
|
10999
|
-
"ai_discovery_source": "
|
|
11000
|
-
"ai_assist_factor": "none"
|
|
11001
|
-
"_auto_imported": true,
|
|
11002
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11149
|
+
"ai_discovery_source": "vendor_research",
|
|
11150
|
+
"ai_assist_factor": "none"
|
|
11003
11151
|
},
|
|
11004
11152
|
"CVE-2017-7921": {
|
|
11005
11153
|
"name": "Hikvision Multiple Products Improper Authentication Vulnerability",
|
|
@@ -11287,35 +11435,63 @@
|
|
|
11287
11435
|
},
|
|
11288
11436
|
"CVE-2026-20127": {
|
|
11289
11437
|
"name": "Cisco Catalyst SD-WAN Controller and Manager Authentication Bypass Vulnerability",
|
|
11290
|
-
"lesson_date": "2026-05-
|
|
11438
|
+
"lesson_date": "2026-05-29",
|
|
11291
11439
|
"attack_vector": {
|
|
11292
|
-
"description": "
|
|
11293
|
-
"privileges_required": "network
|
|
11294
|
-
"complexity": "
|
|
11295
|
-
"ai_factor": "
|
|
11440
|
+
"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.",
|
|
11441
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
11442
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11443
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11296
11444
|
},
|
|
11297
|
-
"
|
|
11298
|
-
"
|
|
11299
|
-
"
|
|
11300
|
-
"
|
|
11301
|
-
"
|
|
11445
|
+
"defense_chain": {
|
|
11446
|
+
"prevention": {
|
|
11447
|
+
"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.",
|
|
11448
|
+
"was_this_required": true,
|
|
11449
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11450
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
11302
11451
|
},
|
|
11303
|
-
"
|
|
11304
|
-
"
|
|
11452
|
+
"detection": {
|
|
11453
|
+
"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.",
|
|
11454
|
+
"was_this_required": false,
|
|
11455
|
+
"framework_requiring_it": null,
|
|
11456
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
11457
|
+
},
|
|
11458
|
+
"response": {
|
|
11459
|
+
"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.",
|
|
11460
|
+
"was_this_required": true,
|
|
11461
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11462
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
11463
|
+
}
|
|
11464
|
+
},
|
|
11465
|
+
"framework_coverage": {
|
|
11466
|
+
"NIST-800-53-SI-2": {
|
|
11467
|
+
"covered": true,
|
|
11305
11468
|
"adequate": false,
|
|
11306
|
-
"gap": "
|
|
11469
|
+
"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."
|
|
11470
|
+
},
|
|
11471
|
+
"ISO-27001-2022-A.8.8": {
|
|
11472
|
+
"covered": true,
|
|
11473
|
+
"adequate": false,
|
|
11474
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
11475
|
+
},
|
|
11476
|
+
"NIS2-Art21-network-security": {
|
|
11477
|
+
"covered": true,
|
|
11478
|
+
"adequate": false,
|
|
11479
|
+
"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."
|
|
11480
|
+
},
|
|
11481
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
11482
|
+
"covered": true,
|
|
11483
|
+
"adequate": false,
|
|
11484
|
+
"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."
|
|
11307
11485
|
}
|
|
11308
11486
|
},
|
|
11309
11487
|
"compliance_exposure_score": {
|
|
11310
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11311
|
-
"basis": "
|
|
11488
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
11489
|
+
"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.",
|
|
11312
11490
|
"theater_pattern": "patch_management"
|
|
11313
11491
|
},
|
|
11314
11492
|
"ai_discovered_zeroday": false,
|
|
11315
|
-
"ai_discovery_source": "
|
|
11316
|
-
"ai_assist_factor": "none"
|
|
11317
|
-
"_auto_imported": true,
|
|
11318
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11493
|
+
"ai_discovery_source": "vendor_research",
|
|
11494
|
+
"ai_assist_factor": "none"
|
|
11319
11495
|
},
|
|
11320
11496
|
"CVE-2026-25108": {
|
|
11321
11497
|
"name": "Soliton Systems K.K FileZen OS Command Injection Vulnerability",
|
|
@@ -12047,35 +12223,63 @@
|
|
|
12047
12223
|
},
|
|
12048
12224
|
"CVE-2026-24423": {
|
|
12049
12225
|
"name": "SmarterTools SmarterMail Missing Authentication for Critical Function Vulnerability",
|
|
12050
|
-
"lesson_date": "2026-05-
|
|
12226
|
+
"lesson_date": "2026-05-29",
|
|
12051
12227
|
"attack_vector": {
|
|
12052
|
-
"description": "
|
|
12053
|
-
"privileges_required": "network
|
|
12054
|
-
"complexity": "
|
|
12055
|
-
"ai_factor": "
|
|
12228
|
+
"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.",
|
|
12229
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
12230
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12231
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12232
|
+
},
|
|
12233
|
+
"defense_chain": {
|
|
12234
|
+
"prevention": {
|
|
12235
|
+
"what_would_have_worked": "Upgrade SmarterMail to the fixed build; confirm the affected function now requires authentication and audit for unauthorized access.",
|
|
12236
|
+
"was_this_required": true,
|
|
12237
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12238
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
12239
|
+
},
|
|
12240
|
+
"detection": {
|
|
12241
|
+
"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.",
|
|
12242
|
+
"was_this_required": false,
|
|
12243
|
+
"framework_requiring_it": null,
|
|
12244
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
12245
|
+
},
|
|
12246
|
+
"response": {
|
|
12247
|
+
"what_would_have_worked": "Patch immediately under the KEV SLA, then investigate for post-exploitation persistence and rotate credentials reachable from the SmarterMail server.",
|
|
12248
|
+
"was_this_required": true,
|
|
12249
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12250
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
12251
|
+
}
|
|
12056
12252
|
},
|
|
12057
12253
|
"framework_coverage": {
|
|
12058
12254
|
"NIST-800-53-SI-2": {
|
|
12059
12255
|
"covered": true,
|
|
12060
12256
|
"adequate": false,
|
|
12061
|
-
"gap": "30-day SLA
|
|
12257
|
+
"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."
|
|
12062
12258
|
},
|
|
12063
12259
|
"ISO-27001-2022-A.8.8": {
|
|
12064
12260
|
"covered": true,
|
|
12065
12261
|
"adequate": false,
|
|
12066
|
-
"gap": "
|
|
12262
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
12263
|
+
},
|
|
12264
|
+
"NIS2-Art21-network-security": {
|
|
12265
|
+
"covered": true,
|
|
12266
|
+
"adequate": false,
|
|
12267
|
+
"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."
|
|
12268
|
+
},
|
|
12269
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
12270
|
+
"covered": true,
|
|
12271
|
+
"adequate": false,
|
|
12272
|
+
"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."
|
|
12067
12273
|
}
|
|
12068
12274
|
},
|
|
12069
12275
|
"compliance_exposure_score": {
|
|
12070
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12071
|
-
"basis": "
|
|
12276
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
12277
|
+
"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.",
|
|
12072
12278
|
"theater_pattern": "patch_management"
|
|
12073
12279
|
},
|
|
12074
12280
|
"ai_discovered_zeroday": false,
|
|
12075
|
-
"ai_discovery_source": "
|
|
12076
|
-
"ai_assist_factor": "none"
|
|
12077
|
-
"_auto_imported": true,
|
|
12078
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12281
|
+
"ai_discovery_source": "vendor_research",
|
|
12282
|
+
"ai_assist_factor": "none"
|
|
12079
12283
|
},
|
|
12080
12284
|
"CVE-2021-39935": {
|
|
12081
12285
|
"name": "GitLab Community and Enterprise Editions Server-Side Request Forgery (SSRF) Vulnerability",
|
|
@@ -12206,68 +12410,124 @@
|
|
|
12206
12410
|
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12207
12411
|
},
|
|
12208
12412
|
"CVE-2026-1281": {
|
|
12209
|
-
"name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability",
|
|
12210
|
-
"lesson_date": "2026-05-
|
|
12413
|
+
"name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability (variant: CVE-2026-1281)",
|
|
12414
|
+
"lesson_date": "2026-05-29",
|
|
12211
12415
|
"attack_vector": {
|
|
12212
|
-
"description": "
|
|
12213
|
-
"privileges_required": "network
|
|
12214
|
-
"complexity": "
|
|
12215
|
-
"ai_factor": "
|
|
12416
|
+
"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.",
|
|
12417
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
12418
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12419
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12420
|
+
},
|
|
12421
|
+
"defense_chain": {
|
|
12422
|
+
"prevention": {
|
|
12423
|
+
"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.",
|
|
12424
|
+
"was_this_required": true,
|
|
12425
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12426
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
12427
|
+
},
|
|
12428
|
+
"detection": {
|
|
12429
|
+
"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.",
|
|
12430
|
+
"was_this_required": false,
|
|
12431
|
+
"framework_requiring_it": null,
|
|
12432
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
12433
|
+
},
|
|
12434
|
+
"response": {
|
|
12435
|
+
"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.",
|
|
12436
|
+
"was_this_required": true,
|
|
12437
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12438
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
12439
|
+
}
|
|
12216
12440
|
},
|
|
12217
12441
|
"framework_coverage": {
|
|
12218
12442
|
"NIST-800-53-SI-2": {
|
|
12219
12443
|
"covered": true,
|
|
12220
12444
|
"adequate": false,
|
|
12221
|
-
"gap": "30-day SLA
|
|
12445
|
+
"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."
|
|
12222
12446
|
},
|
|
12223
12447
|
"ISO-27001-2022-A.8.8": {
|
|
12224
12448
|
"covered": true,
|
|
12225
12449
|
"adequate": false,
|
|
12226
|
-
"gap": "
|
|
12450
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
12451
|
+
},
|
|
12452
|
+
"NIS2-Art21-network-security": {
|
|
12453
|
+
"covered": true,
|
|
12454
|
+
"adequate": false,
|
|
12455
|
+
"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."
|
|
12456
|
+
},
|
|
12457
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
12458
|
+
"covered": true,
|
|
12459
|
+
"adequate": false,
|
|
12460
|
+
"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."
|
|
12227
12461
|
}
|
|
12228
12462
|
},
|
|
12229
12463
|
"compliance_exposure_score": {
|
|
12230
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12231
|
-
"basis": "
|
|
12464
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
12465
|
+
"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.",
|
|
12232
12466
|
"theater_pattern": "patch_management"
|
|
12233
12467
|
},
|
|
12234
12468
|
"ai_discovered_zeroday": false,
|
|
12235
|
-
"ai_discovery_source": "
|
|
12236
|
-
"ai_assist_factor": "none"
|
|
12237
|
-
"_auto_imported": true,
|
|
12238
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12469
|
+
"ai_discovery_source": "vendor_research",
|
|
12470
|
+
"ai_assist_factor": "none"
|
|
12239
12471
|
},
|
|
12240
12472
|
"CVE-2026-24858": {
|
|
12241
12473
|
"name": "Fortinet Multiple Products Authentication Bypass Using an Alternate Path or Channel Vulnerability",
|
|
12242
|
-
"lesson_date": "2026-05-
|
|
12474
|
+
"lesson_date": "2026-05-29",
|
|
12243
12475
|
"attack_vector": {
|
|
12244
|
-
"description": "
|
|
12245
|
-
"privileges_required": "network
|
|
12246
|
-
"complexity": "
|
|
12247
|
-
"ai_factor": "
|
|
12476
|
+
"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.",
|
|
12477
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
12478
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12479
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12480
|
+
},
|
|
12481
|
+
"defense_chain": {
|
|
12482
|
+
"prevention": {
|
|
12483
|
+
"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.",
|
|
12484
|
+
"was_this_required": true,
|
|
12485
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12486
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
12487
|
+
},
|
|
12488
|
+
"detection": {
|
|
12489
|
+
"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.",
|
|
12490
|
+
"was_this_required": false,
|
|
12491
|
+
"framework_requiring_it": null,
|
|
12492
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
12493
|
+
},
|
|
12494
|
+
"response": {
|
|
12495
|
+
"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.",
|
|
12496
|
+
"was_this_required": true,
|
|
12497
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12498
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
12499
|
+
}
|
|
12248
12500
|
},
|
|
12249
12501
|
"framework_coverage": {
|
|
12250
12502
|
"NIST-800-53-SI-2": {
|
|
12251
12503
|
"covered": true,
|
|
12252
12504
|
"adequate": false,
|
|
12253
|
-
"gap": "30-day SLA
|
|
12505
|
+
"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."
|
|
12254
12506
|
},
|
|
12255
12507
|
"ISO-27001-2022-A.8.8": {
|
|
12256
12508
|
"covered": true,
|
|
12257
12509
|
"adequate": false,
|
|
12258
|
-
"gap": "
|
|
12510
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
12511
|
+
},
|
|
12512
|
+
"NIS2-Art21-network-security": {
|
|
12513
|
+
"covered": true,
|
|
12514
|
+
"adequate": false,
|
|
12515
|
+
"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."
|
|
12516
|
+
},
|
|
12517
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
12518
|
+
"covered": true,
|
|
12519
|
+
"adequate": false,
|
|
12520
|
+
"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."
|
|
12259
12521
|
}
|
|
12260
12522
|
},
|
|
12261
12523
|
"compliance_exposure_score": {
|
|
12262
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12263
|
-
"basis": "
|
|
12524
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
12525
|
+
"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.",
|
|
12264
12526
|
"theater_pattern": "patch_management"
|
|
12265
12527
|
},
|
|
12266
12528
|
"ai_discovered_zeroday": false,
|
|
12267
|
-
"ai_discovery_source": "
|
|
12268
|
-
"ai_assist_factor": "none"
|
|
12269
|
-
"_auto_imported": true,
|
|
12270
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12529
|
+
"ai_discovery_source": "vendor_research",
|
|
12530
|
+
"ai_assist_factor": "none"
|
|
12271
12531
|
},
|
|
12272
12532
|
"CVE-2018-14634": {
|
|
12273
12533
|
"name": "Linux Kernel Integer Overflow Vulnerability",
|
|
@@ -12335,35 +12595,63 @@
|
|
|
12335
12595
|
},
|
|
12336
12596
|
"CVE-2026-23760": {
|
|
12337
12597
|
"name": "SmarterTools SmarterMail Authentication Bypass Using an Alternate Path or Channel Vulnerability",
|
|
12338
|
-
"lesson_date": "2026-05-
|
|
12598
|
+
"lesson_date": "2026-05-29",
|
|
12339
12599
|
"attack_vector": {
|
|
12340
|
-
"description": "
|
|
12341
|
-
"privileges_required": "network
|
|
12342
|
-
"complexity": "
|
|
12343
|
-
"ai_factor": "
|
|
12600
|
+
"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.",
|
|
12601
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
12602
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12603
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12604
|
+
},
|
|
12605
|
+
"defense_chain": {
|
|
12606
|
+
"prevention": {
|
|
12607
|
+
"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.",
|
|
12608
|
+
"was_this_required": true,
|
|
12609
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12610
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
12611
|
+
},
|
|
12612
|
+
"detection": {
|
|
12613
|
+
"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.",
|
|
12614
|
+
"was_this_required": false,
|
|
12615
|
+
"framework_requiring_it": null,
|
|
12616
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
12617
|
+
},
|
|
12618
|
+
"response": {
|
|
12619
|
+
"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.",
|
|
12620
|
+
"was_this_required": true,
|
|
12621
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12622
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
12623
|
+
}
|
|
12344
12624
|
},
|
|
12345
12625
|
"framework_coverage": {
|
|
12346
12626
|
"NIST-800-53-SI-2": {
|
|
12347
12627
|
"covered": true,
|
|
12348
12628
|
"adequate": false,
|
|
12349
|
-
"gap": "30-day SLA
|
|
12629
|
+
"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."
|
|
12350
12630
|
},
|
|
12351
12631
|
"ISO-27001-2022-A.8.8": {
|
|
12352
12632
|
"covered": true,
|
|
12353
12633
|
"adequate": false,
|
|
12354
|
-
"gap": "
|
|
12634
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
12635
|
+
},
|
|
12636
|
+
"NIS2-Art21-network-security": {
|
|
12637
|
+
"covered": true,
|
|
12638
|
+
"adequate": false,
|
|
12639
|
+
"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."
|
|
12640
|
+
},
|
|
12641
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
12642
|
+
"covered": true,
|
|
12643
|
+
"adequate": false,
|
|
12644
|
+
"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."
|
|
12355
12645
|
}
|
|
12356
12646
|
},
|
|
12357
12647
|
"compliance_exposure_score": {
|
|
12358
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12359
|
-
"basis": "
|
|
12648
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
12649
|
+
"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.",
|
|
12360
12650
|
"theater_pattern": "patch_management"
|
|
12361
12651
|
},
|
|
12362
12652
|
"ai_discovered_zeroday": false,
|
|
12363
|
-
"ai_discovery_source": "
|
|
12364
|
-
"ai_assist_factor": "none"
|
|
12365
|
-
"_auto_imported": true,
|
|
12366
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12653
|
+
"ai_discovery_source": "vendor_research",
|
|
12654
|
+
"ai_assist_factor": "none"
|
|
12367
12655
|
},
|
|
12368
12656
|
"CVE-2026-24061": {
|
|
12369
12657
|
"name": "GNU InetUtils Argument Injection Vulnerability",
|
|
@@ -12591,35 +12879,63 @@
|
|
|
12591
12879
|
},
|
|
12592
12880
|
"CVE-2026-20045": {
|
|
12593
12881
|
"name": "Cisco Unified Communications Products Code Injection Vulnerability",
|
|
12594
|
-
"lesson_date": "2026-05-
|
|
12882
|
+
"lesson_date": "2026-05-29",
|
|
12595
12883
|
"attack_vector": {
|
|
12596
|
-
"description": "
|
|
12597
|
-
"privileges_required": "network
|
|
12598
|
-
"complexity": "
|
|
12599
|
-
"ai_factor": "
|
|
12884
|
+
"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.",
|
|
12885
|
+
"privileges_required": "none (unauthenticated network reach to the affected service)",
|
|
12886
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12887
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12888
|
+
},
|
|
12889
|
+
"defense_chain": {
|
|
12890
|
+
"prevention": {
|
|
12891
|
+
"what_would_have_worked": "Apply the Cisco fixed release from the advisory; restrict the management surface and review for unexpected process execution.",
|
|
12892
|
+
"was_this_required": true,
|
|
12893
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12894
|
+
"adequacy": "Patch is definitive once applied; the gap is the SLA — a 30-day cycle loses to the KEV-confirmed exploitation window."
|
|
12895
|
+
},
|
|
12896
|
+
"detection": {
|
|
12897
|
+
"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.",
|
|
12898
|
+
"was_this_required": false,
|
|
12899
|
+
"framework_requiring_it": null,
|
|
12900
|
+
"adequacy": "Necessary to catch exploitation of instances not yet patched within the compressed window."
|
|
12901
|
+
},
|
|
12902
|
+
"response": {
|
|
12903
|
+
"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.",
|
|
12904
|
+
"was_this_required": true,
|
|
12905
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12906
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated flaw; patch-in-place without compromise assessment can leave attacker persistence."
|
|
12907
|
+
}
|
|
12600
12908
|
},
|
|
12601
12909
|
"framework_coverage": {
|
|
12602
12910
|
"NIST-800-53-SI-2": {
|
|
12603
12911
|
"covered": true,
|
|
12604
12912
|
"adequate": false,
|
|
12605
|
-
"gap": "30-day SLA
|
|
12913
|
+
"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."
|
|
12606
12914
|
},
|
|
12607
12915
|
"ISO-27001-2022-A.8.8": {
|
|
12608
12916
|
"covered": true,
|
|
12609
12917
|
"adequate": false,
|
|
12610
|
-
"gap": "
|
|
12918
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing service."
|
|
12919
|
+
},
|
|
12920
|
+
"NIS2-Art21-network-security": {
|
|
12921
|
+
"covered": true,
|
|
12922
|
+
"adequate": false,
|
|
12923
|
+
"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."
|
|
12924
|
+
},
|
|
12925
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
12926
|
+
"covered": true,
|
|
12927
|
+
"adequate": false,
|
|
12928
|
+
"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."
|
|
12611
12929
|
}
|
|
12612
12930
|
},
|
|
12613
12931
|
"compliance_exposure_score": {
|
|
12614
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12615
|
-
"basis": "
|
|
12932
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
12933
|
+
"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.",
|
|
12616
12934
|
"theater_pattern": "patch_management"
|
|
12617
12935
|
},
|
|
12618
12936
|
"ai_discovered_zeroday": false,
|
|
12619
|
-
"ai_discovery_source": "
|
|
12620
|
-
"ai_assist_factor": "none"
|
|
12621
|
-
"_auto_imported": true,
|
|
12622
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12937
|
+
"ai_discovery_source": "vendor_research",
|
|
12938
|
+
"ai_assist_factor": "none"
|
|
12623
12939
|
},
|
|
12624
12940
|
"CVE-2026-20805": {
|
|
12625
12941
|
"name": "Microsoft Windows Information Disclosure Vulnerability",
|