@blamejs/exceptd-skills 0.15.28 → 0.15.30

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.
@@ -8313,35 +8313,63 @@
8313
8313
  },
8314
8314
  "CVE-2026-3502": {
8315
8315
  "name": "TrueConf Client Download of Code Without Integrity Check Vulnerability",
8316
- "lesson_date": "2026-05-18",
8316
+ "lesson_date": "2026-05-29",
8317
8317
  "attack_vector": {
8318
- "description": "TrueConf Client contains a download of code without integrity check vulnerability. An attacker who is able to influence the update delivery path can substitute a tampered update payload. If the payload is executed or installed by the updater, this may result in arbitrary code execution in the context of the updating process or user.",
8319
- "privileges_required": "network attacker (no authentication required)",
8320
- "complexity": "moderate (bulk-import default)",
8321
- "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."
8318
+ "description": "the TrueConf client downloads code/updates without verifying their integrity (CWE-494), letting an attacker who can influence the download channel (a hijacked update endpoint or machine-in-the-middle) substitute malicious code that runs on the client. CISA KEV-listed 2026-04-02 with confirmed in-the-wild exploitation.",
8319
+ "privileges_required": "none (the attacker influences the download/update channel or the shipped artifact; no authentication to the victim is required)",
8320
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
8321
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
8322
+ },
8323
+ "defense_chain": {
8324
+ "prevention": {
8325
+ "what_would_have_worked": "Enforce cryptographic integrity verification on all downloaded code and updates (code signing with signature verification, Sigstore/in-toto, TLS-pinned update channels); for the embedded-malicious-code case, verify build provenance (SLSA) and pin/verify the tool's release artifacts before use.",
8326
+ "was_this_required": true,
8327
+ "framework_requiring_it": "NIST 800-53 SR-11 / NIST SSDF 800-218 / SLSA",
8328
+ "adequacy": "Signature and provenance verification is the definitive control; the flaw exists precisely because it was absent or unenforced — patching the version does not retroactively restore trust in artifacts already installed."
8329
+ },
8330
+ "detection": {
8331
+ "what_would_have_worked": "Monitoring for unexpected code/DLLs loaded by the TrueConf client, updates fetched over unauthenticated channels, and anomalous outbound connections or process execution from the tool.",
8332
+ "was_this_required": false,
8333
+ "framework_requiring_it": null,
8334
+ "adequacy": "Necessary because supply-chain substitution is silent — the tool runs as expected while the embedded/substituted code executes alongside it."
8335
+ },
8336
+ "response": {
8337
+ "what_would_have_worked": "Pull the affected version, reinstall from a verified-signed release, rotate any credentials the compromised process could reach, and audit every host where the tool ran — a compromised updater or scanner has broad reach.",
8338
+ "was_this_required": true,
8339
+ "framework_requiring_it": "NIST 800-53 IR-4",
8340
+ "adequacy": "Mandatory; supply-chain compromise propagates through every host that ran the tainted code, so response is environment-wide, not host-local."
8341
+ }
8322
8342
  },
8323
8343
  "framework_coverage": {
8324
- "NIST-800-53-SI-2": {
8344
+ "NIST-800-53-SR-11": {
8325
8345
  "covered": true,
8326
8346
  "adequate": false,
8327
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
8347
+ "gap": "Component authenticity / anti-counterfeit is named, but verification is not enforced at install/update time — these products fetched or shipped code without a verified signature, so the control is paper unless signed-artifact verification (Sigstore/in-toto) is mandated at the download step."
8328
8348
  },
8329
- "ISO-27001-2022-A.8.8": {
8349
+ "NIST-SSDF-800-218-PS.2": {
8330
8350
  "covered": true,
8331
8351
  "adequate": false,
8332
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
8352
+ "gap": "The SSDF calls for protecting release integrity and providing provenance, but downstream consumers had no enforced way to verify it; without signed releases plus provenance a consumer cannot detect substitution or embedded malicious code."
8353
+ },
8354
+ "SLSA-build-provenance": {
8355
+ "covered": true,
8356
+ "adequate": false,
8357
+ "gap": "SLSA build provenance and signed releases would let a consumer detect tampering or substitution; absent enforced verification at the download/update step the trust gap remains open."
8358
+ },
8359
+ "EU-CRA-secure-update": {
8360
+ "covered": true,
8361
+ "adequate": false,
8362
+ "gap": "The EU Cyber Resilience Act requires secure update mechanisms and shipping without known exploitable defects; an unauthenticated download path or embedded malicious code violates the secure-update and integrity expectations."
8333
8363
  }
8334
8364
  },
8335
8365
  "compliance_exposure_score": {
8336
- "percent_audit_passing_orgs_still_exposed": 55,
8337
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
8338
- "theater_pattern": "patch_management"
8366
+ "percent_audit_passing_orgs_still_exposed": 77,
8367
+ "basis": "Software-distribution and update integrity is widely assumed rather than verified; audited organizations that install vendor updates or run security tooling without enforcing signature/provenance verification are exposed to substitution and embedded-malicious-code attacks — and a compromised updater or scanner reaches every host it touches.",
8368
+ "theater_pattern": "update_channel_integrity_unverified"
8339
8369
  },
8340
8370
  "ai_discovered_zeroday": false,
8341
- "ai_discovery_source": "unknown",
8342
- "ai_assist_factor": "none",
8343
- "_auto_imported": true,
8344
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
8371
+ "ai_discovery_source": "vendor_research",
8372
+ "ai_assist_factor": "none"
8345
8373
  },
8346
8374
  "CVE-2026-5281": {
8347
8375
  "name": "Google Dawn Use-After-Free Vulnerability",
@@ -8492,35 +8520,63 @@
8492
8520
  },
8493
8521
  "CVE-2026-33634": {
8494
8522
  "name": "Aquasecurity Trivy Embedded Malicious Code Vulnerability",
8495
- "lesson_date": "2026-05-18",
8523
+ "lesson_date": "2026-05-29",
8496
8524
  "attack_vector": {
8497
- "description": "Aquasecurity Trivy contains an embedded malicious code vulnerability that could allow an attacker to gain access to everything in the CI/CD environment, including all tokens, SSH keys, cloud credentials, database passwords, and any sensitive configuration in memory.",
8498
- "privileges_required": "network attacker (no authentication required)",
8499
- "complexity": "moderate (bulk-import default)",
8500
- "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."
8525
+ "description": "a Trivy distribution/component contained embedded malicious code (CWE-506), executing in the trusted context of the vulnerability scanner across every environment it runs in. CISA KEV-listed 2026-03-26 with confirmed in-the-wild exploitation.",
8526
+ "privileges_required": "none (the attacker influences the download/update channel or the shipped artifact; no authentication to the victim is required)",
8527
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
8528
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
8529
+ },
8530
+ "defense_chain": {
8531
+ "prevention": {
8532
+ "what_would_have_worked": "Enforce cryptographic integrity verification on all downloaded code and updates (code signing with signature verification, Sigstore/in-toto, TLS-pinned update channels); for the embedded-malicious-code case, verify build provenance (SLSA) and pin/verify the tool's release artifacts before use.",
8533
+ "was_this_required": true,
8534
+ "framework_requiring_it": "NIST 800-53 SR-11 / NIST SSDF 800-218 / SLSA",
8535
+ "adequacy": "Signature and provenance verification is the definitive control; the flaw exists precisely because it was absent or unenforced — patching the version does not retroactively restore trust in artifacts already installed."
8536
+ },
8537
+ "detection": {
8538
+ "what_would_have_worked": "Monitoring for unexpected code/DLLs loaded by the Trivy scanner, updates fetched over unauthenticated channels, and anomalous outbound connections or process execution from the tool.",
8539
+ "was_this_required": false,
8540
+ "framework_requiring_it": null,
8541
+ "adequacy": "Necessary because supply-chain substitution is silent — the tool runs as expected while the embedded/substituted code executes alongside it."
8542
+ },
8543
+ "response": {
8544
+ "what_would_have_worked": "Pull the affected version, reinstall from a verified-signed release, rotate any credentials the compromised process could reach, and audit every host where the tool ran — a compromised updater or scanner has broad reach.",
8545
+ "was_this_required": true,
8546
+ "framework_requiring_it": "NIST 800-53 IR-4",
8547
+ "adequacy": "Mandatory; supply-chain compromise propagates through every host that ran the tainted code, so response is environment-wide, not host-local."
8548
+ }
8501
8549
  },
8502
8550
  "framework_coverage": {
8503
- "NIST-800-53-SI-2": {
8551
+ "NIST-800-53-SR-11": {
8504
8552
  "covered": true,
8505
8553
  "adequate": false,
8506
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
8554
+ "gap": "Component authenticity / anti-counterfeit is named, but verification is not enforced at install/update time — these products fetched or shipped code without a verified signature, so the control is paper unless signed-artifact verification (Sigstore/in-toto) is mandated at the download step."
8507
8555
  },
8508
- "ISO-27001-2022-A.8.8": {
8556
+ "NIST-SSDF-800-218-PS.2": {
8509
8557
  "covered": true,
8510
8558
  "adequate": false,
8511
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
8559
+ "gap": "The SSDF calls for protecting release integrity and providing provenance, but downstream consumers had no enforced way to verify it; without signed releases plus provenance a consumer cannot detect substitution or embedded malicious code."
8560
+ },
8561
+ "SLSA-build-provenance": {
8562
+ "covered": true,
8563
+ "adequate": false,
8564
+ "gap": "SLSA build provenance and signed releases would let a consumer detect tampering or substitution; absent enforced verification at the download/update step the trust gap remains open."
8565
+ },
8566
+ "EU-CRA-secure-update": {
8567
+ "covered": true,
8568
+ "adequate": false,
8569
+ "gap": "The EU Cyber Resilience Act requires secure update mechanisms and shipping without known exploitable defects; an unauthenticated download path or embedded malicious code violates the secure-update and integrity expectations."
8512
8570
  }
8513
8571
  },
8514
8572
  "compliance_exposure_score": {
8515
- "percent_audit_passing_orgs_still_exposed": 55,
8516
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
8517
- "theater_pattern": "patch_management"
8573
+ "percent_audit_passing_orgs_still_exposed": 77,
8574
+ "basis": "Software-distribution and update integrity is widely assumed rather than verified; audited organizations that install vendor updates or run security tooling without enforcing signature/provenance verification are exposed to substitution and embedded-malicious-code attacks — and a compromised updater or scanner reaches every host it touches.",
8575
+ "theater_pattern": "update_channel_integrity_unverified"
8518
8576
  },
8519
8577
  "ai_discovered_zeroday": false,
8520
- "ai_discovery_source": "unknown",
8521
- "ai_assist_factor": "none",
8522
- "_auto_imported": true,
8523
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
8578
+ "ai_discovery_source": "vendor_research",
8579
+ "ai_assist_factor": "none"
8524
8580
  },
8525
8581
  "CVE-2026-25592": {
8526
8582
  "name": "Microsoft Semantic Kernel SessionsPythonPlugin Path Traversal — Prompt-Injection to Host RCE",
@@ -11923,67 +11979,123 @@
11923
11979
  },
11924
11980
  "CVE-2017-7921": {
11925
11981
  "name": "Hikvision Multiple Products Improper Authentication Vulnerability",
11926
- "lesson_date": "2026-05-18",
11982
+ "lesson_date": "2026-05-29",
11927
11983
  "attack_vector": {
11928
- "description": "Multiple Hikvision products contain an improper authentication vulnerability that could allow a malicious user to escalate privileges on the system and gain access to sensitive information.",
11929
- "privileges_required": "network attacker (no authentication required)",
11930
- "complexity": "moderate (bulk-import default)",
11931
- "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."
11984
+ "description": "an improper-authentication flaw (CWE-287) on Hikvision IP cameras, letting an unauthenticated attacker escalate to administrator and access the device and its video feed. CISA KEV-listed 2026-03-05 with confirmed in-the-wild exploitation.",
11985
+ "privileges_required": "none (the device is reachable by an unauthenticated attacker; exposure is amplified when the OT zone is not segmented)",
11986
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
11987
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
11988
+ },
11989
+ "defense_chain": {
11990
+ "prevention": {
11991
+ "what_would_have_worked": "Apply the vendor firmware/update where one exists; where the device cannot be patched, isolate it in a segmented OT zone (zones-and-conduits / Purdue model), block all IT and internet reachability, and restrict access to authenticated engineering workstations.",
11992
+ "was_this_required": true,
11993
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation) + IEC 62443-3-3",
11994
+ "adequacy": "Patching is often impossible on OT; segmentation and access restriction are the real controls, and a flat or internet-exposed OT network defeats them."
11995
+ },
11996
+ "detection": {
11997
+ "what_would_have_worked": "OT-network monitoring for unauthorized connections to the Hikvision camera, unexpected configuration/logic changes, and access from outside the device's intended zone.",
11998
+ "was_this_required": false,
11999
+ "framework_requiring_it": null,
12000
+ "adequacy": "Necessary because unpatched OT devices may stay exploitable indefinitely; behavioral detection is the backstop."
12001
+ },
12002
+ "response": {
12003
+ "what_would_have_worked": "Isolate the device, validate and restore its configuration/logic from a known-good baseline, rotate any credentials/keys it held, and investigate for safety-impacting manipulation; engage OT/safety engineering before any change.",
12004
+ "was_this_required": true,
12005
+ "framework_requiring_it": "NIST 800-82r3 + NIST 800-53 IR-4",
12006
+ "adequacy": "Mandatory; OT compromise can have physical/safety consequences, so response must include process-integrity validation, not just IT cleanup."
12007
+ }
11932
12008
  },
11933
12009
  "framework_coverage": {
11934
- "NIST-800-53-SI-2": {
12010
+ "NIST-800-82r3-ICS": {
11935
12011
  "covered": true,
11936
12012
  "adequate": false,
11937
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
12013
+ "gap": "OT/ICS devices often cannot be patched on an IT cadence (availability and safety constraints, vendor re-certification), so the exposure window for a KEV-listed flaw is months-to-years; the standard treats patching as primary but for OT the load-bearing control is network segmentation and access restriction."
12014
+ },
12015
+ "IEC-62443-3-3-zones-conduits": {
12016
+ "covered": true,
12017
+ "adequate": false,
12018
+ "gap": "Zones-and-conduits segmentation is required, but it is frequently unimplemented or bypassed (flat OT networks, internet-exposed HMIs/cameras/PLCs); the device itself is exploitable whenever it is reachable, and the standard does not force a compromised-device response plan."
12019
+ },
12020
+ "NIS2-Art21-OT": {
12021
+ "covered": true,
12022
+ "adequate": false,
12023
+ "gap": "Treats OT/ICS as essential-function infrastructure but lacks a device-level compressed remediation expectation and does not address the reality that many OT devices are end-of-life or unpatchable and must be isolated rather than fixed."
11938
12024
  },
11939
12025
  "ISO-27001-2022-A.8.8": {
11940
12026
  "covered": true,
11941
12027
  "adequate": false,
11942
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
12028
+ "gap": "'Appropriate timescales' is undefined and ill-suited to OT, where patching may be impossible; compensating controls (segmentation, monitoring, restricted engineering-workstation access) carry the load and must be explicit."
11943
12029
  }
11944
12030
  },
11945
12031
  "compliance_exposure_score": {
11946
- "percent_audit_passing_orgs_still_exposed": 55,
11947
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
12032
+ "percent_audit_passing_orgs_still_exposed": 82,
12033
+ "basis": "Hikvision IP cameras is OT/ICS equipment that frequently cannot be patched on an IT cadence and is often reachable on flat or internet-exposed networks; audited organizations that rely on a patch SLA rather than enforced segmentation remain exposed for this KEV-listed, actively-exploited flaw.",
11948
12034
  "theater_pattern": "patch_management"
11949
12035
  },
11950
12036
  "ai_discovered_zeroday": false,
11951
- "ai_discovery_source": "unknown",
11952
- "ai_assist_factor": "none",
11953
- "_auto_imported": true,
11954
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
12037
+ "ai_discovery_source": "vendor_research",
12038
+ "ai_assist_factor": "none"
11955
12039
  },
11956
12040
  "CVE-2021-22681": {
11957
12041
  "name": "Rockwell Multiple Products Insufficient Protected Credentials Vulnerability",
11958
- "lesson_date": "2026-05-18",
12042
+ "lesson_date": "2026-05-29",
11959
12043
  "attack_vector": {
11960
- "description": "Multiple Rockwell products contain an insufficient protected credentials vulnerability. Studio 5000 Logix Designer software may allow a key to be discovered. This key is used to verify Logix controllers are communicating with Rockwell Automation design software. If successfully exploited, this vulnerability could allow an unauthorized application to connect with Logix controllers. To leverage this vulnerability, an unauthorized user would require network access to the controller.",
11961
- "privileges_required": "network attacker (no authentication required)",
11962
- "complexity": "moderate (bulk-import default)",
11963
- "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."
12044
+ "description": "an insufficiently-protected-credentials flaw (CWE-522) in the Studio 5000 / Logix secret-key handling, letting an unauthenticated attacker bypass authentication and connect to the PLC to alter its configuration or control logic. CISA KEV-listed 2026-03-05 with confirmed in-the-wild exploitation.",
12045
+ "privileges_required": "none (the device is reachable by an unauthenticated attacker; exposure is amplified when the OT zone is not segmented)",
12046
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
12047
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
12048
+ },
12049
+ "defense_chain": {
12050
+ "prevention": {
12051
+ "what_would_have_worked": "Apply the vendor firmware/update where one exists; where the device cannot be patched, isolate it in a segmented OT zone (zones-and-conduits / Purdue model), block all IT and internet reachability, and restrict access to authenticated engineering workstations.",
12052
+ "was_this_required": true,
12053
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation) + IEC 62443-3-3",
12054
+ "adequacy": "Patching is often impossible on OT; segmentation and access restriction are the real controls, and a flat or internet-exposed OT network defeats them."
12055
+ },
12056
+ "detection": {
12057
+ "what_would_have_worked": "OT-network monitoring for unauthorized connections to the Rockwell Logix PLC, unexpected configuration/logic changes, and access from outside the device's intended zone.",
12058
+ "was_this_required": false,
12059
+ "framework_requiring_it": null,
12060
+ "adequacy": "Necessary because unpatched OT devices may stay exploitable indefinitely; behavioral detection is the backstop."
12061
+ },
12062
+ "response": {
12063
+ "what_would_have_worked": "Isolate the device, validate and restore its configuration/logic from a known-good baseline, rotate any credentials/keys it held, and investigate for safety-impacting manipulation; engage OT/safety engineering before any change.",
12064
+ "was_this_required": true,
12065
+ "framework_requiring_it": "NIST 800-82r3 + NIST 800-53 IR-4",
12066
+ "adequacy": "Mandatory; OT compromise can have physical/safety consequences, so response must include process-integrity validation, not just IT cleanup."
12067
+ }
11964
12068
  },
11965
12069
  "framework_coverage": {
11966
- "NIST-800-53-SI-2": {
12070
+ "NIST-800-82r3-ICS": {
11967
12071
  "covered": true,
11968
12072
  "adequate": false,
11969
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
12073
+ "gap": "OT/ICS devices often cannot be patched on an IT cadence (availability and safety constraints, vendor re-certification), so the exposure window for a KEV-listed flaw is months-to-years; the standard treats patching as primary but for OT the load-bearing control is network segmentation and access restriction."
12074
+ },
12075
+ "IEC-62443-3-3-zones-conduits": {
12076
+ "covered": true,
12077
+ "adequate": false,
12078
+ "gap": "Zones-and-conduits segmentation is required, but it is frequently unimplemented or bypassed (flat OT networks, internet-exposed HMIs/cameras/PLCs); the device itself is exploitable whenever it is reachable, and the standard does not force a compromised-device response plan."
12079
+ },
12080
+ "NIS2-Art21-OT": {
12081
+ "covered": true,
12082
+ "adequate": false,
12083
+ "gap": "Treats OT/ICS as essential-function infrastructure but lacks a device-level compressed remediation expectation and does not address the reality that many OT devices are end-of-life or unpatchable and must be isolated rather than fixed."
11970
12084
  },
11971
12085
  "ISO-27001-2022-A.8.8": {
11972
12086
  "covered": true,
11973
12087
  "adequate": false,
11974
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
12088
+ "gap": "'Appropriate timescales' is undefined and ill-suited to OT, where patching may be impossible; compensating controls (segmentation, monitoring, restricted engineering-workstation access) carry the load and must be explicit."
11975
12089
  }
11976
12090
  },
11977
12091
  "compliance_exposure_score": {
11978
- "percent_audit_passing_orgs_still_exposed": 55,
11979
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
12092
+ "percent_audit_passing_orgs_still_exposed": 82,
12093
+ "basis": "Rockwell Automation Logix controllers is OT/ICS equipment that frequently cannot be patched on an IT cadence and is often reachable on flat or internet-exposed networks; audited organizations that rely on a patch SLA rather than enforced segmentation remain exposed for this KEV-listed, actively-exploited flaw.",
11980
12094
  "theater_pattern": "patch_management"
11981
12095
  },
11982
12096
  "ai_discovered_zeroday": false,
11983
- "ai_discovery_source": "unknown",
11984
- "ai_assist_factor": "none",
11985
- "_auto_imported": true,
11986
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
12097
+ "ai_discovery_source": "vendor_research",
12098
+ "ai_assist_factor": "none"
11987
12099
  },
11988
12100
  "CVE-2023-43000": {
11989
12101
  "name": "Apple Multiple products Use-After-Free Vulnerability",
@@ -12985,35 +13097,63 @@
12985
13097
  },
12986
13098
  "CVE-2025-15556": {
12987
13099
  "name": "Notepad++ Download of Code Without Integrity Check Vulnerability",
12988
- "lesson_date": "2026-05-18",
13100
+ "lesson_date": "2026-05-29",
12989
13101
  "attack_vector": {
12990
- "description": "Notepad++ when using the WinGUp updater, contains a download of code without integrity check vulnerability that could allow an attacker to intercept or redirect update traffic to download and execute an attacker-controlled installer. This could lead to arbitrary code execution with the privileges of the user.",
12991
- "privileges_required": "network attacker (no authentication required)",
12992
- "complexity": "moderate (bulk-import default)",
12993
- "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."
13102
+ "description": "Notepad++ downloads code/components without an integrity check (CWE-494), enabling malicious-code substitution via a tampered download or planted binary for execution on the host. CISA KEV-listed 2026-02-12 with confirmed in-the-wild exploitation.",
13103
+ "privileges_required": "none (the attacker influences the download/update channel or the shipped artifact; no authentication to the victim is required)",
13104
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13105
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13106
+ },
13107
+ "defense_chain": {
13108
+ "prevention": {
13109
+ "what_would_have_worked": "Enforce cryptographic integrity verification on all downloaded code and updates (code signing with signature verification, Sigstore/in-toto, TLS-pinned update channels); for the embedded-malicious-code case, verify build provenance (SLSA) and pin/verify the tool's release artifacts before use.",
13110
+ "was_this_required": true,
13111
+ "framework_requiring_it": "NIST 800-53 SR-11 / NIST SSDF 800-218 / SLSA",
13112
+ "adequacy": "Signature and provenance verification is the definitive control; the flaw exists precisely because it was absent or unenforced — patching the version does not retroactively restore trust in artifacts already installed."
13113
+ },
13114
+ "detection": {
13115
+ "what_would_have_worked": "Monitoring for unexpected code/DLLs loaded by the Notepad++, updates fetched over unauthenticated channels, and anomalous outbound connections or process execution from the tool.",
13116
+ "was_this_required": false,
13117
+ "framework_requiring_it": null,
13118
+ "adequacy": "Necessary because supply-chain substitution is silent — the tool runs as expected while the embedded/substituted code executes alongside it."
13119
+ },
13120
+ "response": {
13121
+ "what_would_have_worked": "Pull the affected version, reinstall from a verified-signed release, rotate any credentials the compromised process could reach, and audit every host where the tool ran — a compromised updater or scanner has broad reach.",
13122
+ "was_this_required": true,
13123
+ "framework_requiring_it": "NIST 800-53 IR-4",
13124
+ "adequacy": "Mandatory; supply-chain compromise propagates through every host that ran the tainted code, so response is environment-wide, not host-local."
13125
+ }
12994
13126
  },
12995
13127
  "framework_coverage": {
12996
- "NIST-800-53-SI-2": {
13128
+ "NIST-800-53-SR-11": {
12997
13129
  "covered": true,
12998
13130
  "adequate": false,
12999
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13131
+ "gap": "Component authenticity / anti-counterfeit is named, but verification is not enforced at install/update time — these products fetched or shipped code without a verified signature, so the control is paper unless signed-artifact verification (Sigstore/in-toto) is mandated at the download step."
13000
13132
  },
13001
- "ISO-27001-2022-A.8.8": {
13133
+ "NIST-SSDF-800-218-PS.2": {
13002
13134
  "covered": true,
13003
13135
  "adequate": false,
13004
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13136
+ "gap": "The SSDF calls for protecting release integrity and providing provenance, but downstream consumers had no enforced way to verify it; without signed releases plus provenance a consumer cannot detect substitution or embedded malicious code."
13137
+ },
13138
+ "SLSA-build-provenance": {
13139
+ "covered": true,
13140
+ "adequate": false,
13141
+ "gap": "SLSA build provenance and signed releases would let a consumer detect tampering or substitution; absent enforced verification at the download/update step the trust gap remains open."
13142
+ },
13143
+ "EU-CRA-secure-update": {
13144
+ "covered": true,
13145
+ "adequate": false,
13146
+ "gap": "The EU Cyber Resilience Act requires secure update mechanisms and shipping without known exploitable defects; an unauthenticated download path or embedded malicious code violates the secure-update and integrity expectations."
13005
13147
  }
13006
13148
  },
13007
13149
  "compliance_exposure_score": {
13008
- "percent_audit_passing_orgs_still_exposed": 55,
13009
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
13010
- "theater_pattern": "patch_management"
13150
+ "percent_audit_passing_orgs_still_exposed": 77,
13151
+ "basis": "Software-distribution and update integrity is widely assumed rather than verified; audited organizations that install vendor updates or run security tooling without enforcing signature/provenance verification are exposed to substitution and embedded-malicious-code attacks — and a compromised updater or scanner reaches every host it touches.",
13152
+ "theater_pattern": "update_channel_integrity_unverified"
13011
13153
  },
13012
13154
  "ai_discovered_zeroday": false,
13013
- "ai_discovery_source": "unknown",
13014
- "ai_assist_factor": "none",
13015
- "_auto_imported": true,
13016
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13155
+ "ai_discovery_source": "vendor_research",
13156
+ "ai_assist_factor": "none"
13017
13157
  },
13018
13158
  "CVE-2025-40536": {
13019
13159
  "name": "SolarWinds Web Help Desk Security Control Bypass Vulnerability",
@@ -15103,35 +15243,63 @@
15103
15243
  },
15104
15244
  "CVE-2021-26828": {
15105
15245
  "name": "OpenPLC ScadaBR Unrestricted Upload of File with Dangerous Type Vulnerability",
15106
- "lesson_date": "2026-05-18",
15246
+ "lesson_date": "2026-05-29",
15107
15247
  "attack_vector": {
15108
- "description": "OpenPLC ScadaBR contains an unrestricted upload of file with dangerous type vulnerability that allows remote authenticated users to upload and execute arbitrary JSP files via view_edit.shtm.",
15109
- "privileges_required": "network attacker (no authentication required)",
15110
- "complexity": "moderate (bulk-import default)",
15111
- "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."
15248
+ "description": "an unrestricted file-upload flaw (CWE-434) on the ScadaBR SCADA/HMI web interface, letting an unauthenticated attacker upload a file (e.g. a web shell) for code execution on the HMI server. CISA KEV-listed 2025-12-03 with confirmed in-the-wild exploitation.",
15249
+ "privileges_required": "none (the device is reachable by an unauthenticated attacker; exposure is amplified when the OT zone is not segmented)",
15250
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15251
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
15252
+ },
15253
+ "defense_chain": {
15254
+ "prevention": {
15255
+ "what_would_have_worked": "Apply the vendor firmware/update where one exists; where the device cannot be patched, isolate it in a segmented OT zone (zones-and-conduits / Purdue model), block all IT and internet reachability, and restrict access to authenticated engineering workstations.",
15256
+ "was_this_required": true,
15257
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation) + IEC 62443-3-3",
15258
+ "adequacy": "Patching is often impossible on OT; segmentation and access restriction are the real controls, and a flat or internet-exposed OT network defeats them."
15259
+ },
15260
+ "detection": {
15261
+ "what_would_have_worked": "OT-network monitoring for unauthorized connections to the ScadaBR HMI, unexpected configuration/logic changes, and access from outside the device's intended zone.",
15262
+ "was_this_required": false,
15263
+ "framework_requiring_it": null,
15264
+ "adequacy": "Necessary because unpatched OT devices may stay exploitable indefinitely; behavioral detection is the backstop."
15265
+ },
15266
+ "response": {
15267
+ "what_would_have_worked": "Isolate the device, validate and restore its configuration/logic from a known-good baseline, rotate any credentials/keys it held, and investigate for safety-impacting manipulation; engage OT/safety engineering before any change.",
15268
+ "was_this_required": true,
15269
+ "framework_requiring_it": "NIST 800-82r3 + NIST 800-53 IR-4",
15270
+ "adequacy": "Mandatory; OT compromise can have physical/safety consequences, so response must include process-integrity validation, not just IT cleanup."
15271
+ }
15112
15272
  },
15113
15273
  "framework_coverage": {
15114
- "NIST-800-53-SI-2": {
15274
+ "NIST-800-82r3-ICS": {
15115
15275
  "covered": true,
15116
15276
  "adequate": false,
15117
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15277
+ "gap": "OT/ICS devices often cannot be patched on an IT cadence (availability and safety constraints, vendor re-certification), so the exposure window for a KEV-listed flaw is months-to-years; the standard treats patching as primary but for OT the load-bearing control is network segmentation and access restriction."
15278
+ },
15279
+ "IEC-62443-3-3-zones-conduits": {
15280
+ "covered": true,
15281
+ "adequate": false,
15282
+ "gap": "Zones-and-conduits segmentation is required, but it is frequently unimplemented or bypassed (flat OT networks, internet-exposed HMIs/cameras/PLCs); the device itself is exploitable whenever it is reachable, and the standard does not force a compromised-device response plan."
15283
+ },
15284
+ "NIS2-Art21-OT": {
15285
+ "covered": true,
15286
+ "adequate": false,
15287
+ "gap": "Treats OT/ICS as essential-function infrastructure but lacks a device-level compressed remediation expectation and does not address the reality that many OT devices are end-of-life or unpatchable and must be isolated rather than fixed."
15118
15288
  },
15119
15289
  "ISO-27001-2022-A.8.8": {
15120
15290
  "covered": true,
15121
15291
  "adequate": false,
15122
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15292
+ "gap": "'Appropriate timescales' is undefined and ill-suited to OT, where patching may be impossible; compensating controls (segmentation, monitoring, restricted engineering-workstation access) carry the load and must be explicit."
15123
15293
  }
15124
15294
  },
15125
15295
  "compliance_exposure_score": {
15126
- "percent_audit_passing_orgs_still_exposed": 55,
15127
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
15296
+ "percent_audit_passing_orgs_still_exposed": 82,
15297
+ "basis": "OpenPLC ScadaBR is OT/ICS equipment that frequently cannot be patched on an IT cadence and is often reachable on flat or internet-exposed networks; audited organizations that rely on a patch SLA rather than enforced segmentation remain exposed for this KEV-listed, actively-exploited flaw.",
15128
15298
  "theater_pattern": "patch_management"
15129
15299
  },
15130
15300
  "ai_discovered_zeroday": false,
15131
- "ai_discovery_source": "unknown",
15132
- "ai_assist_factor": "none",
15133
- "_auto_imported": true,
15134
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15301
+ "ai_discovery_source": "vendor_research",
15302
+ "ai_assist_factor": "none"
15135
15303
  },
15136
15304
  "CVE-2025-48633": {
15137
15305
  "name": "Android Framework Information Disclosure Vulnerability",
@@ -15245,35 +15413,63 @@
15245
15413
  },
15246
15414
  "CVE-2021-26829": {
15247
15415
  "name": "OpenPLC ScadaBR Cross-site Scripting Vulnerability",
15248
- "lesson_date": "2026-05-18",
15416
+ "lesson_date": "2026-05-29",
15249
15417
  "attack_vector": {
15250
- "description": "OpenPLC ScadaBR contains a cross-site scripting vulnerability via system_settings.shtm.",
15251
- "privileges_required": "network attacker (no authentication required)",
15252
- "complexity": "moderate (bulk-import default)",
15253
- "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."
15418
+ "description": "a cross-site scripting flaw (CWE-79) on the ScadaBR SCADA/HMI web interface, letting an attacker run script in an operator's authenticated session. CISA KEV-listed 2025-11-28 with confirmed in-the-wild exploitation.",
15419
+ "privileges_required": "none (the device is reachable by an unauthenticated attacker; exposure is amplified when the OT zone is not segmented)",
15420
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15421
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
15422
+ },
15423
+ "defense_chain": {
15424
+ "prevention": {
15425
+ "what_would_have_worked": "Apply the vendor firmware/update where one exists; where the device cannot be patched, isolate it in a segmented OT zone (zones-and-conduits / Purdue model), block all IT and internet reachability, and restrict access to authenticated engineering workstations.",
15426
+ "was_this_required": true,
15427
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation) + IEC 62443-3-3",
15428
+ "adequacy": "Patching is often impossible on OT; segmentation and access restriction are the real controls, and a flat or internet-exposed OT network defeats them."
15429
+ },
15430
+ "detection": {
15431
+ "what_would_have_worked": "OT-network monitoring for unauthorized connections to the ScadaBR HMI, unexpected configuration/logic changes, and access from outside the device's intended zone.",
15432
+ "was_this_required": false,
15433
+ "framework_requiring_it": null,
15434
+ "adequacy": "Necessary because unpatched OT devices may stay exploitable indefinitely; behavioral detection is the backstop."
15435
+ },
15436
+ "response": {
15437
+ "what_would_have_worked": "Isolate the device, validate and restore its configuration/logic from a known-good baseline, rotate any credentials/keys it held, and investigate for safety-impacting manipulation; engage OT/safety engineering before any change.",
15438
+ "was_this_required": true,
15439
+ "framework_requiring_it": "NIST 800-82r3 + NIST 800-53 IR-4",
15440
+ "adequacy": "Mandatory; OT compromise can have physical/safety consequences, so response must include process-integrity validation, not just IT cleanup."
15441
+ }
15254
15442
  },
15255
15443
  "framework_coverage": {
15256
- "NIST-800-53-SI-2": {
15444
+ "NIST-800-82r3-ICS": {
15257
15445
  "covered": true,
15258
15446
  "adequate": false,
15259
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15447
+ "gap": "OT/ICS devices often cannot be patched on an IT cadence (availability and safety constraints, vendor re-certification), so the exposure window for a KEV-listed flaw is months-to-years; the standard treats patching as primary but for OT the load-bearing control is network segmentation and access restriction."
15448
+ },
15449
+ "IEC-62443-3-3-zones-conduits": {
15450
+ "covered": true,
15451
+ "adequate": false,
15452
+ "gap": "Zones-and-conduits segmentation is required, but it is frequently unimplemented or bypassed (flat OT networks, internet-exposed HMIs/cameras/PLCs); the device itself is exploitable whenever it is reachable, and the standard does not force a compromised-device response plan."
15453
+ },
15454
+ "NIS2-Art21-OT": {
15455
+ "covered": true,
15456
+ "adequate": false,
15457
+ "gap": "Treats OT/ICS as essential-function infrastructure but lacks a device-level compressed remediation expectation and does not address the reality that many OT devices are end-of-life or unpatchable and must be isolated rather than fixed."
15260
15458
  },
15261
15459
  "ISO-27001-2022-A.8.8": {
15262
15460
  "covered": true,
15263
15461
  "adequate": false,
15264
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15462
+ "gap": "'Appropriate timescales' is undefined and ill-suited to OT, where patching may be impossible; compensating controls (segmentation, monitoring, restricted engineering-workstation access) carry the load and must be explicit."
15265
15463
  }
15266
15464
  },
15267
15465
  "compliance_exposure_score": {
15268
- "percent_audit_passing_orgs_still_exposed": 55,
15269
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
15466
+ "percent_audit_passing_orgs_still_exposed": 82,
15467
+ "basis": "OpenPLC ScadaBR is OT/ICS equipment that frequently cannot be patched on an IT cadence and is often reachable on flat or internet-exposed networks; audited organizations that rely on a patch SLA rather than enforced segmentation remain exposed for this KEV-listed, actively-exploited flaw.",
15270
15468
  "theater_pattern": "patch_management"
15271
15469
  },
15272
15470
  "ai_discovered_zeroday": false,
15273
- "ai_discovery_source": "unknown",
15274
- "ai_assist_factor": "none",
15275
- "_auto_imported": true,
15276
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15471
+ "ai_discovery_source": "vendor_research",
15472
+ "ai_assist_factor": "none"
15277
15473
  },
15278
15474
  "CVE-2025-61757": {
15279
15475
  "name": "Oracle Fusion Middleware Missing Authentication for Critical Function Vulnerability",