@blamejs/exceptd-skills 0.15.23 → 0.15.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/data/_indexes/_meta.json +5 -5
- package/data/attack-techniques.json +6 -0
- package/data/cve-catalog.json +132 -46
- package/data/zeroday-lessons.json +329 -105
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -7023,67 +7023,123 @@
|
|
|
7023
7023
|
},
|
|
7024
7024
|
"CVE-2024-57728": {
|
|
7025
7025
|
"name": "SimpleHelp Path Traversal Vulnerability",
|
|
7026
|
-
"lesson_date": "2026-05-
|
|
7026
|
+
"lesson_date": "2026-05-29",
|
|
7027
7027
|
"attack_vector": {
|
|
7028
|
-
"description": "
|
|
7029
|
-
"privileges_required": "
|
|
7030
|
-
"complexity": "
|
|
7031
|
-
"ai_factor": "
|
|
7028
|
+
"description": "a path-traversal flaw (CWE-22) letting an unauthenticated attacker read or write files outside the intended directory on the remote-support server. CISA KEV-listed 2026-04-24 with confirmed in-the-wild exploitation.",
|
|
7029
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
7030
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7031
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7032
|
+
},
|
|
7033
|
+
"defense_chain": {
|
|
7034
|
+
"prevention": {
|
|
7035
|
+
"what_would_have_worked": "Apply the SimpleHelp security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
7036
|
+
"was_this_required": true,
|
|
7037
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7038
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
7039
|
+
},
|
|
7040
|
+
"detection": {
|
|
7041
|
+
"what_would_have_worked": "Monitoring on the SimpleHelp: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
7042
|
+
"was_this_required": false,
|
|
7043
|
+
"framework_requiring_it": null,
|
|
7044
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
7045
|
+
},
|
|
7046
|
+
"response": {
|
|
7047
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
7048
|
+
"was_this_required": true,
|
|
7049
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7050
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
7051
|
+
}
|
|
7032
7052
|
},
|
|
7033
7053
|
"framework_coverage": {
|
|
7034
7054
|
"NIST-800-53-SI-2": {
|
|
7035
7055
|
"covered": true,
|
|
7036
7056
|
"adequate": false,
|
|
7037
|
-
"gap": "30-day SLA
|
|
7057
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
7038
7058
|
},
|
|
7039
7059
|
"ISO-27001-2022-A.8.8": {
|
|
7040
7060
|
"covered": true,
|
|
7041
7061
|
"adequate": false,
|
|
7042
|
-
"gap": "
|
|
7062
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
7063
|
+
},
|
|
7064
|
+
"NIS2-Art21-network-security": {
|
|
7065
|
+
"covered": true,
|
|
7066
|
+
"adequate": false,
|
|
7067
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
7068
|
+
},
|
|
7069
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
7070
|
+
"covered": true,
|
|
7071
|
+
"adequate": false,
|
|
7072
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
7043
7073
|
}
|
|
7044
7074
|
},
|
|
7045
7075
|
"compliance_exposure_score": {
|
|
7046
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7047
|
-
"basis": "
|
|
7076
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
7077
|
+
"basis": "Internet-facing SimpleHelp is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
7048
7078
|
"theater_pattern": "patch_management"
|
|
7049
7079
|
},
|
|
7050
7080
|
"ai_discovered_zeroday": false,
|
|
7051
|
-
"ai_discovery_source": "
|
|
7052
|
-
"ai_assist_factor": "none"
|
|
7053
|
-
"_auto_imported": true,
|
|
7054
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7081
|
+
"ai_discovery_source": "vendor_research",
|
|
7082
|
+
"ai_assist_factor": "none"
|
|
7055
7083
|
},
|
|
7056
7084
|
"CVE-2024-57726": {
|
|
7057
7085
|
"name": "SimpleHelp Missing Authorization Vulnerability",
|
|
7058
|
-
"lesson_date": "2026-05-
|
|
7086
|
+
"lesson_date": "2026-05-29",
|
|
7059
7087
|
"attack_vector": {
|
|
7060
|
-
"description": "
|
|
7061
|
-
"privileges_required": "
|
|
7062
|
-
"complexity": "
|
|
7063
|
-
"ai_factor": "
|
|
7088
|
+
"description": "a missing-authorization flaw (CWE-862) letting a low-privileged or unauthenticated attacker reach privileged functionality on the remote-support server. CISA KEV-listed 2026-04-24 with confirmed in-the-wild exploitation.",
|
|
7089
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
7090
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7091
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7092
|
+
},
|
|
7093
|
+
"defense_chain": {
|
|
7094
|
+
"prevention": {
|
|
7095
|
+
"what_would_have_worked": "Apply the SimpleHelp security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
7096
|
+
"was_this_required": true,
|
|
7097
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7098
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
7099
|
+
},
|
|
7100
|
+
"detection": {
|
|
7101
|
+
"what_would_have_worked": "Monitoring on the SimpleHelp: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
7102
|
+
"was_this_required": false,
|
|
7103
|
+
"framework_requiring_it": null,
|
|
7104
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
7105
|
+
},
|
|
7106
|
+
"response": {
|
|
7107
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
7108
|
+
"was_this_required": true,
|
|
7109
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7110
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
7111
|
+
}
|
|
7064
7112
|
},
|
|
7065
7113
|
"framework_coverage": {
|
|
7066
7114
|
"NIST-800-53-SI-2": {
|
|
7067
7115
|
"covered": true,
|
|
7068
7116
|
"adequate": false,
|
|
7069
|
-
"gap": "30-day SLA
|
|
7117
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
7070
7118
|
},
|
|
7071
7119
|
"ISO-27001-2022-A.8.8": {
|
|
7072
7120
|
"covered": true,
|
|
7073
7121
|
"adequate": false,
|
|
7074
|
-
"gap": "
|
|
7122
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
7123
|
+
},
|
|
7124
|
+
"NIS2-Art21-network-security": {
|
|
7125
|
+
"covered": true,
|
|
7126
|
+
"adequate": false,
|
|
7127
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
7128
|
+
},
|
|
7129
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
7130
|
+
"covered": true,
|
|
7131
|
+
"adequate": false,
|
|
7132
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
7075
7133
|
}
|
|
7076
7134
|
},
|
|
7077
7135
|
"compliance_exposure_score": {
|
|
7078
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7079
|
-
"basis": "
|
|
7136
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
7137
|
+
"basis": "Internet-facing SimpleHelp is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
7080
7138
|
"theater_pattern": "patch_management"
|
|
7081
7139
|
},
|
|
7082
7140
|
"ai_discovered_zeroday": false,
|
|
7083
|
-
"ai_discovery_source": "
|
|
7084
|
-
"ai_assist_factor": "none"
|
|
7085
|
-
"_auto_imported": true,
|
|
7086
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7141
|
+
"ai_discovery_source": "vendor_research",
|
|
7142
|
+
"ai_assist_factor": "none"
|
|
7087
7143
|
},
|
|
7088
7144
|
"CVE-2026-20122": {
|
|
7089
7145
|
"name": "Cisco Catalyst SD-WAN Manager Incorrect Use of Privileged APIs Vulnerability",
|
|
@@ -7419,35 +7475,63 @@
|
|
|
7419
7475
|
},
|
|
7420
7476
|
"CVE-2025-32975": {
|
|
7421
7477
|
"name": "Quest KACE Systems Management Appliance (SMA) Improper Authentication Vulnerability",
|
|
7422
|
-
"lesson_date": "2026-05-
|
|
7478
|
+
"lesson_date": "2026-05-29",
|
|
7423
7479
|
"attack_vector": {
|
|
7424
|
-
"description": "
|
|
7425
|
-
"privileges_required": "
|
|
7426
|
-
"complexity": "
|
|
7427
|
-
"ai_factor": "
|
|
7480
|
+
"description": "an improper-authentication flaw (CWE-287) letting an unauthenticated attacker bypass authentication on the endpoint-management appliance. CISA KEV-listed 2026-04-20 with confirmed in-the-wild exploitation.",
|
|
7481
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
7482
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7483
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7484
|
+
},
|
|
7485
|
+
"defense_chain": {
|
|
7486
|
+
"prevention": {
|
|
7487
|
+
"what_would_have_worked": "Apply the Quest KACE Systems Management Appliance security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
7488
|
+
"was_this_required": true,
|
|
7489
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7490
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
7491
|
+
},
|
|
7492
|
+
"detection": {
|
|
7493
|
+
"what_would_have_worked": "Monitoring on the Quest KACE SMA: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
7494
|
+
"was_this_required": false,
|
|
7495
|
+
"framework_requiring_it": null,
|
|
7496
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
7497
|
+
},
|
|
7498
|
+
"response": {
|
|
7499
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
7500
|
+
"was_this_required": true,
|
|
7501
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7502
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
7503
|
+
}
|
|
7428
7504
|
},
|
|
7429
7505
|
"framework_coverage": {
|
|
7430
7506
|
"NIST-800-53-SI-2": {
|
|
7431
7507
|
"covered": true,
|
|
7432
7508
|
"adequate": false,
|
|
7433
|
-
"gap": "30-day SLA
|
|
7509
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
7434
7510
|
},
|
|
7435
7511
|
"ISO-27001-2022-A.8.8": {
|
|
7436
7512
|
"covered": true,
|
|
7437
7513
|
"adequate": false,
|
|
7438
|
-
"gap": "
|
|
7514
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
7515
|
+
},
|
|
7516
|
+
"NIS2-Art21-network-security": {
|
|
7517
|
+
"covered": true,
|
|
7518
|
+
"adequate": false,
|
|
7519
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
7520
|
+
},
|
|
7521
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
7522
|
+
"covered": true,
|
|
7523
|
+
"adequate": false,
|
|
7524
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
7439
7525
|
}
|
|
7440
7526
|
},
|
|
7441
7527
|
"compliance_exposure_score": {
|
|
7442
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7443
|
-
"basis": "
|
|
7528
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
7529
|
+
"basis": "Internet-facing Quest KACE Systems Management Appliance is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
7444
7530
|
"theater_pattern": "patch_management"
|
|
7445
7531
|
},
|
|
7446
7532
|
"ai_discovered_zeroday": false,
|
|
7447
|
-
"ai_discovery_source": "
|
|
7448
|
-
"ai_assist_factor": "none"
|
|
7449
|
-
"_auto_imported": true,
|
|
7450
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7533
|
+
"ai_discovery_source": "vendor_research",
|
|
7534
|
+
"ai_assist_factor": "none"
|
|
7451
7535
|
},
|
|
7452
7536
|
"CVE-2024-27199": {
|
|
7453
7537
|
"name": "JetBrains TeamCity Relative Path Traversal Vulnerability",
|
|
@@ -16632,35 +16716,63 @@
|
|
|
16632
16716
|
},
|
|
16633
16717
|
"CVE-2025-61882": {
|
|
16634
16718
|
"name": "Oracle E-Business Suite Unspecified Vulnerability",
|
|
16635
|
-
"lesson_date": "2026-05-
|
|
16719
|
+
"lesson_date": "2026-05-29",
|
|
16636
16720
|
"attack_vector": {
|
|
16637
|
-
"description": "
|
|
16638
|
-
"privileges_required": "
|
|
16639
|
-
"complexity": "
|
|
16640
|
-
"ai_factor": "
|
|
16721
|
+
"description": "an unauthenticated code-injection / remote code execution flaw (CWE-94), mass-exploited in a data-theft extortion campaign. CISA KEV-listed 2025-10-06 with confirmed in-the-wild exploitation.",
|
|
16722
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
16723
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16724
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16725
|
+
},
|
|
16726
|
+
"defense_chain": {
|
|
16727
|
+
"prevention": {
|
|
16728
|
+
"what_would_have_worked": "Apply the Oracle E-Business Suite security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
16729
|
+
"was_this_required": true,
|
|
16730
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16731
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
16732
|
+
},
|
|
16733
|
+
"detection": {
|
|
16734
|
+
"what_would_have_worked": "Monitoring on the Oracle E-Business Suite: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
16735
|
+
"was_this_required": false,
|
|
16736
|
+
"framework_requiring_it": null,
|
|
16737
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
16738
|
+
},
|
|
16739
|
+
"response": {
|
|
16740
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
16741
|
+
"was_this_required": true,
|
|
16742
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16743
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
16744
|
+
}
|
|
16641
16745
|
},
|
|
16642
16746
|
"framework_coverage": {
|
|
16643
16747
|
"NIST-800-53-SI-2": {
|
|
16644
16748
|
"covered": true,
|
|
16645
16749
|
"adequate": false,
|
|
16646
|
-
"gap": "30-day SLA
|
|
16750
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
16647
16751
|
},
|
|
16648
16752
|
"ISO-27001-2022-A.8.8": {
|
|
16649
16753
|
"covered": true,
|
|
16650
16754
|
"adequate": false,
|
|
16651
|
-
"gap": "
|
|
16755
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
16756
|
+
},
|
|
16757
|
+
"NIS2-Art21-network-security": {
|
|
16758
|
+
"covered": true,
|
|
16759
|
+
"adequate": false,
|
|
16760
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
16761
|
+
},
|
|
16762
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16763
|
+
"covered": true,
|
|
16764
|
+
"adequate": false,
|
|
16765
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
16652
16766
|
}
|
|
16653
16767
|
},
|
|
16654
16768
|
"compliance_exposure_score": {
|
|
16655
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16656
|
-
"basis": "
|
|
16769
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
16770
|
+
"basis": "Internet-facing Oracle E-Business Suite is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
16657
16771
|
"theater_pattern": "patch_management"
|
|
16658
16772
|
},
|
|
16659
16773
|
"ai_discovered_zeroday": false,
|
|
16660
|
-
"ai_discovery_source": "
|
|
16661
|
-
"ai_assist_factor": "none"
|
|
16662
|
-
"_auto_imported": true,
|
|
16663
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16774
|
+
"ai_discovery_source": "vendor_research",
|
|
16775
|
+
"ai_assist_factor": "none"
|
|
16664
16776
|
},
|
|
16665
16777
|
"CVE-2014-6278": {
|
|
16666
16778
|
"name": "GNU Bash OS Command Injection Vulnerability",
|
|
@@ -17744,67 +17856,123 @@
|
|
|
17744
17856
|
},
|
|
17745
17857
|
"CVE-2025-8876": {
|
|
17746
17858
|
"name": "N-able N-Central Command Injection Vulnerability",
|
|
17747
|
-
"lesson_date": "2026-05-
|
|
17859
|
+
"lesson_date": "2026-05-29",
|
|
17748
17860
|
"attack_vector": {
|
|
17749
|
-
"description": "
|
|
17750
|
-
"privileges_required": "
|
|
17751
|
-
"complexity": "
|
|
17752
|
-
"ai_factor": "
|
|
17861
|
+
"description": "a command-injection flaw (CWE-94) enabling unauthenticated remote command execution on the RMM server. CISA KEV-listed 2025-08-13 with confirmed in-the-wild exploitation.",
|
|
17862
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
17863
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17864
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17865
|
+
},
|
|
17866
|
+
"defense_chain": {
|
|
17867
|
+
"prevention": {
|
|
17868
|
+
"what_would_have_worked": "Apply the N-able N-Central security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
17869
|
+
"was_this_required": true,
|
|
17870
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17871
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
17872
|
+
},
|
|
17873
|
+
"detection": {
|
|
17874
|
+
"what_would_have_worked": "Monitoring on the N-Central: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
17875
|
+
"was_this_required": false,
|
|
17876
|
+
"framework_requiring_it": null,
|
|
17877
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
17878
|
+
},
|
|
17879
|
+
"response": {
|
|
17880
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
17881
|
+
"was_this_required": true,
|
|
17882
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17883
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
17884
|
+
}
|
|
17753
17885
|
},
|
|
17754
17886
|
"framework_coverage": {
|
|
17755
17887
|
"NIST-800-53-SI-2": {
|
|
17756
17888
|
"covered": true,
|
|
17757
17889
|
"adequate": false,
|
|
17758
|
-
"gap": "30-day SLA
|
|
17890
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
17759
17891
|
},
|
|
17760
17892
|
"ISO-27001-2022-A.8.8": {
|
|
17761
17893
|
"covered": true,
|
|
17762
17894
|
"adequate": false,
|
|
17763
|
-
"gap": "
|
|
17895
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
17896
|
+
},
|
|
17897
|
+
"NIS2-Art21-network-security": {
|
|
17898
|
+
"covered": true,
|
|
17899
|
+
"adequate": false,
|
|
17900
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
17901
|
+
},
|
|
17902
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
17903
|
+
"covered": true,
|
|
17904
|
+
"adequate": false,
|
|
17905
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
17764
17906
|
}
|
|
17765
17907
|
},
|
|
17766
17908
|
"compliance_exposure_score": {
|
|
17767
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17768
|
-
"basis": "
|
|
17909
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
17910
|
+
"basis": "Internet-facing N-able N-Central is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
17769
17911
|
"theater_pattern": "patch_management"
|
|
17770
17912
|
},
|
|
17771
17913
|
"ai_discovered_zeroday": false,
|
|
17772
|
-
"ai_discovery_source": "
|
|
17773
|
-
"ai_assist_factor": "none"
|
|
17774
|
-
"_auto_imported": true,
|
|
17775
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17914
|
+
"ai_discovery_source": "vendor_research",
|
|
17915
|
+
"ai_assist_factor": "none"
|
|
17776
17916
|
},
|
|
17777
17917
|
"CVE-2025-8875": {
|
|
17778
17918
|
"name": "N-able N-Central Insecure Deserialization Vulnerability",
|
|
17779
|
-
"lesson_date": "2026-05-
|
|
17919
|
+
"lesson_date": "2026-05-29",
|
|
17780
17920
|
"attack_vector": {
|
|
17781
|
-
"description": "
|
|
17782
|
-
"privileges_required": "
|
|
17783
|
-
"complexity": "
|
|
17784
|
-
"ai_factor": "
|
|
17921
|
+
"description": "an insecure-deserialization flaw (CWE-94) enabling unauthenticated remote code execution on the RMM server. CISA KEV-listed 2025-08-13 with confirmed in-the-wild exploitation.",
|
|
17922
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
17923
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17924
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17925
|
+
},
|
|
17926
|
+
"defense_chain": {
|
|
17927
|
+
"prevention": {
|
|
17928
|
+
"what_would_have_worked": "Apply the N-able N-Central security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
17929
|
+
"was_this_required": true,
|
|
17930
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17931
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
17932
|
+
},
|
|
17933
|
+
"detection": {
|
|
17934
|
+
"what_would_have_worked": "Monitoring on the N-Central: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
17935
|
+
"was_this_required": false,
|
|
17936
|
+
"framework_requiring_it": null,
|
|
17937
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
17938
|
+
},
|
|
17939
|
+
"response": {
|
|
17940
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
17941
|
+
"was_this_required": true,
|
|
17942
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17943
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
17944
|
+
}
|
|
17785
17945
|
},
|
|
17786
17946
|
"framework_coverage": {
|
|
17787
17947
|
"NIST-800-53-SI-2": {
|
|
17788
17948
|
"covered": true,
|
|
17789
17949
|
"adequate": false,
|
|
17790
|
-
"gap": "30-day SLA
|
|
17950
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
17791
17951
|
},
|
|
17792
17952
|
"ISO-27001-2022-A.8.8": {
|
|
17793
17953
|
"covered": true,
|
|
17794
17954
|
"adequate": false,
|
|
17795
|
-
"gap": "
|
|
17955
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
17956
|
+
},
|
|
17957
|
+
"NIS2-Art21-network-security": {
|
|
17958
|
+
"covered": true,
|
|
17959
|
+
"adequate": false,
|
|
17960
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
17961
|
+
},
|
|
17962
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
17963
|
+
"covered": true,
|
|
17964
|
+
"adequate": false,
|
|
17965
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
17796
17966
|
}
|
|
17797
17967
|
},
|
|
17798
17968
|
"compliance_exposure_score": {
|
|
17799
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17800
|
-
"basis": "
|
|
17969
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
17970
|
+
"basis": "Internet-facing N-able N-Central is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
17801
17971
|
"theater_pattern": "patch_management"
|
|
17802
17972
|
},
|
|
17803
17973
|
"ai_discovered_zeroday": false,
|
|
17804
|
-
"ai_discovery_source": "
|
|
17805
|
-
"ai_assist_factor": "none"
|
|
17806
|
-
"_auto_imported": true,
|
|
17807
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17974
|
+
"ai_discovery_source": "vendor_research",
|
|
17975
|
+
"ai_assist_factor": "none"
|
|
17808
17976
|
},
|
|
17809
17977
|
"CVE-2025-8088": {
|
|
17810
17978
|
"name": "RARLAB WinRAR Path Traversal Vulnerability",
|
|
@@ -18282,67 +18450,123 @@
|
|
|
18282
18450
|
},
|
|
18283
18451
|
"CVE-2025-2775": {
|
|
18284
18452
|
"name": "SysAid On-Prem Improper Restriction of XML External Entity Reference Vulnerability",
|
|
18285
|
-
"lesson_date": "2026-05-
|
|
18453
|
+
"lesson_date": "2026-05-29",
|
|
18286
18454
|
"attack_vector": {
|
|
18287
|
-
"description": "
|
|
18288
|
-
"privileges_required": "
|
|
18289
|
-
"complexity": "
|
|
18290
|
-
"ai_factor": "
|
|
18455
|
+
"description": "an XML external entity (XXE) flaw (CWE-611) letting an unauthenticated attacker read server files and coerce server-side requests (a step toward administrator takeover and code execution). CISA KEV-listed 2025-07-22 with confirmed in-the-wild exploitation.",
|
|
18456
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
18457
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18458
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18459
|
+
},
|
|
18460
|
+
"defense_chain": {
|
|
18461
|
+
"prevention": {
|
|
18462
|
+
"what_would_have_worked": "Apply the SysAid On-Prem security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
18463
|
+
"was_this_required": true,
|
|
18464
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18465
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
18466
|
+
},
|
|
18467
|
+
"detection": {
|
|
18468
|
+
"what_would_have_worked": "Monitoring on the SysAid: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
18469
|
+
"was_this_required": false,
|
|
18470
|
+
"framework_requiring_it": null,
|
|
18471
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
18472
|
+
},
|
|
18473
|
+
"response": {
|
|
18474
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
18475
|
+
"was_this_required": true,
|
|
18476
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18477
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
18478
|
+
}
|
|
18291
18479
|
},
|
|
18292
18480
|
"framework_coverage": {
|
|
18293
18481
|
"NIST-800-53-SI-2": {
|
|
18294
18482
|
"covered": true,
|
|
18295
18483
|
"adequate": false,
|
|
18296
|
-
"gap": "30-day SLA
|
|
18484
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
18297
18485
|
},
|
|
18298
18486
|
"ISO-27001-2022-A.8.8": {
|
|
18299
18487
|
"covered": true,
|
|
18300
18488
|
"adequate": false,
|
|
18301
|
-
"gap": "
|
|
18489
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
18490
|
+
},
|
|
18491
|
+
"NIS2-Art21-network-security": {
|
|
18492
|
+
"covered": true,
|
|
18493
|
+
"adequate": false,
|
|
18494
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
18495
|
+
},
|
|
18496
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
18497
|
+
"covered": true,
|
|
18498
|
+
"adequate": false,
|
|
18499
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
18302
18500
|
}
|
|
18303
18501
|
},
|
|
18304
18502
|
"compliance_exposure_score": {
|
|
18305
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18306
|
-
"basis": "
|
|
18503
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
18504
|
+
"basis": "Internet-facing SysAid On-Prem is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
18307
18505
|
"theater_pattern": "patch_management"
|
|
18308
18506
|
},
|
|
18309
18507
|
"ai_discovered_zeroday": false,
|
|
18310
|
-
"ai_discovery_source": "
|
|
18311
|
-
"ai_assist_factor": "none"
|
|
18312
|
-
"_auto_imported": true,
|
|
18313
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18508
|
+
"ai_discovery_source": "vendor_research",
|
|
18509
|
+
"ai_assist_factor": "none"
|
|
18314
18510
|
},
|
|
18315
18511
|
"CVE-2025-2776": {
|
|
18316
|
-
"name": "SysAid On-Prem Improper Restriction of XML External Entity Reference Vulnerability",
|
|
18317
|
-
"lesson_date": "2026-05-
|
|
18512
|
+
"name": "SysAid On-Prem Improper Restriction of XML External Entity Reference Vulnerability (variant: CVE-2025-2776)",
|
|
18513
|
+
"lesson_date": "2026-05-29",
|
|
18318
18514
|
"attack_vector": {
|
|
18319
|
-
"description": "
|
|
18320
|
-
"privileges_required": "
|
|
18321
|
-
"complexity": "
|
|
18322
|
-
"ai_factor": "
|
|
18515
|
+
"description": "an XML external entity (XXE) flaw (CWE-611) at a second injection point, letting an unauthenticated attacker read server files and coerce server-side requests. CISA KEV-listed 2025-07-22 with confirmed in-the-wild exploitation.",
|
|
18516
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
18517
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18518
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18519
|
+
},
|
|
18520
|
+
"defense_chain": {
|
|
18521
|
+
"prevention": {
|
|
18522
|
+
"what_would_have_worked": "Apply the SysAid On-Prem security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
18523
|
+
"was_this_required": true,
|
|
18524
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18525
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
18526
|
+
},
|
|
18527
|
+
"detection": {
|
|
18528
|
+
"what_would_have_worked": "Monitoring on the SysAid: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
18529
|
+
"was_this_required": false,
|
|
18530
|
+
"framework_requiring_it": null,
|
|
18531
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
18532
|
+
},
|
|
18533
|
+
"response": {
|
|
18534
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
18535
|
+
"was_this_required": true,
|
|
18536
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18537
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
18538
|
+
}
|
|
18323
18539
|
},
|
|
18324
18540
|
"framework_coverage": {
|
|
18325
18541
|
"NIST-800-53-SI-2": {
|
|
18326
18542
|
"covered": true,
|
|
18327
18543
|
"adequate": false,
|
|
18328
|
-
"gap": "30-day SLA
|
|
18544
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
18329
18545
|
},
|
|
18330
18546
|
"ISO-27001-2022-A.8.8": {
|
|
18331
18547
|
"covered": true,
|
|
18332
18548
|
"adequate": false,
|
|
18333
|
-
"gap": "
|
|
18549
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
18550
|
+
},
|
|
18551
|
+
"NIS2-Art21-network-security": {
|
|
18552
|
+
"covered": true,
|
|
18553
|
+
"adequate": false,
|
|
18554
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
18555
|
+
},
|
|
18556
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
18557
|
+
"covered": true,
|
|
18558
|
+
"adequate": false,
|
|
18559
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
18334
18560
|
}
|
|
18335
18561
|
},
|
|
18336
18562
|
"compliance_exposure_score": {
|
|
18337
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18338
|
-
"basis": "
|
|
18563
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
18564
|
+
"basis": "Internet-facing SysAid On-Prem is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
18339
18565
|
"theater_pattern": "patch_management"
|
|
18340
18566
|
},
|
|
18341
18567
|
"ai_discovered_zeroday": false,
|
|
18342
|
-
"ai_discovery_source": "
|
|
18343
|
-
"ai_assist_factor": "none"
|
|
18344
|
-
"_auto_imported": true,
|
|
18345
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18568
|
+
"ai_discovery_source": "vendor_research",
|
|
18569
|
+
"ai_assist_factor": "none"
|
|
18346
18570
|
},
|
|
18347
18571
|
"CVE-2025-6558": {
|
|
18348
18572
|
"name": "Google Chromium ANGLE and GPU Improper Input Validation Vulnerability",
|