@blamejs/exceptd-skills 0.15.33 → 0.15.34

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.
@@ -13820,35 +13820,63 @@
13820
13820
  },
13821
13821
  "CVE-2019-19006": {
13822
13822
  "name": " Sangoma FreePBX Improper Authentication Vulnerability",
13823
- "lesson_date": "2026-05-18",
13823
+ "lesson_date": "2026-05-29",
13824
13824
  "attack_vector": {
13825
- "description": "Sangoma FreePBX contains an improper authentication vulnerability that potentially allows unauthorized users to bypass password authentication and access services provided by the FreePBX admin.",
13826
- "privileges_required": "network attacker (no authentication required)",
13827
- "complexity": "moderate (bulk-import default)",
13828
- "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."
13825
+ "description": "an improper-authentication flaw (CWE-287) letting an unauthenticated attacker gain administrative access to the telephony server. CISA KEV-listed 2026-02-03 with confirmed in-the-wild exploitation.",
13826
+ "privileges_required": "none (the flaw grants access without valid credentials)",
13827
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13828
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13829
+ },
13830
+ "defense_chain": {
13831
+ "prevention": {
13832
+ "what_would_have_worked": "Apply the vendor update and restrict the management/admin interface to a trusted network/jump host; monitor for unexpected admin sessions, and for the RCE case hunt for web shells and rotate credentials. MFA does not mitigate an auth-bypass.",
13833
+ "was_this_required": true,
13834
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
13835
+ "adequacy": "Patch is necessary; network restriction of the management plane is the compensating control, and MFA does not help once authentication is bypassed."
13836
+ },
13837
+ "detection": {
13838
+ "what_would_have_worked": "Monitoring on the FreePBX: admin sessions without a matching authentication event, use of known backdoor credentials, and configuration/account changes from unexpected sources.",
13839
+ "was_this_required": false,
13840
+ "framework_requiring_it": null,
13841
+ "adequacy": "Necessary because an auth-bypass produces sessions that look authenticated; the anomaly is the absence of a legitimate credential event and the source."
13842
+ },
13843
+ "response": {
13844
+ "what_would_have_worked": "Patch immediately, restrict the management plane, rotate all credentials and keys, review configuration/account changes during the exposure window, and hunt for web shells and persistence.",
13845
+ "was_this_required": true,
13846
+ "framework_requiring_it": "NIST 800-53 IR-4",
13847
+ "adequacy": "Mandatory; an auth-bypass typically leaves administrative persistence that a patch alone does not remove."
13848
+ }
13829
13849
  },
13830
13850
  "framework_coverage": {
13831
13851
  "NIST-800-53-SI-2": {
13832
13852
  "covered": true,
13833
13853
  "adequate": false,
13834
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13854
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed authentication-bypass on an internet-facing system; these grant administrative access without credentials and are mass-exploited within days — the ScreenOS case shows the class also includes supply-chain-planted backdoors."
13855
+ },
13856
+ "NIST-800-53-IA-2-MFA": {
13857
+ "covered": true,
13858
+ "adequate": false,
13859
+ "gap": "Multi-factor authentication does not help when the flaw bypasses authentication entirely (hardcoded backdoor, missing-auth endpoint, spoofable identity) — the control assumes the auth path is reached, which the flaw circumvents. Restricting the management plane to a trusted network/jump host is the load-bearing compensating control."
13835
13860
  },
13836
13861
  "ISO-27001-2022-A.8.8": {
13837
13862
  "covered": true,
13838
13863
  "adequate": false,
13839
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13864
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited auth-bypass on an internet-facing system or appliance."
13865
+ },
13866
+ "NIS2-Art21-access-control": {
13867
+ "covered": true,
13868
+ "adequate": false,
13869
+ "gap": "Treats access control as an essential-function requirement but assumes the authentication mechanism is sound; an auth-bypass defeats that assumption, and the framework lacks a compressed remediation SLA plus a compromised-device response for below-OS targets like a BMC."
13840
13870
  }
13841
13871
  },
13842
13872
  "compliance_exposure_score": {
13843
- "percent_audit_passing_orgs_still_exposed": 55,
13844
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
13845
- "theater_pattern": "patch_management"
13873
+ "percent_audit_passing_orgs_still_exposed": 78,
13874
+ "basis": "Internet-facing Sangoma FreePBX is run by audited organizations whose access-control posture (passwords, MFA, RBAC) is irrelevant to an authentication bypass; without management-plane network restriction and prompt patching the system is exposed, and below-OS/backdoor cases require rebuild that is rarely performed.",
13875
+ "theater_pattern": "authentication_assumed_complete"
13846
13876
  },
13847
13877
  "ai_discovered_zeroday": false,
13848
- "ai_discovery_source": "unknown",
13849
- "ai_assist_factor": "none",
13850
- "_auto_imported": true,
13851
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13878
+ "ai_discovery_source": "vendor_research",
13879
+ "ai_assist_factor": "none"
13852
13880
  },
13853
13881
  "CVE-2025-40551": {
13854
13882
  "name": "SolarWinds Web Help Desk Deserialization of Untrusted Data Vulnerability (variant: CVE-2025-40551)",
@@ -15753,35 +15781,63 @@
15753
15781
  },
15754
15782
  "CVE-2025-61757": {
15755
15783
  "name": "Oracle Fusion Middleware Missing Authentication for Critical Function Vulnerability",
15756
- "lesson_date": "2026-05-18",
15784
+ "lesson_date": "2026-05-29",
15757
15785
  "attack_vector": {
15758
- "description": "Oracle Fusion Middleware contains a missing authentication for critical function vulnerability, allowing unauthenticated remote attackers to take over Identity Manager.",
15759
- "privileges_required": "network attacker (no authentication required)",
15760
- "complexity": "moderate (bulk-import default)",
15761
- "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."
15786
+ "description": "a missing-authentication-for-critical-function flaw (CWE-306) letting an unauthenticated attacker reach a critical function without credentials. CISA KEV-listed 2025-11-21 with confirmed in-the-wild exploitation.",
15787
+ "privileges_required": "none (the flaw grants access without valid credentials)",
15788
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15789
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
15790
+ },
15791
+ "defense_chain": {
15792
+ "prevention": {
15793
+ "what_would_have_worked": "Apply the vendor update and restrict the management/admin interface to a trusted network/jump host; monitor for unexpected admin sessions, and for the RCE case hunt for web shells and rotate credentials. MFA does not mitigate an auth-bypass.",
15794
+ "was_this_required": true,
15795
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
15796
+ "adequacy": "Patch is necessary; network restriction of the management plane is the compensating control, and MFA does not help once authentication is bypassed."
15797
+ },
15798
+ "detection": {
15799
+ "what_would_have_worked": "Monitoring on the Oracle Fusion Middleware: admin sessions without a matching authentication event, use of known backdoor credentials, and configuration/account changes from unexpected sources.",
15800
+ "was_this_required": false,
15801
+ "framework_requiring_it": null,
15802
+ "adequacy": "Necessary because an auth-bypass produces sessions that look authenticated; the anomaly is the absence of a legitimate credential event and the source."
15803
+ },
15804
+ "response": {
15805
+ "what_would_have_worked": "Patch immediately, restrict the management plane, rotate all credentials and keys, review configuration/account changes during the exposure window, and hunt for web shells and persistence.",
15806
+ "was_this_required": true,
15807
+ "framework_requiring_it": "NIST 800-53 IR-4",
15808
+ "adequacy": "Mandatory; an auth-bypass typically leaves administrative persistence that a patch alone does not remove."
15809
+ }
15762
15810
  },
15763
15811
  "framework_coverage": {
15764
15812
  "NIST-800-53-SI-2": {
15765
15813
  "covered": true,
15766
15814
  "adequate": false,
15767
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15815
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed authentication-bypass on an internet-facing system; these grant administrative access without credentials and are mass-exploited within days — the ScreenOS case shows the class also includes supply-chain-planted backdoors."
15816
+ },
15817
+ "NIST-800-53-IA-2-MFA": {
15818
+ "covered": true,
15819
+ "adequate": false,
15820
+ "gap": "Multi-factor authentication does not help when the flaw bypasses authentication entirely (hardcoded backdoor, missing-auth endpoint, spoofable identity) — the control assumes the auth path is reached, which the flaw circumvents. Restricting the management plane to a trusted network/jump host is the load-bearing compensating control."
15768
15821
  },
15769
15822
  "ISO-27001-2022-A.8.8": {
15770
15823
  "covered": true,
15771
15824
  "adequate": false,
15772
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15825
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited auth-bypass on an internet-facing system or appliance."
15826
+ },
15827
+ "NIS2-Art21-access-control": {
15828
+ "covered": true,
15829
+ "adequate": false,
15830
+ "gap": "Treats access control as an essential-function requirement but assumes the authentication mechanism is sound; an auth-bypass defeats that assumption, and the framework lacks a compressed remediation SLA plus a compromised-device response for below-OS targets like a BMC."
15773
15831
  }
15774
15832
  },
15775
15833
  "compliance_exposure_score": {
15776
- "percent_audit_passing_orgs_still_exposed": 55,
15777
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
15778
- "theater_pattern": "patch_management"
15834
+ "percent_audit_passing_orgs_still_exposed": 78,
15835
+ "basis": "Internet-facing Oracle Fusion Middleware is run by audited organizations whose access-control posture (passwords, MFA, RBAC) is irrelevant to an authentication bypass; without management-plane network restriction and prompt patching the system is exposed, and below-OS/backdoor cases require rebuild that is rarely performed.",
15836
+ "theater_pattern": "authentication_assumed_complete"
15779
15837
  },
15780
15838
  "ai_discovered_zeroday": false,
15781
- "ai_discovery_source": "unknown",
15782
- "ai_assist_factor": "none",
15783
- "_auto_imported": true,
15784
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15839
+ "ai_discovery_source": "vendor_research",
15840
+ "ai_assist_factor": "none"
15785
15841
  },
15786
15842
  "CVE-2025-13223": {
15787
15843
  "name": "Google Chromium V8 Type Confusion Vulnerability",
@@ -17087,35 +17143,63 @@
17087
17143
  },
17088
17144
  "CVE-2016-7836": {
17089
17145
  "name": "SKYSEA Client View Improper Authentication Vulnerability",
17090
- "lesson_date": "2026-05-18",
17146
+ "lesson_date": "2026-05-29",
17091
17147
  "attack_vector": {
17092
- "description": "SKYSEA Client View contains an improper authentication vulnerability that allows remote code execution via a flaw in processing authentication on the TCP connection with the management console program.",
17093
- "privileges_required": "network attacker (no authentication required)",
17094
- "complexity": "moderate (bulk-import default)",
17095
- "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."
17148
+ "description": "an improper-authentication flaw (CWE-287) in the SKYSEA Client View management server, letting an unauthenticated attacker bypass authentication and reach privileged functionality. CISA KEV-listed 2025-10-14 with confirmed in-the-wild exploitation.",
17149
+ "privileges_required": "none (the flaw grants access without valid credentials)",
17150
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
17151
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
17152
+ },
17153
+ "defense_chain": {
17154
+ "prevention": {
17155
+ "what_would_have_worked": "Apply the vendor update and restrict the management/admin interface to a trusted network/jump host; monitor for unexpected admin sessions, and for the RCE case hunt for web shells and rotate credentials. MFA does not mitigate an auth-bypass.",
17156
+ "was_this_required": true,
17157
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
17158
+ "adequacy": "Patch is necessary; network restriction of the management plane is the compensating control, and MFA does not help once authentication is bypassed."
17159
+ },
17160
+ "detection": {
17161
+ "what_would_have_worked": "Monitoring on the SKYSEA Client View: admin sessions without a matching authentication event, use of known backdoor credentials, and configuration/account changes from unexpected sources.",
17162
+ "was_this_required": false,
17163
+ "framework_requiring_it": null,
17164
+ "adequacy": "Necessary because an auth-bypass produces sessions that look authenticated; the anomaly is the absence of a legitimate credential event and the source."
17165
+ },
17166
+ "response": {
17167
+ "what_would_have_worked": "Patch immediately, restrict the management plane, rotate all credentials and keys, review configuration/account changes during the exposure window, and hunt for web shells and persistence.",
17168
+ "was_this_required": true,
17169
+ "framework_requiring_it": "NIST 800-53 IR-4",
17170
+ "adequacy": "Mandatory; an auth-bypass typically leaves administrative persistence that a patch alone does not remove."
17171
+ }
17096
17172
  },
17097
17173
  "framework_coverage": {
17098
17174
  "NIST-800-53-SI-2": {
17099
17175
  "covered": true,
17100
17176
  "adequate": false,
17101
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
17177
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed authentication-bypass on an internet-facing system; these grant administrative access without credentials and are mass-exploited within days — the ScreenOS case shows the class also includes supply-chain-planted backdoors."
17178
+ },
17179
+ "NIST-800-53-IA-2-MFA": {
17180
+ "covered": true,
17181
+ "adequate": false,
17182
+ "gap": "Multi-factor authentication does not help when the flaw bypasses authentication entirely (hardcoded backdoor, missing-auth endpoint, spoofable identity) — the control assumes the auth path is reached, which the flaw circumvents. Restricting the management plane to a trusted network/jump host is the load-bearing compensating control."
17102
17183
  },
17103
17184
  "ISO-27001-2022-A.8.8": {
17104
17185
  "covered": true,
17105
17186
  "adequate": false,
17106
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
17187
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited auth-bypass on an internet-facing system or appliance."
17188
+ },
17189
+ "NIS2-Art21-access-control": {
17190
+ "covered": true,
17191
+ "adequate": false,
17192
+ "gap": "Treats access control as an essential-function requirement but assumes the authentication mechanism is sound; an auth-bypass defeats that assumption, and the framework lacks a compressed remediation SLA plus a compromised-device response for below-OS targets like a BMC."
17107
17193
  }
17108
17194
  },
17109
17195
  "compliance_exposure_score": {
17110
- "percent_audit_passing_orgs_still_exposed": 55,
17111
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
17112
- "theater_pattern": "patch_management"
17196
+ "percent_audit_passing_orgs_still_exposed": 78,
17197
+ "basis": "Internet-facing SKYSEA Client View is run by audited organizations whose access-control posture (passwords, MFA, RBAC) is irrelevant to an authentication bypass; without management-plane network restriction and prompt patching the system is exposed, and below-OS/backdoor cases require rebuild that is rarely performed.",
17198
+ "theater_pattern": "authentication_assumed_complete"
17113
17199
  },
17114
17200
  "ai_discovered_zeroday": false,
17115
- "ai_discovery_source": "unknown",
17116
- "ai_assist_factor": "none",
17117
- "_auto_imported": true,
17118
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
17201
+ "ai_discovery_source": "vendor_research",
17202
+ "ai_assist_factor": "none"
17119
17203
  },
17120
17204
  "CVE-2021-43798": {
17121
17205
  "name": "Grafana Path Traversal Vulnerability",
@@ -17749,35 +17833,63 @@
17749
17833
  },
17750
17834
  "CVE-2015-7755": {
17751
17835
  "name": "Juniper ScreenOS Improper Authentication Vulnerability",
17752
- "lesson_date": "2026-05-18",
17836
+ "lesson_date": "2026-05-29",
17753
17837
  "attack_vector": {
17754
- "description": "Juniper ScreenOS contains an improper authentication vulnerability that could allow unauthorized remote administrative access to the device.",
17755
- "privileges_required": "network attacker (no authentication required)",
17756
- "complexity": "moderate (bulk-import default)",
17757
- "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."
17838
+ "description": "a hardcoded backdoor authentication credential (CWE-287) in Juniper ScreenOS, letting anyone with the planted password gain administrative SSH/Telnet access to the firewall (a supply-chain-planted backdoor). CISA KEV-listed 2025-10-02 with confirmed in-the-wild exploitation.",
17839
+ "privileges_required": "none (the flaw grants access without valid credentials)",
17840
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
17841
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
17842
+ },
17843
+ "defense_chain": {
17844
+ "prevention": {
17845
+ "what_would_have_worked": "Apply the vendor update and restrict the management interface to a trusted network/jump host; because this grants access without credentials (and the BMC/backdoor sits below the OS), treat an exposed device as compromised — re-image/rebuild and rotate all secrets. MFA does not mitigate an auth-bypass.",
17846
+ "was_this_required": true,
17847
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
17848
+ "adequacy": "Patch is necessary but a below-OS (BMC) or backdoored device must be treated as compromised and rebuilt; MFA and password policy are irrelevant to a bypass."
17849
+ },
17850
+ "detection": {
17851
+ "what_would_have_worked": "Monitoring on the ScreenOS firewall: admin sessions without a matching authentication event, use of known backdoor credentials, and configuration/account changes from unexpected sources.",
17852
+ "was_this_required": false,
17853
+ "framework_requiring_it": null,
17854
+ "adequacy": "Necessary because an auth-bypass produces sessions that look authenticated; the anomaly is the absence of a legitimate credential event and the source."
17855
+ },
17856
+ "response": {
17857
+ "what_would_have_worked": "Patch immediately, restrict the management plane, rotate all credentials and keys, review configuration/account changes during the exposure window, and re-image the device/BMC (below-OS persistence survives OS reinstall).",
17858
+ "was_this_required": true,
17859
+ "framework_requiring_it": "NIST 800-53 IR-4",
17860
+ "adequacy": "Mandatory; an auth-bypass typically leaves administrative persistence that a patch alone does not remove."
17861
+ }
17758
17862
  },
17759
17863
  "framework_coverage": {
17760
17864
  "NIST-800-53-SI-2": {
17761
17865
  "covered": true,
17762
17866
  "adequate": false,
17763
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
17867
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed authentication-bypass on an internet-facing system; these grant administrative access without credentials and are mass-exploited within days — the ScreenOS case shows the class also includes supply-chain-planted backdoors."
17868
+ },
17869
+ "NIST-800-53-IA-2-MFA": {
17870
+ "covered": true,
17871
+ "adequate": false,
17872
+ "gap": "Multi-factor authentication does not help when the flaw bypasses authentication entirely (hardcoded backdoor, missing-auth endpoint, spoofable identity) — the control assumes the auth path is reached, which the flaw circumvents. Restricting the management plane to a trusted network/jump host is the load-bearing compensating control."
17764
17873
  },
17765
17874
  "ISO-27001-2022-A.8.8": {
17766
17875
  "covered": true,
17767
17876
  "adequate": false,
17768
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
17877
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited auth-bypass on an internet-facing system or appliance."
17878
+ },
17879
+ "NIS2-Art21-access-control": {
17880
+ "covered": true,
17881
+ "adequate": false,
17882
+ "gap": "Treats access control as an essential-function requirement but assumes the authentication mechanism is sound; an auth-bypass defeats that assumption, and the framework lacks a compressed remediation SLA plus a compromised-device response for below-OS targets like a BMC."
17769
17883
  }
17770
17884
  },
17771
17885
  "compliance_exposure_score": {
17772
- "percent_audit_passing_orgs_still_exposed": 55,
17773
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
17774
- "theater_pattern": "patch_management"
17886
+ "percent_audit_passing_orgs_still_exposed": 78,
17887
+ "basis": "Internet-facing Juniper ScreenOS is run by audited organizations whose access-control posture (passwords, MFA, RBAC) is irrelevant to an authentication bypass; without management-plane network restriction and prompt patching the system is exposed, and below-OS/backdoor cases require rebuild that is rarely performed.",
17888
+ "theater_pattern": "authentication_assumed_complete"
17775
17889
  },
17776
17890
  "ai_discovered_zeroday": false,
17777
- "ai_discovery_source": "unknown",
17778
- "ai_assist_factor": "none",
17779
- "_auto_imported": true,
17780
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
17891
+ "ai_discovery_source": "vendor_research",
17892
+ "ai_assist_factor": "none"
17781
17893
  },
17782
17894
  "CVE-2025-21043": {
17783
17895
  "name": "Samsung Mobile Devices Out-of-Bounds Write Vulnerability (variant: CVE-2025-21043)",
@@ -18504,35 +18616,63 @@
18504
18616
  },
18505
18617
  "CVE-2020-24363": {
18506
18618
  "name": "TP-link TL-WA855RE Missing Authentication for Critical Function Vulnerability",
18507
- "lesson_date": "2026-05-18",
18619
+ "lesson_date": "2026-05-29",
18508
18620
  "attack_vector": {
18509
- "description": "TP-link TL-WA855RE contains a missing authentication for critical function vulnerability. This vulnerability could allow an unauthenticated attacker (on the same network) to submit a TDDP_RESET POST request for a factory reset and reboot. The attacker can then obtain incorrect access control by setting a new administrative password. The impacted products could be end-of-life (EoL) and/or end-of-service (EoS). Users should discontinue product utilization.",
18510
- "privileges_required": "network attacker (no authentication required)",
18511
- "complexity": "moderate (bulk-import default)",
18512
- "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."
18621
+ "description": "a missing-authentication-for-critical-function flaw (CWE-306) on the TP-Link TL-WA855RE extender, letting an unauthenticated attacker on the network reset the device and gain administrative control. CISA KEV-listed 2025-09-02 with confirmed in-the-wild exploitation.",
18622
+ "privileges_required": "none (the flaw grants access without valid credentials)",
18623
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
18624
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
18625
+ },
18626
+ "defense_chain": {
18627
+ "prevention": {
18628
+ "what_would_have_worked": "Apply the vendor update and restrict the management interface to a trusted network/jump host; because this grants access without credentials (and the BMC/backdoor sits below the OS), treat an exposed device as compromised — re-image/rebuild and rotate all secrets. MFA does not mitigate an auth-bypass.",
18629
+ "was_this_required": true,
18630
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
18631
+ "adequacy": "Patch is necessary but a below-OS (BMC) or backdoored device must be treated as compromised and rebuilt; MFA and password policy are irrelevant to a bypass."
18632
+ },
18633
+ "detection": {
18634
+ "what_would_have_worked": "Monitoring on the TL-WA855RE extender: admin sessions without a matching authentication event, use of known backdoor credentials, and configuration/account changes from unexpected sources.",
18635
+ "was_this_required": false,
18636
+ "framework_requiring_it": null,
18637
+ "adequacy": "Necessary because an auth-bypass produces sessions that look authenticated; the anomaly is the absence of a legitimate credential event and the source."
18638
+ },
18639
+ "response": {
18640
+ "what_would_have_worked": "Patch immediately, restrict the management plane, rotate all credentials and keys, review configuration/account changes during the exposure window, and re-image the device/BMC (below-OS persistence survives OS reinstall).",
18641
+ "was_this_required": true,
18642
+ "framework_requiring_it": "NIST 800-53 IR-4",
18643
+ "adequacy": "Mandatory; an auth-bypass typically leaves administrative persistence that a patch alone does not remove."
18644
+ }
18513
18645
  },
18514
18646
  "framework_coverage": {
18515
18647
  "NIST-800-53-SI-2": {
18516
18648
  "covered": true,
18517
18649
  "adequate": false,
18518
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
18650
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed authentication-bypass on an internet-facing system; these grant administrative access without credentials and are mass-exploited within days — the ScreenOS case shows the class also includes supply-chain-planted backdoors."
18651
+ },
18652
+ "NIST-800-53-IA-2-MFA": {
18653
+ "covered": true,
18654
+ "adequate": false,
18655
+ "gap": "Multi-factor authentication does not help when the flaw bypasses authentication entirely (hardcoded backdoor, missing-auth endpoint, spoofable identity) — the control assumes the auth path is reached, which the flaw circumvents. Restricting the management plane to a trusted network/jump host is the load-bearing compensating control."
18519
18656
  },
18520
18657
  "ISO-27001-2022-A.8.8": {
18521
18658
  "covered": true,
18522
18659
  "adequate": false,
18523
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
18660
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited auth-bypass on an internet-facing system or appliance."
18661
+ },
18662
+ "NIS2-Art21-access-control": {
18663
+ "covered": true,
18664
+ "adequate": false,
18665
+ "gap": "Treats access control as an essential-function requirement but assumes the authentication mechanism is sound; an auth-bypass defeats that assumption, and the framework lacks a compressed remediation SLA plus a compromised-device response for below-OS targets like a BMC."
18524
18666
  }
18525
18667
  },
18526
18668
  "compliance_exposure_score": {
18527
- "percent_audit_passing_orgs_still_exposed": 55,
18528
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
18529
- "theater_pattern": "patch_management"
18669
+ "percent_audit_passing_orgs_still_exposed": 78,
18670
+ "basis": "Internet-facing TP-Link TL-WA855RE is run by audited organizations whose access-control posture (passwords, MFA, RBAC) is irrelevant to an authentication bypass; without management-plane network restriction and prompt patching the system is exposed, and below-OS/backdoor cases require rebuild that is rarely performed.",
18671
+ "theater_pattern": "authentication_assumed_complete"
18530
18672
  },
18531
18673
  "ai_discovered_zeroday": false,
18532
- "ai_discovery_source": "unknown",
18533
- "ai_assist_factor": "none",
18534
- "_auto_imported": true,
18535
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
18674
+ "ai_discovery_source": "vendor_research",
18675
+ "ai_assist_factor": "none"
18536
18676
  },
18537
18677
  "CVE-2025-55177": {
18538
18678
  "name": "Meta Platforms WhatsApp Incorrect Authorization Vulnerability",
@@ -20516,35 +20656,63 @@
20516
20656
  },
20517
20657
  "CVE-2024-54085": {
20518
20658
  "name": "AMI MegaRAC SPx Authentication Bypass by Spoofing Vulnerability",
20519
- "lesson_date": "2026-05-18",
20659
+ "lesson_date": "2026-05-29",
20520
20660
  "attack_vector": {
20521
- "description": "AMI MegaRAC SPx contains an authentication bypass by spoofing vulnerability in the Redfish Host Interface. A successful exploitation of this vulnerability may lead to a loss of confidentiality, integrity, and/or availability.",
20522
- "privileges_required": "network attacker (no authentication required)",
20523
- "complexity": "moderate (bulk-import default)",
20524
- "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."
20661
+ "description": "an authentication-bypass-by-spoofing flaw (CWE-290) in the AMI MegaRAC SPx baseboard management controller (Redfish), letting an unauthenticated attacker gain administrative control of the BMC and thus the host beneath the operating system. CISA KEV-listed 2025-06-25 with confirmed in-the-wild exploitation.",
20662
+ "privileges_required": "none (the flaw grants access without valid credentials)",
20663
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
20664
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
20665
+ },
20666
+ "defense_chain": {
20667
+ "prevention": {
20668
+ "what_would_have_worked": "Apply the vendor update and restrict the management interface to a trusted network/jump host; because this grants access without credentials (and the BMC/backdoor sits below the OS), treat an exposed device as compromised — re-image/rebuild and rotate all secrets. MFA does not mitigate an auth-bypass.",
20669
+ "was_this_required": true,
20670
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
20671
+ "adequacy": "Patch is necessary but a below-OS (BMC) or backdoored device must be treated as compromised and rebuilt; MFA and password policy are irrelevant to a bypass."
20672
+ },
20673
+ "detection": {
20674
+ "what_would_have_worked": "Monitoring on the MegaRAC BMC: admin sessions without a matching authentication event, use of known backdoor credentials, and configuration/account changes from unexpected sources.",
20675
+ "was_this_required": false,
20676
+ "framework_requiring_it": null,
20677
+ "adequacy": "Necessary because an auth-bypass produces sessions that look authenticated; the anomaly is the absence of a legitimate credential event and the source."
20678
+ },
20679
+ "response": {
20680
+ "what_would_have_worked": "Patch immediately, restrict the management plane, rotate all credentials and keys, review configuration/account changes during the exposure window, and re-image the device/BMC (below-OS persistence survives OS reinstall).",
20681
+ "was_this_required": true,
20682
+ "framework_requiring_it": "NIST 800-53 IR-4",
20683
+ "adequacy": "Mandatory; an auth-bypass typically leaves administrative persistence that a patch alone does not remove."
20684
+ }
20525
20685
  },
20526
20686
  "framework_coverage": {
20527
20687
  "NIST-800-53-SI-2": {
20528
20688
  "covered": true,
20529
20689
  "adequate": false,
20530
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
20690
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed authentication-bypass on an internet-facing system; these grant administrative access without credentials and are mass-exploited within days — the ScreenOS case shows the class also includes supply-chain-planted backdoors."
20691
+ },
20692
+ "NIST-800-53-IA-2-MFA": {
20693
+ "covered": true,
20694
+ "adequate": false,
20695
+ "gap": "Multi-factor authentication does not help when the flaw bypasses authentication entirely (hardcoded backdoor, missing-auth endpoint, spoofable identity) — the control assumes the auth path is reached, which the flaw circumvents. Restricting the management plane to a trusted network/jump host is the load-bearing compensating control."
20531
20696
  },
20532
20697
  "ISO-27001-2022-A.8.8": {
20533
20698
  "covered": true,
20534
20699
  "adequate": false,
20535
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
20700
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited auth-bypass on an internet-facing system or appliance."
20701
+ },
20702
+ "NIS2-Art21-access-control": {
20703
+ "covered": true,
20704
+ "adequate": false,
20705
+ "gap": "Treats access control as an essential-function requirement but assumes the authentication mechanism is sound; an auth-bypass defeats that assumption, and the framework lacks a compressed remediation SLA plus a compromised-device response for below-OS targets like a BMC."
20536
20706
  }
20537
20707
  },
20538
20708
  "compliance_exposure_score": {
20539
- "percent_audit_passing_orgs_still_exposed": 55,
20540
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
20541
- "theater_pattern": "patch_management"
20709
+ "percent_audit_passing_orgs_still_exposed": 78,
20710
+ "basis": "Internet-facing AMI MegaRAC SPx is run by audited organizations whose access-control posture (passwords, MFA, RBAC) is irrelevant to an authentication bypass; without management-plane network restriction and prompt patching the system is exposed, and below-OS/backdoor cases require rebuild that is rarely performed.",
20711
+ "theater_pattern": "authentication_assumed_complete"
20542
20712
  },
20543
20713
  "ai_discovered_zeroday": false,
20544
- "ai_discovery_source": "unknown",
20545
- "ai_assist_factor": "none",
20546
- "_auto_imported": true,
20547
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
20714
+ "ai_discovery_source": "vendor_research",
20715
+ "ai_assist_factor": "none"
20548
20716
  },
20549
20717
  "CVE-2023-0386": {
20550
20718
  "name": "Linux Kernel Improper Ownership Management Vulnerability",
@@ -20814,35 +20982,63 @@
20814
20982
  },
20815
20983
  "CVE-2025-32433": {
20816
20984
  "name": "Erlang Erlang/OTP SSH Server Missing Authentication for Critical Function Vulnerability",
20817
- "lesson_date": "2026-05-18",
20985
+ "lesson_date": "2026-05-29",
20818
20986
  "attack_vector": {
20819
- "description": "Erlang Erlang/OTP SSH server contains a missing authentication for critical function vulnerability. This could allow an attacker to execute arbitrary commands without valid credentials, potentially leading to unauthenticated remote code execution (RCE). By exploiting a flaw in how SSH protocol messages are handled, a malicious actor could gain unauthorized access to affected systems. This vulnerability could affect various products that implement Erlang/OTP SSH server, including—but not limited to—Cisco, NetApp, and SUSE.",
20820
- "privileges_required": "network attacker (no authentication required)",
20821
- "complexity": "moderate (bulk-import default)",
20822
- "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."
20987
+ "description": "a missing-authentication-for-critical-function flaw (CWE-306) in the Erlang/OTP SSH server, letting an unauthenticated attacker run protocol messages before authentication for full remote code execution. CISA KEV-listed 2025-06-09 with confirmed in-the-wild exploitation.",
20988
+ "privileges_required": "none (the flaw grants access without valid credentials)",
20989
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
20990
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
20991
+ },
20992
+ "defense_chain": {
20993
+ "prevention": {
20994
+ "what_would_have_worked": "Apply the vendor update and restrict the management/admin interface to a trusted network/jump host; monitor for unexpected admin sessions, and for the RCE case hunt for web shells and rotate credentials. MFA does not mitigate an auth-bypass.",
20995
+ "was_this_required": true,
20996
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
20997
+ "adequacy": "Patch is necessary; network restriction of the management plane is the compensating control, and MFA does not help once authentication is bypassed."
20998
+ },
20999
+ "detection": {
21000
+ "what_would_have_worked": "Monitoring on the Erlang/OTP SSH: admin sessions without a matching authentication event, use of known backdoor credentials, and configuration/account changes from unexpected sources.",
21001
+ "was_this_required": false,
21002
+ "framework_requiring_it": null,
21003
+ "adequacy": "Necessary because an auth-bypass produces sessions that look authenticated; the anomaly is the absence of a legitimate credential event and the source."
21004
+ },
21005
+ "response": {
21006
+ "what_would_have_worked": "Patch immediately, restrict the management plane, rotate all credentials and keys, review configuration/account changes during the exposure window, and hunt for web shells and persistence.",
21007
+ "was_this_required": true,
21008
+ "framework_requiring_it": "NIST 800-53 IR-4",
21009
+ "adequacy": "Mandatory; an auth-bypass typically leaves administrative persistence that a patch alone does not remove."
21010
+ }
20823
21011
  },
20824
21012
  "framework_coverage": {
20825
21013
  "NIST-800-53-SI-2": {
20826
21014
  "covered": true,
20827
21015
  "adequate": false,
20828
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
21016
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed authentication-bypass on an internet-facing system; these grant administrative access without credentials and are mass-exploited within days — the ScreenOS case shows the class also includes supply-chain-planted backdoors."
21017
+ },
21018
+ "NIST-800-53-IA-2-MFA": {
21019
+ "covered": true,
21020
+ "adequate": false,
21021
+ "gap": "Multi-factor authentication does not help when the flaw bypasses authentication entirely (hardcoded backdoor, missing-auth endpoint, spoofable identity) — the control assumes the auth path is reached, which the flaw circumvents. Restricting the management plane to a trusted network/jump host is the load-bearing compensating control."
20829
21022
  },
20830
21023
  "ISO-27001-2022-A.8.8": {
20831
21024
  "covered": true,
20832
21025
  "adequate": false,
20833
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
21026
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited auth-bypass on an internet-facing system or appliance."
21027
+ },
21028
+ "NIS2-Art21-access-control": {
21029
+ "covered": true,
21030
+ "adequate": false,
21031
+ "gap": "Treats access control as an essential-function requirement but assumes the authentication mechanism is sound; an auth-bypass defeats that assumption, and the framework lacks a compressed remediation SLA plus a compromised-device response for below-OS targets like a BMC."
20834
21032
  }
20835
21033
  },
20836
21034
  "compliance_exposure_score": {
20837
- "percent_audit_passing_orgs_still_exposed": 55,
20838
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
20839
- "theater_pattern": "patch_management"
21035
+ "percent_audit_passing_orgs_still_exposed": 78,
21036
+ "basis": "Internet-facing Erlang/OTP SSH Server is run by audited organizations whose access-control posture (passwords, MFA, RBAC) is irrelevant to an authentication bypass; without management-plane network restriction and prompt patching the system is exposed, and below-OS/backdoor cases require rebuild that is rarely performed.",
21037
+ "theater_pattern": "authentication_assumed_complete"
20840
21038
  },
20841
21039
  "ai_discovered_zeroday": false,
20842
- "ai_discovery_source": "unknown",
20843
- "ai_assist_factor": "none",
20844
- "_auto_imported": true,
20845
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
21040
+ "ai_discovery_source": "vendor_research",
21041
+ "ai_assist_factor": "none"
20846
21042
  },
20847
21043
  "CVE-2025-5419": {
20848
21044
  "name": "Google Chromium V8 Out-of-Bounds Read and Write Vulnerability",