@blamejs/exceptd-skills 0.15.24 → 0.15.27

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.
@@ -17,7 +17,7 @@
17
17
  "rebuild_after_days": 365,
18
18
  "note": "Per-entry last_verified governs decay. Skills depending on this catalog must check entry freshness before high-stakes use."
19
19
  },
20
- "entry_count": 426
20
+ "entry_count": 427
21
21
  },
22
22
  "CVE-2026-31431": {
23
23
  "name": "Copy Fail",
@@ -6991,35 +6991,63 @@
6991
6991
  },
6992
6992
  "CVE-2024-7399": {
6993
6993
  "name": "Samsung MagicINFO 9 Server Path Traversal Vulnerability",
6994
- "lesson_date": "2026-05-18",
6994
+ "lesson_date": "2026-05-29",
6995
6995
  "attack_vector": {
6996
- "description": "Samsung MagicINFO 9 Server contains a path traversal vulnerability that could allow an attacker to write arbitrary files as system authority.",
6997
- "privileges_required": "network attacker (no authentication required)",
6998
- "complexity": "moderate (bulk-import default)",
6999
- "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."
6996
+ "description": "a path-traversal plus unrestricted-file-upload flaw (CWE-22/CWE-434), letting an unauthenticated attacker upload a file (e.g. a web shell) and traverse to it for code execution. CISA KEV-listed 2026-04-24 with confirmed in-the-wild exploitation.",
6997
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service's public interface)",
6998
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
6999
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
7000
+ },
7001
+ "defense_chain": {
7002
+ "prevention": {
7003
+ "what_would_have_worked": "Apply the Samsung MagicINFO 9 Server security update; hunt for web shells under the service's root and rotate service credentials — an upload/injection primitive leaves resident persistence the patch does not remove.",
7004
+ "was_this_required": true,
7005
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
7006
+ "adequacy": "Patch is necessary; the recurring failure is the SLA gap and the lack of web-shell-hunt / rebuild cleanup, plus long-tail unpatched estates (the MS08-067 lesson)."
7007
+ },
7008
+ "detection": {
7009
+ "what_would_have_worked": "Monitoring on the MagicINFO Server: exploit-shaped requests, new web-shell files, unexpected process execution, and service crashes consistent with memory corruption.",
7010
+ "was_this_required": false,
7011
+ "framework_requiring_it": null,
7012
+ "adequacy": "Necessary to catch exploitation and resident persistence on an internet-facing service."
7013
+ },
7014
+ "response": {
7015
+ "what_would_have_worked": "Patch immediately; for the upload/injection variants hunt and remove web shells and rotate credentials, for the memory-corruption variants rebuild the host; review for lateral movement.",
7016
+ "was_this_required": true,
7017
+ "framework_requiring_it": "NIST 800-53 IR-4",
7018
+ "adequacy": "Mandatory; an internet-facing RCE typically yields persistence and a pivot, which a bare patch does not remediate."
7019
+ }
7000
7020
  },
7001
7021
  "framework_coverage": {
7002
7022
  "NIST-800-53-SI-2": {
7003
7023
  "covered": true,
7004
7024
  "adequate": false,
7005
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
7025
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated flaw on an internet-facing network service; these are mass-exploited within days, and MS08-067/Conficker is the canonical example of long-tail exposure persisting for years on unpatched estates."
7006
7026
  },
7007
7027
  "ISO-27001-2022-A.8.8": {
7008
7028
  "covered": true,
7009
7029
  "adequate": false,
7010
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
7030
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, and legacy KEV re-listings show unpatched long-tail estates remain exposed."
7031
+ },
7032
+ "NIS2-Art21-network-security": {
7033
+ "covered": true,
7034
+ "adequate": false,
7035
+ "gap": "Treats internet-facing services as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / rebuild cleanup these RCEs need."
7036
+ },
7037
+ "PCI-DSS-4.0-6.3.3": {
7038
+ "covered": true,
7039
+ "adequate": false,
7040
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network service in or adjacent to the CDE."
7011
7041
  }
7012
7042
  },
7013
7043
  "compliance_exposure_score": {
7014
- "percent_audit_passing_orgs_still_exposed": 55,
7015
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
7044
+ "percent_audit_passing_orgs_still_exposed": 73,
7045
+ "basis": "Internet-facing Samsung MagicINFO 9 Server is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt / rebuild is rarely part of the documented patch procedure, and long-tail unpatched estates persist (the MS08-067 pattern).",
7016
7046
  "theater_pattern": "patch_management"
7017
7047
  },
7018
7048
  "ai_discovered_zeroday": false,
7019
- "ai_discovery_source": "unknown",
7020
- "ai_assist_factor": "none",
7021
- "_auto_imported": true,
7022
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
7049
+ "ai_discovery_source": "vendor_research",
7050
+ "ai_assist_factor": "none"
7023
7051
  },
7024
7052
  "CVE-2024-57728": {
7025
7053
  "name": "SimpleHelp Path Traversal Vulnerability",
@@ -13874,35 +13902,63 @@
13874
13902
  },
13875
13903
  "CVE-2024-37079": {
13876
13904
  "name": "Broadcom VMware vCenter Server Out-of-bounds Write Vulnerability",
13877
- "lesson_date": "2026-05-18",
13905
+ "lesson_date": "2026-05-29",
13878
13906
  "attack_vector": {
13879
- "description": "Broadcom VMware vCenter Server contains an out-of-bounds write vulnerability in the implementation of the DCERPC protocol. This could allow a malicious actor with network access to vCenter Server to send specially crafted network packets, potentially leading to remote code execution.",
13880
- "privileges_required": "network attacker (no authentication required)",
13881
- "complexity": "moderate (bulk-import default)",
13882
- "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."
13907
+ "description": "an out-of-bounds write (CWE-787) in the vCenter Server DCE/RPC protocol implementation, exploitable by an unauthenticated attacker for remote code execution. CISA KEV-listed 2026-01-23 with confirmed in-the-wild exploitation.",
13908
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service's public interface)",
13909
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13910
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13911
+ },
13912
+ "defense_chain": {
13913
+ "prevention": {
13914
+ "what_would_have_worked": "Apply the VMware vCenter Server security update; for a memory-corruption RCE on a network service, treat an exploited host as compromised and rebuild, rotating any credentials it held.",
13915
+ "was_this_required": true,
13916
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
13917
+ "adequacy": "Patch is necessary; the recurring failure is the SLA gap and the lack of web-shell-hunt / rebuild cleanup, plus long-tail unpatched estates (the MS08-067 lesson)."
13918
+ },
13919
+ "detection": {
13920
+ "what_would_have_worked": "Monitoring on the vCenter Server: exploit-shaped requests, new web-shell files, unexpected process execution, and service crashes consistent with memory corruption.",
13921
+ "was_this_required": false,
13922
+ "framework_requiring_it": null,
13923
+ "adequacy": "Necessary to catch exploitation and resident persistence on an internet-facing service."
13924
+ },
13925
+ "response": {
13926
+ "what_would_have_worked": "Patch immediately; for the upload/injection variants hunt and remove web shells and rotate credentials, for the memory-corruption variants rebuild the host; review for lateral movement.",
13927
+ "was_this_required": true,
13928
+ "framework_requiring_it": "NIST 800-53 IR-4",
13929
+ "adequacy": "Mandatory; an internet-facing RCE typically yields persistence and a pivot, which a bare patch does not remediate."
13930
+ }
13883
13931
  },
13884
13932
  "framework_coverage": {
13885
13933
  "NIST-800-53-SI-2": {
13886
13934
  "covered": true,
13887
13935
  "adequate": false,
13888
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13936
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated flaw on an internet-facing network service; these are mass-exploited within days, and MS08-067/Conficker is the canonical example of long-tail exposure persisting for years on unpatched estates."
13889
13937
  },
13890
13938
  "ISO-27001-2022-A.8.8": {
13891
13939
  "covered": true,
13892
13940
  "adequate": false,
13893
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13941
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, and legacy KEV re-listings show unpatched long-tail estates remain exposed."
13942
+ },
13943
+ "NIS2-Art21-network-security": {
13944
+ "covered": true,
13945
+ "adequate": false,
13946
+ "gap": "Treats internet-facing services as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / rebuild cleanup these RCEs need."
13947
+ },
13948
+ "PCI-DSS-4.0-6.3.3": {
13949
+ "covered": true,
13950
+ "adequate": false,
13951
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network service in or adjacent to the CDE."
13894
13952
  }
13895
13953
  },
13896
13954
  "compliance_exposure_score": {
13897
- "percent_audit_passing_orgs_still_exposed": 55,
13898
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
13955
+ "percent_audit_passing_orgs_still_exposed": 73,
13956
+ "basis": "Internet-facing VMware vCenter Server is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt / rebuild is rarely part of the documented patch procedure, and long-tail unpatched estates persist (the MS08-067 pattern).",
13899
13957
  "theater_pattern": "patch_management"
13900
13958
  },
13901
13959
  "ai_discovered_zeroday": false,
13902
- "ai_discovery_source": "unknown",
13903
- "ai_assist_factor": "none",
13904
- "_auto_imported": true,
13905
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13960
+ "ai_discovery_source": "vendor_research",
13961
+ "ai_assist_factor": "none"
13906
13962
  },
13907
13963
  "CVE-2025-68645": {
13908
13964
  "name": "Synacor Zimbra Collaboration Suite (ZCS) PHP Remote File Inclusion Vulnerability",
@@ -14939,67 +14995,113 @@
14939
14995
  },
14940
14996
  "CVE-2025-48633": {
14941
14997
  "name": "Android Framework Information Disclosure Vulnerability",
14942
- "lesson_date": "2026-05-18",
14998
+ "lesson_date": "2026-05-29",
14943
14999
  "attack_vector": {
14944
- "description": "Android Framework contains an unspecified vulnerability that allows for information disclosure.",
14945
- "privileges_required": "network attacker (no authentication required)",
14946
- "complexity": "moderate (bulk-import default)",
14947
- "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."
15000
+ "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.",
15001
+ "privileges_required": "low (a local app or the foothold from an initial-access primitive)",
15002
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15003
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
15004
+ },
15005
+ "defense_chain": {
15006
+ "prevention": {
15007
+ "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.",
15008
+ "was_this_required": true,
15009
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
15010
+ "adequacy": "The OTA fix is definitive; the gap is OEM/carrier patch reach and managed fleets that defer mobile updates."
15011
+ },
15012
+ "detection": {
15013
+ "what_would_have_worked": "Mobile-threat-defense telemetry for unprivileged-to-elevated transitions and ASLR-defeating memory disclosure; vendor threat notifications for targeted users.",
15014
+ "was_this_required": false,
15015
+ "framework_requiring_it": null,
15016
+ "adequacy": "Backstops unpatched devices; mobile-spyware chains are stealthy and frequently zero-click."
15017
+ },
15018
+ "response": {
15019
+ "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.",
15020
+ "was_this_required": true,
15021
+ "framework_requiring_it": "NIST 800-53 IR-4",
15022
+ "adequacy": "Mandatory for a KEV-listed mobile RCE/LPE; the exposure is every device that processed attacker content pre-patch."
15023
+ }
14948
15024
  },
14949
15025
  "framework_coverage": {
14950
15026
  "NIST-800-53-SI-2": {
14951
15027
  "covered": true,
14952
15028
  "adequate": false,
14953
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15029
+ "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."
14954
15030
  },
14955
15031
  "ISO-27001-2022-A.8.8": {
14956
15032
  "covered": true,
14957
15033
  "adequate": false,
14958
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15034
+ "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."
15035
+ },
15036
+ "AU-ISM-1546": {
15037
+ "covered": true,
15038
+ "adequate": false,
15039
+ "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."
14959
15040
  }
14960
15041
  },
14961
15042
  "compliance_exposure_score": {
14962
- "percent_audit_passing_orgs_still_exposed": 55,
14963
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
15043
+ "percent_audit_passing_orgs_still_exposed": 71,
15044
+ "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.",
14964
15045
  "theater_pattern": "patch_management"
14965
15046
  },
14966
15047
  "ai_discovered_zeroday": false,
14967
- "ai_discovery_source": "unknown",
14968
- "ai_assist_factor": "none",
14969
- "_auto_imported": true,
14970
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15048
+ "ai_discovery_source": "vendor_research",
15049
+ "ai_assist_factor": "none"
14971
15050
  },
14972
15051
  "CVE-2025-48572": {
14973
15052
  "name": "Android Framework Privilege Escalation Vulnerability",
14974
- "lesson_date": "2026-05-18",
15053
+ "lesson_date": "2026-05-29",
14975
15054
  "attack_vector": {
14976
- "description": "Android Framework contains an unspecified vulnerability that allows for privilege escalation.",
14977
- "privileges_required": "unprivileged local user",
14978
- "complexity": "moderate (bulk-import default)",
14979
- "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."
15055
+ "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.",
15056
+ "privileges_required": "low (a local app or the foothold from an initial-access primitive)",
15057
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15058
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
15059
+ },
15060
+ "defense_chain": {
15061
+ "prevention": {
15062
+ "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.",
15063
+ "was_this_required": true,
15064
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
15065
+ "adequacy": "The OTA fix is definitive; the gap is OEM/carrier patch reach and managed fleets that defer mobile updates."
15066
+ },
15067
+ "detection": {
15068
+ "what_would_have_worked": "Mobile-threat-defense telemetry for unprivileged-to-elevated transitions and ASLR-defeating memory disclosure; vendor threat notifications for targeted users.",
15069
+ "was_this_required": false,
15070
+ "framework_requiring_it": null,
15071
+ "adequacy": "Backstops unpatched devices; mobile-spyware chains are stealthy and frequently zero-click."
15072
+ },
15073
+ "response": {
15074
+ "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.",
15075
+ "was_this_required": true,
15076
+ "framework_requiring_it": "NIST 800-53 IR-4",
15077
+ "adequacy": "Mandatory for a KEV-listed mobile RCE/LPE; the exposure is every device that processed attacker content pre-patch."
15078
+ }
14980
15079
  },
14981
15080
  "framework_coverage": {
14982
15081
  "NIST-800-53-SI-2": {
14983
15082
  "covered": true,
14984
15083
  "adequate": false,
14985
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15084
+ "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."
14986
15085
  },
14987
15086
  "ISO-27001-2022-A.8.8": {
14988
15087
  "covered": true,
14989
15088
  "adequate": false,
14990
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15089
+ "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."
15090
+ },
15091
+ "AU-ISM-1546": {
15092
+ "covered": true,
15093
+ "adequate": false,
15094
+ "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."
14991
15095
  }
14992
15096
  },
14993
15097
  "compliance_exposure_score": {
14994
- "percent_audit_passing_orgs_still_exposed": 55,
14995
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
15098
+ "percent_audit_passing_orgs_still_exposed": 71,
15099
+ "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.",
14996
15100
  "theater_pattern": "patch_management"
14997
15101
  },
14998
15102
  "ai_discovered_zeroday": false,
14999
- "ai_discovery_source": "unknown",
15000
- "ai_assist_factor": "none",
15001
- "_auto_imported": true,
15002
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15103
+ "ai_discovery_source": "vendor_research",
15104
+ "ai_assist_factor": "none"
15003
15105
  },
15004
15106
  "CVE-2021-26829": {
15005
15107
  "name": "OpenPLC ScadaBR Cross-site Scripting Vulnerability",
@@ -15417,35 +15519,58 @@
15417
15519
  },
15418
15520
  "CVE-2025-21042": {
15419
15521
  "name": "Samsung Mobile Devices Out-of-Bounds Write Vulnerability",
15420
- "lesson_date": "2026-05-18",
15522
+ "lesson_date": "2026-05-29",
15421
15523
  "attack_vector": {
15422
- "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.",
15423
- "privileges_required": "network attacker (no authentication required)",
15424
- "complexity": "moderate (bulk-import default)",
15425
- "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."
15524
+ "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.",
15525
+ "privileges_required": "none (the device renders an attacker-supplied image, often zero-click)",
15526
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15527
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
15528
+ },
15529
+ "defense_chain": {
15530
+ "prevention": {
15531
+ "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.",
15532
+ "was_this_required": true,
15533
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
15534
+ "adequacy": "The OTA fix is definitive; the gap is OEM/carrier patch reach and managed fleets that defer mobile updates."
15535
+ },
15536
+ "detection": {
15537
+ "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.",
15538
+ "was_this_required": false,
15539
+ "framework_requiring_it": null,
15540
+ "adequacy": "Backstops unpatched devices; mobile-spyware chains are stealthy and frequently zero-click."
15541
+ },
15542
+ "response": {
15543
+ "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.",
15544
+ "was_this_required": true,
15545
+ "framework_requiring_it": "NIST 800-53 IR-4",
15546
+ "adequacy": "Mandatory for a KEV-listed mobile RCE/LPE; the exposure is every device that processed attacker content pre-patch."
15547
+ }
15426
15548
  },
15427
15549
  "framework_coverage": {
15428
15550
  "NIST-800-53-SI-2": {
15429
15551
  "covered": true,
15430
15552
  "adequate": false,
15431
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15553
+ "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."
15432
15554
  },
15433
15555
  "ISO-27001-2022-A.8.8": {
15434
15556
  "covered": true,
15435
15557
  "adequate": false,
15436
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15558
+ "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."
15559
+ },
15560
+ "AU-ISM-1546": {
15561
+ "covered": true,
15562
+ "adequate": false,
15563
+ "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."
15437
15564
  }
15438
15565
  },
15439
15566
  "compliance_exposure_score": {
15440
- "percent_audit_passing_orgs_still_exposed": 55,
15441
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
15567
+ "percent_audit_passing_orgs_still_exposed": 71,
15568
+ "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.",
15442
15569
  "theater_pattern": "patch_management"
15443
15570
  },
15444
15571
  "ai_discovered_zeroday": false,
15445
- "ai_discovery_source": "unknown",
15446
- "ai_assist_factor": "none",
15447
- "_auto_imported": true,
15448
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15572
+ "ai_discovery_source": "vendor_research",
15573
+ "ai_assist_factor": "none"
15449
15574
  },
15450
15575
  "CVE-2025-48703": {
15451
15576
  "name": "CWP Control Web Panel OS Command Injection Vulnerability",
@@ -16871,36 +16996,59 @@
16871
16996
  "_intake_method": "v0.13.17-bulk-cisa-kev-import"
16872
16997
  },
16873
16998
  "CVE-2025-21043": {
16874
- "name": "Samsung Mobile Devices Out-of-Bounds Write Vulnerability",
16875
- "lesson_date": "2026-05-18",
16999
+ "name": "Samsung Mobile Devices Out-of-Bounds Write Vulnerability (variant: CVE-2025-21043)",
17000
+ "lesson_date": "2026-05-29",
16876
17001
  "attack_vector": {
16877
- "description": "Samsung mobile devices contain an out-of-bounds write vulnerability in libimagecodec.quram.so which allows remote attackers to execute arbitrary code.",
16878
- "privileges_required": "network attacker (no authentication required)",
16879
- "complexity": "moderate (bulk-import default)",
16880
- "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."
17002
+ "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.",
17003
+ "privileges_required": "none (the device renders an attacker-supplied image, often zero-click)",
17004
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
17005
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
17006
+ },
17007
+ "defense_chain": {
17008
+ "prevention": {
17009
+ "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.",
17010
+ "was_this_required": true,
17011
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
17012
+ "adequacy": "The OTA fix is definitive; the gap is OEM/carrier patch reach and managed fleets that defer mobile updates."
17013
+ },
17014
+ "detection": {
17015
+ "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.",
17016
+ "was_this_required": false,
17017
+ "framework_requiring_it": null,
17018
+ "adequacy": "Backstops unpatched devices; mobile-spyware chains are stealthy and frequently zero-click."
17019
+ },
17020
+ "response": {
17021
+ "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.",
17022
+ "was_this_required": true,
17023
+ "framework_requiring_it": "NIST 800-53 IR-4",
17024
+ "adequacy": "Mandatory for a KEV-listed mobile RCE/LPE; the exposure is every device that processed attacker content pre-patch."
17025
+ }
16881
17026
  },
16882
17027
  "framework_coverage": {
16883
17028
  "NIST-800-53-SI-2": {
16884
17029
  "covered": true,
16885
17030
  "adequate": false,
16886
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
17031
+ "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."
16887
17032
  },
16888
17033
  "ISO-27001-2022-A.8.8": {
16889
17034
  "covered": true,
16890
17035
  "adequate": false,
16891
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
17036
+ "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."
17037
+ },
17038
+ "AU-ISM-1546": {
17039
+ "covered": true,
17040
+ "adequate": false,
17041
+ "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."
16892
17042
  }
16893
17043
  },
16894
17044
  "compliance_exposure_score": {
16895
- "percent_audit_passing_orgs_still_exposed": 55,
16896
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
17045
+ "percent_audit_passing_orgs_still_exposed": 71,
17046
+ "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.",
16897
17047
  "theater_pattern": "patch_management"
16898
17048
  },
16899
17049
  "ai_discovered_zeroday": false,
16900
- "ai_discovery_source": "unknown",
16901
- "ai_assist_factor": "none",
16902
- "_auto_imported": true,
16903
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
17050
+ "ai_discovery_source": "vendor_research",
17051
+ "ai_assist_factor": "none"
16904
17052
  },
16905
17053
  "CVE-2025-4008": {
16906
17054
  "name": "Smartbedded Meteobridge Command Injection Vulnerability",
@@ -18897,35 +19045,63 @@
18897
19045
  },
18898
19046
  "CVE-2025-47812": {
18899
19047
  "name": "Wing FTP Server Improper Neutralization of Null Byte or NUL Character Vulnerability",
18900
- "lesson_date": "2026-05-18",
19048
+ "lesson_date": "2026-05-29",
18901
19049
  "attack_vector": {
18902
- "description": "Wing FTP Server contains an improper neutralization of null byte or NUL character vulnerability that can allow injection of arbitrary Lua code into user session files. This can be used to execute arbitrary system commands with the privileges of the FTP service (root or SYSTEM by default).",
18903
- "privileges_required": "network attacker (no authentication required)",
18904
- "complexity": "moderate (bulk-import default)",
18905
- "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."
19050
+ "description": "an improper-neutralization null-byte flaw (CWE-158) letting an unauthenticated attacker inject Lua/commands for remote code execution (exploitable even via anonymous login). CISA KEV-listed 2025-07-14 with confirmed in-the-wild exploitation.",
19051
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service's public interface)",
19052
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
19053
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
19054
+ },
19055
+ "defense_chain": {
19056
+ "prevention": {
19057
+ "what_would_have_worked": "Apply the Wing FTP Server security update; hunt for web shells under the service's root and rotate service credentials — an upload/injection primitive leaves resident persistence the patch does not remove.",
19058
+ "was_this_required": true,
19059
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
19060
+ "adequacy": "Patch is necessary; the recurring failure is the SLA gap and the lack of web-shell-hunt / rebuild cleanup, plus long-tail unpatched estates (the MS08-067 lesson)."
19061
+ },
19062
+ "detection": {
19063
+ "what_would_have_worked": "Monitoring on the Wing FTP Server: exploit-shaped requests, new web-shell files, unexpected process execution, and service crashes consistent with memory corruption.",
19064
+ "was_this_required": false,
19065
+ "framework_requiring_it": null,
19066
+ "adequacy": "Necessary to catch exploitation and resident persistence on an internet-facing service."
19067
+ },
19068
+ "response": {
19069
+ "what_would_have_worked": "Patch immediately; for the upload/injection variants hunt and remove web shells and rotate credentials, for the memory-corruption variants rebuild the host; review for lateral movement.",
19070
+ "was_this_required": true,
19071
+ "framework_requiring_it": "NIST 800-53 IR-4",
19072
+ "adequacy": "Mandatory; an internet-facing RCE typically yields persistence and a pivot, which a bare patch does not remediate."
19073
+ }
18906
19074
  },
18907
19075
  "framework_coverage": {
18908
19076
  "NIST-800-53-SI-2": {
18909
19077
  "covered": true,
18910
19078
  "adequate": false,
18911
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
19079
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated flaw on an internet-facing network service; these are mass-exploited within days, and MS08-067/Conficker is the canonical example of long-tail exposure persisting for years on unpatched estates."
18912
19080
  },
18913
19081
  "ISO-27001-2022-A.8.8": {
18914
19082
  "covered": true,
18915
19083
  "adequate": false,
18916
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
19084
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, and legacy KEV re-listings show unpatched long-tail estates remain exposed."
19085
+ },
19086
+ "NIS2-Art21-network-security": {
19087
+ "covered": true,
19088
+ "adequate": false,
19089
+ "gap": "Treats internet-facing services as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / rebuild cleanup these RCEs need."
19090
+ },
19091
+ "PCI-DSS-4.0-6.3.3": {
19092
+ "covered": true,
19093
+ "adequate": false,
19094
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network service in or adjacent to the CDE."
18917
19095
  }
18918
19096
  },
18919
19097
  "compliance_exposure_score": {
18920
- "percent_audit_passing_orgs_still_exposed": 55,
18921
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
19098
+ "percent_audit_passing_orgs_still_exposed": 73,
19099
+ "basis": "Internet-facing Wing FTP Server is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt / rebuild is rarely part of the documented patch procedure, and long-tail unpatched estates persist (the MS08-067 pattern).",
18922
19100
  "theater_pattern": "patch_management"
18923
19101
  },
18924
19102
  "ai_discovered_zeroday": false,
18925
- "ai_discovery_source": "unknown",
18926
- "ai_assist_factor": "none",
18927
- "_auto_imported": true,
18928
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
19103
+ "ai_discovery_source": "vendor_research",
19104
+ "ai_assist_factor": "none"
18929
19105
  },
18930
19106
  "CVE-2025-5777": {
18931
19107
  "name": "Citrix NetScaler ADC and Gateway Out-of-Bounds Read Vulnerability",
@@ -20181,36 +20357,64 @@
20181
20357
  "_intake_method": "v0.13.17-bulk-cisa-kev-import"
20182
20358
  },
20183
20359
  "CVE-2025-4632": {
20184
- "name": "Samsung MagicINFO 9 Server Path Traversal Vulnerability",
20185
- "lesson_date": "2026-05-18",
20360
+ "name": "Samsung MagicINFO 9 Server Path Traversal Vulnerability (variant: CVE-2025-4632)",
20361
+ "lesson_date": "2026-05-29",
20186
20362
  "attack_vector": {
20187
- "description": "Samsung MagicINFO 9 Server contains a path traversal vulnerability that allows an attacker to write arbitrary file as system authority.",
20188
- "privileges_required": "network attacker (no authentication required)",
20189
- "complexity": "moderate (bulk-import default)",
20190
- "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."
20363
+ "description": "a path-traversal flaw (CWE-22, a patch-bypass variant) letting an unauthenticated attacker write or read files outside the intended directory for code execution. CISA KEV-listed 2025-05-22 with confirmed in-the-wild exploitation.",
20364
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service's public interface)",
20365
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
20366
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
20367
+ },
20368
+ "defense_chain": {
20369
+ "prevention": {
20370
+ "what_would_have_worked": "Apply the Samsung MagicINFO 9 Server security update; for a memory-corruption RCE on a network service, treat an exploited host as compromised and rebuild, rotating any credentials it held.",
20371
+ "was_this_required": true,
20372
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
20373
+ "adequacy": "Patch is necessary; the recurring failure is the SLA gap and the lack of web-shell-hunt / rebuild cleanup, plus long-tail unpatched estates (the MS08-067 lesson)."
20374
+ },
20375
+ "detection": {
20376
+ "what_would_have_worked": "Monitoring on the MagicINFO Server: exploit-shaped requests, new web-shell files, unexpected process execution, and service crashes consistent with memory corruption.",
20377
+ "was_this_required": false,
20378
+ "framework_requiring_it": null,
20379
+ "adequacy": "Necessary to catch exploitation and resident persistence on an internet-facing service."
20380
+ },
20381
+ "response": {
20382
+ "what_would_have_worked": "Patch immediately; for the upload/injection variants hunt and remove web shells and rotate credentials, for the memory-corruption variants rebuild the host; review for lateral movement.",
20383
+ "was_this_required": true,
20384
+ "framework_requiring_it": "NIST 800-53 IR-4",
20385
+ "adequacy": "Mandatory; an internet-facing RCE typically yields persistence and a pivot, which a bare patch does not remediate."
20386
+ }
20191
20387
  },
20192
20388
  "framework_coverage": {
20193
20389
  "NIST-800-53-SI-2": {
20194
20390
  "covered": true,
20195
20391
  "adequate": false,
20196
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
20392
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated flaw on an internet-facing network service; these are mass-exploited within days, and MS08-067/Conficker is the canonical example of long-tail exposure persisting for years on unpatched estates."
20197
20393
  },
20198
20394
  "ISO-27001-2022-A.8.8": {
20199
20395
  "covered": true,
20200
20396
  "adequate": false,
20201
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
20397
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, and legacy KEV re-listings show unpatched long-tail estates remain exposed."
20398
+ },
20399
+ "NIS2-Art21-network-security": {
20400
+ "covered": true,
20401
+ "adequate": false,
20402
+ "gap": "Treats internet-facing services as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / rebuild cleanup these RCEs need."
20403
+ },
20404
+ "PCI-DSS-4.0-6.3.3": {
20405
+ "covered": true,
20406
+ "adequate": false,
20407
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network service in or adjacent to the CDE."
20202
20408
  }
20203
20409
  },
20204
20410
  "compliance_exposure_score": {
20205
- "percent_audit_passing_orgs_still_exposed": 55,
20206
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
20411
+ "percent_audit_passing_orgs_still_exposed": 73,
20412
+ "basis": "Internet-facing Samsung MagicINFO 9 Server is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt / rebuild is rarely part of the documented patch procedure, and long-tail unpatched estates persist (the MS08-067 pattern).",
20207
20413
  "theater_pattern": "patch_management"
20208
20414
  },
20209
20415
  "ai_discovered_zeroday": false,
20210
- "ai_discovery_source": "unknown",
20211
- "ai_assist_factor": "none",
20212
- "_auto_imported": true,
20213
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
20416
+ "ai_discovery_source": "vendor_research",
20417
+ "ai_assist_factor": "none"
20214
20418
  },
20215
20419
  "CVE-2023-38950": {
20216
20420
  "name": "ZKTeco BioTime Path Traversal Vulnerability",
@@ -22280,5 +22484,65 @@
22280
22484
  "ai_discovered_zeroday": false,
22281
22485
  "ai_discovery_source": "vendor_research",
22282
22486
  "ai_assist_factor": "none"
22487
+ },
22488
+ "CVE-2008-4250": {
22489
+ "name": "Microsoft Windows Server Service RPC Buffer Overflow (MS08-067)",
22490
+ "lesson_date": "2026-05-29",
22491
+ "attack_vector": {
22492
+ "description": "a buffer overflow (CWE-119) in the Windows Server Service RPC handling, exploitable by an unauthenticated attacker for wormable remote code execution (the MS08-067 flaw exploited by Conficker). CISA KEV-listed 2026-05-20 with confirmed in-the-wild exploitation.",
22493
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service's public interface)",
22494
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
22495
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
22496
+ },
22497
+ "defense_chain": {
22498
+ "prevention": {
22499
+ "what_would_have_worked": "Apply the Microsoft Windows security update; for a memory-corruption RCE on a network service, treat an exploited host as compromised and rebuild, rotating any credentials it held.",
22500
+ "was_this_required": true,
22501
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
22502
+ "adequacy": "Patch is necessary; the recurring failure is the SLA gap and the lack of web-shell-hunt / rebuild cleanup, plus long-tail unpatched estates (the MS08-067 lesson)."
22503
+ },
22504
+ "detection": {
22505
+ "what_would_have_worked": "Monitoring on the Windows Server Service (RPC): exploit-shaped requests, new web-shell files, unexpected process execution, and service crashes consistent with memory corruption.",
22506
+ "was_this_required": false,
22507
+ "framework_requiring_it": null,
22508
+ "adequacy": "Necessary to catch exploitation and resident persistence on an internet-facing service."
22509
+ },
22510
+ "response": {
22511
+ "what_would_have_worked": "Patch immediately; for the upload/injection variants hunt and remove web shells and rotate credentials, for the memory-corruption variants rebuild the host; review for lateral movement.",
22512
+ "was_this_required": true,
22513
+ "framework_requiring_it": "NIST 800-53 IR-4",
22514
+ "adequacy": "Mandatory; an internet-facing RCE typically yields persistence and a pivot, which a bare patch does not remediate."
22515
+ }
22516
+ },
22517
+ "framework_coverage": {
22518
+ "NIST-800-53-SI-2": {
22519
+ "covered": true,
22520
+ "adequate": false,
22521
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated flaw on an internet-facing network service; these are mass-exploited within days, and MS08-067/Conficker is the canonical example of long-tail exposure persisting for years on unpatched estates."
22522
+ },
22523
+ "ISO-27001-2022-A.8.8": {
22524
+ "covered": true,
22525
+ "adequate": false,
22526
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, and legacy KEV re-listings show unpatched long-tail estates remain exposed."
22527
+ },
22528
+ "NIS2-Art21-network-security": {
22529
+ "covered": true,
22530
+ "adequate": false,
22531
+ "gap": "Treats internet-facing services as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / rebuild cleanup these RCEs need."
22532
+ },
22533
+ "PCI-DSS-4.0-6.3.3": {
22534
+ "covered": true,
22535
+ "adequate": false,
22536
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network service in or adjacent to the CDE."
22537
+ }
22538
+ },
22539
+ "compliance_exposure_score": {
22540
+ "percent_audit_passing_orgs_still_exposed": 73,
22541
+ "basis": "Internet-facing Microsoft Windows is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt / rebuild is rarely part of the documented patch procedure, and long-tail unpatched estates persist (the MS08-067 pattern).",
22542
+ "theater_pattern": "patch_management"
22543
+ },
22544
+ "ai_discovered_zeroday": false,
22545
+ "ai_discovery_source": "vendor_research",
22546
+ "ai_assist_factor": "none"
22283
22547
  }
22284
22548
  }