@blamejs/exceptd-skills 0.15.38 → 0.15.40
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 +14 -1
- package/data/cve-catalog.json +157 -54
- package/data/zeroday-lessons.json +372 -120
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -12703,35 +12703,63 @@
|
|
|
12703
12703
|
},
|
|
12704
12704
|
"CVE-2025-68461": {
|
|
12705
12705
|
"name": "RoundCube Webmail Cross-site Scripting Vulnerability",
|
|
12706
|
-
"lesson_date": "2026-05-
|
|
12706
|
+
"lesson_date": "2026-05-29",
|
|
12707
12707
|
"attack_vector": {
|
|
12708
|
-
"description": "
|
|
12709
|
-
"privileges_required": "
|
|
12710
|
-
"complexity": "
|
|
12711
|
-
"ai_factor": "
|
|
12708
|
+
"description": "a cross-site scripting flaw (CWE-79) in Roundcube Webmail (a later variant), letting an attacker run script in a victim's authenticated session via a crafted email. CISA KEV-listed 2026-02-20 with confirmed in-the-wild exploitation.",
|
|
12709
|
+
"privileges_required": "none (the attacker sends an email; the victim's act of viewing it triggers the script in their authenticated session)",
|
|
12710
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12711
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12712
|
+
},
|
|
12713
|
+
"defense_chain": {
|
|
12714
|
+
"prevention": {
|
|
12715
|
+
"what_would_have_worked": "Apply the webmail update; enforce a strict Content-Security-Policy, HttpOnly+SameSite session cookies, and robust output encoding so a stored/reflected XSS cannot exfiltrate the session — these flaws are favored by espionage actors for silent mailbox access.",
|
|
12716
|
+
"was_this_required": true,
|
|
12717
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12718
|
+
"adequacy": "Patch closes the specific bug; CSP and HttpOnly/SameSite cookies are the durable controls that keep the next XSS from stealing a session."
|
|
12719
|
+
},
|
|
12720
|
+
"detection": {
|
|
12721
|
+
"what_would_have_worked": "Monitoring on the Roundcube Webmail: emails carrying XSS payloads, webmail sessions making outbound requests to unexpected hosts, and mailbox access from anomalous sources.",
|
|
12722
|
+
"was_this_required": false,
|
|
12723
|
+
"framework_requiring_it": null,
|
|
12724
|
+
"adequacy": "Necessary because the exploit fires silently when the victim opens the email; the anomaly is the session exfiltration and out-of-pattern mailbox access."
|
|
12725
|
+
},
|
|
12726
|
+
"response": {
|
|
12727
|
+
"what_would_have_worked": "Patch immediately, invalidate all webmail sessions and force re-authentication, review mailboxes for unauthorized access and forwarding rules, and rotate credentials for affected users.",
|
|
12728
|
+
"was_this_required": true,
|
|
12729
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12730
|
+
"adequacy": "Mandatory; a webmail-XSS compromise targets mailbox data and persistent access (forwarding rules), which a patch alone does not remediate."
|
|
12731
|
+
}
|
|
12712
12732
|
},
|
|
12713
12733
|
"framework_coverage": {
|
|
12714
12734
|
"NIST-800-53-SI-2": {
|
|
12715
12735
|
"covered": true,
|
|
12716
12736
|
"adequate": false,
|
|
12717
|
-
"gap": "30-day SLA
|
|
12737
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed webmail XSS; these are favored by espionage actors for silent mailbox access and weaponized within days of disclosure."
|
|
12738
|
+
},
|
|
12739
|
+
"NIST-800-53-SI-10-output-encoding": {
|
|
12740
|
+
"covered": true,
|
|
12741
|
+
"adequate": false,
|
|
12742
|
+
"gap": "Output encoding / input validation is named, but the durable compensating controls — a strict Content-Security-Policy and HttpOnly+SameSite session cookies that prevent a stored/reflected XSS from exfiltrating the session — are not mandated, leaving the session stealable even when an encoding bug slips through."
|
|
12718
12743
|
},
|
|
12719
12744
|
"ISO-27001-2022-A.8.8": {
|
|
12720
12745
|
"covered": true,
|
|
12721
12746
|
"adequate": false,
|
|
12722
|
-
"gap": "
|
|
12747
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited, internet-facing webmail server holding high-value mailbox data."
|
|
12748
|
+
},
|
|
12749
|
+
"NIS2-Art21-network-security": {
|
|
12750
|
+
"covered": true,
|
|
12751
|
+
"adequate": false,
|
|
12752
|
+
"gap": "Treats internet-facing mail as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA and does not require the session-invalidation / mailbox-access review a webmail-XSS compromise needs."
|
|
12723
12753
|
}
|
|
12724
12754
|
},
|
|
12725
12755
|
"compliance_exposure_score": {
|
|
12726
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12727
|
-
"basis": "
|
|
12728
|
-
"theater_pattern": "
|
|
12756
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
12757
|
+
"basis": "Internet-facing webmail is run by audited organizations on a standard patch SLA and is repeatedly targeted by espionage actors; the durable controls (CSP, HttpOnly/SameSite cookies) and the session-invalidation / mailbox-review response are rarely part of the documented procedure.",
|
|
12758
|
+
"theater_pattern": "secure_coding"
|
|
12729
12759
|
},
|
|
12730
12760
|
"ai_discovered_zeroday": false,
|
|
12731
|
-
"ai_discovery_source": "
|
|
12732
|
-
"ai_assist_factor": "none"
|
|
12733
|
-
"_auto_imported": true,
|
|
12734
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12761
|
+
"ai_discovery_source": "vendor_research",
|
|
12762
|
+
"ai_assist_factor": "none"
|
|
12735
12763
|
},
|
|
12736
12764
|
"CVE-2021-22175": {
|
|
12737
12765
|
"name": "GitLab Server-Side Request Forgery (SSRF) Vulnerability",
|
|
@@ -12915,35 +12943,63 @@
|
|
|
12915
12943
|
},
|
|
12916
12944
|
"CVE-2024-7694": {
|
|
12917
12945
|
"name": "TeamT5 ThreatSonar Anti-Ransomware Unrestricted Upload of File with Dangerous Type Vulnerability",
|
|
12918
|
-
"lesson_date": "2026-05-
|
|
12946
|
+
"lesson_date": "2026-05-29",
|
|
12919
12947
|
"attack_vector": {
|
|
12920
|
-
"description": "
|
|
12921
|
-
"privileges_required": "
|
|
12922
|
-
"complexity": "
|
|
12923
|
-
"ai_factor": "
|
|
12948
|
+
"description": "an unrestricted file-upload flaw (CWE-434) letting an unauthenticated attacker upload a file for code execution on the security-product server. CISA KEV-listed 2026-02-17 with confirmed in-the-wild exploitation.",
|
|
12949
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service/device interface)",
|
|
12950
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12951
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12952
|
+
},
|
|
12953
|
+
"defense_chain": {
|
|
12954
|
+
"prevention": {
|
|
12955
|
+
"what_would_have_worked": "Apply the TeamT5 ThreatSonar update; treat a compromised security product as a trust inversion — hunt for web shells, rotate credentials, and verify the tool's own integrity and detections were not disabled.",
|
|
12956
|
+
"was_this_required": true,
|
|
12957
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12958
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch; endpoint-manager/dev-tool compromise has downstream and supply-chain reach that must be reviewed."
|
|
12959
|
+
},
|
|
12960
|
+
"detection": {
|
|
12961
|
+
"what_would_have_worked": "Monitoring on the ThreatSonar: exploit-shaped requests, new web-shell files and unexpected process execution after uploads.",
|
|
12962
|
+
"was_this_required": false,
|
|
12963
|
+
"framework_requiring_it": null,
|
|
12964
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
12965
|
+
},
|
|
12966
|
+
"response": {
|
|
12967
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate credentials and secrets, and review downstream/supply-chain impact (managed endpoints for LANSCOPE, build hosts for the dev tool).",
|
|
12968
|
+
"was_this_required": true,
|
|
12969
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12970
|
+
"adequacy": "Mandatory; upload/injection RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
12971
|
+
}
|
|
12924
12972
|
},
|
|
12925
12973
|
"framework_coverage": {
|
|
12926
12974
|
"NIST-800-53-SI-2": {
|
|
12927
12975
|
"covered": true,
|
|
12928
12976
|
"adequate": false,
|
|
12929
|
-
"gap": "30-day SLA
|
|
12977
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated upload-or-injection RCE; these are mass-exploited within days, and endpoint-manager / dev-tool compromise carries downstream and supply-chain reach."
|
|
12930
12978
|
},
|
|
12931
12979
|
"ISO-27001-2022-A.8.8": {
|
|
12932
12980
|
"covered": true,
|
|
12933
12981
|
"adequate": false,
|
|
12934
|
-
"gap": "
|
|
12982
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, developer tool, or device."
|
|
12983
|
+
},
|
|
12984
|
+
"NIS2-Art21-network-security": {
|
|
12985
|
+
"covered": true,
|
|
12986
|
+
"adequate": false,
|
|
12987
|
+
"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 / downstream-review cleanup these RCEs need."
|
|
12988
|
+
},
|
|
12989
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
12990
|
+
"covered": true,
|
|
12991
|
+
"adequate": false,
|
|
12992
|
+
"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."
|
|
12935
12993
|
}
|
|
12936
12994
|
},
|
|
12937
12995
|
"compliance_exposure_score": {
|
|
12938
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12939
|
-
"basis": "
|
|
12996
|
+
"percent_audit_passing_orgs_still_exposed": 76,
|
|
12997
|
+
"basis": "Internet-facing TeamT5 ThreatSonar Anti-Ransomware is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream review are rarely part of the documented patch procedure.",
|
|
12940
12998
|
"theater_pattern": "patch_management"
|
|
12941
12999
|
},
|
|
12942
13000
|
"ai_discovered_zeroday": false,
|
|
12943
|
-
"ai_discovery_source": "
|
|
12944
|
-
"ai_assist_factor": "none"
|
|
12945
|
-
"_auto_imported": true,
|
|
12946
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
13001
|
+
"ai_discovery_source": "vendor_research",
|
|
13002
|
+
"ai_assist_factor": "none"
|
|
12947
13003
|
},
|
|
12948
13004
|
"CVE-2008-0015": {
|
|
12949
13005
|
"name": " Microsoft Windows Video ActiveX Control Remote Code Execution Vulnerability",
|
|
@@ -13631,35 +13687,63 @@
|
|
|
13631
13687
|
},
|
|
13632
13688
|
"CVE-2025-11953": {
|
|
13633
13689
|
"name": "React Native Community CLI OS Command Injection Vulnerability",
|
|
13634
|
-
"lesson_date": "2026-05-
|
|
13690
|
+
"lesson_date": "2026-05-29",
|
|
13635
13691
|
"attack_vector": {
|
|
13636
|
-
"description": "
|
|
13637
|
-
"privileges_required": "
|
|
13638
|
-
"complexity": "
|
|
13639
|
-
"ai_factor": "
|
|
13692
|
+
"description": "an OS command-injection flaw (CWE-78) in the React Native Community CLI's Metro development server, letting a network attacker who can reach the exposed dev server execute commands on the developer host. CISA KEV-listed 2026-02-05 with confirmed in-the-wild exploitation.",
|
|
13693
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service/device interface)",
|
|
13694
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
13695
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
13696
|
+
},
|
|
13697
|
+
"defense_chain": {
|
|
13698
|
+
"prevention": {
|
|
13699
|
+
"what_would_have_worked": "Update the React Native Community CLI; never expose the Metro development server to untrusted networks (bind to localhost) — developer-host compromise is a software-supply-chain risk.",
|
|
13700
|
+
"was_this_required": true,
|
|
13701
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
13702
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch; endpoint-manager/dev-tool compromise has downstream and supply-chain reach that must be reviewed."
|
|
13703
|
+
},
|
|
13704
|
+
"detection": {
|
|
13705
|
+
"what_would_have_worked": "Monitoring on the React Native CLI / Metro dev server: exploit-shaped requests, a shell/interpreter spawned from the service process.",
|
|
13706
|
+
"was_this_required": false,
|
|
13707
|
+
"framework_requiring_it": null,
|
|
13708
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
13709
|
+
},
|
|
13710
|
+
"response": {
|
|
13711
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate credentials and secrets, and review downstream/supply-chain impact (managed endpoints for LANSCOPE, build hosts for the dev tool).",
|
|
13712
|
+
"was_this_required": true,
|
|
13713
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
13714
|
+
"adequacy": "Mandatory; upload/injection RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
13715
|
+
}
|
|
13640
13716
|
},
|
|
13641
13717
|
"framework_coverage": {
|
|
13642
13718
|
"NIST-800-53-SI-2": {
|
|
13643
13719
|
"covered": true,
|
|
13644
13720
|
"adequate": false,
|
|
13645
|
-
"gap": "30-day SLA
|
|
13721
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated upload-or-injection RCE; these are mass-exploited within days, and endpoint-manager / dev-tool compromise carries downstream and supply-chain reach."
|
|
13646
13722
|
},
|
|
13647
13723
|
"ISO-27001-2022-A.8.8": {
|
|
13648
13724
|
"covered": true,
|
|
13649
13725
|
"adequate": false,
|
|
13650
|
-
"gap": "
|
|
13726
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, developer tool, or device."
|
|
13727
|
+
},
|
|
13728
|
+
"NIS2-Art21-network-security": {
|
|
13729
|
+
"covered": true,
|
|
13730
|
+
"adequate": false,
|
|
13731
|
+
"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 / downstream-review cleanup these RCEs need."
|
|
13732
|
+
},
|
|
13733
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
13734
|
+
"covered": true,
|
|
13735
|
+
"adequate": false,
|
|
13736
|
+
"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."
|
|
13651
13737
|
}
|
|
13652
13738
|
},
|
|
13653
13739
|
"compliance_exposure_score": {
|
|
13654
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
13655
|
-
"basis": "
|
|
13740
|
+
"percent_audit_passing_orgs_still_exposed": 76,
|
|
13741
|
+
"basis": "Internet-facing React Native Community CLI is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream review are rarely part of the documented patch procedure.",
|
|
13656
13742
|
"theater_pattern": "patch_management"
|
|
13657
13743
|
},
|
|
13658
13744
|
"ai_discovered_zeroday": false,
|
|
13659
|
-
"ai_discovery_source": "
|
|
13660
|
-
"ai_assist_factor": "none"
|
|
13661
|
-
"_auto_imported": true,
|
|
13662
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
13745
|
+
"ai_discovery_source": "vendor_research",
|
|
13746
|
+
"ai_assist_factor": "none"
|
|
13663
13747
|
},
|
|
13664
13748
|
"CVE-2026-24423": {
|
|
13665
13749
|
"name": "SmarterTools SmarterMail Missing Authentication for Critical Function Vulnerability",
|
|
@@ -14138,35 +14222,63 @@
|
|
|
14138
14222
|
},
|
|
14139
14223
|
"CVE-2025-52691": {
|
|
14140
14224
|
"name": "SmarterTools SmarterMail Unrestricted Upload of File with Dangerous Type Vulnerability",
|
|
14141
|
-
"lesson_date": "2026-05-
|
|
14225
|
+
"lesson_date": "2026-05-29",
|
|
14142
14226
|
"attack_vector": {
|
|
14143
|
-
"description": "
|
|
14144
|
-
"privileges_required": "
|
|
14145
|
-
"complexity": "
|
|
14146
|
-
"ai_factor": "
|
|
14227
|
+
"description": "an unrestricted file-upload flaw (CWE-434) letting an unauthenticated attacker upload a file (e.g. a web shell) for code execution on the mail server. CISA KEV-listed 2026-01-26 with confirmed in-the-wild exploitation.",
|
|
14228
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service/device interface)",
|
|
14229
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
14230
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
14231
|
+
},
|
|
14232
|
+
"defense_chain": {
|
|
14233
|
+
"prevention": {
|
|
14234
|
+
"what_would_have_worked": "Apply the SmarterMail update; hunt for web shells under the mail-server web root, rotate credentials, and review mailbox access — a mail-server foothold targets message data.",
|
|
14235
|
+
"was_this_required": true,
|
|
14236
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
14237
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch; endpoint-manager/dev-tool compromise has downstream and supply-chain reach that must be reviewed."
|
|
14238
|
+
},
|
|
14239
|
+
"detection": {
|
|
14240
|
+
"what_would_have_worked": "Monitoring on the SmarterMail: exploit-shaped requests, new web-shell files and unexpected process execution after uploads.",
|
|
14241
|
+
"was_this_required": false,
|
|
14242
|
+
"framework_requiring_it": null,
|
|
14243
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
14244
|
+
},
|
|
14245
|
+
"response": {
|
|
14246
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate credentials and secrets, and review downstream/supply-chain impact (managed endpoints for LANSCOPE, build hosts for the dev tool).",
|
|
14247
|
+
"was_this_required": true,
|
|
14248
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
14249
|
+
"adequacy": "Mandatory; upload/injection RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
14250
|
+
}
|
|
14147
14251
|
},
|
|
14148
14252
|
"framework_coverage": {
|
|
14149
14253
|
"NIST-800-53-SI-2": {
|
|
14150
14254
|
"covered": true,
|
|
14151
14255
|
"adequate": false,
|
|
14152
|
-
"gap": "30-day SLA
|
|
14256
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated upload-or-injection RCE; these are mass-exploited within days, and endpoint-manager / dev-tool compromise carries downstream and supply-chain reach."
|
|
14153
14257
|
},
|
|
14154
14258
|
"ISO-27001-2022-A.8.8": {
|
|
14155
14259
|
"covered": true,
|
|
14156
14260
|
"adequate": false,
|
|
14157
|
-
"gap": "
|
|
14261
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, developer tool, or device."
|
|
14262
|
+
},
|
|
14263
|
+
"NIS2-Art21-network-security": {
|
|
14264
|
+
"covered": true,
|
|
14265
|
+
"adequate": false,
|
|
14266
|
+
"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 / downstream-review cleanup these RCEs need."
|
|
14267
|
+
},
|
|
14268
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
14269
|
+
"covered": true,
|
|
14270
|
+
"adequate": false,
|
|
14271
|
+
"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."
|
|
14158
14272
|
}
|
|
14159
14273
|
},
|
|
14160
14274
|
"compliance_exposure_score": {
|
|
14161
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
14162
|
-
"basis": "
|
|
14275
|
+
"percent_audit_passing_orgs_still_exposed": 76,
|
|
14276
|
+
"basis": "Internet-facing SmarterTools SmarterMail is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream review are rarely part of the documented patch procedure.",
|
|
14163
14277
|
"theater_pattern": "patch_management"
|
|
14164
14278
|
},
|
|
14165
14279
|
"ai_discovered_zeroday": false,
|
|
14166
|
-
"ai_discovery_source": "
|
|
14167
|
-
"ai_assist_factor": "none"
|
|
14168
|
-
"_auto_imported": true,
|
|
14169
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
14280
|
+
"ai_discovery_source": "vendor_research",
|
|
14281
|
+
"ai_assist_factor": "none"
|
|
14170
14282
|
},
|
|
14171
14283
|
"CVE-2026-23760": {
|
|
14172
14284
|
"name": "SmarterTools SmarterMail Authentication Bypass Using an Alternate Path or Channel Vulnerability",
|
|
@@ -14230,35 +14342,63 @@
|
|
|
14230
14342
|
},
|
|
14231
14343
|
"CVE-2026-24061": {
|
|
14232
14344
|
"name": "GNU InetUtils Argument Injection Vulnerability",
|
|
14233
|
-
"lesson_date": "2026-05-
|
|
14345
|
+
"lesson_date": "2026-05-29",
|
|
14234
14346
|
"attack_vector": {
|
|
14235
|
-
"description": "GNU InetUtils
|
|
14236
|
-
"privileges_required": "
|
|
14237
|
-
"complexity": "
|
|
14238
|
-
"ai_factor": "
|
|
14347
|
+
"description": "an argument-injection flaw (CWE-88) in GNU InetUtils, letting an attacker inject extra command-line arguments to achieve unintended command execution. CISA KEV-listed 2026-01-26 with confirmed in-the-wild exploitation.",
|
|
14348
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service/device interface)",
|
|
14349
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
14350
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
14351
|
+
},
|
|
14352
|
+
"defense_chain": {
|
|
14353
|
+
"prevention": {
|
|
14354
|
+
"what_would_have_worked": "Update GNU InetUtils across the estate; audit scripts and services that pass attacker-influenced input to InetUtils tools — this is a long-tail library-class flaw.",
|
|
14355
|
+
"was_this_required": true,
|
|
14356
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
14357
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch; endpoint-manager/dev-tool compromise has downstream and supply-chain reach that must be reviewed."
|
|
14358
|
+
},
|
|
14359
|
+
"detection": {
|
|
14360
|
+
"what_would_have_worked": "Monitoring on the InetUtils: exploit-shaped requests, a shell/interpreter spawned from the service process.",
|
|
14361
|
+
"was_this_required": false,
|
|
14362
|
+
"framework_requiring_it": null,
|
|
14363
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
14364
|
+
},
|
|
14365
|
+
"response": {
|
|
14366
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate credentials and secrets, and review downstream/supply-chain impact (managed endpoints for LANSCOPE, build hosts for the dev tool).",
|
|
14367
|
+
"was_this_required": true,
|
|
14368
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
14369
|
+
"adequacy": "Mandatory; upload/injection RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
14370
|
+
}
|
|
14239
14371
|
},
|
|
14240
14372
|
"framework_coverage": {
|
|
14241
14373
|
"NIST-800-53-SI-2": {
|
|
14242
14374
|
"covered": true,
|
|
14243
14375
|
"adequate": false,
|
|
14244
|
-
"gap": "30-day SLA
|
|
14376
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated upload-or-injection RCE; these are mass-exploited within days, and endpoint-manager / dev-tool compromise carries downstream and supply-chain reach."
|
|
14245
14377
|
},
|
|
14246
14378
|
"ISO-27001-2022-A.8.8": {
|
|
14247
14379
|
"covered": true,
|
|
14248
14380
|
"adequate": false,
|
|
14249
|
-
"gap": "
|
|
14381
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, developer tool, or device."
|
|
14382
|
+
},
|
|
14383
|
+
"NIS2-Art21-network-security": {
|
|
14384
|
+
"covered": true,
|
|
14385
|
+
"adequate": false,
|
|
14386
|
+
"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 / downstream-review cleanup these RCEs need."
|
|
14387
|
+
},
|
|
14388
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
14389
|
+
"covered": true,
|
|
14390
|
+
"adequate": false,
|
|
14391
|
+
"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."
|
|
14250
14392
|
}
|
|
14251
14393
|
},
|
|
14252
14394
|
"compliance_exposure_score": {
|
|
14253
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
14254
|
-
"basis": "
|
|
14395
|
+
"percent_audit_passing_orgs_still_exposed": 76,
|
|
14396
|
+
"basis": "Internet-facing GNU InetUtils is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream review are rarely part of the documented patch procedure.",
|
|
14255
14397
|
"theater_pattern": "patch_management"
|
|
14256
14398
|
},
|
|
14257
14399
|
"ai_discovered_zeroday": false,
|
|
14258
|
-
"ai_discovery_source": "
|
|
14259
|
-
"ai_assist_factor": "none"
|
|
14260
|
-
"_auto_imported": true,
|
|
14261
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
14400
|
+
"ai_discovery_source": "vendor_research",
|
|
14401
|
+
"ai_assist_factor": "none"
|
|
14262
14402
|
},
|
|
14263
14403
|
"CVE-2026-21509": {
|
|
14264
14404
|
"name": "Microsoft Office Security Feature Bypass Vulnerability",
|
|
@@ -16823,35 +16963,63 @@
|
|
|
16823
16963
|
},
|
|
16824
16964
|
"CVE-2025-61932": {
|
|
16825
16965
|
"name": "Motex LANSCOPE Endpoint Manager Improper Verification of Source of a Communication Channel Vulnerability",
|
|
16826
|
-
"lesson_date": "2026-05-
|
|
16966
|
+
"lesson_date": "2026-05-29",
|
|
16827
16967
|
"attack_vector": {
|
|
16828
|
-
"description": "Motex LANSCOPE Endpoint Manager
|
|
16829
|
-
"privileges_required": "
|
|
16830
|
-
"complexity": "
|
|
16831
|
-
"ai_factor": "
|
|
16968
|
+
"description": "an improper-verification-of-communication-source flaw (CWE-940) in Motex LANSCOPE Endpoint Manager, letting an unauthenticated attacker send trusted commands to the management agent/server for remote code execution. CISA KEV-listed 2025-10-22 with confirmed in-the-wild exploitation.",
|
|
16969
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service/device interface)",
|
|
16970
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16971
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16972
|
+
},
|
|
16973
|
+
"defense_chain": {
|
|
16974
|
+
"prevention": {
|
|
16975
|
+
"what_would_have_worked": "Apply the Motex LANSCOPE update; the endpoint manager reaches the whole managed fleet, so treat compromise as fleet-wide — rotate credentials and audit commands/tasking pushed to managed endpoints.",
|
|
16976
|
+
"was_this_required": true,
|
|
16977
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16978
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch; endpoint-manager/dev-tool compromise has downstream and supply-chain reach that must be reviewed."
|
|
16979
|
+
},
|
|
16980
|
+
"detection": {
|
|
16981
|
+
"what_would_have_worked": "Monitoring on the LANSCOPE Endpoint Manager: exploit-shaped requests, a shell/interpreter spawned from the service process.",
|
|
16982
|
+
"was_this_required": false,
|
|
16983
|
+
"framework_requiring_it": null,
|
|
16984
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
16985
|
+
},
|
|
16986
|
+
"response": {
|
|
16987
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate credentials and secrets, and review downstream/supply-chain impact (managed endpoints for LANSCOPE, build hosts for the dev tool).",
|
|
16988
|
+
"was_this_required": true,
|
|
16989
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16990
|
+
"adequacy": "Mandatory; upload/injection RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
16991
|
+
}
|
|
16832
16992
|
},
|
|
16833
16993
|
"framework_coverage": {
|
|
16834
16994
|
"NIST-800-53-SI-2": {
|
|
16835
16995
|
"covered": true,
|
|
16836
16996
|
"adequate": false,
|
|
16837
|
-
"gap": "30-day SLA
|
|
16997
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated upload-or-injection RCE; these are mass-exploited within days, and endpoint-manager / dev-tool compromise carries downstream and supply-chain reach."
|
|
16838
16998
|
},
|
|
16839
16999
|
"ISO-27001-2022-A.8.8": {
|
|
16840
17000
|
"covered": true,
|
|
16841
17001
|
"adequate": false,
|
|
16842
|
-
"gap": "
|
|
17002
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, developer tool, or device."
|
|
17003
|
+
},
|
|
17004
|
+
"NIS2-Art21-network-security": {
|
|
17005
|
+
"covered": true,
|
|
17006
|
+
"adequate": false,
|
|
17007
|
+
"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 / downstream-review cleanup these RCEs need."
|
|
17008
|
+
},
|
|
17009
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
17010
|
+
"covered": true,
|
|
17011
|
+
"adequate": false,
|
|
17012
|
+
"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."
|
|
16843
17013
|
}
|
|
16844
17014
|
},
|
|
16845
17015
|
"compliance_exposure_score": {
|
|
16846
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16847
|
-
"basis": "
|
|
17016
|
+
"percent_audit_passing_orgs_still_exposed": 76,
|
|
17017
|
+
"basis": "Internet-facing Motex LANSCOPE Endpoint Manager is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream review are rarely part of the documented patch procedure.",
|
|
16848
17018
|
"theater_pattern": "patch_management"
|
|
16849
17019
|
},
|
|
16850
17020
|
"ai_discovered_zeroday": false,
|
|
16851
|
-
"ai_discovery_source": "
|
|
16852
|
-
"ai_assist_factor": "none"
|
|
16853
|
-
"_auto_imported": true,
|
|
16854
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17021
|
+
"ai_discovery_source": "vendor_research",
|
|
17022
|
+
"ai_assist_factor": "none"
|
|
16855
17023
|
},
|
|
16856
17024
|
"CVE-2022-48503": {
|
|
16857
17025
|
"name": "Apple Multiple Products Unspecified Vulnerability",
|
|
@@ -18152,35 +18320,63 @@
|
|
|
18152
18320
|
},
|
|
18153
18321
|
"CVE-2025-4008": {
|
|
18154
18322
|
"name": "Smartbedded Meteobridge Command Injection Vulnerability",
|
|
18155
|
-
"lesson_date": "2026-05-
|
|
18323
|
+
"lesson_date": "2026-05-29",
|
|
18156
18324
|
"attack_vector": {
|
|
18157
|
-
"description": "
|
|
18158
|
-
"privileges_required": "
|
|
18159
|
-
"complexity": "
|
|
18160
|
-
"ai_factor": "
|
|
18325
|
+
"description": "an OS command-injection flaw (CWE-306/CWE-77) on the Smartbedded Meteobridge weather-station device, letting an unauthenticated attacker execute commands on the device. CISA KEV-listed 2025-10-02 with confirmed in-the-wild exploitation.",
|
|
18326
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service/device interface)",
|
|
18327
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18328
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18329
|
+
},
|
|
18330
|
+
"defense_chain": {
|
|
18331
|
+
"prevention": {
|
|
18332
|
+
"what_would_have_worked": "Apply the Meteobridge firmware update; segment the device off the internet/IT network and rotate credentials — embedded devices are recruited into botnets via flaws like this.",
|
|
18333
|
+
"was_this_required": true,
|
|
18334
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18335
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch; endpoint-manager/dev-tool compromise has downstream and supply-chain reach that must be reviewed."
|
|
18336
|
+
},
|
|
18337
|
+
"detection": {
|
|
18338
|
+
"what_would_have_worked": "Monitoring on the Meteobridge device: exploit-shaped requests, a shell/interpreter spawned from the service process.",
|
|
18339
|
+
"was_this_required": false,
|
|
18340
|
+
"framework_requiring_it": null,
|
|
18341
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
18342
|
+
},
|
|
18343
|
+
"response": {
|
|
18344
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate credentials and secrets, and review downstream/supply-chain impact (managed endpoints for LANSCOPE, build hosts for the dev tool).",
|
|
18345
|
+
"was_this_required": true,
|
|
18346
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18347
|
+
"adequacy": "Mandatory; upload/injection RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
18348
|
+
}
|
|
18161
18349
|
},
|
|
18162
18350
|
"framework_coverage": {
|
|
18163
18351
|
"NIST-800-53-SI-2": {
|
|
18164
18352
|
"covered": true,
|
|
18165
18353
|
"adequate": false,
|
|
18166
|
-
"gap": "30-day SLA
|
|
18354
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated upload-or-injection RCE; these are mass-exploited within days, and endpoint-manager / dev-tool compromise carries downstream and supply-chain reach."
|
|
18167
18355
|
},
|
|
18168
18356
|
"ISO-27001-2022-A.8.8": {
|
|
18169
18357
|
"covered": true,
|
|
18170
18358
|
"adequate": false,
|
|
18171
|
-
"gap": "
|
|
18359
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, developer tool, or device."
|
|
18360
|
+
},
|
|
18361
|
+
"NIS2-Art21-network-security": {
|
|
18362
|
+
"covered": true,
|
|
18363
|
+
"adequate": false,
|
|
18364
|
+
"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 / downstream-review cleanup these RCEs need."
|
|
18365
|
+
},
|
|
18366
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
18367
|
+
"covered": true,
|
|
18368
|
+
"adequate": false,
|
|
18369
|
+
"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."
|
|
18172
18370
|
}
|
|
18173
18371
|
},
|
|
18174
18372
|
"compliance_exposure_score": {
|
|
18175
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18176
|
-
"basis": "
|
|
18373
|
+
"percent_audit_passing_orgs_still_exposed": 76,
|
|
18374
|
+
"basis": "Internet-facing Smartbedded Meteobridge is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream review are rarely part of the documented patch procedure.",
|
|
18177
18375
|
"theater_pattern": "patch_management"
|
|
18178
18376
|
},
|
|
18179
18377
|
"ai_discovered_zeroday": false,
|
|
18180
|
-
"ai_discovery_source": "
|
|
18181
|
-
"ai_assist_factor": "none"
|
|
18182
|
-
"_auto_imported": true,
|
|
18183
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18378
|
+
"ai_discovery_source": "vendor_research",
|
|
18379
|
+
"ai_assist_factor": "none"
|
|
18184
18380
|
},
|
|
18185
18381
|
"CVE-2025-32463": {
|
|
18186
18382
|
"name": "Sudo Inclusion of Functionality from Untrusted Control Sphere Vulnerability",
|
|
@@ -21358,35 +21554,63 @@
|
|
|
21358
21554
|
},
|
|
21359
21555
|
"CVE-2024-42009": {
|
|
21360
21556
|
"name": "RoundCube Webmail Cross-Site Scripting Vulnerability",
|
|
21361
|
-
"lesson_date": "2026-05-
|
|
21557
|
+
"lesson_date": "2026-05-29",
|
|
21362
21558
|
"attack_vector": {
|
|
21363
|
-
"description": "
|
|
21364
|
-
"privileges_required": "
|
|
21365
|
-
"complexity": "
|
|
21366
|
-
"ai_factor": "
|
|
21559
|
+
"description": "a cross-site scripting flaw (CWE-79) in Roundcube Webmail, letting an attacker run script in a victim's authenticated session via a crafted email (exploited in espionage credential-theft campaigns). CISA KEV-listed 2025-06-09 with confirmed in-the-wild exploitation.",
|
|
21560
|
+
"privileges_required": "none (the attacker sends an email; the victim's act of viewing it triggers the script in their authenticated session)",
|
|
21561
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
21562
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
21563
|
+
},
|
|
21564
|
+
"defense_chain": {
|
|
21565
|
+
"prevention": {
|
|
21566
|
+
"what_would_have_worked": "Apply the webmail update; enforce a strict Content-Security-Policy, HttpOnly+SameSite session cookies, and robust output encoding so a stored/reflected XSS cannot exfiltrate the session — these flaws are favored by espionage actors for silent mailbox access.",
|
|
21567
|
+
"was_this_required": true,
|
|
21568
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
21569
|
+
"adequacy": "Patch closes the specific bug; CSP and HttpOnly/SameSite cookies are the durable controls that keep the next XSS from stealing a session."
|
|
21570
|
+
},
|
|
21571
|
+
"detection": {
|
|
21572
|
+
"what_would_have_worked": "Monitoring on the Roundcube Webmail: emails carrying XSS payloads, webmail sessions making outbound requests to unexpected hosts, and mailbox access from anomalous sources.",
|
|
21573
|
+
"was_this_required": false,
|
|
21574
|
+
"framework_requiring_it": null,
|
|
21575
|
+
"adequacy": "Necessary because the exploit fires silently when the victim opens the email; the anomaly is the session exfiltration and out-of-pattern mailbox access."
|
|
21576
|
+
},
|
|
21577
|
+
"response": {
|
|
21578
|
+
"what_would_have_worked": "Patch immediately, invalidate all webmail sessions and force re-authentication, review mailboxes for unauthorized access and forwarding rules, and rotate credentials for affected users.",
|
|
21579
|
+
"was_this_required": true,
|
|
21580
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
21581
|
+
"adequacy": "Mandatory; a webmail-XSS compromise targets mailbox data and persistent access (forwarding rules), which a patch alone does not remediate."
|
|
21582
|
+
}
|
|
21367
21583
|
},
|
|
21368
21584
|
"framework_coverage": {
|
|
21369
21585
|
"NIST-800-53-SI-2": {
|
|
21370
21586
|
"covered": true,
|
|
21371
21587
|
"adequate": false,
|
|
21372
|
-
"gap": "30-day SLA
|
|
21588
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed webmail XSS; these are favored by espionage actors for silent mailbox access and weaponized within days of disclosure."
|
|
21589
|
+
},
|
|
21590
|
+
"NIST-800-53-SI-10-output-encoding": {
|
|
21591
|
+
"covered": true,
|
|
21592
|
+
"adequate": false,
|
|
21593
|
+
"gap": "Output encoding / input validation is named, but the durable compensating controls — a strict Content-Security-Policy and HttpOnly+SameSite session cookies that prevent a stored/reflected XSS from exfiltrating the session — are not mandated, leaving the session stealable even when an encoding bug slips through."
|
|
21373
21594
|
},
|
|
21374
21595
|
"ISO-27001-2022-A.8.8": {
|
|
21375
21596
|
"covered": true,
|
|
21376
21597
|
"adequate": false,
|
|
21377
|
-
"gap": "
|
|
21598
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited, internet-facing webmail server holding high-value mailbox data."
|
|
21599
|
+
},
|
|
21600
|
+
"NIS2-Art21-network-security": {
|
|
21601
|
+
"covered": true,
|
|
21602
|
+
"adequate": false,
|
|
21603
|
+
"gap": "Treats internet-facing mail as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA and does not require the session-invalidation / mailbox-access review a webmail-XSS compromise needs."
|
|
21378
21604
|
}
|
|
21379
21605
|
},
|
|
21380
21606
|
"compliance_exposure_score": {
|
|
21381
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
21382
|
-
"basis": "
|
|
21383
|
-
"theater_pattern": "
|
|
21607
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
21608
|
+
"basis": "Internet-facing webmail is run by audited organizations on a standard patch SLA and is repeatedly targeted by espionage actors; the durable controls (CSP, HttpOnly/SameSite cookies) and the session-invalidation / mailbox-review response are rarely part of the documented procedure.",
|
|
21609
|
+
"theater_pattern": "secure_coding"
|
|
21384
21610
|
},
|
|
21385
21611
|
"ai_discovered_zeroday": false,
|
|
21386
|
-
"ai_discovery_source": "
|
|
21387
|
-
"ai_assist_factor": "none"
|
|
21388
|
-
"_auto_imported": true,
|
|
21389
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
21612
|
+
"ai_discovery_source": "vendor_research",
|
|
21613
|
+
"ai_assist_factor": "none"
|
|
21390
21614
|
},
|
|
21391
21615
|
"CVE-2025-32433": {
|
|
21392
21616
|
"name": "Erlang Erlang/OTP SSH Server Missing Authentication for Critical Function Vulnerability",
|
|
@@ -22182,35 +22406,63 @@
|
|
|
22182
22406
|
},
|
|
22183
22407
|
"CVE-2024-11182": {
|
|
22184
22408
|
"name": "MDaemon Email Server Cross-Site Scripting (XSS) Vulnerability",
|
|
22185
|
-
"lesson_date": "2026-05-
|
|
22409
|
+
"lesson_date": "2026-05-29",
|
|
22186
22410
|
"attack_vector": {
|
|
22187
|
-
"description": "
|
|
22188
|
-
"privileges_required": "
|
|
22189
|
-
"complexity": "
|
|
22190
|
-
"ai_factor": "
|
|
22411
|
+
"description": "a cross-site scripting flaw (CWE-79) in the MDaemon webmail (WorldClient), letting an attacker run script in a victim's authenticated session when they view a crafted email — used to steal session credentials and access the mailbox. CISA KEV-listed 2025-05-19 with confirmed in-the-wild exploitation.",
|
|
22412
|
+
"privileges_required": "none (the attacker sends an email; the victim's act of viewing it triggers the script in their authenticated session)",
|
|
22413
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
22414
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
22415
|
+
},
|
|
22416
|
+
"defense_chain": {
|
|
22417
|
+
"prevention": {
|
|
22418
|
+
"what_would_have_worked": "Apply the webmail update; enforce a strict Content-Security-Policy, HttpOnly+SameSite session cookies, and robust output encoding so a stored/reflected XSS cannot exfiltrate the session — these flaws are favored by espionage actors for silent mailbox access.",
|
|
22419
|
+
"was_this_required": true,
|
|
22420
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
22421
|
+
"adequacy": "Patch closes the specific bug; CSP and HttpOnly/SameSite cookies are the durable controls that keep the next XSS from stealing a session."
|
|
22422
|
+
},
|
|
22423
|
+
"detection": {
|
|
22424
|
+
"what_would_have_worked": "Monitoring on the MDaemon WorldClient webmail: emails carrying XSS payloads, webmail sessions making outbound requests to unexpected hosts, and mailbox access from anomalous sources.",
|
|
22425
|
+
"was_this_required": false,
|
|
22426
|
+
"framework_requiring_it": null,
|
|
22427
|
+
"adequacy": "Necessary because the exploit fires silently when the victim opens the email; the anomaly is the session exfiltration and out-of-pattern mailbox access."
|
|
22428
|
+
},
|
|
22429
|
+
"response": {
|
|
22430
|
+
"what_would_have_worked": "Patch immediately, invalidate all webmail sessions and force re-authentication, review mailboxes for unauthorized access and forwarding rules, and rotate credentials for affected users.",
|
|
22431
|
+
"was_this_required": true,
|
|
22432
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
22433
|
+
"adequacy": "Mandatory; a webmail-XSS compromise targets mailbox data and persistent access (forwarding rules), which a patch alone does not remediate."
|
|
22434
|
+
}
|
|
22191
22435
|
},
|
|
22192
22436
|
"framework_coverage": {
|
|
22193
22437
|
"NIST-800-53-SI-2": {
|
|
22194
22438
|
"covered": true,
|
|
22195
22439
|
"adequate": false,
|
|
22196
|
-
"gap": "30-day SLA
|
|
22440
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed webmail XSS; these are favored by espionage actors for silent mailbox access and weaponized within days of disclosure."
|
|
22441
|
+
},
|
|
22442
|
+
"NIST-800-53-SI-10-output-encoding": {
|
|
22443
|
+
"covered": true,
|
|
22444
|
+
"adequate": false,
|
|
22445
|
+
"gap": "Output encoding / input validation is named, but the durable compensating controls — a strict Content-Security-Policy and HttpOnly+SameSite session cookies that prevent a stored/reflected XSS from exfiltrating the session — are not mandated, leaving the session stealable even when an encoding bug slips through."
|
|
22197
22446
|
},
|
|
22198
22447
|
"ISO-27001-2022-A.8.8": {
|
|
22199
22448
|
"covered": true,
|
|
22200
22449
|
"adequate": false,
|
|
22201
|
-
"gap": "
|
|
22450
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited, internet-facing webmail server holding high-value mailbox data."
|
|
22451
|
+
},
|
|
22452
|
+
"NIS2-Art21-network-security": {
|
|
22453
|
+
"covered": true,
|
|
22454
|
+
"adequate": false,
|
|
22455
|
+
"gap": "Treats internet-facing mail as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA and does not require the session-invalidation / mailbox-access review a webmail-XSS compromise needs."
|
|
22202
22456
|
}
|
|
22203
22457
|
},
|
|
22204
22458
|
"compliance_exposure_score": {
|
|
22205
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
22206
|
-
"basis": "
|
|
22207
|
-
"theater_pattern": "
|
|
22459
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
22460
|
+
"basis": "Internet-facing webmail is run by audited organizations on a standard patch SLA and is repeatedly targeted by espionage actors; the durable controls (CSP, HttpOnly/SameSite cookies) and the session-invalidation / mailbox-review response are rarely part of the documented procedure.",
|
|
22461
|
+
"theater_pattern": "secure_coding"
|
|
22208
22462
|
},
|
|
22209
22463
|
"ai_discovered_zeroday": false,
|
|
22210
|
-
"ai_discovery_source": "
|
|
22211
|
-
"ai_assist_factor": "none"
|
|
22212
|
-
"_auto_imported": true,
|
|
22213
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
22464
|
+
"ai_discovery_source": "vendor_research",
|
|
22465
|
+
"ai_assist_factor": "none"
|
|
22214
22466
|
},
|
|
22215
22467
|
"CVE-2025-4428": {
|
|
22216
22468
|
"name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability (variant: CVE-2025-4428)",
|