@blamejs/exceptd-skills 0.15.27 → 0.15.29
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 +8 -0
- package/data/_indexes/_meta.json +5 -5
- package/data/attack-techniques.json +12 -0
- package/data/cve-catalog.json +172 -60
- package/data/zeroday-lessons.json +414 -134
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -7563,35 +7563,63 @@
|
|
|
7563
7563
|
},
|
|
7564
7564
|
"CVE-2024-27199": {
|
|
7565
7565
|
"name": "JetBrains TeamCity Relative Path Traversal Vulnerability",
|
|
7566
|
-
"lesson_date": "2026-05-
|
|
7566
|
+
"lesson_date": "2026-05-29",
|
|
7567
7567
|
"attack_vector": {
|
|
7568
|
-
"description": "
|
|
7569
|
-
"privileges_required": "
|
|
7570
|
-
"complexity": "
|
|
7571
|
-
"ai_factor": "
|
|
7568
|
+
"description": "a relative path-traversal flaw (CWE-23) letting an unauthenticated attacker reach restricted endpoints and bypass authentication. CISA KEV-listed 2026-04-20 with confirmed in-the-wild exploitation.",
|
|
7569
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
|
|
7570
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7571
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7572
|
+
},
|
|
7573
|
+
"defense_chain": {
|
|
7574
|
+
"prevention": {
|
|
7575
|
+
"what_would_have_worked": "Apply the JetBrains TeamCity update; the bypass grants admin/CI access, so rotate CI tokens and signing keys and review build configurations for injected steps — CI compromise is a software-supply-chain risk.",
|
|
7576
|
+
"was_this_required": true,
|
|
7577
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7578
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials/CI access survive the patch and require explicit cleanup."
|
|
7579
|
+
},
|
|
7580
|
+
"detection": {
|
|
7581
|
+
"what_would_have_worked": "Monitoring on the TeamCity: exploit-shaped requests, new web-shell files, unexpected process execution, and admin/CI actions without a matching session.",
|
|
7582
|
+
"was_this_required": false,
|
|
7583
|
+
"framework_requiring_it": null,
|
|
7584
|
+
"adequacy": "Necessary to catch resident persistence or credential abuse after patching."
|
|
7585
|
+
},
|
|
7586
|
+
"response": {
|
|
7587
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application/CI credentials and signing keys, and review for downstream/supply-chain impact (CI and dev tools can taint build artifacts).",
|
|
7588
|
+
"was_this_required": true,
|
|
7589
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7590
|
+
"adequacy": "Mandatory; patch-in-place without secret rotation / web-shell hunting leaves the attacker resident or re-authenticable."
|
|
7591
|
+
}
|
|
7572
7592
|
},
|
|
7573
7593
|
"framework_coverage": {
|
|
7574
7594
|
"NIST-800-53-SI-2": {
|
|
7575
7595
|
"covered": true,
|
|
7576
7596
|
"adequate": false,
|
|
7577
|
-
"gap": "30-day SLA
|
|
7597
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application/dev-tool flaw; these are mass-exploited within days, and CI/dev-tool compromise carries software-supply-chain risk."
|
|
7578
7598
|
},
|
|
7579
7599
|
"ISO-27001-2022-A.8.8": {
|
|
7580
7600
|
"covered": true,
|
|
7581
7601
|
"adequate": false,
|
|
7582
|
-
"gap": "
|
|
7602
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application or developer tool."
|
|
7603
|
+
},
|
|
7604
|
+
"NIS2-Art21-network-security": {
|
|
7605
|
+
"covered": true,
|
|
7606
|
+
"adequate": false,
|
|
7607
|
+
"gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / secret-rotation cleanup these RCEs and file-disclosure flaws need."
|
|
7608
|
+
},
|
|
7609
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
7610
|
+
"covered": true,
|
|
7611
|
+
"adequate": false,
|
|
7612
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application or developer tool in or adjacent to the CDE."
|
|
7583
7613
|
}
|
|
7584
7614
|
},
|
|
7585
7615
|
"compliance_exposure_score": {
|
|
7586
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7587
|
-
"basis": "
|
|
7616
|
+
"percent_audit_passing_orgs_still_exposed": 74,
|
|
7617
|
+
"basis": "Internet-facing JetBrains TeamCity is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required secret rotation / web-shell hunt is rarely part of the documented patch procedure, and dev-tool/CI exposure adds software-supply-chain blast radius.",
|
|
7588
7618
|
"theater_pattern": "patch_management"
|
|
7589
7619
|
},
|
|
7590
7620
|
"ai_discovered_zeroday": false,
|
|
7591
|
-
"ai_discovery_source": "
|
|
7592
|
-
"ai_assist_factor": "none"
|
|
7593
|
-
"_auto_imported": true,
|
|
7594
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7621
|
+
"ai_discovery_source": "vendor_research",
|
|
7622
|
+
"ai_assist_factor": "none"
|
|
7595
7623
|
},
|
|
7596
7624
|
"CVE-2026-34197": {
|
|
7597
7625
|
"name": "Apache ActiveMQ Improper Input Validation Vulnerability",
|
|
@@ -11136,35 +11164,63 @@
|
|
|
11136
11164
|
},
|
|
11137
11165
|
"CVE-2025-54068": {
|
|
11138
11166
|
"name": "Laravel Livewire Code Injection Vulnerability",
|
|
11139
|
-
"lesson_date": "2026-05-
|
|
11167
|
+
"lesson_date": "2026-05-29",
|
|
11140
11168
|
"attack_vector": {
|
|
11141
|
-
"description": "
|
|
11142
|
-
"privileges_required": "
|
|
11143
|
-
"complexity": "
|
|
11144
|
-
"ai_factor": "
|
|
11169
|
+
"description": "a code-injection flaw (CWE-94) enabling unauthenticated remote code execution on the web server. CISA KEV-listed 2026-03-20 with confirmed in-the-wild exploitation.",
|
|
11170
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
|
|
11171
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11172
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11173
|
+
},
|
|
11174
|
+
"defense_chain": {
|
|
11175
|
+
"prevention": {
|
|
11176
|
+
"what_would_have_worked": "Apply the Laravel Livewire update; hunt for web shells and rotate the application key (APP_KEY) and secrets — code-injection RCE leaves resident persistence.",
|
|
11177
|
+
"was_this_required": true,
|
|
11178
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11179
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials/CI access survive the patch and require explicit cleanup."
|
|
11180
|
+
},
|
|
11181
|
+
"detection": {
|
|
11182
|
+
"what_would_have_worked": "Monitoring on the Livewire: exploit-shaped requests, new web-shell files, unexpected process execution, and admin/CI actions without a matching session.",
|
|
11183
|
+
"was_this_required": false,
|
|
11184
|
+
"framework_requiring_it": null,
|
|
11185
|
+
"adequacy": "Necessary to catch resident persistence or credential abuse after patching."
|
|
11186
|
+
},
|
|
11187
|
+
"response": {
|
|
11188
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application/CI credentials and signing keys, and review for downstream/supply-chain impact (CI and dev tools can taint build artifacts).",
|
|
11189
|
+
"was_this_required": true,
|
|
11190
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11191
|
+
"adequacy": "Mandatory; patch-in-place without secret rotation / web-shell hunting leaves the attacker resident or re-authenticable."
|
|
11192
|
+
}
|
|
11145
11193
|
},
|
|
11146
11194
|
"framework_coverage": {
|
|
11147
11195
|
"NIST-800-53-SI-2": {
|
|
11148
11196
|
"covered": true,
|
|
11149
11197
|
"adequate": false,
|
|
11150
|
-
"gap": "30-day SLA
|
|
11198
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application/dev-tool flaw; these are mass-exploited within days, and CI/dev-tool compromise carries software-supply-chain risk."
|
|
11151
11199
|
},
|
|
11152
11200
|
"ISO-27001-2022-A.8.8": {
|
|
11153
11201
|
"covered": true,
|
|
11154
11202
|
"adequate": false,
|
|
11155
|
-
"gap": "
|
|
11203
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application or developer tool."
|
|
11204
|
+
},
|
|
11205
|
+
"NIS2-Art21-network-security": {
|
|
11206
|
+
"covered": true,
|
|
11207
|
+
"adequate": false,
|
|
11208
|
+
"gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / secret-rotation cleanup these RCEs and file-disclosure flaws need."
|
|
11209
|
+
},
|
|
11210
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
11211
|
+
"covered": true,
|
|
11212
|
+
"adequate": false,
|
|
11213
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application or developer tool in or adjacent to the CDE."
|
|
11156
11214
|
}
|
|
11157
11215
|
},
|
|
11158
11216
|
"compliance_exposure_score": {
|
|
11159
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11160
|
-
"basis": "
|
|
11217
|
+
"percent_audit_passing_orgs_still_exposed": 74,
|
|
11218
|
+
"basis": "Internet-facing Laravel Livewire is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required secret rotation / web-shell hunt is rarely part of the documented patch procedure, and dev-tool/CI exposure adds software-supply-chain blast radius.",
|
|
11161
11219
|
"theater_pattern": "patch_management"
|
|
11162
11220
|
},
|
|
11163
11221
|
"ai_discovered_zeroday": false,
|
|
11164
|
-
"ai_discovery_source": "
|
|
11165
|
-
"ai_assist_factor": "none"
|
|
11166
|
-
"_auto_imported": true,
|
|
11167
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11222
|
+
"ai_discovery_source": "vendor_research",
|
|
11223
|
+
"ai_assist_factor": "none"
|
|
11168
11224
|
},
|
|
11169
11225
|
"CVE-2025-43510": {
|
|
11170
11226
|
"name": "Apple Multiple Products Improper Locking Vulnerability",
|
|
@@ -11655,35 +11711,63 @@
|
|
|
11655
11711
|
},
|
|
11656
11712
|
"CVE-2025-68613": {
|
|
11657
11713
|
"name": "n8n Improper Control of Dynamically-Managed Code Resources Vulnerability",
|
|
11658
|
-
"lesson_date": "2026-05-
|
|
11714
|
+
"lesson_date": "2026-05-29",
|
|
11659
11715
|
"attack_vector": {
|
|
11660
|
-
"description": "
|
|
11661
|
-
"privileges_required": "
|
|
11662
|
-
"complexity": "
|
|
11663
|
-
"ai_factor": "
|
|
11716
|
+
"description": "an improper-control-of-dynamically-managed-code flaw (CWE-913), enabling code execution through the workflow-automation engine. CISA KEV-listed 2026-03-11 with confirmed in-the-wild exploitation.",
|
|
11717
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
|
|
11718
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11719
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11720
|
+
},
|
|
11721
|
+
"defense_chain": {
|
|
11722
|
+
"prevention": {
|
|
11723
|
+
"what_would_have_worked": "Apply the n8n update; n8n executes workflows with broad credential access, so rotate stored credentials and API tokens and review executed workflows for tampering.",
|
|
11724
|
+
"was_this_required": true,
|
|
11725
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11726
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials/CI access survive the patch and require explicit cleanup."
|
|
11727
|
+
},
|
|
11728
|
+
"detection": {
|
|
11729
|
+
"what_would_have_worked": "Monitoring on the n8n: exploit-shaped requests, new web-shell files, unexpected process execution, and admin/CI actions without a matching session.",
|
|
11730
|
+
"was_this_required": false,
|
|
11731
|
+
"framework_requiring_it": null,
|
|
11732
|
+
"adequacy": "Necessary to catch resident persistence or credential abuse after patching."
|
|
11733
|
+
},
|
|
11734
|
+
"response": {
|
|
11735
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application/CI credentials and signing keys, and review for downstream/supply-chain impact (CI and dev tools can taint build artifacts).",
|
|
11736
|
+
"was_this_required": true,
|
|
11737
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11738
|
+
"adequacy": "Mandatory; patch-in-place without secret rotation / web-shell hunting leaves the attacker resident or re-authenticable."
|
|
11739
|
+
}
|
|
11664
11740
|
},
|
|
11665
11741
|
"framework_coverage": {
|
|
11666
11742
|
"NIST-800-53-SI-2": {
|
|
11667
11743
|
"covered": true,
|
|
11668
11744
|
"adequate": false,
|
|
11669
|
-
"gap": "30-day SLA
|
|
11745
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application/dev-tool flaw; these are mass-exploited within days, and CI/dev-tool compromise carries software-supply-chain risk."
|
|
11670
11746
|
},
|
|
11671
11747
|
"ISO-27001-2022-A.8.8": {
|
|
11672
11748
|
"covered": true,
|
|
11673
11749
|
"adequate": false,
|
|
11674
|
-
"gap": "
|
|
11750
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application or developer tool."
|
|
11751
|
+
},
|
|
11752
|
+
"NIS2-Art21-network-security": {
|
|
11753
|
+
"covered": true,
|
|
11754
|
+
"adequate": false,
|
|
11755
|
+
"gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / secret-rotation cleanup these RCEs and file-disclosure flaws need."
|
|
11756
|
+
},
|
|
11757
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
11758
|
+
"covered": true,
|
|
11759
|
+
"adequate": false,
|
|
11760
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application or developer tool in or adjacent to the CDE."
|
|
11675
11761
|
}
|
|
11676
11762
|
},
|
|
11677
11763
|
"compliance_exposure_score": {
|
|
11678
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11679
|
-
"basis": "
|
|
11764
|
+
"percent_audit_passing_orgs_still_exposed": 74,
|
|
11765
|
+
"basis": "Internet-facing n8n is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required secret rotation / web-shell hunt is rarely part of the documented patch procedure, and dev-tool/CI exposure adds software-supply-chain blast radius.",
|
|
11680
11766
|
"theater_pattern": "patch_management"
|
|
11681
11767
|
},
|
|
11682
11768
|
"ai_discovered_zeroday": false,
|
|
11683
|
-
"ai_discovery_source": "
|
|
11684
|
-
"ai_assist_factor": "none"
|
|
11685
|
-
"_auto_imported": true,
|
|
11686
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11769
|
+
"ai_discovery_source": "vendor_research",
|
|
11770
|
+
"ai_assist_factor": "none"
|
|
11687
11771
|
},
|
|
11688
11772
|
"CVE-2021-22054": {
|
|
11689
11773
|
"name": "Omnissa Workspace ONE Server-Side Request Forgery",
|
|
@@ -11839,67 +11923,123 @@
|
|
|
11839
11923
|
},
|
|
11840
11924
|
"CVE-2017-7921": {
|
|
11841
11925
|
"name": "Hikvision Multiple Products Improper Authentication Vulnerability",
|
|
11842
|
-
"lesson_date": "2026-05-
|
|
11926
|
+
"lesson_date": "2026-05-29",
|
|
11843
11927
|
"attack_vector": {
|
|
11844
|
-
"description": "
|
|
11845
|
-
"privileges_required": "
|
|
11846
|
-
"complexity": "
|
|
11847
|
-
"ai_factor": "
|
|
11928
|
+
"description": "an improper-authentication flaw (CWE-287) on Hikvision IP cameras, letting an unauthenticated attacker escalate to administrator and access the device and its video feed. CISA KEV-listed 2026-03-05 with confirmed in-the-wild exploitation.",
|
|
11929
|
+
"privileges_required": "none (the device is reachable by an unauthenticated attacker; exposure is amplified when the OT zone is not segmented)",
|
|
11930
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11931
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11932
|
+
},
|
|
11933
|
+
"defense_chain": {
|
|
11934
|
+
"prevention": {
|
|
11935
|
+
"what_would_have_worked": "Apply the vendor firmware/update where one exists; where the device cannot be patched, isolate it in a segmented OT zone (zones-and-conduits / Purdue model), block all IT and internet reachability, and restrict access to authenticated engineering workstations.",
|
|
11936
|
+
"was_this_required": true,
|
|
11937
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation) + IEC 62443-3-3",
|
|
11938
|
+
"adequacy": "Patching is often impossible on OT; segmentation and access restriction are the real controls, and a flat or internet-exposed OT network defeats them."
|
|
11939
|
+
},
|
|
11940
|
+
"detection": {
|
|
11941
|
+
"what_would_have_worked": "OT-network monitoring for unauthorized connections to the Hikvision camera, unexpected configuration/logic changes, and access from outside the device's intended zone.",
|
|
11942
|
+
"was_this_required": false,
|
|
11943
|
+
"framework_requiring_it": null,
|
|
11944
|
+
"adequacy": "Necessary because unpatched OT devices may stay exploitable indefinitely; behavioral detection is the backstop."
|
|
11945
|
+
},
|
|
11946
|
+
"response": {
|
|
11947
|
+
"what_would_have_worked": "Isolate the device, validate and restore its configuration/logic from a known-good baseline, rotate any credentials/keys it held, and investigate for safety-impacting manipulation; engage OT/safety engineering before any change.",
|
|
11948
|
+
"was_this_required": true,
|
|
11949
|
+
"framework_requiring_it": "NIST 800-82r3 + NIST 800-53 IR-4",
|
|
11950
|
+
"adequacy": "Mandatory; OT compromise can have physical/safety consequences, so response must include process-integrity validation, not just IT cleanup."
|
|
11951
|
+
}
|
|
11848
11952
|
},
|
|
11849
11953
|
"framework_coverage": {
|
|
11850
|
-
"NIST-800-
|
|
11954
|
+
"NIST-800-82r3-ICS": {
|
|
11851
11955
|
"covered": true,
|
|
11852
11956
|
"adequate": false,
|
|
11853
|
-
"gap": "
|
|
11957
|
+
"gap": "OT/ICS devices often cannot be patched on an IT cadence (availability and safety constraints, vendor re-certification), so the exposure window for a KEV-listed flaw is months-to-years; the standard treats patching as primary but for OT the load-bearing control is network segmentation and access restriction."
|
|
11958
|
+
},
|
|
11959
|
+
"IEC-62443-3-3-zones-conduits": {
|
|
11960
|
+
"covered": true,
|
|
11961
|
+
"adequate": false,
|
|
11962
|
+
"gap": "Zones-and-conduits segmentation is required, but it is frequently unimplemented or bypassed (flat OT networks, internet-exposed HMIs/cameras/PLCs); the device itself is exploitable whenever it is reachable, and the standard does not force a compromised-device response plan."
|
|
11963
|
+
},
|
|
11964
|
+
"NIS2-Art21-OT": {
|
|
11965
|
+
"covered": true,
|
|
11966
|
+
"adequate": false,
|
|
11967
|
+
"gap": "Treats OT/ICS as essential-function infrastructure but lacks a device-level compressed remediation expectation and does not address the reality that many OT devices are end-of-life or unpatchable and must be isolated rather than fixed."
|
|
11854
11968
|
},
|
|
11855
11969
|
"ISO-27001-2022-A.8.8": {
|
|
11856
11970
|
"covered": true,
|
|
11857
11971
|
"adequate": false,
|
|
11858
|
-
"gap": "
|
|
11972
|
+
"gap": "'Appropriate timescales' is undefined and ill-suited to OT, where patching may be impossible; compensating controls (segmentation, monitoring, restricted engineering-workstation access) carry the load and must be explicit."
|
|
11859
11973
|
}
|
|
11860
11974
|
},
|
|
11861
11975
|
"compliance_exposure_score": {
|
|
11862
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11863
|
-
"basis": "
|
|
11976
|
+
"percent_audit_passing_orgs_still_exposed": 82,
|
|
11977
|
+
"basis": "Hikvision IP cameras is OT/ICS equipment that frequently cannot be patched on an IT cadence and is often reachable on flat or internet-exposed networks; audited organizations that rely on a patch SLA rather than enforced segmentation remain exposed for this KEV-listed, actively-exploited flaw.",
|
|
11864
11978
|
"theater_pattern": "patch_management"
|
|
11865
11979
|
},
|
|
11866
11980
|
"ai_discovered_zeroday": false,
|
|
11867
|
-
"ai_discovery_source": "
|
|
11868
|
-
"ai_assist_factor": "none"
|
|
11869
|
-
"_auto_imported": true,
|
|
11870
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11981
|
+
"ai_discovery_source": "vendor_research",
|
|
11982
|
+
"ai_assist_factor": "none"
|
|
11871
11983
|
},
|
|
11872
11984
|
"CVE-2021-22681": {
|
|
11873
11985
|
"name": "Rockwell Multiple Products Insufficient Protected Credentials Vulnerability",
|
|
11874
|
-
"lesson_date": "2026-05-
|
|
11986
|
+
"lesson_date": "2026-05-29",
|
|
11875
11987
|
"attack_vector": {
|
|
11876
|
-
"description": "
|
|
11877
|
-
"privileges_required": "
|
|
11878
|
-
"complexity": "
|
|
11879
|
-
"ai_factor": "
|
|
11988
|
+
"description": "an insufficiently-protected-credentials flaw (CWE-522) in the Studio 5000 / Logix secret-key handling, letting an unauthenticated attacker bypass authentication and connect to the PLC to alter its configuration or control logic. CISA KEV-listed 2026-03-05 with confirmed in-the-wild exploitation.",
|
|
11989
|
+
"privileges_required": "none (the device is reachable by an unauthenticated attacker; exposure is amplified when the OT zone is not segmented)",
|
|
11990
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11991
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11992
|
+
},
|
|
11993
|
+
"defense_chain": {
|
|
11994
|
+
"prevention": {
|
|
11995
|
+
"what_would_have_worked": "Apply the vendor firmware/update where one exists; where the device cannot be patched, isolate it in a segmented OT zone (zones-and-conduits / Purdue model), block all IT and internet reachability, and restrict access to authenticated engineering workstations.",
|
|
11996
|
+
"was_this_required": true,
|
|
11997
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation) + IEC 62443-3-3",
|
|
11998
|
+
"adequacy": "Patching is often impossible on OT; segmentation and access restriction are the real controls, and a flat or internet-exposed OT network defeats them."
|
|
11999
|
+
},
|
|
12000
|
+
"detection": {
|
|
12001
|
+
"what_would_have_worked": "OT-network monitoring for unauthorized connections to the Rockwell Logix PLC, unexpected configuration/logic changes, and access from outside the device's intended zone.",
|
|
12002
|
+
"was_this_required": false,
|
|
12003
|
+
"framework_requiring_it": null,
|
|
12004
|
+
"adequacy": "Necessary because unpatched OT devices may stay exploitable indefinitely; behavioral detection is the backstop."
|
|
12005
|
+
},
|
|
12006
|
+
"response": {
|
|
12007
|
+
"what_would_have_worked": "Isolate the device, validate and restore its configuration/logic from a known-good baseline, rotate any credentials/keys it held, and investigate for safety-impacting manipulation; engage OT/safety engineering before any change.",
|
|
12008
|
+
"was_this_required": true,
|
|
12009
|
+
"framework_requiring_it": "NIST 800-82r3 + NIST 800-53 IR-4",
|
|
12010
|
+
"adequacy": "Mandatory; OT compromise can have physical/safety consequences, so response must include process-integrity validation, not just IT cleanup."
|
|
12011
|
+
}
|
|
11880
12012
|
},
|
|
11881
12013
|
"framework_coverage": {
|
|
11882
|
-
"NIST-800-
|
|
12014
|
+
"NIST-800-82r3-ICS": {
|
|
11883
12015
|
"covered": true,
|
|
11884
12016
|
"adequate": false,
|
|
11885
|
-
"gap": "
|
|
12017
|
+
"gap": "OT/ICS devices often cannot be patched on an IT cadence (availability and safety constraints, vendor re-certification), so the exposure window for a KEV-listed flaw is months-to-years; the standard treats patching as primary but for OT the load-bearing control is network segmentation and access restriction."
|
|
12018
|
+
},
|
|
12019
|
+
"IEC-62443-3-3-zones-conduits": {
|
|
12020
|
+
"covered": true,
|
|
12021
|
+
"adequate": false,
|
|
12022
|
+
"gap": "Zones-and-conduits segmentation is required, but it is frequently unimplemented or bypassed (flat OT networks, internet-exposed HMIs/cameras/PLCs); the device itself is exploitable whenever it is reachable, and the standard does not force a compromised-device response plan."
|
|
12023
|
+
},
|
|
12024
|
+
"NIS2-Art21-OT": {
|
|
12025
|
+
"covered": true,
|
|
12026
|
+
"adequate": false,
|
|
12027
|
+
"gap": "Treats OT/ICS as essential-function infrastructure but lacks a device-level compressed remediation expectation and does not address the reality that many OT devices are end-of-life or unpatchable and must be isolated rather than fixed."
|
|
11886
12028
|
},
|
|
11887
12029
|
"ISO-27001-2022-A.8.8": {
|
|
11888
12030
|
"covered": true,
|
|
11889
12031
|
"adequate": false,
|
|
11890
|
-
"gap": "
|
|
12032
|
+
"gap": "'Appropriate timescales' is undefined and ill-suited to OT, where patching may be impossible; compensating controls (segmentation, monitoring, restricted engineering-workstation access) carry the load and must be explicit."
|
|
11891
12033
|
}
|
|
11892
12034
|
},
|
|
11893
12035
|
"compliance_exposure_score": {
|
|
11894
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11895
|
-
"basis": "
|
|
12036
|
+
"percent_audit_passing_orgs_still_exposed": 82,
|
|
12037
|
+
"basis": "Rockwell Automation Logix controllers is OT/ICS equipment that frequently cannot be patched on an IT cadence and is often reachable on flat or internet-exposed networks; audited organizations that rely on a patch SLA rather than enforced segmentation remain exposed for this KEV-listed, actively-exploited flaw.",
|
|
11896
12038
|
"theater_pattern": "patch_management"
|
|
11897
12039
|
},
|
|
11898
12040
|
"ai_discovered_zeroday": false,
|
|
11899
|
-
"ai_discovery_source": "
|
|
11900
|
-
"ai_assist_factor": "none"
|
|
11901
|
-
"_auto_imported": true,
|
|
11902
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12041
|
+
"ai_discovery_source": "vendor_research",
|
|
12042
|
+
"ai_assist_factor": "none"
|
|
11903
12043
|
},
|
|
11904
12044
|
"CVE-2023-43000": {
|
|
11905
12045
|
"name": "Apple Multiple products Use-After-Free Vulnerability",
|
|
@@ -14054,35 +14194,63 @@
|
|
|
14054
14194
|
},
|
|
14055
14195
|
"CVE-2025-31125": {
|
|
14056
14196
|
"name": "Vite Vitejs Improper Access Control Vulnerability",
|
|
14057
|
-
"lesson_date": "2026-05-
|
|
14197
|
+
"lesson_date": "2026-05-29",
|
|
14058
14198
|
"attack_vector": {
|
|
14059
|
-
"description": "
|
|
14060
|
-
"privileges_required": "
|
|
14061
|
-
"complexity": "
|
|
14062
|
-
"ai_factor": "
|
|
14199
|
+
"description": "an improper-access-control flaw (CWE-200/CWE-284) in the Vite dev server, letting a remote attacker read files including source and environment secrets outside the served root. CISA KEV-listed 2026-01-22 with confirmed in-the-wild exploitation.",
|
|
14200
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
|
|
14201
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
14202
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
14203
|
+
},
|
|
14204
|
+
"defense_chain": {
|
|
14205
|
+
"prevention": {
|
|
14206
|
+
"what_would_have_worked": "Apply the Vite update and do not expose the dev server to untrusted networks; rotate any source-tree secrets (.env, keys) the file read could have exposed.",
|
|
14207
|
+
"was_this_required": true,
|
|
14208
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
14209
|
+
"adequacy": "Patch is necessary but insufficient alone — any secret the file read disclosed survives the patch and must be rotated."
|
|
14210
|
+
},
|
|
14211
|
+
"detection": {
|
|
14212
|
+
"what_would_have_worked": "Monitoring on the Vite dev server: exploit-shaped requests, out-of-root file reads and subsequent use of disclosed secrets.",
|
|
14213
|
+
"was_this_required": false,
|
|
14214
|
+
"framework_requiring_it": null,
|
|
14215
|
+
"adequacy": "Necessary to catch resident persistence or credential abuse after patching."
|
|
14216
|
+
},
|
|
14217
|
+
"response": {
|
|
14218
|
+
"what_would_have_worked": "Patch immediately, rotate every secret reachable through the file read (config, data-source, API, .env), and review for downstream/supply-chain impact (CI and dev tools can taint build artifacts).",
|
|
14219
|
+
"was_this_required": true,
|
|
14220
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
14221
|
+
"adequacy": "Mandatory; patch-in-place without secret rotation / web-shell hunting leaves the attacker resident or re-authenticable."
|
|
14222
|
+
}
|
|
14063
14223
|
},
|
|
14064
14224
|
"framework_coverage": {
|
|
14065
14225
|
"NIST-800-53-SI-2": {
|
|
14066
14226
|
"covered": true,
|
|
14067
14227
|
"adequate": false,
|
|
14068
|
-
"gap": "30-day SLA
|
|
14228
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application/dev-tool flaw; these are mass-exploited within days, and CI/dev-tool compromise carries software-supply-chain risk."
|
|
14069
14229
|
},
|
|
14070
14230
|
"ISO-27001-2022-A.8.8": {
|
|
14071
14231
|
"covered": true,
|
|
14072
14232
|
"adequate": false,
|
|
14073
|
-
"gap": "
|
|
14233
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application or developer tool."
|
|
14234
|
+
},
|
|
14235
|
+
"NIS2-Art21-network-security": {
|
|
14236
|
+
"covered": true,
|
|
14237
|
+
"adequate": false,
|
|
14238
|
+
"gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / secret-rotation cleanup these RCEs and file-disclosure flaws need."
|
|
14239
|
+
},
|
|
14240
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
14241
|
+
"covered": true,
|
|
14242
|
+
"adequate": false,
|
|
14243
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application or developer tool in or adjacent to the CDE."
|
|
14074
14244
|
}
|
|
14075
14245
|
},
|
|
14076
14246
|
"compliance_exposure_score": {
|
|
14077
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
14078
|
-
"basis": "
|
|
14247
|
+
"percent_audit_passing_orgs_still_exposed": 74,
|
|
14248
|
+
"basis": "Internet-facing Vite is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required secret rotation / web-shell hunt is rarely part of the documented patch procedure, and dev-tool/CI exposure adds software-supply-chain blast radius.",
|
|
14079
14249
|
"theater_pattern": "patch_management"
|
|
14080
14250
|
},
|
|
14081
14251
|
"ai_discovered_zeroday": false,
|
|
14082
|
-
"ai_discovery_source": "
|
|
14083
|
-
"ai_assist_factor": "none"
|
|
14084
|
-
"_auto_imported": true,
|
|
14085
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
14252
|
+
"ai_discovery_source": "vendor_research",
|
|
14253
|
+
"ai_assist_factor": "none"
|
|
14086
14254
|
},
|
|
14087
14255
|
"CVE-2025-54313": {
|
|
14088
14256
|
"name": "Prettier eslint-config-prettier Embedded Malicious Code Vulnerability",
|
|
@@ -14233,35 +14401,63 @@
|
|
|
14233
14401
|
},
|
|
14234
14402
|
"CVE-2025-8110": {
|
|
14235
14403
|
"name": "Gogs Path Traversal Vulnerability",
|
|
14236
|
-
"lesson_date": "2026-05-
|
|
14404
|
+
"lesson_date": "2026-05-29",
|
|
14237
14405
|
"attack_vector": {
|
|
14238
|
-
"description": "
|
|
14239
|
-
"privileges_required": "
|
|
14240
|
-
"complexity": "
|
|
14241
|
-
"ai_factor": "
|
|
14406
|
+
"description": "a path-traversal flaw (CWE-22) letting an attacker read or write files outside the intended directory on the Git server. CISA KEV-listed 2026-01-12 with confirmed in-the-wild exploitation.",
|
|
14407
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
|
|
14408
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
14409
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
14410
|
+
},
|
|
14411
|
+
"defense_chain": {
|
|
14412
|
+
"prevention": {
|
|
14413
|
+
"what_would_have_worked": "Apply the Gogs update; review repository and server files for tampering and rotate any credentials the Git server held.",
|
|
14414
|
+
"was_this_required": true,
|
|
14415
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
14416
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials/CI access survive the patch and require explicit cleanup."
|
|
14417
|
+
},
|
|
14418
|
+
"detection": {
|
|
14419
|
+
"what_would_have_worked": "Monitoring on the Gogs: exploit-shaped requests, new web-shell files, unexpected process execution, and admin/CI actions without a matching session.",
|
|
14420
|
+
"was_this_required": false,
|
|
14421
|
+
"framework_requiring_it": null,
|
|
14422
|
+
"adequacy": "Necessary to catch resident persistence or credential abuse after patching."
|
|
14423
|
+
},
|
|
14424
|
+
"response": {
|
|
14425
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application/CI credentials and signing keys, and review for downstream/supply-chain impact (CI and dev tools can taint build artifacts).",
|
|
14426
|
+
"was_this_required": true,
|
|
14427
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
14428
|
+
"adequacy": "Mandatory; patch-in-place without secret rotation / web-shell hunting leaves the attacker resident or re-authenticable."
|
|
14429
|
+
}
|
|
14242
14430
|
},
|
|
14243
14431
|
"framework_coverage": {
|
|
14244
14432
|
"NIST-800-53-SI-2": {
|
|
14245
14433
|
"covered": true,
|
|
14246
14434
|
"adequate": false,
|
|
14247
|
-
"gap": "30-day SLA
|
|
14435
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application/dev-tool flaw; these are mass-exploited within days, and CI/dev-tool compromise carries software-supply-chain risk."
|
|
14248
14436
|
},
|
|
14249
14437
|
"ISO-27001-2022-A.8.8": {
|
|
14250
14438
|
"covered": true,
|
|
14251
14439
|
"adequate": false,
|
|
14252
|
-
"gap": "
|
|
14440
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application or developer tool."
|
|
14441
|
+
},
|
|
14442
|
+
"NIS2-Art21-network-security": {
|
|
14443
|
+
"covered": true,
|
|
14444
|
+
"adequate": false,
|
|
14445
|
+
"gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / secret-rotation cleanup these RCEs and file-disclosure flaws need."
|
|
14446
|
+
},
|
|
14447
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
14448
|
+
"covered": true,
|
|
14449
|
+
"adequate": false,
|
|
14450
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application or developer tool in or adjacent to the CDE."
|
|
14253
14451
|
}
|
|
14254
14452
|
},
|
|
14255
14453
|
"compliance_exposure_score": {
|
|
14256
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
14257
|
-
"basis": "
|
|
14454
|
+
"percent_audit_passing_orgs_still_exposed": 74,
|
|
14455
|
+
"basis": "Internet-facing Gogs is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required secret rotation / web-shell hunt is rarely part of the documented patch procedure, and dev-tool/CI exposure adds software-supply-chain blast radius.",
|
|
14258
14456
|
"theater_pattern": "patch_management"
|
|
14259
14457
|
},
|
|
14260
14458
|
"ai_discovered_zeroday": false,
|
|
14261
|
-
"ai_discovery_source": "
|
|
14262
|
-
"ai_assist_factor": "none"
|
|
14263
|
-
"_auto_imported": true,
|
|
14264
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
14459
|
+
"ai_discovery_source": "vendor_research",
|
|
14460
|
+
"ai_assist_factor": "none"
|
|
14265
14461
|
},
|
|
14266
14462
|
"CVE-2009-0556": {
|
|
14267
14463
|
"name": "Microsoft Office PowerPoint Code Injection Vulnerability",
|
|
@@ -14963,35 +15159,63 @@
|
|
|
14963
15159
|
},
|
|
14964
15160
|
"CVE-2021-26828": {
|
|
14965
15161
|
"name": "OpenPLC ScadaBR Unrestricted Upload of File with Dangerous Type Vulnerability",
|
|
14966
|
-
"lesson_date": "2026-05-
|
|
15162
|
+
"lesson_date": "2026-05-29",
|
|
14967
15163
|
"attack_vector": {
|
|
14968
|
-
"description": "
|
|
14969
|
-
"privileges_required": "
|
|
14970
|
-
"complexity": "
|
|
14971
|
-
"ai_factor": "
|
|
15164
|
+
"description": "an unrestricted file-upload flaw (CWE-434) on the ScadaBR SCADA/HMI web interface, letting an unauthenticated attacker upload a file (e.g. a web shell) for code execution on the HMI server. CISA KEV-listed 2025-12-03 with confirmed in-the-wild exploitation.",
|
|
15165
|
+
"privileges_required": "none (the device is reachable by an unauthenticated attacker; exposure is amplified when the OT zone is not segmented)",
|
|
15166
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
15167
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
15168
|
+
},
|
|
15169
|
+
"defense_chain": {
|
|
15170
|
+
"prevention": {
|
|
15171
|
+
"what_would_have_worked": "Apply the vendor firmware/update where one exists; where the device cannot be patched, isolate it in a segmented OT zone (zones-and-conduits / Purdue model), block all IT and internet reachability, and restrict access to authenticated engineering workstations.",
|
|
15172
|
+
"was_this_required": true,
|
|
15173
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation) + IEC 62443-3-3",
|
|
15174
|
+
"adequacy": "Patching is often impossible on OT; segmentation and access restriction are the real controls, and a flat or internet-exposed OT network defeats them."
|
|
15175
|
+
},
|
|
15176
|
+
"detection": {
|
|
15177
|
+
"what_would_have_worked": "OT-network monitoring for unauthorized connections to the ScadaBR HMI, unexpected configuration/logic changes, and access from outside the device's intended zone.",
|
|
15178
|
+
"was_this_required": false,
|
|
15179
|
+
"framework_requiring_it": null,
|
|
15180
|
+
"adequacy": "Necessary because unpatched OT devices may stay exploitable indefinitely; behavioral detection is the backstop."
|
|
15181
|
+
},
|
|
15182
|
+
"response": {
|
|
15183
|
+
"what_would_have_worked": "Isolate the device, validate and restore its configuration/logic from a known-good baseline, rotate any credentials/keys it held, and investigate for safety-impacting manipulation; engage OT/safety engineering before any change.",
|
|
15184
|
+
"was_this_required": true,
|
|
15185
|
+
"framework_requiring_it": "NIST 800-82r3 + NIST 800-53 IR-4",
|
|
15186
|
+
"adequacy": "Mandatory; OT compromise can have physical/safety consequences, so response must include process-integrity validation, not just IT cleanup."
|
|
15187
|
+
}
|
|
14972
15188
|
},
|
|
14973
15189
|
"framework_coverage": {
|
|
14974
|
-
"NIST-800-
|
|
15190
|
+
"NIST-800-82r3-ICS": {
|
|
14975
15191
|
"covered": true,
|
|
14976
15192
|
"adequate": false,
|
|
14977
|
-
"gap": "
|
|
15193
|
+
"gap": "OT/ICS devices often cannot be patched on an IT cadence (availability and safety constraints, vendor re-certification), so the exposure window for a KEV-listed flaw is months-to-years; the standard treats patching as primary but for OT the load-bearing control is network segmentation and access restriction."
|
|
15194
|
+
},
|
|
15195
|
+
"IEC-62443-3-3-zones-conduits": {
|
|
15196
|
+
"covered": true,
|
|
15197
|
+
"adequate": false,
|
|
15198
|
+
"gap": "Zones-and-conduits segmentation is required, but it is frequently unimplemented or bypassed (flat OT networks, internet-exposed HMIs/cameras/PLCs); the device itself is exploitable whenever it is reachable, and the standard does not force a compromised-device response plan."
|
|
15199
|
+
},
|
|
15200
|
+
"NIS2-Art21-OT": {
|
|
15201
|
+
"covered": true,
|
|
15202
|
+
"adequate": false,
|
|
15203
|
+
"gap": "Treats OT/ICS as essential-function infrastructure but lacks a device-level compressed remediation expectation and does not address the reality that many OT devices are end-of-life or unpatchable and must be isolated rather than fixed."
|
|
14978
15204
|
},
|
|
14979
15205
|
"ISO-27001-2022-A.8.8": {
|
|
14980
15206
|
"covered": true,
|
|
14981
15207
|
"adequate": false,
|
|
14982
|
-
"gap": "
|
|
15208
|
+
"gap": "'Appropriate timescales' is undefined and ill-suited to OT, where patching may be impossible; compensating controls (segmentation, monitoring, restricted engineering-workstation access) carry the load and must be explicit."
|
|
14983
15209
|
}
|
|
14984
15210
|
},
|
|
14985
15211
|
"compliance_exposure_score": {
|
|
14986
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
14987
|
-
"basis": "
|
|
15212
|
+
"percent_audit_passing_orgs_still_exposed": 82,
|
|
15213
|
+
"basis": "OpenPLC ScadaBR is OT/ICS equipment that frequently cannot be patched on an IT cadence and is often reachable on flat or internet-exposed networks; audited organizations that rely on a patch SLA rather than enforced segmentation remain exposed for this KEV-listed, actively-exploited flaw.",
|
|
14988
15214
|
"theater_pattern": "patch_management"
|
|
14989
15215
|
},
|
|
14990
15216
|
"ai_discovered_zeroday": false,
|
|
14991
|
-
"ai_discovery_source": "
|
|
14992
|
-
"ai_assist_factor": "none"
|
|
14993
|
-
"_auto_imported": true,
|
|
14994
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
15217
|
+
"ai_discovery_source": "vendor_research",
|
|
15218
|
+
"ai_assist_factor": "none"
|
|
14995
15219
|
},
|
|
14996
15220
|
"CVE-2025-48633": {
|
|
14997
15221
|
"name": "Android Framework Information Disclosure Vulnerability",
|
|
@@ -15105,35 +15329,63 @@
|
|
|
15105
15329
|
},
|
|
15106
15330
|
"CVE-2021-26829": {
|
|
15107
15331
|
"name": "OpenPLC ScadaBR Cross-site Scripting Vulnerability",
|
|
15108
|
-
"lesson_date": "2026-05-
|
|
15332
|
+
"lesson_date": "2026-05-29",
|
|
15109
15333
|
"attack_vector": {
|
|
15110
|
-
"description": "
|
|
15111
|
-
"privileges_required": "
|
|
15112
|
-
"complexity": "
|
|
15113
|
-
"ai_factor": "
|
|
15334
|
+
"description": "a cross-site scripting flaw (CWE-79) on the ScadaBR SCADA/HMI web interface, letting an attacker run script in an operator's authenticated session. CISA KEV-listed 2025-11-28 with confirmed in-the-wild exploitation.",
|
|
15335
|
+
"privileges_required": "none (the device is reachable by an unauthenticated attacker; exposure is amplified when the OT zone is not segmented)",
|
|
15336
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
15337
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
15338
|
+
},
|
|
15339
|
+
"defense_chain": {
|
|
15340
|
+
"prevention": {
|
|
15341
|
+
"what_would_have_worked": "Apply the vendor firmware/update where one exists; where the device cannot be patched, isolate it in a segmented OT zone (zones-and-conduits / Purdue model), block all IT and internet reachability, and restrict access to authenticated engineering workstations.",
|
|
15342
|
+
"was_this_required": true,
|
|
15343
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation) + IEC 62443-3-3",
|
|
15344
|
+
"adequacy": "Patching is often impossible on OT; segmentation and access restriction are the real controls, and a flat or internet-exposed OT network defeats them."
|
|
15345
|
+
},
|
|
15346
|
+
"detection": {
|
|
15347
|
+
"what_would_have_worked": "OT-network monitoring for unauthorized connections to the ScadaBR HMI, unexpected configuration/logic changes, and access from outside the device's intended zone.",
|
|
15348
|
+
"was_this_required": false,
|
|
15349
|
+
"framework_requiring_it": null,
|
|
15350
|
+
"adequacy": "Necessary because unpatched OT devices may stay exploitable indefinitely; behavioral detection is the backstop."
|
|
15351
|
+
},
|
|
15352
|
+
"response": {
|
|
15353
|
+
"what_would_have_worked": "Isolate the device, validate and restore its configuration/logic from a known-good baseline, rotate any credentials/keys it held, and investigate for safety-impacting manipulation; engage OT/safety engineering before any change.",
|
|
15354
|
+
"was_this_required": true,
|
|
15355
|
+
"framework_requiring_it": "NIST 800-82r3 + NIST 800-53 IR-4",
|
|
15356
|
+
"adequacy": "Mandatory; OT compromise can have physical/safety consequences, so response must include process-integrity validation, not just IT cleanup."
|
|
15357
|
+
}
|
|
15114
15358
|
},
|
|
15115
15359
|
"framework_coverage": {
|
|
15116
|
-
"NIST-800-
|
|
15360
|
+
"NIST-800-82r3-ICS": {
|
|
15117
15361
|
"covered": true,
|
|
15118
15362
|
"adequate": false,
|
|
15119
|
-
"gap": "
|
|
15363
|
+
"gap": "OT/ICS devices often cannot be patched on an IT cadence (availability and safety constraints, vendor re-certification), so the exposure window for a KEV-listed flaw is months-to-years; the standard treats patching as primary but for OT the load-bearing control is network segmentation and access restriction."
|
|
15364
|
+
},
|
|
15365
|
+
"IEC-62443-3-3-zones-conduits": {
|
|
15366
|
+
"covered": true,
|
|
15367
|
+
"adequate": false,
|
|
15368
|
+
"gap": "Zones-and-conduits segmentation is required, but it is frequently unimplemented or bypassed (flat OT networks, internet-exposed HMIs/cameras/PLCs); the device itself is exploitable whenever it is reachable, and the standard does not force a compromised-device response plan."
|
|
15369
|
+
},
|
|
15370
|
+
"NIS2-Art21-OT": {
|
|
15371
|
+
"covered": true,
|
|
15372
|
+
"adequate": false,
|
|
15373
|
+
"gap": "Treats OT/ICS as essential-function infrastructure but lacks a device-level compressed remediation expectation and does not address the reality that many OT devices are end-of-life or unpatchable and must be isolated rather than fixed."
|
|
15120
15374
|
},
|
|
15121
15375
|
"ISO-27001-2022-A.8.8": {
|
|
15122
15376
|
"covered": true,
|
|
15123
15377
|
"adequate": false,
|
|
15124
|
-
"gap": "
|
|
15378
|
+
"gap": "'Appropriate timescales' is undefined and ill-suited to OT, where patching may be impossible; compensating controls (segmentation, monitoring, restricted engineering-workstation access) carry the load and must be explicit."
|
|
15125
15379
|
}
|
|
15126
15380
|
},
|
|
15127
15381
|
"compliance_exposure_score": {
|
|
15128
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
15129
|
-
"basis": "
|
|
15382
|
+
"percent_audit_passing_orgs_still_exposed": 82,
|
|
15383
|
+
"basis": "OpenPLC ScadaBR is OT/ICS equipment that frequently cannot be patched on an IT cadence and is often reachable on flat or internet-exposed networks; audited organizations that rely on a patch SLA rather than enforced segmentation remain exposed for this KEV-listed, actively-exploited flaw.",
|
|
15130
15384
|
"theater_pattern": "patch_management"
|
|
15131
15385
|
},
|
|
15132
15386
|
"ai_discovered_zeroday": false,
|
|
15133
|
-
"ai_discovery_source": "
|
|
15134
|
-
"ai_assist_factor": "none"
|
|
15135
|
-
"_auto_imported": true,
|
|
15136
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
15387
|
+
"ai_discovery_source": "vendor_research",
|
|
15388
|
+
"ai_assist_factor": "none"
|
|
15137
15389
|
},
|
|
15138
15390
|
"CVE-2025-61757": {
|
|
15139
15391
|
"name": "Oracle Fusion Middleware Missing Authentication for Critical Function Vulnerability",
|
|
@@ -16419,35 +16671,63 @@
|
|
|
16419
16671
|
},
|
|
16420
16672
|
"CVE-2021-43798": {
|
|
16421
16673
|
"name": "Grafana Path Traversal Vulnerability",
|
|
16422
|
-
"lesson_date": "2026-05-
|
|
16674
|
+
"lesson_date": "2026-05-29",
|
|
16423
16675
|
"attack_vector": {
|
|
16424
|
-
"description": "
|
|
16425
|
-
"privileges_required": "
|
|
16426
|
-
"complexity": "
|
|
16427
|
-
"ai_factor": "
|
|
16676
|
+
"description": "a path-traversal flaw (CWE-22) letting an unauthenticated attacker read arbitrary files including configuration and secrets. CISA KEV-listed 2025-10-09 with confirmed in-the-wild exploitation.",
|
|
16677
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
|
|
16678
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16679
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16680
|
+
},
|
|
16681
|
+
"defense_chain": {
|
|
16682
|
+
"prevention": {
|
|
16683
|
+
"what_would_have_worked": "Apply the Grafana update; the traversal reads config and secrets, so rotate any credentials, data-source passwords, and API keys reachable from the Grafana host.",
|
|
16684
|
+
"was_this_required": true,
|
|
16685
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16686
|
+
"adequacy": "Patch is necessary but insufficient alone — any secret the file read disclosed survives the patch and must be rotated."
|
|
16687
|
+
},
|
|
16688
|
+
"detection": {
|
|
16689
|
+
"what_would_have_worked": "Monitoring on the Grafana: exploit-shaped requests, out-of-root file reads and subsequent use of disclosed secrets.",
|
|
16690
|
+
"was_this_required": false,
|
|
16691
|
+
"framework_requiring_it": null,
|
|
16692
|
+
"adequacy": "Necessary to catch resident persistence or credential abuse after patching."
|
|
16693
|
+
},
|
|
16694
|
+
"response": {
|
|
16695
|
+
"what_would_have_worked": "Patch immediately, rotate every secret reachable through the file read (config, data-source, API, .env), and review for downstream/supply-chain impact (CI and dev tools can taint build artifacts).",
|
|
16696
|
+
"was_this_required": true,
|
|
16697
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16698
|
+
"adequacy": "Mandatory; patch-in-place without secret rotation / web-shell hunting leaves the attacker resident or re-authenticable."
|
|
16699
|
+
}
|
|
16428
16700
|
},
|
|
16429
16701
|
"framework_coverage": {
|
|
16430
16702
|
"NIST-800-53-SI-2": {
|
|
16431
16703
|
"covered": true,
|
|
16432
16704
|
"adequate": false,
|
|
16433
|
-
"gap": "30-day SLA
|
|
16705
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application/dev-tool flaw; these are mass-exploited within days, and CI/dev-tool compromise carries software-supply-chain risk."
|
|
16434
16706
|
},
|
|
16435
16707
|
"ISO-27001-2022-A.8.8": {
|
|
16436
16708
|
"covered": true,
|
|
16437
16709
|
"adequate": false,
|
|
16438
|
-
"gap": "
|
|
16710
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application or developer tool."
|
|
16711
|
+
},
|
|
16712
|
+
"NIS2-Art21-network-security": {
|
|
16713
|
+
"covered": true,
|
|
16714
|
+
"adequate": false,
|
|
16715
|
+
"gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / secret-rotation cleanup these RCEs and file-disclosure flaws need."
|
|
16716
|
+
},
|
|
16717
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16718
|
+
"covered": true,
|
|
16719
|
+
"adequate": false,
|
|
16720
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application or developer tool in or adjacent to the CDE."
|
|
16439
16721
|
}
|
|
16440
16722
|
},
|
|
16441
16723
|
"compliance_exposure_score": {
|
|
16442
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16443
|
-
"basis": "
|
|
16724
|
+
"percent_audit_passing_orgs_still_exposed": 74,
|
|
16725
|
+
"basis": "Internet-facing Grafana is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required secret rotation / web-shell hunt is rarely part of the documented patch procedure, and dev-tool/CI exposure adds software-supply-chain blast radius.",
|
|
16444
16726
|
"theater_pattern": "patch_management"
|
|
16445
16727
|
},
|
|
16446
16728
|
"ai_discovered_zeroday": false,
|
|
16447
|
-
"ai_discovery_source": "
|
|
16448
|
-
"ai_assist_factor": "none"
|
|
16449
|
-
"_auto_imported": true,
|
|
16450
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16729
|
+
"ai_discovery_source": "vendor_research",
|
|
16730
|
+
"ai_assist_factor": "none"
|
|
16451
16731
|
},
|
|
16452
16732
|
"CVE-2025-27915": {
|
|
16453
16733
|
"name": "Synacor Zimbra Collaboration Suite (ZCS) Cross-site Scripting Vulnerability (variant: CVE-2025-27915)",
|