@blamejs/exceptd-skills 0.15.3 → 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 +6 -0
- package/data/_indexes/_meta.json +5 -5
- package/data/attack-techniques.json +8 -0
- package/data/cve-catalog.json +136 -48
- package/data/zeroday-lessons.json +329 -105
- 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",
|
|
@@ -10971,35 +10999,63 @@
|
|
|
10971
10999
|
},
|
|
10972
11000
|
"CVE-2026-1603": {
|
|
10973
11001
|
"name": "Ivanti Endpoint Manager (EPM) Authentication Bypass Vulnerability",
|
|
10974
|
-
"lesson_date": "2026-05-
|
|
11002
|
+
"lesson_date": "2026-05-29",
|
|
10975
11003
|
"attack_vector": {
|
|
10976
|
-
"description": "
|
|
10977
|
-
"privileges_required": "network
|
|
10978
|
-
"complexity": "
|
|
10979
|
-
"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
|
+
}
|
|
10980
11028
|
},
|
|
10981
11029
|
"framework_coverage": {
|
|
10982
11030
|
"NIST-800-53-SI-2": {
|
|
10983
11031
|
"covered": true,
|
|
10984
11032
|
"adequate": false,
|
|
10985
|
-
"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."
|
|
10986
11034
|
},
|
|
10987
11035
|
"ISO-27001-2022-A.8.8": {
|
|
10988
11036
|
"covered": true,
|
|
10989
11037
|
"adequate": false,
|
|
10990
|
-
"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."
|
|
10991
11049
|
}
|
|
10992
11050
|
},
|
|
10993
11051
|
"compliance_exposure_score": {
|
|
10994
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
10995
|
-
"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.",
|
|
10996
11054
|
"theater_pattern": "patch_management"
|
|
10997
11055
|
},
|
|
10998
11056
|
"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"
|
|
11057
|
+
"ai_discovery_source": "vendor_research",
|
|
11058
|
+
"ai_assist_factor": "none"
|
|
11003
11059
|
},
|
|
11004
11060
|
"CVE-2017-7921": {
|
|
11005
11061
|
"name": "Hikvision Multiple Products Improper Authentication Vulnerability",
|
|
@@ -11287,35 +11343,63 @@
|
|
|
11287
11343
|
},
|
|
11288
11344
|
"CVE-2026-20127": {
|
|
11289
11345
|
"name": "Cisco Catalyst SD-WAN Controller and Manager Authentication Bypass Vulnerability",
|
|
11290
|
-
"lesson_date": "2026-05-
|
|
11346
|
+
"lesson_date": "2026-05-29",
|
|
11291
11347
|
"attack_vector": {
|
|
11292
|
-
"description": "
|
|
11293
|
-
"privileges_required": "network
|
|
11294
|
-
"complexity": "
|
|
11295
|
-
"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
|
+
}
|
|
11296
11372
|
},
|
|
11297
11373
|
"framework_coverage": {
|
|
11298
11374
|
"NIST-800-53-SI-2": {
|
|
11299
11375
|
"covered": true,
|
|
11300
11376
|
"adequate": false,
|
|
11301
|
-
"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."
|
|
11302
11378
|
},
|
|
11303
11379
|
"ISO-27001-2022-A.8.8": {
|
|
11304
11380
|
"covered": true,
|
|
11305
11381
|
"adequate": false,
|
|
11306
|
-
"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."
|
|
11307
11393
|
}
|
|
11308
11394
|
},
|
|
11309
11395
|
"compliance_exposure_score": {
|
|
11310
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11311
|
-
"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.",
|
|
11312
11398
|
"theater_pattern": "patch_management"
|
|
11313
11399
|
},
|
|
11314
11400
|
"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"
|
|
11401
|
+
"ai_discovery_source": "vendor_research",
|
|
11402
|
+
"ai_assist_factor": "none"
|
|
11319
11403
|
},
|
|
11320
11404
|
"CVE-2026-25108": {
|
|
11321
11405
|
"name": "Soliton Systems K.K FileZen OS Command Injection Vulnerability",
|
|
@@ -12047,35 +12131,63 @@
|
|
|
12047
12131
|
},
|
|
12048
12132
|
"CVE-2026-24423": {
|
|
12049
12133
|
"name": "SmarterTools SmarterMail Missing Authentication for Critical Function Vulnerability",
|
|
12050
|
-
"lesson_date": "2026-05-
|
|
12134
|
+
"lesson_date": "2026-05-29",
|
|
12051
12135
|
"attack_vector": {
|
|
12052
|
-
"description": "
|
|
12053
|
-
"privileges_required": "network
|
|
12054
|
-
"complexity": "
|
|
12055
|
-
"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
|
+
}
|
|
12056
12160
|
},
|
|
12057
12161
|
"framework_coverage": {
|
|
12058
12162
|
"NIST-800-53-SI-2": {
|
|
12059
12163
|
"covered": true,
|
|
12060
12164
|
"adequate": false,
|
|
12061
|
-
"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."
|
|
12062
12166
|
},
|
|
12063
12167
|
"ISO-27001-2022-A.8.8": {
|
|
12064
12168
|
"covered": true,
|
|
12065
12169
|
"adequate": false,
|
|
12066
|
-
"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."
|
|
12067
12181
|
}
|
|
12068
12182
|
},
|
|
12069
12183
|
"compliance_exposure_score": {
|
|
12070
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12071
|
-
"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.",
|
|
12072
12186
|
"theater_pattern": "patch_management"
|
|
12073
12187
|
},
|
|
12074
12188
|
"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"
|
|
12189
|
+
"ai_discovery_source": "vendor_research",
|
|
12190
|
+
"ai_assist_factor": "none"
|
|
12079
12191
|
},
|
|
12080
12192
|
"CVE-2021-39935": {
|
|
12081
12193
|
"name": "GitLab Community and Enterprise Editions Server-Side Request Forgery (SSRF) Vulnerability",
|
|
@@ -12206,68 +12318,124 @@
|
|
|
12206
12318
|
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12207
12319
|
},
|
|
12208
12320
|
"CVE-2026-1281": {
|
|
12209
|
-
"name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability",
|
|
12210
|
-
"lesson_date": "2026-05-
|
|
12321
|
+
"name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability (variant: CVE-2026-1281)",
|
|
12322
|
+
"lesson_date": "2026-05-29",
|
|
12211
12323
|
"attack_vector": {
|
|
12212
|
-
"description": "
|
|
12213
|
-
"privileges_required": "network
|
|
12214
|
-
"complexity": "
|
|
12215
|
-
"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
|
+
}
|
|
12216
12348
|
},
|
|
12217
12349
|
"framework_coverage": {
|
|
12218
12350
|
"NIST-800-53-SI-2": {
|
|
12219
12351
|
"covered": true,
|
|
12220
12352
|
"adequate": false,
|
|
12221
|
-
"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."
|
|
12222
12354
|
},
|
|
12223
12355
|
"ISO-27001-2022-A.8.8": {
|
|
12224
12356
|
"covered": true,
|
|
12225
12357
|
"adequate": false,
|
|
12226
|
-
"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."
|
|
12227
12369
|
}
|
|
12228
12370
|
},
|
|
12229
12371
|
"compliance_exposure_score": {
|
|
12230
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12231
|
-
"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.",
|
|
12232
12374
|
"theater_pattern": "patch_management"
|
|
12233
12375
|
},
|
|
12234
12376
|
"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"
|
|
12377
|
+
"ai_discovery_source": "vendor_research",
|
|
12378
|
+
"ai_assist_factor": "none"
|
|
12239
12379
|
},
|
|
12240
12380
|
"CVE-2026-24858": {
|
|
12241
12381
|
"name": "Fortinet Multiple Products Authentication Bypass Using an Alternate Path or Channel Vulnerability",
|
|
12242
|
-
"lesson_date": "2026-05-
|
|
12382
|
+
"lesson_date": "2026-05-29",
|
|
12243
12383
|
"attack_vector": {
|
|
12244
|
-
"description": "
|
|
12245
|
-
"privileges_required": "network
|
|
12246
|
-
"complexity": "
|
|
12247
|
-
"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
|
+
}
|
|
12248
12408
|
},
|
|
12249
12409
|
"framework_coverage": {
|
|
12250
12410
|
"NIST-800-53-SI-2": {
|
|
12251
12411
|
"covered": true,
|
|
12252
12412
|
"adequate": false,
|
|
12253
|
-
"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."
|
|
12254
12414
|
},
|
|
12255
12415
|
"ISO-27001-2022-A.8.8": {
|
|
12256
12416
|
"covered": true,
|
|
12257
12417
|
"adequate": false,
|
|
12258
|
-
"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."
|
|
12259
12429
|
}
|
|
12260
12430
|
},
|
|
12261
12431
|
"compliance_exposure_score": {
|
|
12262
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12263
|
-
"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.",
|
|
12264
12434
|
"theater_pattern": "patch_management"
|
|
12265
12435
|
},
|
|
12266
12436
|
"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"
|
|
12437
|
+
"ai_discovery_source": "vendor_research",
|
|
12438
|
+
"ai_assist_factor": "none"
|
|
12271
12439
|
},
|
|
12272
12440
|
"CVE-2018-14634": {
|
|
12273
12441
|
"name": "Linux Kernel Integer Overflow Vulnerability",
|
|
@@ -12335,35 +12503,63 @@
|
|
|
12335
12503
|
},
|
|
12336
12504
|
"CVE-2026-23760": {
|
|
12337
12505
|
"name": "SmarterTools SmarterMail Authentication Bypass Using an Alternate Path or Channel Vulnerability",
|
|
12338
|
-
"lesson_date": "2026-05-
|
|
12506
|
+
"lesson_date": "2026-05-29",
|
|
12339
12507
|
"attack_vector": {
|
|
12340
|
-
"description": "
|
|
12341
|
-
"privileges_required": "network
|
|
12342
|
-
"complexity": "
|
|
12343
|
-
"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
|
+
}
|
|
12344
12532
|
},
|
|
12345
12533
|
"framework_coverage": {
|
|
12346
12534
|
"NIST-800-53-SI-2": {
|
|
12347
12535
|
"covered": true,
|
|
12348
12536
|
"adequate": false,
|
|
12349
|
-
"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."
|
|
12350
12538
|
},
|
|
12351
12539
|
"ISO-27001-2022-A.8.8": {
|
|
12352
12540
|
"covered": true,
|
|
12353
12541
|
"adequate": false,
|
|
12354
|
-
"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."
|
|
12355
12553
|
}
|
|
12356
12554
|
},
|
|
12357
12555
|
"compliance_exposure_score": {
|
|
12358
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12359
|
-
"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.",
|
|
12360
12558
|
"theater_pattern": "patch_management"
|
|
12361
12559
|
},
|
|
12362
12560
|
"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"
|
|
12561
|
+
"ai_discovery_source": "vendor_research",
|
|
12562
|
+
"ai_assist_factor": "none"
|
|
12367
12563
|
},
|
|
12368
12564
|
"CVE-2026-24061": {
|
|
12369
12565
|
"name": "GNU InetUtils Argument Injection Vulnerability",
|
|
@@ -12591,35 +12787,63 @@
|
|
|
12591
12787
|
},
|
|
12592
12788
|
"CVE-2026-20045": {
|
|
12593
12789
|
"name": "Cisco Unified Communications Products Code Injection Vulnerability",
|
|
12594
|
-
"lesson_date": "2026-05-
|
|
12790
|
+
"lesson_date": "2026-05-29",
|
|
12595
12791
|
"attack_vector": {
|
|
12596
|
-
"description": "
|
|
12597
|
-
"privileges_required": "network
|
|
12598
|
-
"complexity": "
|
|
12599
|
-
"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
|
+
}
|
|
12600
12816
|
},
|
|
12601
12817
|
"framework_coverage": {
|
|
12602
12818
|
"NIST-800-53-SI-2": {
|
|
12603
12819
|
"covered": true,
|
|
12604
12820
|
"adequate": false,
|
|
12605
|
-
"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."
|
|
12606
12822
|
},
|
|
12607
12823
|
"ISO-27001-2022-A.8.8": {
|
|
12608
12824
|
"covered": true,
|
|
12609
12825
|
"adequate": false,
|
|
12610
|
-
"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."
|
|
12611
12837
|
}
|
|
12612
12838
|
},
|
|
12613
12839
|
"compliance_exposure_score": {
|
|
12614
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12615
|
-
"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.",
|
|
12616
12842
|
"theater_pattern": "patch_management"
|
|
12617
12843
|
},
|
|
12618
12844
|
"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"
|
|
12845
|
+
"ai_discovery_source": "vendor_research",
|
|
12846
|
+
"ai_assist_factor": "none"
|
|
12623
12847
|
},
|
|
12624
12848
|
"CVE-2026-20805": {
|
|
12625
12849
|
"name": "Microsoft Windows Information Disclosure Vulnerability",
|