@blamejs/exceptd-skills 0.15.37 → 0.15.39

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.
@@ -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-18",
12706
+ "lesson_date": "2026-05-29",
12707
12707
  "attack_vector": {
12708
- "description": "RoundCube Webmail contains a cross-site scripting vulnerability via the animate tag in an SVG document.",
12709
- "privileges_required": "network attacker (no authentication required)",
12710
- "complexity": "moderate (bulk-import default)",
12711
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
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 inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
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": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
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": 55,
12727
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
12728
- "theater_pattern": "patch_management"
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": "unknown",
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",
@@ -20585,35 +20613,63 @@
20585
20613
  },
20586
20614
  "CVE-2019-5418": {
20587
20615
  "name": "Rails Ruby on Rails Path Traversal Vulnerability",
20588
- "lesson_date": "2026-05-18",
20616
+ "lesson_date": "2026-05-29",
20589
20617
  "attack_vector": {
20590
- "description": "Rails Ruby on Rails contains a path traversal vulnerability in Action View. Specially crafted accept headers in combination with calls to `render file:` can cause arbitrary files on the target server to be rendered, disclosing the file contents.",
20591
- "privileges_required": "network attacker (no authentication required)",
20592
- "complexity": "moderate (bulk-import default)",
20593
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
20618
+ "description": "a path-traversal flaw (CWE-22) in Ruby on Rails Action View (crafted Accept header), letting an unauthenticated attacker read arbitrary files including configuration and secrets. CISA KEV-listed 2025-07-07 with confirmed in-the-wild exploitation.",
20619
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application/device interface)",
20620
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
20621
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
20622
+ },
20623
+ "defense_chain": {
20624
+ "prevention": {
20625
+ "what_would_have_worked": "Apply the Rails update; rotate any credentials, secret_key_base, and data-source passwords the file read could disclose, and restrict the app's filesystem access.",
20626
+ "was_this_required": true,
20627
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
20628
+ "adequacy": "Patch is necessary but insufficient alone — any secret the traversal disclosed survives the patch and must be rotated; an EOL device must be replaced."
20629
+ },
20630
+ "detection": {
20631
+ "what_would_have_worked": "Monitoring on the Rails: requests containing traversal sequences, reads of credential/secret files and subsequent use of disclosed secrets.",
20632
+ "was_this_required": false,
20633
+ "framework_requiring_it": null,
20634
+ "adequacy": "Necessary to catch exploitation and the secret-disclosure or file-write consequence after patching."
20635
+ },
20636
+ "response": {
20637
+ "what_would_have_worked": "Patch (or replace an EOL device); rotate every secret reachable through the file read, and review for follow-on access using disclosed material.",
20638
+ "was_this_required": true,
20639
+ "framework_requiring_it": "NIST 800-53 IR-4",
20640
+ "adequacy": "Mandatory; patch-in-place without secret rotation / file cleanup leaves the attacker with a usable foothold."
20641
+ }
20594
20642
  },
20595
20643
  "framework_coverage": {
20596
20644
  "NIST-800-53-SI-2": {
20597
20645
  "covered": true,
20598
20646
  "adequate": false,
20599
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
20647
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated path-traversal flaw; arbitrary file read leaks secrets that enable follow-on access, and EOL devices (DIR-859) cannot be patched at all."
20600
20648
  },
20601
20649
  "ISO-27001-2022-A.8.8": {
20602
20650
  "covered": true,
20603
20651
  "adequate": false,
20604
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
20652
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application or device, and the disclosed-secret exposure persists until the secrets are rotated."
20653
+ },
20654
+ "NIS2-Art21-network-security": {
20655
+ "covered": true,
20656
+ "adequate": false,
20657
+ "gap": "Treats internet-facing applications/devices as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the secret-rotation cleanup a file-read flaw needs or the replacement an EOL device needs."
20658
+ },
20659
+ "PCI-DSS-4.0-6.3.3": {
20660
+ "covered": true,
20661
+ "adequate": false,
20662
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application/device whose file-read can disclose CDE-adjacent secrets."
20605
20663
  }
20606
20664
  },
20607
20665
  "compliance_exposure_score": {
20608
- "percent_audit_passing_orgs_still_exposed": 55,
20609
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
20666
+ "percent_audit_passing_orgs_still_exposed": 73,
20667
+ "basis": "Internet-facing Ruby on Rails is run by audited organizations on a standard patch SLA and is exploited within days; the required secret rotation (or EOL-device replacement) is rarely part of the documented patch procedure, leaving disclosed credentials usable.",
20610
20668
  "theater_pattern": "patch_management"
20611
20669
  },
20612
20670
  "ai_discovered_zeroday": false,
20613
- "ai_discovery_source": "unknown",
20614
- "ai_assist_factor": "none",
20615
- "_auto_imported": true,
20616
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
20671
+ "ai_discovery_source": "vendor_research",
20672
+ "ai_assist_factor": "none"
20617
20673
  },
20618
20674
  "CVE-2016-10033": {
20619
20675
  "name": "PHPMailer Command Injection Vulnerability",
@@ -20948,35 +21004,63 @@
20948
21004
  },
20949
21005
  "CVE-2024-0769": {
20950
21006
  "name": " D-Link DIR-859 Router Path Traversal Vulnerability",
20951
- "lesson_date": "2026-05-18",
21007
+ "lesson_date": "2026-05-29",
20952
21008
  "attack_vector": {
20953
- "description": "D-Link DIR-859 routers contain a path traversal vulnerability in the file /hedwig.cgi of the component HTTP POST Request Handler. Manipulation of the argument service with the input ../../../../htdocs/webinc/getcfg/DHCPS6.BRIDGE-1.xml allows for the leakage of session data potentially enabling privilege escalation and unauthorized control of the device. This vulnerability affects legacy D-Link products. All associated hardware revisions have reached their end-of-life (EOL) or end-of-service (EOS) life cycle and should be retired and replaced per vendor instructions.",
20954
- "privileges_required": "unprivileged local user",
20955
- "complexity": "moderate (bulk-import default)",
20956
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
21009
+ "description": "a path-traversal flaw (CWE-22) on the D-Link DIR-859 router, letting an attacker read sensitive files including credentials from the device configuration. CISA KEV-listed 2025-06-25 with confirmed in-the-wild exploitation.",
21010
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application/device interface)",
21011
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
21012
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
21013
+ },
21014
+ "defense_chain": {
21015
+ "prevention": {
21016
+ "what_would_have_worked": "The DIR-859 is end-of-life; replace it. Where still deployed, restrict management access and rotate device/Wi-Fi credentials — EOL routers are recruited into botnets via flaws like this.",
21017
+ "was_this_required": true,
21018
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
21019
+ "adequacy": "Patch is necessary but insufficient alone — any secret the traversal disclosed survives the patch and must be rotated; an EOL device must be replaced."
21020
+ },
21021
+ "detection": {
21022
+ "what_would_have_worked": "Monitoring on the DIR-859 router: requests containing traversal sequences, reads of credential/secret files and subsequent use of disclosed secrets.",
21023
+ "was_this_required": false,
21024
+ "framework_requiring_it": null,
21025
+ "adequacy": "Necessary to catch exploitation and the secret-disclosure or file-write consequence after patching."
21026
+ },
21027
+ "response": {
21028
+ "what_would_have_worked": "Patch (or replace an EOL device); rotate every secret reachable through the file read, and review for follow-on access using disclosed material.",
21029
+ "was_this_required": true,
21030
+ "framework_requiring_it": "NIST 800-53 IR-4",
21031
+ "adequacy": "Mandatory; patch-in-place without secret rotation / file cleanup leaves the attacker with a usable foothold."
21032
+ }
20957
21033
  },
20958
21034
  "framework_coverage": {
20959
21035
  "NIST-800-53-SI-2": {
20960
21036
  "covered": true,
20961
21037
  "adequate": false,
20962
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
21038
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated path-traversal flaw; arbitrary file read leaks secrets that enable follow-on access, and EOL devices (DIR-859) cannot be patched at all."
20963
21039
  },
20964
21040
  "ISO-27001-2022-A.8.8": {
20965
21041
  "covered": true,
20966
21042
  "adequate": false,
20967
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
21043
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application or device, and the disclosed-secret exposure persists until the secrets are rotated."
21044
+ },
21045
+ "NIS2-Art21-network-security": {
21046
+ "covered": true,
21047
+ "adequate": false,
21048
+ "gap": "Treats internet-facing applications/devices as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the secret-rotation cleanup a file-read flaw needs or the replacement an EOL device needs."
21049
+ },
21050
+ "PCI-DSS-4.0-6.3.3": {
21051
+ "covered": true,
21052
+ "adequate": false,
21053
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application/device whose file-read can disclose CDE-adjacent secrets."
20968
21054
  }
20969
21055
  },
20970
21056
  "compliance_exposure_score": {
20971
- "percent_audit_passing_orgs_still_exposed": 55,
20972
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
21057
+ "percent_audit_passing_orgs_still_exposed": 73,
21058
+ "basis": "Internet-facing D-Link DIR-859 router is run by audited organizations on a standard patch SLA and is exploited within days; the required secret rotation (or EOL-device replacement) is rarely part of the documented patch procedure, leaving disclosed credentials usable.",
20973
21059
  "theater_pattern": "patch_management"
20974
21060
  },
20975
21061
  "ai_discovered_zeroday": false,
20976
- "ai_discovery_source": "unknown",
20977
- "ai_assist_factor": "none",
20978
- "_auto_imported": true,
20979
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
21062
+ "ai_discovery_source": "vendor_research",
21063
+ "ai_assist_factor": "none"
20980
21064
  },
20981
21065
  "CVE-2024-54085": {
20982
21066
  "name": "AMI MegaRAC SPx Authentication Bypass by Spoofing Vulnerability",
@@ -21302,35 +21386,63 @@
21302
21386
  },
21303
21387
  "CVE-2024-42009": {
21304
21388
  "name": "RoundCube Webmail Cross-Site Scripting Vulnerability",
21305
- "lesson_date": "2026-05-18",
21389
+ "lesson_date": "2026-05-29",
21306
21390
  "attack_vector": {
21307
- "description": "RoundCube Webmail contains a cross-site scripting vulnerability. This vulnerability could allow a remote attacker to steal and send emails of a victim via a crafted e-mail message that abuses a Desanitization issue in message_body() in program/actions/mail/show.php.",
21308
- "privileges_required": "network attacker (no authentication required)",
21309
- "complexity": "moderate (bulk-import default)",
21310
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
21391
+ "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.",
21392
+ "privileges_required": "none (the attacker sends an email; the victim's act of viewing it triggers the script in their authenticated session)",
21393
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
21394
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
21395
+ },
21396
+ "defense_chain": {
21397
+ "prevention": {
21398
+ "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.",
21399
+ "was_this_required": true,
21400
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
21401
+ "adequacy": "Patch closes the specific bug; CSP and HttpOnly/SameSite cookies are the durable controls that keep the next XSS from stealing a session."
21402
+ },
21403
+ "detection": {
21404
+ "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.",
21405
+ "was_this_required": false,
21406
+ "framework_requiring_it": null,
21407
+ "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."
21408
+ },
21409
+ "response": {
21410
+ "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.",
21411
+ "was_this_required": true,
21412
+ "framework_requiring_it": "NIST 800-53 IR-4",
21413
+ "adequacy": "Mandatory; a webmail-XSS compromise targets mailbox data and persistent access (forwarding rules), which a patch alone does not remediate."
21414
+ }
21311
21415
  },
21312
21416
  "framework_coverage": {
21313
21417
  "NIST-800-53-SI-2": {
21314
21418
  "covered": true,
21315
21419
  "adequate": false,
21316
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
21420
+ "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."
21421
+ },
21422
+ "NIST-800-53-SI-10-output-encoding": {
21423
+ "covered": true,
21424
+ "adequate": false,
21425
+ "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."
21317
21426
  },
21318
21427
  "ISO-27001-2022-A.8.8": {
21319
21428
  "covered": true,
21320
21429
  "adequate": false,
21321
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
21430
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited, internet-facing webmail server holding high-value mailbox data."
21431
+ },
21432
+ "NIS2-Art21-network-security": {
21433
+ "covered": true,
21434
+ "adequate": false,
21435
+ "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."
21322
21436
  }
21323
21437
  },
21324
21438
  "compliance_exposure_score": {
21325
- "percent_audit_passing_orgs_still_exposed": 55,
21326
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
21327
- "theater_pattern": "patch_management"
21439
+ "percent_audit_passing_orgs_still_exposed": 70,
21440
+ "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.",
21441
+ "theater_pattern": "secure_coding"
21328
21442
  },
21329
21443
  "ai_discovered_zeroday": false,
21330
- "ai_discovery_source": "unknown",
21331
- "ai_assist_factor": "none",
21332
- "_auto_imported": true,
21333
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
21444
+ "ai_discovery_source": "vendor_research",
21445
+ "ai_assist_factor": "none"
21334
21446
  },
21335
21447
  "CVE-2025-32433": {
21336
21448
  "name": "Erlang Erlang/OTP SSH Server Missing Authentication for Critical Function Vulnerability",
@@ -21946,35 +22058,63 @@
21946
22058
  },
21947
22059
  "CVE-2023-38950": {
21948
22060
  "name": "ZKTeco BioTime Path Traversal Vulnerability",
21949
- "lesson_date": "2026-05-18",
22061
+ "lesson_date": "2026-05-29",
21950
22062
  "attack_vector": {
21951
- "description": "ZKTeco BioTime contains a path traversal vulnerability in the iclock API that allows an unauthenticated attacker to read arbitrary files via supplying a crafted payload.",
21952
- "privileges_required": "network attacker (no authentication required)",
21953
- "complexity": "moderate (bulk-import default)",
21954
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
22063
+ "description": "a path-traversal flaw (CWE-22) in ZKTeco BioTime, letting an unauthenticated attacker read arbitrary files on the biometric time-attendance server. CISA KEV-listed 2025-05-19 with confirmed in-the-wild exploitation.",
22064
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application/device interface)",
22065
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
22066
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
22067
+ },
22068
+ "defense_chain": {
22069
+ "prevention": {
22070
+ "what_would_have_worked": "Apply the ZKTeco BioTime update; rotate database and application credentials the read could disclose, and restrict access to the management interface — biometric data is sensitive.",
22071
+ "was_this_required": true,
22072
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
22073
+ "adequacy": "Patch is necessary but insufficient alone — any secret the traversal disclosed survives the patch and must be rotated; an EOL device must be replaced."
22074
+ },
22075
+ "detection": {
22076
+ "what_would_have_worked": "Monitoring on the ZKTeco BioTime: requests containing traversal sequences, reads of credential/secret files and subsequent use of disclosed secrets.",
22077
+ "was_this_required": false,
22078
+ "framework_requiring_it": null,
22079
+ "adequacy": "Necessary to catch exploitation and the secret-disclosure or file-write consequence after patching."
22080
+ },
22081
+ "response": {
22082
+ "what_would_have_worked": "Patch (or replace an EOL device); rotate every secret reachable through the file read, and review for follow-on access using disclosed material.",
22083
+ "was_this_required": true,
22084
+ "framework_requiring_it": "NIST 800-53 IR-4",
22085
+ "adequacy": "Mandatory; patch-in-place without secret rotation / file cleanup leaves the attacker with a usable foothold."
22086
+ }
21955
22087
  },
21956
22088
  "framework_coverage": {
21957
22089
  "NIST-800-53-SI-2": {
21958
22090
  "covered": true,
21959
22091
  "adequate": false,
21960
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
22092
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated path-traversal flaw; arbitrary file read leaks secrets that enable follow-on access, and EOL devices (DIR-859) cannot be patched at all."
21961
22093
  },
21962
22094
  "ISO-27001-2022-A.8.8": {
21963
22095
  "covered": true,
21964
22096
  "adequate": false,
21965
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
22097
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application or device, and the disclosed-secret exposure persists until the secrets are rotated."
22098
+ },
22099
+ "NIS2-Art21-network-security": {
22100
+ "covered": true,
22101
+ "adequate": false,
22102
+ "gap": "Treats internet-facing applications/devices as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the secret-rotation cleanup a file-read flaw needs or the replacement an EOL device needs."
22103
+ },
22104
+ "PCI-DSS-4.0-6.3.3": {
22105
+ "covered": true,
22106
+ "adequate": false,
22107
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application/device whose file-read can disclose CDE-adjacent secrets."
21966
22108
  }
21967
22109
  },
21968
22110
  "compliance_exposure_score": {
21969
- "percent_audit_passing_orgs_still_exposed": 55,
21970
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
22111
+ "percent_audit_passing_orgs_still_exposed": 73,
22112
+ "basis": "Internet-facing ZKTeco BioTime is run by audited organizations on a standard patch SLA and is exploited within days; the required secret rotation (or EOL-device replacement) is rarely part of the documented patch procedure, leaving disclosed credentials usable.",
21971
22113
  "theater_pattern": "patch_management"
21972
22114
  },
21973
22115
  "ai_discovered_zeroday": false,
21974
- "ai_discovery_source": "unknown",
21975
- "ai_assist_factor": "none",
21976
- "_auto_imported": true,
21977
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
22116
+ "ai_discovery_source": "vendor_research",
22117
+ "ai_assist_factor": "none"
21978
22118
  },
21979
22119
  "CVE-2024-27443": {
21980
22120
  "name": "Synacor Zimbra Collaboration Suite (ZCS) Cross-Site Scripting (XSS) Vulnerability",
@@ -22038,67 +22178,123 @@
22038
22178
  },
22039
22179
  "CVE-2025-27920": {
22040
22180
  "name": "Srimax Output Messenger Directory Traversal Vulnerability",
22041
- "lesson_date": "2026-05-18",
22181
+ "lesson_date": "2026-05-29",
22042
22182
  "attack_vector": {
22043
- "description": "Srimax Output Messenger contains a directory traversal vulnerability that allows an attacker to access sensitive files outside the intended directory, potentially leading to configuration leakage or arbitrary file access.",
22044
- "privileges_required": "network attacker (no authentication required)",
22045
- "complexity": "moderate (bulk-import default)",
22046
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
22183
+ "description": "a directory-traversal flaw (CWE-22) in Srimax Output Messenger, letting an unauthenticated attacker read or write files outside the intended directory (used in the wild to write to startup paths for code execution). CISA KEV-listed 2025-05-19 with confirmed in-the-wild exploitation.",
22184
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application/device interface)",
22185
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
22186
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
22187
+ },
22188
+ "defense_chain": {
22189
+ "prevention": {
22190
+ "what_would_have_worked": "Apply the Output Messenger update; hunt for files written to startup/autorun paths and web shells, and rotate server credentials — the traversal was chained to code execution.",
22191
+ "was_this_required": true,
22192
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
22193
+ "adequacy": "Patch is necessary but insufficient alone — files the traversal wrote (startup payloads, web shells) survive the patch and require explicit cleanup."
22194
+ },
22195
+ "detection": {
22196
+ "what_would_have_worked": "Monitoring on the Output Messenger: requests containing traversal sequences, files written outside the intended directory and execution of newly-dropped payloads.",
22197
+ "was_this_required": false,
22198
+ "framework_requiring_it": null,
22199
+ "adequacy": "Necessary to catch exploitation and the secret-disclosure or file-write consequence after patching."
22200
+ },
22201
+ "response": {
22202
+ "what_would_have_worked": "Patch (or replace an EOL device); remove files written via the traversal and hunt for web shells, and review for follow-on access using disclosed material.",
22203
+ "was_this_required": true,
22204
+ "framework_requiring_it": "NIST 800-53 IR-4",
22205
+ "adequacy": "Mandatory; patch-in-place without secret rotation / file cleanup leaves the attacker with a usable foothold."
22206
+ }
22047
22207
  },
22048
22208
  "framework_coverage": {
22049
22209
  "NIST-800-53-SI-2": {
22050
22210
  "covered": true,
22051
22211
  "adequate": false,
22052
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
22212
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated path-traversal flaw; arbitrary file read leaks secrets that enable follow-on access, and EOL devices (DIR-859) cannot be patched at all."
22053
22213
  },
22054
22214
  "ISO-27001-2022-A.8.8": {
22055
22215
  "covered": true,
22056
22216
  "adequate": false,
22057
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
22217
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application or device, and the disclosed-secret exposure persists until the secrets are rotated."
22218
+ },
22219
+ "NIS2-Art21-network-security": {
22220
+ "covered": true,
22221
+ "adequate": false,
22222
+ "gap": "Treats internet-facing applications/devices as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the secret-rotation cleanup a file-read flaw needs or the replacement an EOL device needs."
22223
+ },
22224
+ "PCI-DSS-4.0-6.3.3": {
22225
+ "covered": true,
22226
+ "adequate": false,
22227
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application/device whose file-read can disclose CDE-adjacent secrets."
22058
22228
  }
22059
22229
  },
22060
22230
  "compliance_exposure_score": {
22061
- "percent_audit_passing_orgs_still_exposed": 55,
22062
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
22231
+ "percent_audit_passing_orgs_still_exposed": 73,
22232
+ "basis": "Internet-facing Srimax Output Messenger is run by audited organizations on a standard patch SLA and is exploited within days; the required secret rotation (or EOL-device replacement) is rarely part of the documented patch procedure, leaving disclosed credentials usable.",
22063
22233
  "theater_pattern": "patch_management"
22064
22234
  },
22065
22235
  "ai_discovered_zeroday": false,
22066
- "ai_discovery_source": "unknown",
22067
- "ai_assist_factor": "none",
22068
- "_auto_imported": true,
22069
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
22236
+ "ai_discovery_source": "vendor_research",
22237
+ "ai_assist_factor": "none"
22070
22238
  },
22071
22239
  "CVE-2024-11182": {
22072
22240
  "name": "MDaemon Email Server Cross-Site Scripting (XSS) Vulnerability",
22073
- "lesson_date": "2026-05-18",
22241
+ "lesson_date": "2026-05-29",
22074
22242
  "attack_vector": {
22075
- "description": "MDaemon Email Server contains a cross-site scripting (XSS) vulnerability that allows a remote attacker to load arbitrary JavaScript code via an HTML e-mail message.",
22076
- "privileges_required": "network attacker (no authentication required)",
22077
- "complexity": "moderate (bulk-import default)",
22078
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
22243
+ "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.",
22244
+ "privileges_required": "none (the attacker sends an email; the victim's act of viewing it triggers the script in their authenticated session)",
22245
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
22246
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
22247
+ },
22248
+ "defense_chain": {
22249
+ "prevention": {
22250
+ "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.",
22251
+ "was_this_required": true,
22252
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
22253
+ "adequacy": "Patch closes the specific bug; CSP and HttpOnly/SameSite cookies are the durable controls that keep the next XSS from stealing a session."
22254
+ },
22255
+ "detection": {
22256
+ "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.",
22257
+ "was_this_required": false,
22258
+ "framework_requiring_it": null,
22259
+ "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."
22260
+ },
22261
+ "response": {
22262
+ "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.",
22263
+ "was_this_required": true,
22264
+ "framework_requiring_it": "NIST 800-53 IR-4",
22265
+ "adequacy": "Mandatory; a webmail-XSS compromise targets mailbox data and persistent access (forwarding rules), which a patch alone does not remediate."
22266
+ }
22079
22267
  },
22080
22268
  "framework_coverage": {
22081
22269
  "NIST-800-53-SI-2": {
22082
22270
  "covered": true,
22083
22271
  "adequate": false,
22084
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
22272
+ "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."
22273
+ },
22274
+ "NIST-800-53-SI-10-output-encoding": {
22275
+ "covered": true,
22276
+ "adequate": false,
22277
+ "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."
22085
22278
  },
22086
22279
  "ISO-27001-2022-A.8.8": {
22087
22280
  "covered": true,
22088
22281
  "adequate": false,
22089
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
22282
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited, internet-facing webmail server holding high-value mailbox data."
22283
+ },
22284
+ "NIS2-Art21-network-security": {
22285
+ "covered": true,
22286
+ "adequate": false,
22287
+ "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."
22090
22288
  }
22091
22289
  },
22092
22290
  "compliance_exposure_score": {
22093
- "percent_audit_passing_orgs_still_exposed": 55,
22094
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
22095
- "theater_pattern": "patch_management"
22291
+ "percent_audit_passing_orgs_still_exposed": 70,
22292
+ "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.",
22293
+ "theater_pattern": "secure_coding"
22096
22294
  },
22097
22295
  "ai_discovered_zeroday": false,
22098
- "ai_discovery_source": "unknown",
22099
- "ai_assist_factor": "none",
22100
- "_auto_imported": true,
22101
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
22296
+ "ai_discovery_source": "vendor_research",
22297
+ "ai_assist_factor": "none"
22102
22298
  },
22103
22299
  "CVE-2025-4428": {
22104
22300
  "name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability (variant: CVE-2025-4428)",