@blamejs/exceptd-skills 0.15.26 → 0.15.28

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.
@@ -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-18",
7566
+ "lesson_date": "2026-05-29",
7567
7567
  "attack_vector": {
7568
- "description": "JetBrains TeamCity contains a relative path traversal vulnerability that could allow limited admin actions to be performed.",
7569
- "privileges_required": "network attacker (no authentication required)",
7570
- "complexity": "moderate (bulk-import default)",
7571
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
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 inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
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": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
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": 75,
7587
- "basis": "Known ransomware-campaign use; passing orgs typically still exposed when patch deployment lags KEV due date.",
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": "unknown",
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-18",
11167
+ "lesson_date": "2026-05-29",
11140
11168
  "attack_vector": {
11141
- "description": "Laravel Livewire contain a code injection vulnerability that could allow unauthenticated attackers to achieve remote command execution in specific scenarios.",
11142
- "privileges_required": "network attacker (no authentication required)",
11143
- "complexity": "moderate (bulk-import default)",
11144
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
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 inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
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": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
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": 55,
11160
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
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": "unknown",
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-18",
11714
+ "lesson_date": "2026-05-29",
11659
11715
  "attack_vector": {
11660
- "description": "n8n contains an improper control of dynamically managed code resources vulnerability in its workflow expression evaluation system that allows for remote code execution.",
11661
- "privileges_required": "network attacker (no authentication required)",
11662
- "complexity": "moderate (bulk-import default)",
11663
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
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 inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
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": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
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": 55,
11679
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
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": "unknown",
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",
@@ -14054,35 +14138,63 @@
14054
14138
  },
14055
14139
  "CVE-2025-31125": {
14056
14140
  "name": "Vite Vitejs Improper Access Control Vulnerability",
14057
- "lesson_date": "2026-05-18",
14141
+ "lesson_date": "2026-05-29",
14058
14142
  "attack_vector": {
14059
- "description": "Vite Vitejs contains an improper access control vulnerability that exposes content of non-allowed files using ?inline&import or ?raw?import. Only apps explicitly exposing the Vite dev server to the network (using --host or server.host config option) are affected.",
14060
- "privileges_required": "network attacker (no authentication required)",
14061
- "complexity": "moderate (bulk-import default)",
14062
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
14143
+ "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.",
14144
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
14145
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
14146
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
14147
+ },
14148
+ "defense_chain": {
14149
+ "prevention": {
14150
+ "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.",
14151
+ "was_this_required": true,
14152
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
14153
+ "adequacy": "Patch is necessary but insufficient alone — any secret the file read disclosed survives the patch and must be rotated."
14154
+ },
14155
+ "detection": {
14156
+ "what_would_have_worked": "Monitoring on the Vite dev server: exploit-shaped requests, out-of-root file reads and subsequent use of disclosed secrets.",
14157
+ "was_this_required": false,
14158
+ "framework_requiring_it": null,
14159
+ "adequacy": "Necessary to catch resident persistence or credential abuse after patching."
14160
+ },
14161
+ "response": {
14162
+ "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).",
14163
+ "was_this_required": true,
14164
+ "framework_requiring_it": "NIST 800-53 IR-4",
14165
+ "adequacy": "Mandatory; patch-in-place without secret rotation / web-shell hunting leaves the attacker resident or re-authenticable."
14166
+ }
14063
14167
  },
14064
14168
  "framework_coverage": {
14065
14169
  "NIST-800-53-SI-2": {
14066
14170
  "covered": true,
14067
14171
  "adequate": false,
14068
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
14172
+ "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
14173
  },
14070
14174
  "ISO-27001-2022-A.8.8": {
14071
14175
  "covered": true,
14072
14176
  "adequate": false,
14073
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
14177
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application or developer tool."
14178
+ },
14179
+ "NIS2-Art21-network-security": {
14180
+ "covered": true,
14181
+ "adequate": false,
14182
+ "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."
14183
+ },
14184
+ "PCI-DSS-4.0-6.3.3": {
14185
+ "covered": true,
14186
+ "adequate": false,
14187
+ "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
14188
  }
14075
14189
  },
14076
14190
  "compliance_exposure_score": {
14077
- "percent_audit_passing_orgs_still_exposed": 55,
14078
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
14191
+ "percent_audit_passing_orgs_still_exposed": 74,
14192
+ "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
14193
  "theater_pattern": "patch_management"
14080
14194
  },
14081
14195
  "ai_discovered_zeroday": false,
14082
- "ai_discovery_source": "unknown",
14083
- "ai_assist_factor": "none",
14084
- "_auto_imported": true,
14085
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
14196
+ "ai_discovery_source": "vendor_research",
14197
+ "ai_assist_factor": "none"
14086
14198
  },
14087
14199
  "CVE-2025-54313": {
14088
14200
  "name": "Prettier eslint-config-prettier Embedded Malicious Code Vulnerability",
@@ -14233,35 +14345,63 @@
14233
14345
  },
14234
14346
  "CVE-2025-8110": {
14235
14347
  "name": "Gogs Path Traversal Vulnerability",
14236
- "lesson_date": "2026-05-18",
14348
+ "lesson_date": "2026-05-29",
14237
14349
  "attack_vector": {
14238
- "description": "Gogs contains a path traversal vulnerability affecting improper Symbolic link handling in the PutContents API that could allow for code execution.",
14239
- "privileges_required": "network attacker (no authentication required)",
14240
- "complexity": "moderate (bulk-import default)",
14241
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
14350
+ "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.",
14351
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
14352
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
14353
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
14354
+ },
14355
+ "defense_chain": {
14356
+ "prevention": {
14357
+ "what_would_have_worked": "Apply the Gogs update; review repository and server files for tampering and rotate any credentials the Git server held.",
14358
+ "was_this_required": true,
14359
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
14360
+ "adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials/CI access survive the patch and require explicit cleanup."
14361
+ },
14362
+ "detection": {
14363
+ "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.",
14364
+ "was_this_required": false,
14365
+ "framework_requiring_it": null,
14366
+ "adequacy": "Necessary to catch resident persistence or credential abuse after patching."
14367
+ },
14368
+ "response": {
14369
+ "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).",
14370
+ "was_this_required": true,
14371
+ "framework_requiring_it": "NIST 800-53 IR-4",
14372
+ "adequacy": "Mandatory; patch-in-place without secret rotation / web-shell hunting leaves the attacker resident or re-authenticable."
14373
+ }
14242
14374
  },
14243
14375
  "framework_coverage": {
14244
14376
  "NIST-800-53-SI-2": {
14245
14377
  "covered": true,
14246
14378
  "adequate": false,
14247
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
14379
+ "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
14380
  },
14249
14381
  "ISO-27001-2022-A.8.8": {
14250
14382
  "covered": true,
14251
14383
  "adequate": false,
14252
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
14384
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application or developer tool."
14385
+ },
14386
+ "NIS2-Art21-network-security": {
14387
+ "covered": true,
14388
+ "adequate": false,
14389
+ "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."
14390
+ },
14391
+ "PCI-DSS-4.0-6.3.3": {
14392
+ "covered": true,
14393
+ "adequate": false,
14394
+ "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
14395
  }
14254
14396
  },
14255
14397
  "compliance_exposure_score": {
14256
- "percent_audit_passing_orgs_still_exposed": 55,
14257
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
14398
+ "percent_audit_passing_orgs_still_exposed": 74,
14399
+ "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
14400
  "theater_pattern": "patch_management"
14259
14401
  },
14260
14402
  "ai_discovered_zeroday": false,
14261
- "ai_discovery_source": "unknown",
14262
- "ai_assist_factor": "none",
14263
- "_auto_imported": true,
14264
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
14403
+ "ai_discovery_source": "vendor_research",
14404
+ "ai_assist_factor": "none"
14265
14405
  },
14266
14406
  "CVE-2009-0556": {
14267
14407
  "name": "Microsoft Office PowerPoint Code Injection Vulnerability",
@@ -14995,67 +15135,113 @@
14995
15135
  },
14996
15136
  "CVE-2025-48633": {
14997
15137
  "name": "Android Framework Information Disclosure Vulnerability",
14998
- "lesson_date": "2026-05-18",
15138
+ "lesson_date": "2026-05-29",
14999
15139
  "attack_vector": {
15000
- "description": "Android Framework contains an unspecified vulnerability that allows for information disclosure.",
15001
- "privileges_required": "network attacker (no authentication required)",
15002
- "complexity": "moderate (bulk-import default)",
15003
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
15140
+ "description": "an out-of-bounds read information-disclosure flaw (CWE-125) in the Android Framework, used by a local app as a primitive in a privilege-escalation chain (leaking memory to defeat ASLR for a follow-on exploit). CISA KEV-listed 2025-12-02 with confirmed in-the-wild exploitation; this class forms the local-escalation half of a mobile-spyware chain.",
15141
+ "privileges_required": "low (a local app or the foothold from an initial-access primitive)",
15142
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15143
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
15144
+ },
15145
+ "defense_chain": {
15146
+ "prevention": {
15147
+ "what_would_have_worked": "Apply the Android Security Bulletin OTA update promptly; enforce update SLAs via MDM on managed fleets, deploy mobile-threat-defense, and enable hardened/locked-down configurations for high-risk users.",
15148
+ "was_this_required": true,
15149
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
15150
+ "adequacy": "The OTA fix is definitive; the gap is OEM/carrier patch reach and managed fleets that defer mobile updates."
15151
+ },
15152
+ "detection": {
15153
+ "what_would_have_worked": "Mobile-threat-defense telemetry for unprivileged-to-elevated transitions and ASLR-defeating memory disclosure; vendor threat notifications for targeted users.",
15154
+ "was_this_required": false,
15155
+ "framework_requiring_it": null,
15156
+ "adequacy": "Backstops unpatched devices; mobile-spyware chains are stealthy and frequently zero-click."
15157
+ },
15158
+ "response": {
15159
+ "what_would_have_worked": "Force the OTA update; for a confirmed targeted device, preserve forensic state, rotate credentials and tokens stored on the device, and consider device replacement — spyware can persist across reboots.",
15160
+ "was_this_required": true,
15161
+ "framework_requiring_it": "NIST 800-53 IR-4",
15162
+ "adequacy": "Mandatory for a KEV-listed mobile RCE/LPE; the exposure is every device that processed attacker content pre-patch."
15163
+ }
15004
15164
  },
15005
15165
  "framework_coverage": {
15006
15166
  "NIST-800-53-SI-2": {
15007
15167
  "covered": true,
15008
15168
  "adequate": false,
15009
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15169
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited mobile flaw; commercial-surveillance and spyware chains weaponize these within days, and patch reach depends on OEM/carrier OTA cadence well beyond the vendor's release date."
15010
15170
  },
15011
15171
  "ISO-27001-2022-A.8.8": {
15012
15172
  "covered": true,
15013
15173
  "adequate": false,
15014
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15174
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited mobile OS flaw, and the OEM/carrier OTA chain means many devices receive the fix weeks-to-never after disclosure."
15175
+ },
15176
+ "AU-ISM-1546": {
15177
+ "covered": true,
15178
+ "adequate": false,
15179
+ "gap": "Essential 8 patch-applications (operating systems) is the right tier, but the load-bearing controls for mobile are vendor OTA cadence (Android Security Bulletin / Samsung SMR), MDM-enforced update SLAs on managed fleets, mobile-threat-defense, and hardened/locked-down configurations for high-risk users — none of which the framework names explicitly."
15015
15180
  }
15016
15181
  },
15017
15182
  "compliance_exposure_score": {
15018
- "percent_audit_passing_orgs_still_exposed": 55,
15019
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
15183
+ "percent_audit_passing_orgs_still_exposed": 71,
15184
+ "basis": "Android update reach depends on OEM/carrier OTA cadence; audited organizations that do not enforce mobile update SLAs via MDM remain exposed for this KEV-listed, actively-exploited flaw long after the fix is published.",
15020
15185
  "theater_pattern": "patch_management"
15021
15186
  },
15022
15187
  "ai_discovered_zeroday": false,
15023
- "ai_discovery_source": "unknown",
15024
- "ai_assist_factor": "none",
15025
- "_auto_imported": true,
15026
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15188
+ "ai_discovery_source": "vendor_research",
15189
+ "ai_assist_factor": "none"
15027
15190
  },
15028
15191
  "CVE-2025-48572": {
15029
15192
  "name": "Android Framework Privilege Escalation Vulnerability",
15030
- "lesson_date": "2026-05-18",
15193
+ "lesson_date": "2026-05-29",
15031
15194
  "attack_vector": {
15032
- "description": "Android Framework contains an unspecified vulnerability that allows for privilege escalation.",
15033
- "privileges_required": "unprivileged local user",
15034
- "complexity": "moderate (bulk-import default)",
15035
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
15195
+ "description": "a privilege-escalation flaw (CWE-269) in the Android Framework, exploited by a local app to escalate privileges on the device (the local-escalation step after an initial-access primitive). CISA KEV-listed 2025-12-02 with confirmed in-the-wild exploitation; this class forms the local-escalation half of a mobile-spyware chain.",
15196
+ "privileges_required": "low (a local app or the foothold from an initial-access primitive)",
15197
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15198
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
15199
+ },
15200
+ "defense_chain": {
15201
+ "prevention": {
15202
+ "what_would_have_worked": "Apply the Android Security Bulletin OTA update promptly; enforce update SLAs via MDM on managed fleets, deploy mobile-threat-defense, and enable hardened/locked-down configurations for high-risk users.",
15203
+ "was_this_required": true,
15204
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
15205
+ "adequacy": "The OTA fix is definitive; the gap is OEM/carrier patch reach and managed fleets that defer mobile updates."
15206
+ },
15207
+ "detection": {
15208
+ "what_would_have_worked": "Mobile-threat-defense telemetry for unprivileged-to-elevated transitions and ASLR-defeating memory disclosure; vendor threat notifications for targeted users.",
15209
+ "was_this_required": false,
15210
+ "framework_requiring_it": null,
15211
+ "adequacy": "Backstops unpatched devices; mobile-spyware chains are stealthy and frequently zero-click."
15212
+ },
15213
+ "response": {
15214
+ "what_would_have_worked": "Force the OTA update; for a confirmed targeted device, preserve forensic state, rotate credentials and tokens stored on the device, and consider device replacement — spyware can persist across reboots.",
15215
+ "was_this_required": true,
15216
+ "framework_requiring_it": "NIST 800-53 IR-4",
15217
+ "adequacy": "Mandatory for a KEV-listed mobile RCE/LPE; the exposure is every device that processed attacker content pre-patch."
15218
+ }
15036
15219
  },
15037
15220
  "framework_coverage": {
15038
15221
  "NIST-800-53-SI-2": {
15039
15222
  "covered": true,
15040
15223
  "adequate": false,
15041
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15224
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited mobile flaw; commercial-surveillance and spyware chains weaponize these within days, and patch reach depends on OEM/carrier OTA cadence well beyond the vendor's release date."
15042
15225
  },
15043
15226
  "ISO-27001-2022-A.8.8": {
15044
15227
  "covered": true,
15045
15228
  "adequate": false,
15046
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15229
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited mobile OS flaw, and the OEM/carrier OTA chain means many devices receive the fix weeks-to-never after disclosure."
15230
+ },
15231
+ "AU-ISM-1546": {
15232
+ "covered": true,
15233
+ "adequate": false,
15234
+ "gap": "Essential 8 patch-applications (operating systems) is the right tier, but the load-bearing controls for mobile are vendor OTA cadence (Android Security Bulletin / Samsung SMR), MDM-enforced update SLAs on managed fleets, mobile-threat-defense, and hardened/locked-down configurations for high-risk users — none of which the framework names explicitly."
15047
15235
  }
15048
15236
  },
15049
15237
  "compliance_exposure_score": {
15050
- "percent_audit_passing_orgs_still_exposed": 55,
15051
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
15238
+ "percent_audit_passing_orgs_still_exposed": 71,
15239
+ "basis": "Android update reach depends on OEM/carrier OTA cadence; audited organizations that do not enforce mobile update SLAs via MDM remain exposed for this KEV-listed, actively-exploited flaw long after the fix is published.",
15052
15240
  "theater_pattern": "patch_management"
15053
15241
  },
15054
15242
  "ai_discovered_zeroday": false,
15055
- "ai_discovery_source": "unknown",
15056
- "ai_assist_factor": "none",
15057
- "_auto_imported": true,
15058
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15243
+ "ai_discovery_source": "vendor_research",
15244
+ "ai_assist_factor": "none"
15059
15245
  },
15060
15246
  "CVE-2021-26829": {
15061
15247
  "name": "OpenPLC ScadaBR Cross-site Scripting Vulnerability",
@@ -15473,35 +15659,58 @@
15473
15659
  },
15474
15660
  "CVE-2025-21042": {
15475
15661
  "name": "Samsung Mobile Devices Out-of-Bounds Write Vulnerability",
15476
- "lesson_date": "2026-05-18",
15662
+ "lesson_date": "2026-05-29",
15477
15663
  "attack_vector": {
15478
- "description": "Samsung mobile devices contain an out-of-bounds write vulnerability in libimagecodec.quram.so. This vulnerability could allow remote attackers to execute arbitrary code.",
15479
- "privileges_required": "network attacker (no authentication required)",
15480
- "complexity": "moderate (bulk-import default)",
15481
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
15664
+ "description": "an out-of-bounds write (CWE-787) in the Samsung image-parsing library, exploitable by a malicious image (zero-click, e.g. delivered through a messaging app) for code execution on the device — used in the wild in mobile spyware. CISA KEV-listed 2025-11-10 with confirmed in-the-wild exploitation; this class forms the initial-access half of a mobile-spyware chain.",
15665
+ "privileges_required": "none (the device renders an attacker-supplied image, often zero-click)",
15666
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15667
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
15668
+ },
15669
+ "defense_chain": {
15670
+ "prevention": {
15671
+ "what_would_have_worked": "Apply the Samsung SMR OTA update promptly; enforce update SLAs via MDM on managed fleets, deploy mobile-threat-defense, and enable hardened/locked-down configurations for high-risk users.",
15672
+ "was_this_required": true,
15673
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
15674
+ "adequacy": "The OTA fix is definitive; the gap is OEM/carrier patch reach and managed fleets that defer mobile updates."
15675
+ },
15676
+ "detection": {
15677
+ "what_would_have_worked": "Mobile-threat-defense telemetry for image-parser crashes after inbound media and post-exploit beaconing; vendor threat notifications for targeted users.",
15678
+ "was_this_required": false,
15679
+ "framework_requiring_it": null,
15680
+ "adequacy": "Backstops unpatched devices; mobile-spyware chains are stealthy and frequently zero-click."
15681
+ },
15682
+ "response": {
15683
+ "what_would_have_worked": "Force the OTA update; for a confirmed targeted device, preserve forensic state, rotate credentials and tokens stored on the device, and consider device replacement — spyware can persist across reboots.",
15684
+ "was_this_required": true,
15685
+ "framework_requiring_it": "NIST 800-53 IR-4",
15686
+ "adequacy": "Mandatory for a KEV-listed mobile RCE/LPE; the exposure is every device that processed attacker content pre-patch."
15687
+ }
15482
15688
  },
15483
15689
  "framework_coverage": {
15484
15690
  "NIST-800-53-SI-2": {
15485
15691
  "covered": true,
15486
15692
  "adequate": false,
15487
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15693
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited mobile flaw; commercial-surveillance and spyware chains weaponize these within days, and patch reach depends on OEM/carrier OTA cadence well beyond the vendor's release date."
15488
15694
  },
15489
15695
  "ISO-27001-2022-A.8.8": {
15490
15696
  "covered": true,
15491
15697
  "adequate": false,
15492
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15698
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited mobile OS flaw, and the OEM/carrier OTA chain means many devices receive the fix weeks-to-never after disclosure."
15699
+ },
15700
+ "AU-ISM-1546": {
15701
+ "covered": true,
15702
+ "adequate": false,
15703
+ "gap": "Essential 8 patch-applications (operating systems) is the right tier, but the load-bearing controls for mobile are vendor OTA cadence (Android Security Bulletin / Samsung SMR), MDM-enforced update SLAs on managed fleets, mobile-threat-defense, and hardened/locked-down configurations for high-risk users — none of which the framework names explicitly."
15493
15704
  }
15494
15705
  },
15495
15706
  "compliance_exposure_score": {
15496
- "percent_audit_passing_orgs_still_exposed": 55,
15497
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
15707
+ "percent_audit_passing_orgs_still_exposed": 71,
15708
+ "basis": "Samsung mobile devices update reach depends on OEM/carrier OTA cadence; audited organizations that do not enforce mobile update SLAs via MDM remain exposed for this KEV-listed, actively-exploited flaw long after the fix is published.",
15498
15709
  "theater_pattern": "patch_management"
15499
15710
  },
15500
15711
  "ai_discovered_zeroday": false,
15501
- "ai_discovery_source": "unknown",
15502
- "ai_assist_factor": "none",
15503
- "_auto_imported": true,
15504
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15712
+ "ai_discovery_source": "vendor_research",
15713
+ "ai_assist_factor": "none"
15505
15714
  },
15506
15715
  "CVE-2025-48703": {
15507
15716
  "name": "CWP Control Web Panel OS Command Injection Vulnerability",
@@ -16350,35 +16559,63 @@
16350
16559
  },
16351
16560
  "CVE-2021-43798": {
16352
16561
  "name": "Grafana Path Traversal Vulnerability",
16353
- "lesson_date": "2026-05-18",
16562
+ "lesson_date": "2026-05-29",
16354
16563
  "attack_vector": {
16355
- "description": "Grafana contains a path traversal vulnerability that could allow access to local files.",
16356
- "privileges_required": "network attacker (no authentication required)",
16357
- "complexity": "moderate (bulk-import default)",
16358
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
16564
+ "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.",
16565
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
16566
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
16567
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
16568
+ },
16569
+ "defense_chain": {
16570
+ "prevention": {
16571
+ "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.",
16572
+ "was_this_required": true,
16573
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
16574
+ "adequacy": "Patch is necessary but insufficient alone — any secret the file read disclosed survives the patch and must be rotated."
16575
+ },
16576
+ "detection": {
16577
+ "what_would_have_worked": "Monitoring on the Grafana: exploit-shaped requests, out-of-root file reads and subsequent use of disclosed secrets.",
16578
+ "was_this_required": false,
16579
+ "framework_requiring_it": null,
16580
+ "adequacy": "Necessary to catch resident persistence or credential abuse after patching."
16581
+ },
16582
+ "response": {
16583
+ "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).",
16584
+ "was_this_required": true,
16585
+ "framework_requiring_it": "NIST 800-53 IR-4",
16586
+ "adequacy": "Mandatory; patch-in-place without secret rotation / web-shell hunting leaves the attacker resident or re-authenticable."
16587
+ }
16359
16588
  },
16360
16589
  "framework_coverage": {
16361
16590
  "NIST-800-53-SI-2": {
16362
16591
  "covered": true,
16363
16592
  "adequate": false,
16364
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
16593
+ "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."
16365
16594
  },
16366
16595
  "ISO-27001-2022-A.8.8": {
16367
16596
  "covered": true,
16368
16597
  "adequate": false,
16369
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
16598
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application or developer tool."
16599
+ },
16600
+ "NIS2-Art21-network-security": {
16601
+ "covered": true,
16602
+ "adequate": false,
16603
+ "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."
16604
+ },
16605
+ "PCI-DSS-4.0-6.3.3": {
16606
+ "covered": true,
16607
+ "adequate": false,
16608
+ "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."
16370
16609
  }
16371
16610
  },
16372
16611
  "compliance_exposure_score": {
16373
- "percent_audit_passing_orgs_still_exposed": 55,
16374
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
16612
+ "percent_audit_passing_orgs_still_exposed": 74,
16613
+ "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.",
16375
16614
  "theater_pattern": "patch_management"
16376
16615
  },
16377
16616
  "ai_discovered_zeroday": false,
16378
- "ai_discovery_source": "unknown",
16379
- "ai_assist_factor": "none",
16380
- "_auto_imported": true,
16381
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
16617
+ "ai_discovery_source": "vendor_research",
16618
+ "ai_assist_factor": "none"
16382
16619
  },
16383
16620
  "CVE-2025-27915": {
16384
16621
  "name": "Synacor Zimbra Collaboration Suite (ZCS) Cross-site Scripting Vulnerability (variant: CVE-2025-27915)",
@@ -16927,36 +17164,59 @@
16927
17164
  "_intake_method": "v0.13.17-bulk-cisa-kev-import"
16928
17165
  },
16929
17166
  "CVE-2025-21043": {
16930
- "name": "Samsung Mobile Devices Out-of-Bounds Write Vulnerability",
16931
- "lesson_date": "2026-05-18",
17167
+ "name": "Samsung Mobile Devices Out-of-Bounds Write Vulnerability (variant: CVE-2025-21043)",
17168
+ "lesson_date": "2026-05-29",
16932
17169
  "attack_vector": {
16933
- "description": "Samsung mobile devices contain an out-of-bounds write vulnerability in libimagecodec.quram.so which allows remote attackers to execute arbitrary code.",
16934
- "privileges_required": "network attacker (no authentication required)",
16935
- "complexity": "moderate (bulk-import default)",
16936
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
17170
+ "description": "an out-of-bounds write (CWE-787) in the Samsung image-parsing library (a related variant), exploitable by a malicious image for zero-click code execution on the device. CISA KEV-listed 2025-10-02 with confirmed in-the-wild exploitation; this class forms the initial-access half of a mobile-spyware chain.",
17171
+ "privileges_required": "none (the device renders an attacker-supplied image, often zero-click)",
17172
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
17173
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
17174
+ },
17175
+ "defense_chain": {
17176
+ "prevention": {
17177
+ "what_would_have_worked": "Apply the Samsung SMR OTA update promptly; enforce update SLAs via MDM on managed fleets, deploy mobile-threat-defense, and enable hardened/locked-down configurations for high-risk users.",
17178
+ "was_this_required": true,
17179
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
17180
+ "adequacy": "The OTA fix is definitive; the gap is OEM/carrier patch reach and managed fleets that defer mobile updates."
17181
+ },
17182
+ "detection": {
17183
+ "what_would_have_worked": "Mobile-threat-defense telemetry for image-parser crashes after inbound media and post-exploit beaconing; vendor threat notifications for targeted users.",
17184
+ "was_this_required": false,
17185
+ "framework_requiring_it": null,
17186
+ "adequacy": "Backstops unpatched devices; mobile-spyware chains are stealthy and frequently zero-click."
17187
+ },
17188
+ "response": {
17189
+ "what_would_have_worked": "Force the OTA update; for a confirmed targeted device, preserve forensic state, rotate credentials and tokens stored on the device, and consider device replacement — spyware can persist across reboots.",
17190
+ "was_this_required": true,
17191
+ "framework_requiring_it": "NIST 800-53 IR-4",
17192
+ "adequacy": "Mandatory for a KEV-listed mobile RCE/LPE; the exposure is every device that processed attacker content pre-patch."
17193
+ }
16937
17194
  },
16938
17195
  "framework_coverage": {
16939
17196
  "NIST-800-53-SI-2": {
16940
17197
  "covered": true,
16941
17198
  "adequate": false,
16942
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
17199
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited mobile flaw; commercial-surveillance and spyware chains weaponize these within days, and patch reach depends on OEM/carrier OTA cadence well beyond the vendor's release date."
16943
17200
  },
16944
17201
  "ISO-27001-2022-A.8.8": {
16945
17202
  "covered": true,
16946
17203
  "adequate": false,
16947
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
17204
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited mobile OS flaw, and the OEM/carrier OTA chain means many devices receive the fix weeks-to-never after disclosure."
17205
+ },
17206
+ "AU-ISM-1546": {
17207
+ "covered": true,
17208
+ "adequate": false,
17209
+ "gap": "Essential 8 patch-applications (operating systems) is the right tier, but the load-bearing controls for mobile are vendor OTA cadence (Android Security Bulletin / Samsung SMR), MDM-enforced update SLAs on managed fleets, mobile-threat-defense, and hardened/locked-down configurations for high-risk users — none of which the framework names explicitly."
16948
17210
  }
16949
17211
  },
16950
17212
  "compliance_exposure_score": {
16951
- "percent_audit_passing_orgs_still_exposed": 55,
16952
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
17213
+ "percent_audit_passing_orgs_still_exposed": 71,
17214
+ "basis": "Samsung mobile devices update reach depends on OEM/carrier OTA cadence; audited organizations that do not enforce mobile update SLAs via MDM remain exposed for this KEV-listed, actively-exploited flaw long after the fix is published.",
16953
17215
  "theater_pattern": "patch_management"
16954
17216
  },
16955
17217
  "ai_discovered_zeroday": false,
16956
- "ai_discovery_source": "unknown",
16957
- "ai_assist_factor": "none",
16958
- "_auto_imported": true,
16959
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
17218
+ "ai_discovery_source": "vendor_research",
17219
+ "ai_assist_factor": "none"
16960
17220
  },
16961
17221
  "CVE-2025-4008": {
16962
17222
  "name": "Smartbedded Meteobridge Command Injection Vulnerability",