@blamejs/exceptd-skills 0.15.32 → 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.
- package/CHANGELOG.md +8 -0
- package/data/_indexes/_meta.json +5 -5
- package/data/attack-techniques.json +16 -0
- package/data/cve-catalog.json +256 -90
- package/data/zeroday-lessons.json +627 -207
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -13820,35 +13820,63 @@
|
|
|
13820
13820
|
},
|
|
13821
13821
|
"CVE-2019-19006": {
|
|
13822
13822
|
"name": " Sangoma FreePBX Improper Authentication Vulnerability",
|
|
13823
|
-
"lesson_date": "2026-05-
|
|
13823
|
+
"lesson_date": "2026-05-29",
|
|
13824
13824
|
"attack_vector": {
|
|
13825
|
-
"description": "
|
|
13826
|
-
"privileges_required": "
|
|
13827
|
-
"complexity": "
|
|
13828
|
-
"ai_factor": "
|
|
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
|
|
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": "
|
|
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":
|
|
13844
|
-
"basis": "
|
|
13845
|
-
"theater_pattern": "
|
|
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": "
|
|
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)",
|
|
@@ -15431,35 +15459,63 @@
|
|
|
15431
15459
|
},
|
|
15432
15460
|
"CVE-2025-66644": {
|
|
15433
15461
|
"name": "Array Networks ArrayOS AG OS Command Injection Vulnerability",
|
|
15434
|
-
"lesson_date": "2026-05-
|
|
15462
|
+
"lesson_date": "2026-05-29",
|
|
15435
15463
|
"attack_vector": {
|
|
15436
|
-
"description": "
|
|
15437
|
-
"privileges_required": "
|
|
15438
|
-
"complexity": "
|
|
15439
|
-
"ai_factor": "
|
|
15464
|
+
"description": "an OS command-injection flaw (CWE-78) enabling unauthenticated remote command execution on the secure-access gateway appliance. CISA KEV-listed 2025-12-08 with confirmed in-the-wild exploitation.",
|
|
15465
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker; bundled-library flaws are reachable wherever the library processes attacker input)",
|
|
15466
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
15467
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
15468
|
+
},
|
|
15469
|
+
"defense_chain": {
|
|
15470
|
+
"prevention": {
|
|
15471
|
+
"what_would_have_worked": "Apply the Array Networks update; treat an exploited gateway as compromised — rebuild and rotate VPN/session secrets, since it fronts internal access.",
|
|
15472
|
+
"was_this_required": true,
|
|
15473
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
15474
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch, bundled-library flaws require updating every consumer, and CI/MFT/EDR-console compromise has downstream reach."
|
|
15475
|
+
},
|
|
15476
|
+
"detection": {
|
|
15477
|
+
"what_would_have_worked": "Monitoring on the ArrayOS AG gateway: exploit-shaped requests, new web-shell files, and unexpected child-process execution by the service (a shell or interpreter spawned from a web/daemon process is a strong injection signal).",
|
|
15478
|
+
"was_this_required": false,
|
|
15479
|
+
"framework_requiring_it": null,
|
|
15480
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
15481
|
+
},
|
|
15482
|
+
"response": {
|
|
15483
|
+
"what_would_have_worked": "Patch immediately (every consumer for a bundled library), hunt and remove web shells, rotate credentials and secrets, and review downstream/supply-chain impact (CI build artifacts, MFT data, EDR-managed endpoints).",
|
|
15484
|
+
"was_this_required": true,
|
|
15485
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
15486
|
+
"adequacy": "Mandatory; injection-to-RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
15487
|
+
}
|
|
15440
15488
|
},
|
|
15441
15489
|
"framework_coverage": {
|
|
15442
15490
|
"NIST-800-53-SI-2": {
|
|
15443
15491
|
"covered": true,
|
|
15444
15492
|
"adequate": false,
|
|
15445
|
-
"gap": "30-day SLA
|
|
15493
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated injection-to-RCE flaw; these are mass-exploited within days, and bundled-library flaws (PHPMailer/Bash) persist for years across the long tail."
|
|
15446
15494
|
},
|
|
15447
15495
|
"ISO-27001-2022-A.8.8": {
|
|
15448
15496
|
"covered": true,
|
|
15449
15497
|
"adequate": false,
|
|
15450
|
-
"gap": "
|
|
15498
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service or a widely-bundled vulnerable library."
|
|
15499
|
+
},
|
|
15500
|
+
"NIS2-Art21-network-security": {
|
|
15501
|
+
"covered": true,
|
|
15502
|
+
"adequate": false,
|
|
15503
|
+
"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 / credential-rotation / supply-chain-review cleanup these RCEs need."
|
|
15504
|
+
},
|
|
15505
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
15506
|
+
"covered": true,
|
|
15507
|
+
"adequate": false,
|
|
15508
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing service in or adjacent to the CDE; WAF coverage is partial mitigation, not remediation."
|
|
15451
15509
|
}
|
|
15452
15510
|
},
|
|
15453
15511
|
"compliance_exposure_score": {
|
|
15454
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
15455
|
-
"basis": "
|
|
15512
|
+
"percent_audit_passing_orgs_still_exposed": 76,
|
|
15513
|
+
"basis": "Internet-facing Array Networks ArrayOS AG is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and (for bundled libraries) updating every consumer are rarely fully done, leaving long-tail exposure.",
|
|
15456
15514
|
"theater_pattern": "patch_management"
|
|
15457
15515
|
},
|
|
15458
15516
|
"ai_discovered_zeroday": false,
|
|
15459
|
-
"ai_discovery_source": "
|
|
15460
|
-
"ai_assist_factor": "none"
|
|
15461
|
-
"_auto_imported": true,
|
|
15462
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
15517
|
+
"ai_discovery_source": "vendor_research",
|
|
15518
|
+
"ai_assist_factor": "none"
|
|
15463
15519
|
},
|
|
15464
15520
|
"CVE-2025-55182": {
|
|
15465
15521
|
"name": "Meta React Server Components Remote Code Execution Vulnerability",
|
|
@@ -15725,35 +15781,63 @@
|
|
|
15725
15781
|
},
|
|
15726
15782
|
"CVE-2025-61757": {
|
|
15727
15783
|
"name": "Oracle Fusion Middleware Missing Authentication for Critical Function Vulnerability",
|
|
15728
|
-
"lesson_date": "2026-05-
|
|
15784
|
+
"lesson_date": "2026-05-29",
|
|
15729
15785
|
"attack_vector": {
|
|
15730
|
-
"description": "
|
|
15731
|
-
"privileges_required": "
|
|
15732
|
-
"complexity": "
|
|
15733
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
15734
15810
|
},
|
|
15735
15811
|
"framework_coverage": {
|
|
15736
15812
|
"NIST-800-53-SI-2": {
|
|
15737
15813
|
"covered": true,
|
|
15738
15814
|
"adequate": false,
|
|
15739
|
-
"gap": "30-day SLA
|
|
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."
|
|
15740
15821
|
},
|
|
15741
15822
|
"ISO-27001-2022-A.8.8": {
|
|
15742
15823
|
"covered": true,
|
|
15743
15824
|
"adequate": false,
|
|
15744
|
-
"gap": "
|
|
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."
|
|
15745
15831
|
}
|
|
15746
15832
|
},
|
|
15747
15833
|
"compliance_exposure_score": {
|
|
15748
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
15749
|
-
"basis": "
|
|
15750
|
-
"theater_pattern": "
|
|
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"
|
|
15751
15837
|
},
|
|
15752
15838
|
"ai_discovered_zeroday": false,
|
|
15753
|
-
"ai_discovery_source": "
|
|
15754
|
-
"ai_assist_factor": "none"
|
|
15755
|
-
"_auto_imported": true,
|
|
15756
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
15839
|
+
"ai_discovery_source": "vendor_research",
|
|
15840
|
+
"ai_assist_factor": "none"
|
|
15757
15841
|
},
|
|
15758
15842
|
"CVE-2025-13223": {
|
|
15759
15843
|
"name": "Google Chromium V8 Type Confusion Vulnerability",
|
|
@@ -16162,35 +16246,63 @@
|
|
|
16162
16246
|
},
|
|
16163
16247
|
"CVE-2025-48703": {
|
|
16164
16248
|
"name": "CWP Control Web Panel OS Command Injection Vulnerability",
|
|
16165
|
-
"lesson_date": "2026-05-
|
|
16249
|
+
"lesson_date": "2026-05-29",
|
|
16166
16250
|
"attack_vector": {
|
|
16167
|
-
"description": "
|
|
16168
|
-
"privileges_required": "
|
|
16169
|
-
"complexity": "
|
|
16170
|
-
"ai_factor": "
|
|
16251
|
+
"description": "an OS command-injection flaw (CWE-78) enabling unauthenticated remote command execution on the hosting-control server. CISA KEV-listed 2025-11-04 with confirmed in-the-wild exploitation.",
|
|
16252
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker; bundled-library flaws are reachable wherever the library processes attacker input)",
|
|
16253
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16254
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16255
|
+
},
|
|
16256
|
+
"defense_chain": {
|
|
16257
|
+
"prevention": {
|
|
16258
|
+
"what_would_have_worked": "Apply the CWP update; hunt for web shells across hosted sites and rotate panel/hosting credentials — a control-panel compromise reaches every site it manages.",
|
|
16259
|
+
"was_this_required": true,
|
|
16260
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16261
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch, bundled-library flaws require updating every consumer, and CI/MFT/EDR-console compromise has downstream reach."
|
|
16262
|
+
},
|
|
16263
|
+
"detection": {
|
|
16264
|
+
"what_would_have_worked": "Monitoring on the Control Web Panel: exploit-shaped requests, new web-shell files, and unexpected child-process execution by the service (a shell or interpreter spawned from a web/daemon process is a strong injection signal).",
|
|
16265
|
+
"was_this_required": false,
|
|
16266
|
+
"framework_requiring_it": null,
|
|
16267
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
16268
|
+
},
|
|
16269
|
+
"response": {
|
|
16270
|
+
"what_would_have_worked": "Patch immediately (every consumer for a bundled library), hunt and remove web shells, rotate credentials and secrets, and review downstream/supply-chain impact (CI build artifacts, MFT data, EDR-managed endpoints).",
|
|
16271
|
+
"was_this_required": true,
|
|
16272
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16273
|
+
"adequacy": "Mandatory; injection-to-RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
16274
|
+
}
|
|
16171
16275
|
},
|
|
16172
16276
|
"framework_coverage": {
|
|
16173
16277
|
"NIST-800-53-SI-2": {
|
|
16174
16278
|
"covered": true,
|
|
16175
16279
|
"adequate": false,
|
|
16176
|
-
"gap": "30-day SLA
|
|
16280
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated injection-to-RCE flaw; these are mass-exploited within days, and bundled-library flaws (PHPMailer/Bash) persist for years across the long tail."
|
|
16177
16281
|
},
|
|
16178
16282
|
"ISO-27001-2022-A.8.8": {
|
|
16179
16283
|
"covered": true,
|
|
16180
16284
|
"adequate": false,
|
|
16181
|
-
"gap": "
|
|
16285
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service or a widely-bundled vulnerable library."
|
|
16286
|
+
},
|
|
16287
|
+
"NIS2-Art21-network-security": {
|
|
16288
|
+
"covered": true,
|
|
16289
|
+
"adequate": false,
|
|
16290
|
+
"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 / credential-rotation / supply-chain-review cleanup these RCEs need."
|
|
16291
|
+
},
|
|
16292
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16293
|
+
"covered": true,
|
|
16294
|
+
"adequate": false,
|
|
16295
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing service in or adjacent to the CDE; WAF coverage is partial mitigation, not remediation."
|
|
16182
16296
|
}
|
|
16183
16297
|
},
|
|
16184
16298
|
"compliance_exposure_score": {
|
|
16185
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16186
|
-
"basis": "
|
|
16299
|
+
"percent_audit_passing_orgs_still_exposed": 76,
|
|
16300
|
+
"basis": "Internet-facing CWP Control Web Panel is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and (for bundled libraries) updating every consumer are rarely fully done, leaving long-tail exposure.",
|
|
16187
16301
|
"theater_pattern": "patch_management"
|
|
16188
16302
|
},
|
|
16189
16303
|
"ai_discovered_zeroday": false,
|
|
16190
|
-
"ai_discovery_source": "
|
|
16191
|
-
"ai_assist_factor": "none"
|
|
16192
|
-
"_auto_imported": true,
|
|
16193
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16304
|
+
"ai_discovery_source": "vendor_research",
|
|
16305
|
+
"ai_assist_factor": "none"
|
|
16194
16306
|
},
|
|
16195
16307
|
"CVE-2025-11371": {
|
|
16196
16308
|
"name": "Gladinet CentreStack and Triofox Files or Directories Accessible to External Parties Vulnerability",
|
|
@@ -17031,35 +17143,63 @@
|
|
|
17031
17143
|
},
|
|
17032
17144
|
"CVE-2016-7836": {
|
|
17033
17145
|
"name": "SKYSEA Client View Improper Authentication Vulnerability",
|
|
17034
|
-
"lesson_date": "2026-05-
|
|
17146
|
+
"lesson_date": "2026-05-29",
|
|
17035
17147
|
"attack_vector": {
|
|
17036
|
-
"description": "
|
|
17037
|
-
"privileges_required": "
|
|
17038
|
-
"complexity": "
|
|
17039
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
17040
17172
|
},
|
|
17041
17173
|
"framework_coverage": {
|
|
17042
17174
|
"NIST-800-53-SI-2": {
|
|
17043
17175
|
"covered": true,
|
|
17044
17176
|
"adequate": false,
|
|
17045
|
-
"gap": "30-day SLA
|
|
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."
|
|
17046
17183
|
},
|
|
17047
17184
|
"ISO-27001-2022-A.8.8": {
|
|
17048
17185
|
"covered": true,
|
|
17049
17186
|
"adequate": false,
|
|
17050
|
-
"gap": "
|
|
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."
|
|
17051
17193
|
}
|
|
17052
17194
|
},
|
|
17053
17195
|
"compliance_exposure_score": {
|
|
17054
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17055
|
-
"basis": "
|
|
17056
|
-
"theater_pattern": "
|
|
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"
|
|
17057
17199
|
},
|
|
17058
17200
|
"ai_discovered_zeroday": false,
|
|
17059
|
-
"ai_discovery_source": "
|
|
17060
|
-
"ai_assist_factor": "none"
|
|
17061
|
-
"_auto_imported": true,
|
|
17062
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17201
|
+
"ai_discovery_source": "vendor_research",
|
|
17202
|
+
"ai_assist_factor": "none"
|
|
17063
17203
|
},
|
|
17064
17204
|
"CVE-2021-43798": {
|
|
17065
17205
|
"name": "Grafana Path Traversal Vulnerability",
|
|
@@ -17573,99 +17713,183 @@
|
|
|
17573
17713
|
},
|
|
17574
17714
|
"CVE-2014-6278": {
|
|
17575
17715
|
"name": "GNU Bash OS Command Injection Vulnerability",
|
|
17576
|
-
"lesson_date": "2026-05-
|
|
17716
|
+
"lesson_date": "2026-05-29",
|
|
17577
17717
|
"attack_vector": {
|
|
17578
|
-
"description": "
|
|
17579
|
-
"privileges_required": "
|
|
17580
|
-
"complexity": "
|
|
17581
|
-
"ai_factor": "
|
|
17718
|
+
"description": "an OS command-injection flaw (CWE-78) in Bash environment-variable parsing (a Shellshock-family flaw), enabling remote command execution wherever attacker-controlled data reaches a Bash environment such as CGI. CISA KEV-listed 2025-10-02 with confirmed in-the-wild exploitation.",
|
|
17719
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker; bundled-library flaws are reachable wherever the library processes attacker input)",
|
|
17720
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17721
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17722
|
+
},
|
|
17723
|
+
"defense_chain": {
|
|
17724
|
+
"prevention": {
|
|
17725
|
+
"what_would_have_worked": "Apply the Bash update across the estate; this is a long-tail flaw, so inventory CGI/embedded systems that still shell out to Bash with attacker-influenced input.",
|
|
17726
|
+
"was_this_required": true,
|
|
17727
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17728
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch, bundled-library flaws require updating every consumer, and CI/MFT/EDR-console compromise has downstream reach."
|
|
17729
|
+
},
|
|
17730
|
+
"detection": {
|
|
17731
|
+
"what_would_have_worked": "Monitoring on the Bash (Shellshock family): exploit-shaped requests, new web-shell files, and unexpected child-process execution by the service (a shell or interpreter spawned from a web/daemon process is a strong injection signal).",
|
|
17732
|
+
"was_this_required": false,
|
|
17733
|
+
"framework_requiring_it": null,
|
|
17734
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
17735
|
+
},
|
|
17736
|
+
"response": {
|
|
17737
|
+
"what_would_have_worked": "Patch immediately (every consumer for a bundled library), hunt and remove web shells, rotate credentials and secrets, and review downstream/supply-chain impact (CI build artifacts, MFT data, EDR-managed endpoints).",
|
|
17738
|
+
"was_this_required": true,
|
|
17739
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17740
|
+
"adequacy": "Mandatory; injection-to-RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
17741
|
+
}
|
|
17582
17742
|
},
|
|
17583
17743
|
"framework_coverage": {
|
|
17584
17744
|
"NIST-800-53-SI-2": {
|
|
17585
17745
|
"covered": true,
|
|
17586
17746
|
"adequate": false,
|
|
17587
|
-
"gap": "30-day SLA
|
|
17747
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated injection-to-RCE flaw; these are mass-exploited within days, and bundled-library flaws (PHPMailer/Bash) persist for years across the long tail."
|
|
17588
17748
|
},
|
|
17589
17749
|
"ISO-27001-2022-A.8.8": {
|
|
17590
17750
|
"covered": true,
|
|
17591
17751
|
"adequate": false,
|
|
17592
|
-
"gap": "
|
|
17752
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service or a widely-bundled vulnerable library."
|
|
17753
|
+
},
|
|
17754
|
+
"NIS2-Art21-network-security": {
|
|
17755
|
+
"covered": true,
|
|
17756
|
+
"adequate": false,
|
|
17757
|
+
"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 / credential-rotation / supply-chain-review cleanup these RCEs need."
|
|
17758
|
+
},
|
|
17759
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
17760
|
+
"covered": true,
|
|
17761
|
+
"adequate": false,
|
|
17762
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing service in or adjacent to the CDE; WAF coverage is partial mitigation, not remediation."
|
|
17593
17763
|
}
|
|
17594
17764
|
},
|
|
17595
17765
|
"compliance_exposure_score": {
|
|
17596
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17597
|
-
"basis": "
|
|
17766
|
+
"percent_audit_passing_orgs_still_exposed": 76,
|
|
17767
|
+
"basis": "Internet-facing GNU Bash is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and (for bundled libraries) updating every consumer are rarely fully done, leaving long-tail exposure.",
|
|
17598
17768
|
"theater_pattern": "patch_management"
|
|
17599
17769
|
},
|
|
17600
17770
|
"ai_discovered_zeroday": false,
|
|
17601
|
-
"ai_discovery_source": "
|
|
17602
|
-
"ai_assist_factor": "none"
|
|
17603
|
-
"_auto_imported": true,
|
|
17604
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17771
|
+
"ai_discovery_source": "vendor_research",
|
|
17772
|
+
"ai_assist_factor": "none"
|
|
17605
17773
|
},
|
|
17606
17774
|
"CVE-2017-1000353": {
|
|
17607
17775
|
"name": "Jenkins Remote Code Execution Vulnerability",
|
|
17608
|
-
"lesson_date": "2026-05-
|
|
17776
|
+
"lesson_date": "2026-05-29",
|
|
17609
17777
|
"attack_vector": {
|
|
17610
|
-
"description": "
|
|
17611
|
-
"privileges_required": "
|
|
17612
|
-
"complexity": "
|
|
17613
|
-
"ai_factor": "
|
|
17778
|
+
"description": "a Java deserialization remote-code-execution flaw (CWE-94) in the Jenkins CLI, enabling unauthenticated remote code execution on the CI server. CISA KEV-listed 2025-10-02 with confirmed in-the-wild exploitation.",
|
|
17779
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker; bundled-library flaws are reachable wherever the library processes attacker input)",
|
|
17780
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17781
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17614
17782
|
},
|
|
17615
|
-
"
|
|
17616
|
-
"
|
|
17617
|
-
"
|
|
17618
|
-
"
|
|
17619
|
-
"
|
|
17620
|
-
|
|
17783
|
+
"defense_chain": {
|
|
17784
|
+
"prevention": {
|
|
17785
|
+
"what_would_have_worked": "Apply the Jenkins update and disable the legacy CLI remoting; treat CI compromise as a software-supply-chain risk — rotate credentials and signing keys and review build artifacts/configs for injected steps.",
|
|
17786
|
+
"was_this_required": true,
|
|
17787
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17788
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch, bundled-library flaws require updating every consumer, and CI/MFT/EDR-console compromise has downstream reach."
|
|
17789
|
+
},
|
|
17790
|
+
"detection": {
|
|
17791
|
+
"what_would_have_worked": "Monitoring on the Jenkins: exploit-shaped requests, new web-shell files, and unexpected child-process execution by the service (a shell or interpreter spawned from a web/daemon process is a strong injection signal).",
|
|
17792
|
+
"was_this_required": false,
|
|
17793
|
+
"framework_requiring_it": null,
|
|
17794
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
17795
|
+
},
|
|
17796
|
+
"response": {
|
|
17797
|
+
"what_would_have_worked": "Patch immediately (every consumer for a bundled library), hunt and remove web shells, rotate credentials and secrets, and review downstream/supply-chain impact (CI build artifacts, MFT data, EDR-managed endpoints).",
|
|
17798
|
+
"was_this_required": true,
|
|
17799
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17800
|
+
"adequacy": "Mandatory; injection-to-RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
17801
|
+
}
|
|
17802
|
+
},
|
|
17803
|
+
"framework_coverage": {
|
|
17804
|
+
"NIST-800-53-SI-2": {
|
|
17805
|
+
"covered": true,
|
|
17806
|
+
"adequate": false,
|
|
17807
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated injection-to-RCE flaw; these are mass-exploited within days, and bundled-library flaws (PHPMailer/Bash) persist for years across the long tail."
|
|
17808
|
+
},
|
|
17621
17809
|
"ISO-27001-2022-A.8.8": {
|
|
17622
17810
|
"covered": true,
|
|
17623
17811
|
"adequate": false,
|
|
17624
|
-
"gap": "
|
|
17812
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service or a widely-bundled vulnerable library."
|
|
17813
|
+
},
|
|
17814
|
+
"NIS2-Art21-network-security": {
|
|
17815
|
+
"covered": true,
|
|
17816
|
+
"adequate": false,
|
|
17817
|
+
"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 / credential-rotation / supply-chain-review cleanup these RCEs need."
|
|
17818
|
+
},
|
|
17819
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
17820
|
+
"covered": true,
|
|
17821
|
+
"adequate": false,
|
|
17822
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing service in or adjacent to the CDE; WAF coverage is partial mitigation, not remediation."
|
|
17625
17823
|
}
|
|
17626
17824
|
},
|
|
17627
17825
|
"compliance_exposure_score": {
|
|
17628
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17629
|
-
"basis": "
|
|
17826
|
+
"percent_audit_passing_orgs_still_exposed": 76,
|
|
17827
|
+
"basis": "Internet-facing Jenkins is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and (for bundled libraries) updating every consumer are rarely fully done, leaving long-tail exposure.",
|
|
17630
17828
|
"theater_pattern": "patch_management"
|
|
17631
17829
|
},
|
|
17632
17830
|
"ai_discovered_zeroday": false,
|
|
17633
|
-
"ai_discovery_source": "
|
|
17634
|
-
"ai_assist_factor": "none"
|
|
17635
|
-
"_auto_imported": true,
|
|
17636
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17831
|
+
"ai_discovery_source": "vendor_research",
|
|
17832
|
+
"ai_assist_factor": "none"
|
|
17637
17833
|
},
|
|
17638
17834
|
"CVE-2015-7755": {
|
|
17639
17835
|
"name": "Juniper ScreenOS Improper Authentication Vulnerability",
|
|
17640
|
-
"lesson_date": "2026-05-
|
|
17836
|
+
"lesson_date": "2026-05-29",
|
|
17641
17837
|
"attack_vector": {
|
|
17642
|
-
"description": "
|
|
17643
|
-
"privileges_required": "
|
|
17644
|
-
"complexity": "
|
|
17645
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
17646
17862
|
},
|
|
17647
17863
|
"framework_coverage": {
|
|
17648
17864
|
"NIST-800-53-SI-2": {
|
|
17649
17865
|
"covered": true,
|
|
17650
17866
|
"adequate": false,
|
|
17651
|
-
"gap": "30-day SLA
|
|
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."
|
|
17652
17873
|
},
|
|
17653
17874
|
"ISO-27001-2022-A.8.8": {
|
|
17654
17875
|
"covered": true,
|
|
17655
17876
|
"adequate": false,
|
|
17656
|
-
"gap": "
|
|
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."
|
|
17657
17883
|
}
|
|
17658
17884
|
},
|
|
17659
17885
|
"compliance_exposure_score": {
|
|
17660
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17661
|
-
"basis": "
|
|
17662
|
-
"theater_pattern": "
|
|
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"
|
|
17663
17889
|
},
|
|
17664
17890
|
"ai_discovered_zeroday": false,
|
|
17665
|
-
"ai_discovery_source": "
|
|
17666
|
-
"ai_assist_factor": "none"
|
|
17667
|
-
"_auto_imported": true,
|
|
17668
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17891
|
+
"ai_discovery_source": "vendor_research",
|
|
17892
|
+
"ai_assist_factor": "none"
|
|
17669
17893
|
},
|
|
17670
17894
|
"CVE-2025-21043": {
|
|
17671
17895
|
"name": "Samsung Mobile Devices Out-of-Bounds Write Vulnerability (variant: CVE-2025-21043)",
|
|
@@ -17788,67 +18012,123 @@
|
|
|
17788
18012
|
},
|
|
17789
18013
|
"CVE-2025-59689": {
|
|
17790
18014
|
"name": "Libraesva Email Security Gateway Command Injection Vulnerability",
|
|
17791
|
-
"lesson_date": "2026-05-
|
|
18015
|
+
"lesson_date": "2026-05-29",
|
|
17792
18016
|
"attack_vector": {
|
|
17793
|
-
"description": "
|
|
17794
|
-
"privileges_required": "
|
|
17795
|
-
"complexity": "
|
|
17796
|
-
"ai_factor": "
|
|
18017
|
+
"description": "a command-injection flaw (CWE-77) enabling remote command execution on the mail-security appliance, triggered via a crafted email/attachment. CISA KEV-listed 2025-09-29 with confirmed in-the-wild exploitation.",
|
|
18018
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker; bundled-library flaws are reachable wherever the library processes attacker input)",
|
|
18019
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18020
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18021
|
+
},
|
|
18022
|
+
"defense_chain": {
|
|
18023
|
+
"prevention": {
|
|
18024
|
+
"what_would_have_worked": "Apply the Libraesva update; hunt for web shells, rotate credentials, and review mail-flow integrity — the gateway processes all inbound mail.",
|
|
18025
|
+
"was_this_required": true,
|
|
18026
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18027
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch, bundled-library flaws require updating every consumer, and CI/MFT/EDR-console compromise has downstream reach."
|
|
18028
|
+
},
|
|
18029
|
+
"detection": {
|
|
18030
|
+
"what_would_have_worked": "Monitoring on the Libraesva ESG: exploit-shaped requests, new web-shell files, and unexpected child-process execution by the service (a shell or interpreter spawned from a web/daemon process is a strong injection signal).",
|
|
18031
|
+
"was_this_required": false,
|
|
18032
|
+
"framework_requiring_it": null,
|
|
18033
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
18034
|
+
},
|
|
18035
|
+
"response": {
|
|
18036
|
+
"what_would_have_worked": "Patch immediately (every consumer for a bundled library), hunt and remove web shells, rotate credentials and secrets, and review downstream/supply-chain impact (CI build artifacts, MFT data, EDR-managed endpoints).",
|
|
18037
|
+
"was_this_required": true,
|
|
18038
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18039
|
+
"adequacy": "Mandatory; injection-to-RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
18040
|
+
}
|
|
17797
18041
|
},
|
|
17798
18042
|
"framework_coverage": {
|
|
17799
18043
|
"NIST-800-53-SI-2": {
|
|
17800
18044
|
"covered": true,
|
|
17801
18045
|
"adequate": false,
|
|
17802
|
-
"gap": "30-day SLA
|
|
18046
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated injection-to-RCE flaw; these are mass-exploited within days, and bundled-library flaws (PHPMailer/Bash) persist for years across the long tail."
|
|
17803
18047
|
},
|
|
17804
18048
|
"ISO-27001-2022-A.8.8": {
|
|
17805
18049
|
"covered": true,
|
|
17806
18050
|
"adequate": false,
|
|
17807
|
-
"gap": "
|
|
18051
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service or a widely-bundled vulnerable library."
|
|
18052
|
+
},
|
|
18053
|
+
"NIS2-Art21-network-security": {
|
|
18054
|
+
"covered": true,
|
|
18055
|
+
"adequate": false,
|
|
18056
|
+
"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 / credential-rotation / supply-chain-review cleanup these RCEs need."
|
|
18057
|
+
},
|
|
18058
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
18059
|
+
"covered": true,
|
|
18060
|
+
"adequate": false,
|
|
18061
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing service in or adjacent to the CDE; WAF coverage is partial mitigation, not remediation."
|
|
17808
18062
|
}
|
|
17809
18063
|
},
|
|
17810
18064
|
"compliance_exposure_score": {
|
|
17811
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17812
|
-
"basis": "
|
|
18065
|
+
"percent_audit_passing_orgs_still_exposed": 76,
|
|
18066
|
+
"basis": "Internet-facing Libraesva Email Security Gateway is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and (for bundled libraries) updating every consumer are rarely fully done, leaving long-tail exposure.",
|
|
17813
18067
|
"theater_pattern": "patch_management"
|
|
17814
18068
|
},
|
|
17815
18069
|
"ai_discovered_zeroday": false,
|
|
17816
|
-
"ai_discovery_source": "
|
|
17817
|
-
"ai_assist_factor": "none"
|
|
17818
|
-
"_auto_imported": true,
|
|
17819
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18070
|
+
"ai_discovery_source": "vendor_research",
|
|
18071
|
+
"ai_assist_factor": "none"
|
|
17820
18072
|
},
|
|
17821
18073
|
"CVE-2025-10035": {
|
|
17822
18074
|
"name": "Fortra GoAnywhere MFT Deserialization of Untrusted Data Vulnerability",
|
|
17823
|
-
"lesson_date": "2026-05-
|
|
18075
|
+
"lesson_date": "2026-05-29",
|
|
17824
18076
|
"attack_vector": {
|
|
17825
|
-
"description": "
|
|
17826
|
-
"privileges_required": "
|
|
17827
|
-
"complexity": "
|
|
17828
|
-
"ai_factor": "
|
|
18077
|
+
"description": "a deserialization-of-untrusted-data flaw (CWE-502/CWE-77) in the GoAnywhere MFT license servlet, enabling unauthenticated remote code execution on the managed-file-transfer server (mass-exploited in data-theft extortion campaigns). CISA KEV-listed 2025-09-29 with confirmed in-the-wild exploitation.",
|
|
18078
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker; bundled-library flaws are reachable wherever the library processes attacker input)",
|
|
18079
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18080
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18081
|
+
},
|
|
18082
|
+
"defense_chain": {
|
|
18083
|
+
"prevention": {
|
|
18084
|
+
"what_would_have_worked": "Apply the Fortra GoAnywhere update, restrict the admin console from the internet, hunt for web shells, rotate credentials, and review transferred-file exposure — MFT compromise targets the data in transit.",
|
|
18085
|
+
"was_this_required": true,
|
|
18086
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18087
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch, bundled-library flaws require updating every consumer, and CI/MFT/EDR-console compromise has downstream reach."
|
|
18088
|
+
},
|
|
18089
|
+
"detection": {
|
|
18090
|
+
"what_would_have_worked": "Monitoring on the GoAnywhere MFT: exploit-shaped requests, new web-shell files, and unexpected child-process execution by the service (a shell or interpreter spawned from a web/daemon process is a strong injection signal).",
|
|
18091
|
+
"was_this_required": false,
|
|
18092
|
+
"framework_requiring_it": null,
|
|
18093
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
18094
|
+
},
|
|
18095
|
+
"response": {
|
|
18096
|
+
"what_would_have_worked": "Patch immediately (every consumer for a bundled library), hunt and remove web shells, rotate credentials and secrets, and review downstream/supply-chain impact (CI build artifacts, MFT data, EDR-managed endpoints).",
|
|
18097
|
+
"was_this_required": true,
|
|
18098
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18099
|
+
"adequacy": "Mandatory; injection-to-RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
18100
|
+
}
|
|
17829
18101
|
},
|
|
17830
18102
|
"framework_coverage": {
|
|
17831
18103
|
"NIST-800-53-SI-2": {
|
|
17832
18104
|
"covered": true,
|
|
17833
18105
|
"adequate": false,
|
|
17834
|
-
"gap": "30-day SLA
|
|
18106
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated injection-to-RCE flaw; these are mass-exploited within days, and bundled-library flaws (PHPMailer/Bash) persist for years across the long tail."
|
|
17835
18107
|
},
|
|
17836
18108
|
"ISO-27001-2022-A.8.8": {
|
|
17837
18109
|
"covered": true,
|
|
17838
18110
|
"adequate": false,
|
|
17839
|
-
"gap": "
|
|
18111
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service or a widely-bundled vulnerable library."
|
|
18112
|
+
},
|
|
18113
|
+
"NIS2-Art21-network-security": {
|
|
18114
|
+
"covered": true,
|
|
18115
|
+
"adequate": false,
|
|
18116
|
+
"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 / credential-rotation / supply-chain-review cleanup these RCEs need."
|
|
18117
|
+
},
|
|
18118
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
18119
|
+
"covered": true,
|
|
18120
|
+
"adequate": false,
|
|
18121
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing service in or adjacent to the CDE; WAF coverage is partial mitigation, not remediation."
|
|
17840
18122
|
}
|
|
17841
18123
|
},
|
|
17842
18124
|
"compliance_exposure_score": {
|
|
17843
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17844
|
-
"basis": "
|
|
18125
|
+
"percent_audit_passing_orgs_still_exposed": 76,
|
|
18126
|
+
"basis": "Internet-facing Fortra GoAnywhere MFT is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and (for bundled libraries) updating every consumer are rarely fully done, leaving long-tail exposure.",
|
|
17845
18127
|
"theater_pattern": "patch_management"
|
|
17846
18128
|
},
|
|
17847
18129
|
"ai_discovered_zeroday": false,
|
|
17848
|
-
"ai_discovery_source": "
|
|
17849
|
-
"ai_assist_factor": "none"
|
|
17850
|
-
"_auto_imported": true,
|
|
17851
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18130
|
+
"ai_discovery_source": "vendor_research",
|
|
18131
|
+
"ai_assist_factor": "none"
|
|
17852
18132
|
},
|
|
17853
18133
|
"CVE-2025-20352": {
|
|
17854
18134
|
"name": "Cisco IOS and IOS XE Software SNMP Denial of Service and Remote Code Execution Vulnerability",
|
|
@@ -18336,35 +18616,63 @@
|
|
|
18336
18616
|
},
|
|
18337
18617
|
"CVE-2020-24363": {
|
|
18338
18618
|
"name": "TP-link TL-WA855RE Missing Authentication for Critical Function Vulnerability",
|
|
18339
|
-
"lesson_date": "2026-05-
|
|
18619
|
+
"lesson_date": "2026-05-29",
|
|
18340
18620
|
"attack_vector": {
|
|
18341
|
-
"description": "
|
|
18342
|
-
"privileges_required": "
|
|
18343
|
-
"complexity": "
|
|
18344
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
18345
18645
|
},
|
|
18346
18646
|
"framework_coverage": {
|
|
18347
18647
|
"NIST-800-53-SI-2": {
|
|
18348
18648
|
"covered": true,
|
|
18349
18649
|
"adequate": false,
|
|
18350
|
-
"gap": "30-day SLA
|
|
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."
|
|
18351
18656
|
},
|
|
18352
18657
|
"ISO-27001-2022-A.8.8": {
|
|
18353
18658
|
"covered": true,
|
|
18354
18659
|
"adequate": false,
|
|
18355
|
-
"gap": "
|
|
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."
|
|
18356
18666
|
}
|
|
18357
18667
|
},
|
|
18358
18668
|
"compliance_exposure_score": {
|
|
18359
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18360
|
-
"basis": "
|
|
18361
|
-
"theater_pattern": "
|
|
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"
|
|
18362
18672
|
},
|
|
18363
18673
|
"ai_discovered_zeroday": false,
|
|
18364
|
-
"ai_discovery_source": "
|
|
18365
|
-
"ai_assist_factor": "none"
|
|
18366
|
-
"_auto_imported": true,
|
|
18367
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18674
|
+
"ai_discovery_source": "vendor_research",
|
|
18675
|
+
"ai_assist_factor": "none"
|
|
18368
18676
|
},
|
|
18369
18677
|
"CVE-2025-55177": {
|
|
18370
18678
|
"name": "Meta Platforms WhatsApp Incorrect Authorization Vulnerability",
|
|
@@ -18672,35 +18980,63 @@
|
|
|
18672
18980
|
},
|
|
18673
18981
|
"CVE-2025-54948": {
|
|
18674
18982
|
"name": "Trend Micro Apex One OS Command Injection Vulnerability",
|
|
18675
|
-
"lesson_date": "2026-05-
|
|
18983
|
+
"lesson_date": "2026-05-29",
|
|
18676
18984
|
"attack_vector": {
|
|
18677
|
-
"description": "
|
|
18678
|
-
"privileges_required": "
|
|
18679
|
-
"complexity": "
|
|
18680
|
-
"ai_factor": "
|
|
18985
|
+
"description": "an OS command-injection flaw (CWE-78) enabling unauthenticated remote command execution on the Apex One management console. CISA KEV-listed 2025-08-18 with confirmed in-the-wild exploitation.",
|
|
18986
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker; bundled-library flaws are reachable wherever the library processes attacker input)",
|
|
18987
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18988
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18989
|
+
},
|
|
18990
|
+
"defense_chain": {
|
|
18991
|
+
"prevention": {
|
|
18992
|
+
"what_would_have_worked": "Apply the Trend Micro Apex One update; treat the EDR management server as fleet-reaching — hunt for web shells, rotate credentials, and audit policy/tasking pushed to managed endpoints.",
|
|
18993
|
+
"was_this_required": true,
|
|
18994
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18995
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch, bundled-library flaws require updating every consumer, and CI/MFT/EDR-console compromise has downstream reach."
|
|
18996
|
+
},
|
|
18997
|
+
"detection": {
|
|
18998
|
+
"what_would_have_worked": "Monitoring on the Apex One console: exploit-shaped requests, new web-shell files, and unexpected child-process execution by the service (a shell or interpreter spawned from a web/daemon process is a strong injection signal).",
|
|
18999
|
+
"was_this_required": false,
|
|
19000
|
+
"framework_requiring_it": null,
|
|
19001
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
19002
|
+
},
|
|
19003
|
+
"response": {
|
|
19004
|
+
"what_would_have_worked": "Patch immediately (every consumer for a bundled library), hunt and remove web shells, rotate credentials and secrets, and review downstream/supply-chain impact (CI build artifacts, MFT data, EDR-managed endpoints).",
|
|
19005
|
+
"was_this_required": true,
|
|
19006
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
19007
|
+
"adequacy": "Mandatory; injection-to-RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
19008
|
+
}
|
|
18681
19009
|
},
|
|
18682
19010
|
"framework_coverage": {
|
|
18683
19011
|
"NIST-800-53-SI-2": {
|
|
18684
19012
|
"covered": true,
|
|
18685
19013
|
"adequate": false,
|
|
18686
|
-
"gap": "30-day SLA
|
|
19014
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated injection-to-RCE flaw; these are mass-exploited within days, and bundled-library flaws (PHPMailer/Bash) persist for years across the long tail."
|
|
18687
19015
|
},
|
|
18688
19016
|
"ISO-27001-2022-A.8.8": {
|
|
18689
19017
|
"covered": true,
|
|
18690
19018
|
"adequate": false,
|
|
18691
|
-
"gap": "
|
|
19019
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service or a widely-bundled vulnerable library."
|
|
19020
|
+
},
|
|
19021
|
+
"NIS2-Art21-network-security": {
|
|
19022
|
+
"covered": true,
|
|
19023
|
+
"adequate": false,
|
|
19024
|
+
"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 / credential-rotation / supply-chain-review cleanup these RCEs need."
|
|
19025
|
+
},
|
|
19026
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
19027
|
+
"covered": true,
|
|
19028
|
+
"adequate": false,
|
|
19029
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing service in or adjacent to the CDE; WAF coverage is partial mitigation, not remediation."
|
|
18692
19030
|
}
|
|
18693
19031
|
},
|
|
18694
19032
|
"compliance_exposure_score": {
|
|
18695
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18696
|
-
"basis": "
|
|
19033
|
+
"percent_audit_passing_orgs_still_exposed": 76,
|
|
19034
|
+
"basis": "Internet-facing Trend Micro Apex One is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and (for bundled libraries) updating every consumer are rarely fully done, leaving long-tail exposure.",
|
|
18697
19035
|
"theater_pattern": "patch_management"
|
|
18698
19036
|
},
|
|
18699
19037
|
"ai_discovered_zeroday": false,
|
|
18700
|
-
"ai_discovery_source": "
|
|
18701
|
-
"ai_assist_factor": "none"
|
|
18702
|
-
"_auto_imported": true,
|
|
18703
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
19038
|
+
"ai_discovery_source": "vendor_research",
|
|
19039
|
+
"ai_assist_factor": "none"
|
|
18704
19040
|
},
|
|
18705
19041
|
"CVE-2025-8876": {
|
|
18706
19042
|
"name": "N-able N-Central Command Injection Vulnerability",
|
|
@@ -19957,35 +20293,63 @@
|
|
|
19957
20293
|
},
|
|
19958
20294
|
"CVE-2016-10033": {
|
|
19959
20295
|
"name": "PHPMailer Command Injection Vulnerability",
|
|
19960
|
-
"lesson_date": "2026-05-
|
|
20296
|
+
"lesson_date": "2026-05-29",
|
|
19961
20297
|
"attack_vector": {
|
|
19962
|
-
"description": "
|
|
19963
|
-
"privileges_required": "
|
|
19964
|
-
"complexity": "
|
|
19965
|
-
"ai_factor": "
|
|
20298
|
+
"description": "a command-injection flaw (CWE-77/CWE-88) in PHPMailer's sender-address handling, enabling remote code execution in PHP applications that pass attacker-controlled input to the From address. CISA KEV-listed 2025-07-07 with confirmed in-the-wild exploitation.",
|
|
20299
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker; bundled-library flaws are reachable wherever the library processes attacker input)",
|
|
20300
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
20301
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
20302
|
+
},
|
|
20303
|
+
"defense_chain": {
|
|
20304
|
+
"prevention": {
|
|
20305
|
+
"what_would_have_worked": "Update PHPMailer in every application that bundles it; hunt for web shells in apps that exposed a contact/registration form, and rotate application secrets.",
|
|
20306
|
+
"was_this_required": true,
|
|
20307
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
20308
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch, bundled-library flaws require updating every consumer, and CI/MFT/EDR-console compromise has downstream reach."
|
|
20309
|
+
},
|
|
20310
|
+
"detection": {
|
|
20311
|
+
"what_would_have_worked": "Monitoring on the PHPMailer: exploit-shaped requests, new web-shell files, and unexpected child-process execution by the service (a shell or interpreter spawned from a web/daemon process is a strong injection signal).",
|
|
20312
|
+
"was_this_required": false,
|
|
20313
|
+
"framework_requiring_it": null,
|
|
20314
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
20315
|
+
},
|
|
20316
|
+
"response": {
|
|
20317
|
+
"what_would_have_worked": "Patch immediately (every consumer for a bundled library), hunt and remove web shells, rotate credentials and secrets, and review downstream/supply-chain impact (CI build artifacts, MFT data, EDR-managed endpoints).",
|
|
20318
|
+
"was_this_required": true,
|
|
20319
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
20320
|
+
"adequacy": "Mandatory; injection-to-RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
20321
|
+
}
|
|
19966
20322
|
},
|
|
19967
20323
|
"framework_coverage": {
|
|
19968
20324
|
"NIST-800-53-SI-2": {
|
|
19969
20325
|
"covered": true,
|
|
19970
20326
|
"adequate": false,
|
|
19971
|
-
"gap": "30-day SLA
|
|
20327
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated injection-to-RCE flaw; these are mass-exploited within days, and bundled-library flaws (PHPMailer/Bash) persist for years across the long tail."
|
|
19972
20328
|
},
|
|
19973
20329
|
"ISO-27001-2022-A.8.8": {
|
|
19974
20330
|
"covered": true,
|
|
19975
20331
|
"adequate": false,
|
|
19976
|
-
"gap": "
|
|
20332
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service or a widely-bundled vulnerable library."
|
|
20333
|
+
},
|
|
20334
|
+
"NIS2-Art21-network-security": {
|
|
20335
|
+
"covered": true,
|
|
20336
|
+
"adequate": false,
|
|
20337
|
+
"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 / credential-rotation / supply-chain-review cleanup these RCEs need."
|
|
20338
|
+
},
|
|
20339
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
20340
|
+
"covered": true,
|
|
20341
|
+
"adequate": false,
|
|
20342
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing service in or adjacent to the CDE; WAF coverage is partial mitigation, not remediation."
|
|
19977
20343
|
}
|
|
19978
20344
|
},
|
|
19979
20345
|
"compliance_exposure_score": {
|
|
19980
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
19981
|
-
"basis": "
|
|
20346
|
+
"percent_audit_passing_orgs_still_exposed": 76,
|
|
20347
|
+
"basis": "Internet-facing PHPMailer is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and (for bundled libraries) updating every consumer are rarely fully done, leaving long-tail exposure.",
|
|
19982
20348
|
"theater_pattern": "patch_management"
|
|
19983
20349
|
},
|
|
19984
20350
|
"ai_discovered_zeroday": false,
|
|
19985
|
-
"ai_discovery_source": "
|
|
19986
|
-
"ai_assist_factor": "none"
|
|
19987
|
-
"_auto_imported": true,
|
|
19988
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
20351
|
+
"ai_discovery_source": "vendor_research",
|
|
20352
|
+
"ai_assist_factor": "none"
|
|
19989
20353
|
},
|
|
19990
20354
|
"CVE-2014-3931": {
|
|
19991
20355
|
"name": "Multi-Router Looking Glass (MRLG) Buffer Overflow Vulnerability",
|
|
@@ -20292,35 +20656,63 @@
|
|
|
20292
20656
|
},
|
|
20293
20657
|
"CVE-2024-54085": {
|
|
20294
20658
|
"name": "AMI MegaRAC SPx Authentication Bypass by Spoofing Vulnerability",
|
|
20295
|
-
"lesson_date": "2026-05-
|
|
20659
|
+
"lesson_date": "2026-05-29",
|
|
20296
20660
|
"attack_vector": {
|
|
20297
|
-
"description": "AMI MegaRAC SPx
|
|
20298
|
-
"privileges_required": "
|
|
20299
|
-
"complexity": "
|
|
20300
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
20301
20685
|
},
|
|
20302
20686
|
"framework_coverage": {
|
|
20303
20687
|
"NIST-800-53-SI-2": {
|
|
20304
20688
|
"covered": true,
|
|
20305
20689
|
"adequate": false,
|
|
20306
|
-
"gap": "30-day SLA
|
|
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."
|
|
20307
20696
|
},
|
|
20308
20697
|
"ISO-27001-2022-A.8.8": {
|
|
20309
20698
|
"covered": true,
|
|
20310
20699
|
"adequate": false,
|
|
20311
|
-
"gap": "
|
|
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."
|
|
20312
20706
|
}
|
|
20313
20707
|
},
|
|
20314
20708
|
"compliance_exposure_score": {
|
|
20315
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
20316
|
-
"basis": "
|
|
20317
|
-
"theater_pattern": "
|
|
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"
|
|
20318
20712
|
},
|
|
20319
20713
|
"ai_discovered_zeroday": false,
|
|
20320
|
-
"ai_discovery_source": "
|
|
20321
|
-
"ai_assist_factor": "none"
|
|
20322
|
-
"_auto_imported": true,
|
|
20323
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
20714
|
+
"ai_discovery_source": "vendor_research",
|
|
20715
|
+
"ai_assist_factor": "none"
|
|
20324
20716
|
},
|
|
20325
20717
|
"CVE-2023-0386": {
|
|
20326
20718
|
"name": "Linux Kernel Improper Ownership Management Vulnerability",
|
|
@@ -20590,35 +20982,63 @@
|
|
|
20590
20982
|
},
|
|
20591
20983
|
"CVE-2025-32433": {
|
|
20592
20984
|
"name": "Erlang Erlang/OTP SSH Server Missing Authentication for Critical Function Vulnerability",
|
|
20593
|
-
"lesson_date": "2026-05-
|
|
20985
|
+
"lesson_date": "2026-05-29",
|
|
20594
20986
|
"attack_vector": {
|
|
20595
|
-
"description": "
|
|
20596
|
-
"privileges_required": "
|
|
20597
|
-
"complexity": "
|
|
20598
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
20599
21011
|
},
|
|
20600
21012
|
"framework_coverage": {
|
|
20601
21013
|
"NIST-800-53-SI-2": {
|
|
20602
21014
|
"covered": true,
|
|
20603
21015
|
"adequate": false,
|
|
20604
|
-
"gap": "30-day SLA
|
|
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."
|
|
20605
21022
|
},
|
|
20606
21023
|
"ISO-27001-2022-A.8.8": {
|
|
20607
21024
|
"covered": true,
|
|
20608
21025
|
"adequate": false,
|
|
20609
|
-
"gap": "
|
|
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."
|
|
20610
21032
|
}
|
|
20611
21033
|
},
|
|
20612
21034
|
"compliance_exposure_score": {
|
|
20613
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
20614
|
-
"basis": "
|
|
20615
|
-
"theater_pattern": "
|
|
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"
|
|
20616
21038
|
},
|
|
20617
21039
|
"ai_discovered_zeroday": false,
|
|
20618
|
-
"ai_discovery_source": "
|
|
20619
|
-
"ai_assist_factor": "none"
|
|
20620
|
-
"_auto_imported": true,
|
|
20621
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
21040
|
+
"ai_discovery_source": "vendor_research",
|
|
21041
|
+
"ai_assist_factor": "none"
|
|
20622
21042
|
},
|
|
20623
21043
|
"CVE-2025-5419": {
|
|
20624
21044
|
"name": "Google Chromium V8 Out-of-Bounds Read and Write Vulnerability",
|