@blamejs/exceptd-skills 0.15.29 → 0.15.31

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.
@@ -7351,35 +7351,63 @@
7351
7351
  },
7352
7352
  "CVE-2023-27351": {
7353
7353
  "name": "PaperCut NG/MF Improper Authentication Vulnerability",
7354
- "lesson_date": "2026-05-18",
7354
+ "lesson_date": "2026-05-29",
7355
7355
  "attack_vector": {
7356
- "description": "PaperCut NG/MF contains an improper authentication vulnerability that could allow remote attackers to bypass authentication on affected installations via the SecurityRequestFilter class.",
7357
- "privileges_required": "network attacker (no authentication required)",
7358
- "complexity": "moderate (bulk-import default)",
7359
- "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."
7356
+ "description": "an improper-authentication flaw (CWE-287) letting an unauthenticated attacker bypass authentication and reach administrative functionality. CISA KEV-listed 2026-04-20 with confirmed in-the-wild exploitation.",
7357
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
7358
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
7359
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
7360
+ },
7361
+ "defense_chain": {
7362
+ "prevention": {
7363
+ "what_would_have_worked": "Apply the PaperCut update; review admin activity during the exposure window and rotate admin credentials — PaperCut compromise has been used to stage ransomware.",
7364
+ "was_this_required": true,
7365
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
7366
+ "adequacy": "Patch is necessary but insufficient alone — web shells, stolen sessions, and forged keys survive the patch and require explicit cleanup and key rotation."
7367
+ },
7368
+ "detection": {
7369
+ "what_would_have_worked": "Monitoring on the PaperCut: exploit-shaped requests, new web-shell files, unexpected process execution, and session/admin takeover without a matching login.",
7370
+ "was_this_required": false,
7371
+ "framework_requiring_it": null,
7372
+ "adequacy": "Necessary to catch exploitation and resident persistence after patching."
7373
+ },
7374
+ "response": {
7375
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets/machine keys, and invalidate sessions, and review for lateral movement and data exfiltration.",
7376
+ "was_this_required": true,
7377
+ "framework_requiring_it": "NIST 800-53 IR-4",
7378
+ "adequacy": "Mandatory; patch-in-place without cleanup leaves the attacker resident or able to re-authenticate."
7379
+ }
7360
7380
  },
7361
7381
  "framework_coverage": {
7362
7382
  "NIST-800-53-SI-2": {
7363
7383
  "covered": true,
7364
7384
  "adequate": false,
7365
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
7385
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application flaw; these are mass-exploited within days, and SSRF/deserialization/auth-bypass chains lead to data theft or RCE."
7366
7386
  },
7367
7387
  "ISO-27001-2022-A.8.8": {
7368
7388
  "covered": true,
7369
7389
  "adequate": false,
7370
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
7390
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
7391
+ },
7392
+ "NIS2-Art21-network-security": {
7393
+ "covered": true,
7394
+ "adequate": false,
7395
+ "gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / key-rotation / egress-restriction cleanup these flaws need."
7396
+ },
7397
+ "PCI-DSS-4.0-6.3.3": {
7398
+ "covered": true,
7399
+ "adequate": false,
7400
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application (e-commerce platforms like Magento sit squarely in PCI scope); WAF coverage is partial mitigation, not remediation."
7371
7401
  }
7372
7402
  },
7373
7403
  "compliance_exposure_score": {
7374
7404
  "percent_audit_passing_orgs_still_exposed": 75,
7375
- "basis": "Known ransomware-campaign use; passing orgs typically still exposed when patch deployment lags KEV due date.",
7405
+ "basis": "Internet-facing PaperCut NG/MF is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, key rotation, and egress restriction are rarely part of the documented patch procedure.",
7376
7406
  "theater_pattern": "patch_management"
7377
7407
  },
7378
7408
  "ai_discovered_zeroday": false,
7379
- "ai_discovery_source": "unknown",
7380
- "ai_assist_factor": "none",
7381
- "_auto_imported": true,
7382
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
7409
+ "ai_discovery_source": "vendor_research",
7410
+ "ai_assist_factor": "none"
7383
7411
  },
7384
7412
  "CVE-2025-48700": {
7385
7413
  "name": "Synacor Zimbra Collaboration Suite (ZCS) Cross-site Scripting Vulnerability",
@@ -8313,35 +8341,63 @@
8313
8341
  },
8314
8342
  "CVE-2026-3502": {
8315
8343
  "name": "TrueConf Client Download of Code Without Integrity Check Vulnerability",
8316
- "lesson_date": "2026-05-18",
8344
+ "lesson_date": "2026-05-29",
8317
8345
  "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."
8346
+ "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.",
8347
+ "privileges_required": "none (the attacker influences the download/update channel or the shipped artifact; no authentication to the victim is required)",
8348
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
8349
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
8350
+ },
8351
+ "defense_chain": {
8352
+ "prevention": {
8353
+ "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.",
8354
+ "was_this_required": true,
8355
+ "framework_requiring_it": "NIST 800-53 SR-11 / NIST SSDF 800-218 / SLSA",
8356
+ "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."
8357
+ },
8358
+ "detection": {
8359
+ "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.",
8360
+ "was_this_required": false,
8361
+ "framework_requiring_it": null,
8362
+ "adequacy": "Necessary because supply-chain substitution is silent — the tool runs as expected while the embedded/substituted code executes alongside it."
8363
+ },
8364
+ "response": {
8365
+ "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.",
8366
+ "was_this_required": true,
8367
+ "framework_requiring_it": "NIST 800-53 IR-4",
8368
+ "adequacy": "Mandatory; supply-chain compromise propagates through every host that ran the tainted code, so response is environment-wide, not host-local."
8369
+ }
8322
8370
  },
8323
8371
  "framework_coverage": {
8324
- "NIST-800-53-SI-2": {
8372
+ "NIST-800-53-SR-11": {
8325
8373
  "covered": true,
8326
8374
  "adequate": false,
8327
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
8375
+ "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
8376
  },
8329
- "ISO-27001-2022-A.8.8": {
8377
+ "NIST-SSDF-800-218-PS.2": {
8330
8378
  "covered": true,
8331
8379
  "adequate": false,
8332
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
8380
+ "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."
8381
+ },
8382
+ "SLSA-build-provenance": {
8383
+ "covered": true,
8384
+ "adequate": false,
8385
+ "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."
8386
+ },
8387
+ "EU-CRA-secure-update": {
8388
+ "covered": true,
8389
+ "adequate": false,
8390
+ "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
8391
  }
8334
8392
  },
8335
8393
  "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"
8394
+ "percent_audit_passing_orgs_still_exposed": 77,
8395
+ "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.",
8396
+ "theater_pattern": "update_channel_integrity_unverified"
8339
8397
  },
8340
8398
  "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"
8399
+ "ai_discovery_source": "vendor_research",
8400
+ "ai_assist_factor": "none"
8345
8401
  },
8346
8402
  "CVE-2026-5281": {
8347
8403
  "name": "Google Dawn Use-After-Free Vulnerability",
@@ -8492,35 +8548,63 @@
8492
8548
  },
8493
8549
  "CVE-2026-33634": {
8494
8550
  "name": "Aquasecurity Trivy Embedded Malicious Code Vulnerability",
8495
- "lesson_date": "2026-05-18",
8551
+ "lesson_date": "2026-05-29",
8496
8552
  "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."
8553
+ "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.",
8554
+ "privileges_required": "none (the attacker influences the download/update channel or the shipped artifact; no authentication to the victim is required)",
8555
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
8556
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
8557
+ },
8558
+ "defense_chain": {
8559
+ "prevention": {
8560
+ "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.",
8561
+ "was_this_required": true,
8562
+ "framework_requiring_it": "NIST 800-53 SR-11 / NIST SSDF 800-218 / SLSA",
8563
+ "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."
8564
+ },
8565
+ "detection": {
8566
+ "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.",
8567
+ "was_this_required": false,
8568
+ "framework_requiring_it": null,
8569
+ "adequacy": "Necessary because supply-chain substitution is silent — the tool runs as expected while the embedded/substituted code executes alongside it."
8570
+ },
8571
+ "response": {
8572
+ "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.",
8573
+ "was_this_required": true,
8574
+ "framework_requiring_it": "NIST 800-53 IR-4",
8575
+ "adequacy": "Mandatory; supply-chain compromise propagates through every host that ran the tainted code, so response is environment-wide, not host-local."
8576
+ }
8501
8577
  },
8502
8578
  "framework_coverage": {
8503
- "NIST-800-53-SI-2": {
8579
+ "NIST-800-53-SR-11": {
8504
8580
  "covered": true,
8505
8581
  "adequate": false,
8506
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
8582
+ "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
8583
  },
8508
- "ISO-27001-2022-A.8.8": {
8584
+ "NIST-SSDF-800-218-PS.2": {
8509
8585
  "covered": true,
8510
8586
  "adequate": false,
8511
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
8587
+ "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."
8588
+ },
8589
+ "SLSA-build-provenance": {
8590
+ "covered": true,
8591
+ "adequate": false,
8592
+ "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."
8593
+ },
8594
+ "EU-CRA-secure-update": {
8595
+ "covered": true,
8596
+ "adequate": false,
8597
+ "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
8598
  }
8513
8599
  },
8514
8600
  "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"
8601
+ "percent_audit_passing_orgs_still_exposed": 77,
8602
+ "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.",
8603
+ "theater_pattern": "update_channel_integrity_unverified"
8518
8604
  },
8519
8605
  "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"
8606
+ "ai_discovery_source": "vendor_research",
8607
+ "ai_assist_factor": "none"
8524
8608
  },
8525
8609
  "CVE-2026-25592": {
8526
8610
  "name": "Microsoft Semantic Kernel SessionsPythonPlugin Path Traversal — Prompt-Injection to Host RCE",
@@ -11771,35 +11855,63 @@
11771
11855
  },
11772
11856
  "CVE-2021-22054": {
11773
11857
  "name": "Omnissa Workspace ONE Server-Side Request Forgery",
11774
- "lesson_date": "2026-05-18",
11858
+ "lesson_date": "2026-05-29",
11775
11859
  "attack_vector": {
11776
- "description": "Omnissa Workspace One UEM formerly known as VMware Workspace One UEM contains a server-side request forgery (SSRF) vulnerability that could allow a malicious actor with network access to UEM to send their requests without authentication and to gain access to sensitive information.",
11777
- "privileges_required": "network attacker (no authentication required)",
11778
- "complexity": "moderate (bulk-import default)",
11779
- "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."
11860
+ "description": "a server-side request forgery flaw (CWE-918) letting an unauthenticated attacker coerce server-side requests to internal resources. CISA KEV-listed 2026-03-09 with confirmed in-the-wild exploitation.",
11861
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
11862
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
11863
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
11864
+ },
11865
+ "defense_chain": {
11866
+ "prevention": {
11867
+ "what_would_have_worked": "Apply the Workspace ONE UEM update; restrict outbound access and block cloud-metadata endpoints, and review for internal-resource access — UEM reaches the managed mobile fleet.",
11868
+ "was_this_required": true,
11869
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
11870
+ "adequacy": "Patch is necessary; egress filtering and metadata-endpoint blocking are the compensating controls that limit SSRF impact, and a flat outbound network defeats them."
11871
+ },
11872
+ "detection": {
11873
+ "what_would_have_worked": "Monitoring on the Workspace ONE UEM: exploit-shaped requests, server-side outbound requests to internal/metadata endpoints.",
11874
+ "was_this_required": false,
11875
+ "framework_requiring_it": null,
11876
+ "adequacy": "Necessary to catch exploitation and resident persistence after patching."
11877
+ },
11878
+ "response": {
11879
+ "what_would_have_worked": "Patch immediately, restrict egress and review what internal resources the SSRF reached, and review for lateral movement and data exfiltration.",
11880
+ "was_this_required": true,
11881
+ "framework_requiring_it": "NIST 800-53 IR-4",
11882
+ "adequacy": "Mandatory; patch-in-place without cleanup leaves the attacker resident or able to re-authenticate."
11883
+ }
11780
11884
  },
11781
11885
  "framework_coverage": {
11782
11886
  "NIST-800-53-SI-2": {
11783
11887
  "covered": true,
11784
11888
  "adequate": false,
11785
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
11889
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application flaw; these are mass-exploited within days, and SSRF/deserialization/auth-bypass chains lead to data theft or RCE."
11786
11890
  },
11787
11891
  "ISO-27001-2022-A.8.8": {
11788
11892
  "covered": true,
11789
11893
  "adequate": false,
11790
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
11894
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
11895
+ },
11896
+ "NIS2-Art21-network-security": {
11897
+ "covered": true,
11898
+ "adequate": false,
11899
+ "gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / key-rotation / egress-restriction cleanup these flaws need."
11900
+ },
11901
+ "PCI-DSS-4.0-6.3.3": {
11902
+ "covered": true,
11903
+ "adequate": false,
11904
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application (e-commerce platforms like Magento sit squarely in PCI scope); WAF coverage is partial mitigation, not remediation."
11791
11905
  }
11792
11906
  },
11793
11907
  "compliance_exposure_score": {
11794
- "percent_audit_passing_orgs_still_exposed": 55,
11795
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
11908
+ "percent_audit_passing_orgs_still_exposed": 75,
11909
+ "basis": "Internet-facing Omnissa Workspace ONE UEM is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, key rotation, and egress restriction are rarely part of the documented patch procedure.",
11796
11910
  "theater_pattern": "patch_management"
11797
11911
  },
11798
11912
  "ai_discovered_zeroday": false,
11799
- "ai_discovery_source": "unknown",
11800
- "ai_assist_factor": "none",
11801
- "_auto_imported": true,
11802
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
11913
+ "ai_discovery_source": "vendor_research",
11914
+ "ai_assist_factor": "none"
11803
11915
  },
11804
11916
  "CVE-2025-26399": {
11805
11917
  "name": "SolarWinds Web Help Desk Deserialization of Untrusted Data Vulnerability",
@@ -12595,35 +12707,63 @@
12595
12707
  },
12596
12708
  "CVE-2021-22175": {
12597
12709
  "name": "GitLab Server-Side Request Forgery (SSRF) Vulnerability",
12598
- "lesson_date": "2026-05-18",
12710
+ "lesson_date": "2026-05-29",
12599
12711
  "attack_vector": {
12600
- "description": "GitLab contains a server-side request forgery (SSRF) vulnerability when requests to the internal network for webhooks are enabled.",
12601
- "privileges_required": "network attacker (no authentication required)",
12602
- "complexity": "moderate (bulk-import default)",
12603
- "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."
12712
+ "description": "a server-side request forgery flaw (CWE-918) letting an unauthenticated attacker coerce the server into making requests to internal resources. CISA KEV-listed 2026-02-18 with confirmed in-the-wild exploitation.",
12713
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
12714
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
12715
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
12716
+ },
12717
+ "defense_chain": {
12718
+ "prevention": {
12719
+ "what_would_have_worked": "Apply the GitLab update; restrict the server's outbound access (egress filtering, block cloud-metadata endpoints) and review for internal-resource access via the SSRF.",
12720
+ "was_this_required": true,
12721
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
12722
+ "adequacy": "Patch is necessary; egress filtering and metadata-endpoint blocking are the compensating controls that limit SSRF impact, and a flat outbound network defeats them."
12723
+ },
12724
+ "detection": {
12725
+ "what_would_have_worked": "Monitoring on the GitLab: exploit-shaped requests, server-side outbound requests to internal/metadata endpoints.",
12726
+ "was_this_required": false,
12727
+ "framework_requiring_it": null,
12728
+ "adequacy": "Necessary to catch exploitation and resident persistence after patching."
12729
+ },
12730
+ "response": {
12731
+ "what_would_have_worked": "Patch immediately, restrict egress and review what internal resources the SSRF reached, and review for lateral movement and data exfiltration.",
12732
+ "was_this_required": true,
12733
+ "framework_requiring_it": "NIST 800-53 IR-4",
12734
+ "adequacy": "Mandatory; patch-in-place without cleanup leaves the attacker resident or able to re-authenticate."
12735
+ }
12604
12736
  },
12605
12737
  "framework_coverage": {
12606
12738
  "NIST-800-53-SI-2": {
12607
12739
  "covered": true,
12608
12740
  "adequate": false,
12609
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
12741
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application flaw; these are mass-exploited within days, and SSRF/deserialization/auth-bypass chains lead to data theft or RCE."
12610
12742
  },
12611
12743
  "ISO-27001-2022-A.8.8": {
12612
12744
  "covered": true,
12613
12745
  "adequate": false,
12614
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
12746
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
12747
+ },
12748
+ "NIS2-Art21-network-security": {
12749
+ "covered": true,
12750
+ "adequate": false,
12751
+ "gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / key-rotation / egress-restriction cleanup these flaws need."
12752
+ },
12753
+ "PCI-DSS-4.0-6.3.3": {
12754
+ "covered": true,
12755
+ "adequate": false,
12756
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application (e-commerce platforms like Magento sit squarely in PCI scope); WAF coverage is partial mitigation, not remediation."
12615
12757
  }
12616
12758
  },
12617
12759
  "compliance_exposure_score": {
12618
- "percent_audit_passing_orgs_still_exposed": 55,
12619
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
12760
+ "percent_audit_passing_orgs_still_exposed": 75,
12761
+ "basis": "Internet-facing GitLab is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, key rotation, and egress restriction are rarely part of the documented patch procedure.",
12620
12762
  "theater_pattern": "patch_management"
12621
12763
  },
12622
12764
  "ai_discovered_zeroday": false,
12623
- "ai_discovery_source": "unknown",
12624
- "ai_assist_factor": "none",
12625
- "_auto_imported": true,
12626
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
12765
+ "ai_discovery_source": "vendor_research",
12766
+ "ai_assist_factor": "none"
12627
12767
  },
12628
12768
  "CVE-2026-22769": {
12629
12769
  "name": "Dell RecoverPoint for Virtual Machines (RP4VMs) Use of Hard-coded Credentials Vulnerability",
@@ -13041,35 +13181,63 @@
13041
13181
  },
13042
13182
  "CVE-2025-15556": {
13043
13183
  "name": "Notepad++ Download of Code Without Integrity Check Vulnerability",
13044
- "lesson_date": "2026-05-18",
13184
+ "lesson_date": "2026-05-29",
13045
13185
  "attack_vector": {
13046
- "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.",
13047
- "privileges_required": "network attacker (no authentication required)",
13048
- "complexity": "moderate (bulk-import default)",
13049
- "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."
13186
+ "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.",
13187
+ "privileges_required": "none (the attacker influences the download/update channel or the shipped artifact; no authentication to the victim is required)",
13188
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13189
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13190
+ },
13191
+ "defense_chain": {
13192
+ "prevention": {
13193
+ "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.",
13194
+ "was_this_required": true,
13195
+ "framework_requiring_it": "NIST 800-53 SR-11 / NIST SSDF 800-218 / SLSA",
13196
+ "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."
13197
+ },
13198
+ "detection": {
13199
+ "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.",
13200
+ "was_this_required": false,
13201
+ "framework_requiring_it": null,
13202
+ "adequacy": "Necessary because supply-chain substitution is silent — the tool runs as expected while the embedded/substituted code executes alongside it."
13203
+ },
13204
+ "response": {
13205
+ "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.",
13206
+ "was_this_required": true,
13207
+ "framework_requiring_it": "NIST 800-53 IR-4",
13208
+ "adequacy": "Mandatory; supply-chain compromise propagates through every host that ran the tainted code, so response is environment-wide, not host-local."
13209
+ }
13050
13210
  },
13051
13211
  "framework_coverage": {
13052
- "NIST-800-53-SI-2": {
13212
+ "NIST-800-53-SR-11": {
13053
13213
  "covered": true,
13054
13214
  "adequate": false,
13055
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13215
+ "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."
13056
13216
  },
13057
- "ISO-27001-2022-A.8.8": {
13217
+ "NIST-SSDF-800-218-PS.2": {
13058
13218
  "covered": true,
13059
13219
  "adequate": false,
13060
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13220
+ "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."
13221
+ },
13222
+ "SLSA-build-provenance": {
13223
+ "covered": true,
13224
+ "adequate": false,
13225
+ "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."
13226
+ },
13227
+ "EU-CRA-secure-update": {
13228
+ "covered": true,
13229
+ "adequate": false,
13230
+ "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."
13061
13231
  }
13062
13232
  },
13063
13233
  "compliance_exposure_score": {
13064
- "percent_audit_passing_orgs_still_exposed": 55,
13065
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
13066
- "theater_pattern": "patch_management"
13234
+ "percent_audit_passing_orgs_still_exposed": 77,
13235
+ "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.",
13236
+ "theater_pattern": "update_channel_integrity_unverified"
13067
13237
  },
13068
13238
  "ai_discovered_zeroday": false,
13069
- "ai_discovery_source": "unknown",
13070
- "ai_assist_factor": "none",
13071
- "_auto_imported": true,
13072
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13239
+ "ai_discovery_source": "vendor_research",
13240
+ "ai_assist_factor": "none"
13073
13241
  },
13074
13242
  "CVE-2025-40536": {
13075
13243
  "name": "SolarWinds Web Help Desk Security Control Bypass Vulnerability",
@@ -13504,35 +13672,63 @@
13504
13672
  },
13505
13673
  "CVE-2021-39935": {
13506
13674
  "name": "GitLab Community and Enterprise Editions Server-Side Request Forgery (SSRF) Vulnerability",
13507
- "lesson_date": "2026-05-18",
13675
+ "lesson_date": "2026-05-29",
13508
13676
  "attack_vector": {
13509
- "description": "GitLab Community and Enterprise Editions contain a server-side request forgery vulnerability which could allow unauthorized external users to perform Server Side Requests via the CI Lint API. ",
13510
- "privileges_required": "network attacker (no authentication required)",
13511
- "complexity": "moderate (bulk-import default)",
13512
- "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."
13677
+ "description": "a server-side request forgery flaw (CWE-918) letting an unauthenticated attacker coerce server-side requests to internal resources. CISA KEV-listed 2026-02-03 with confirmed in-the-wild exploitation.",
13678
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
13679
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13680
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13681
+ },
13682
+ "defense_chain": {
13683
+ "prevention": {
13684
+ "what_would_have_worked": "Apply the GitLab update; enforce egress filtering and block cloud-metadata endpoints, and review for internal-resource access via the SSRF.",
13685
+ "was_this_required": true,
13686
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
13687
+ "adequacy": "Patch is necessary; egress filtering and metadata-endpoint blocking are the compensating controls that limit SSRF impact, and a flat outbound network defeats them."
13688
+ },
13689
+ "detection": {
13690
+ "what_would_have_worked": "Monitoring on the GitLab: exploit-shaped requests, server-side outbound requests to internal/metadata endpoints.",
13691
+ "was_this_required": false,
13692
+ "framework_requiring_it": null,
13693
+ "adequacy": "Necessary to catch exploitation and resident persistence after patching."
13694
+ },
13695
+ "response": {
13696
+ "what_would_have_worked": "Patch immediately, restrict egress and review what internal resources the SSRF reached, and review for lateral movement and data exfiltration.",
13697
+ "was_this_required": true,
13698
+ "framework_requiring_it": "NIST 800-53 IR-4",
13699
+ "adequacy": "Mandatory; patch-in-place without cleanup leaves the attacker resident or able to re-authenticate."
13700
+ }
13513
13701
  },
13514
13702
  "framework_coverage": {
13515
13703
  "NIST-800-53-SI-2": {
13516
13704
  "covered": true,
13517
13705
  "adequate": false,
13518
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13706
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application flaw; these are mass-exploited within days, and SSRF/deserialization/auth-bypass chains lead to data theft or RCE."
13519
13707
  },
13520
13708
  "ISO-27001-2022-A.8.8": {
13521
13709
  "covered": true,
13522
13710
  "adequate": false,
13523
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13711
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
13712
+ },
13713
+ "NIS2-Art21-network-security": {
13714
+ "covered": true,
13715
+ "adequate": false,
13716
+ "gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / key-rotation / egress-restriction cleanup these flaws need."
13717
+ },
13718
+ "PCI-DSS-4.0-6.3.3": {
13719
+ "covered": true,
13720
+ "adequate": false,
13721
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application (e-commerce platforms like Magento sit squarely in PCI scope); WAF coverage is partial mitigation, not remediation."
13524
13722
  }
13525
13723
  },
13526
13724
  "compliance_exposure_score": {
13527
- "percent_audit_passing_orgs_still_exposed": 55,
13528
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
13725
+ "percent_audit_passing_orgs_still_exposed": 75,
13726
+ "basis": "Internet-facing GitLab Community and Enterprise Editions is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, key rotation, and egress restriction are rarely part of the documented patch procedure.",
13529
13727
  "theater_pattern": "patch_management"
13530
13728
  },
13531
13729
  "ai_discovered_zeroday": false,
13532
- "ai_discovery_source": "unknown",
13533
- "ai_assist_factor": "none",
13534
- "_auto_imported": true,
13535
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13730
+ "ai_discovery_source": "vendor_research",
13731
+ "ai_assist_factor": "none"
13536
13732
  },
13537
13733
  "CVE-2025-64328": {
13538
13734
  "name": "Sangoma FreePBX OS Command Injection Vulnerability",
@@ -16102,35 +16298,63 @@
16102
16298
  },
16103
16299
  "CVE-2025-54236": {
16104
16300
  "name": "Adobe Commerce and Magento Improper Input Validation Vulnerability",
16105
- "lesson_date": "2026-05-18",
16301
+ "lesson_date": "2026-05-29",
16106
16302
  "attack_vector": {
16107
- "description": "Adobe Commerce and Magento Open Source contain an improper input validation vulnerability that could allow an attacker to take over customer accounts through the Commerce REST API.",
16108
- "privileges_required": "network attacker (no authentication required)",
16109
- "complexity": "moderate (bulk-import default)",
16110
- "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."
16303
+ "description": "an improper-input-validation flaw (CWE-20) in the Commerce/Magento REST API (the 'SessionReaper' flaw), letting an unauthenticated attacker take over customer/admin sessions and reach code execution. CISA KEV-listed 2025-10-24 with confirmed in-the-wild exploitation.",
16304
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
16305
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
16306
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
16307
+ },
16308
+ "defense_chain": {
16309
+ "prevention": {
16310
+ "what_would_have_worked": "Apply the Adobe Commerce/Magento patch and the isolated hotfix; rotate the encryption key, invalidate sessions, and hunt for web shells — Magento RCE chains drop persistent backdoors.",
16311
+ "was_this_required": true,
16312
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
16313
+ "adequacy": "Patch is necessary but insufficient alone — web shells, stolen sessions, and forged keys survive the patch and require explicit cleanup and key rotation."
16314
+ },
16315
+ "detection": {
16316
+ "what_would_have_worked": "Monitoring on the Adobe Commerce / Magento: exploit-shaped requests, new web-shell files, unexpected process execution, and session/admin takeover without a matching login.",
16317
+ "was_this_required": false,
16318
+ "framework_requiring_it": null,
16319
+ "adequacy": "Necessary to catch exploitation and resident persistence after patching."
16320
+ },
16321
+ "response": {
16322
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets/machine keys, and invalidate sessions, and review for lateral movement and data exfiltration.",
16323
+ "was_this_required": true,
16324
+ "framework_requiring_it": "NIST 800-53 IR-4",
16325
+ "adequacy": "Mandatory; patch-in-place without cleanup leaves the attacker resident or able to re-authenticate."
16326
+ }
16111
16327
  },
16112
16328
  "framework_coverage": {
16113
16329
  "NIST-800-53-SI-2": {
16114
16330
  "covered": true,
16115
16331
  "adequate": false,
16116
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
16332
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application flaw; these are mass-exploited within days, and SSRF/deserialization/auth-bypass chains lead to data theft or RCE."
16117
16333
  },
16118
16334
  "ISO-27001-2022-A.8.8": {
16119
16335
  "covered": true,
16120
16336
  "adequate": false,
16121
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
16337
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
16338
+ },
16339
+ "NIS2-Art21-network-security": {
16340
+ "covered": true,
16341
+ "adequate": false,
16342
+ "gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / key-rotation / egress-restriction cleanup these flaws need."
16343
+ },
16344
+ "PCI-DSS-4.0-6.3.3": {
16345
+ "covered": true,
16346
+ "adequate": false,
16347
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application (e-commerce platforms like Magento sit squarely in PCI scope); WAF coverage is partial mitigation, not remediation."
16122
16348
  }
16123
16349
  },
16124
16350
  "compliance_exposure_score": {
16125
- "percent_audit_passing_orgs_still_exposed": 55,
16126
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
16351
+ "percent_audit_passing_orgs_still_exposed": 75,
16352
+ "basis": "Internet-facing Adobe Commerce and Magento is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, key rotation, and egress restriction are rarely part of the documented patch procedure.",
16127
16353
  "theater_pattern": "patch_management"
16128
16354
  },
16129
16355
  "ai_discovered_zeroday": false,
16130
- "ai_discovery_source": "unknown",
16131
- "ai_assist_factor": "none",
16132
- "_auto_imported": true,
16133
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
16356
+ "ai_discovery_source": "vendor_research",
16357
+ "ai_assist_factor": "none"
16134
16358
  },
16135
16359
  "CVE-2025-59287": {
16136
16360
  "name": "Microsoft Windows Server Update Service (WSUS) Deserialization of Untrusted Data Vulnerability",
@@ -16465,35 +16689,63 @@
16465
16689
  },
16466
16690
  "CVE-2025-54253": {
16467
16691
  "name": "Adobe Experience Manager Forms Code Execution Vulnerability",
16468
- "lesson_date": "2026-05-18",
16692
+ "lesson_date": "2026-05-29",
16469
16693
  "attack_vector": {
16470
- "description": "Adobe Experience Manager Forms in JEE contains an unspecified vulnerability that allows for arbitrary code execution.",
16471
- "privileges_required": "network attacker (no authentication required)",
16472
- "complexity": "moderate (bulk-import default)",
16473
- "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."
16694
+ "description": "a code-execution flaw (CWE-94) enabling unauthenticated remote code execution on the AEM Forms server. CISA KEV-listed 2025-10-15 with confirmed in-the-wild exploitation.",
16695
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
16696
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
16697
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
16698
+ },
16699
+ "defense_chain": {
16700
+ "prevention": {
16701
+ "what_would_have_worked": "Apply the AEM Forms update; hunt for web shells and rotate service credentials reachable from the AEM host.",
16702
+ "was_this_required": true,
16703
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
16704
+ "adequacy": "Patch is necessary but insufficient alone — web shells, stolen sessions, and forged keys survive the patch and require explicit cleanup and key rotation."
16705
+ },
16706
+ "detection": {
16707
+ "what_would_have_worked": "Monitoring on the AEM Forms: exploit-shaped requests, new web-shell files, unexpected process execution, and session/admin takeover without a matching login.",
16708
+ "was_this_required": false,
16709
+ "framework_requiring_it": null,
16710
+ "adequacy": "Necessary to catch exploitation and resident persistence after patching."
16711
+ },
16712
+ "response": {
16713
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets/machine keys, and invalidate sessions, and review for lateral movement and data exfiltration.",
16714
+ "was_this_required": true,
16715
+ "framework_requiring_it": "NIST 800-53 IR-4",
16716
+ "adequacy": "Mandatory; patch-in-place without cleanup leaves the attacker resident or able to re-authenticate."
16717
+ }
16474
16718
  },
16475
16719
  "framework_coverage": {
16476
16720
  "NIST-800-53-SI-2": {
16477
16721
  "covered": true,
16478
16722
  "adequate": false,
16479
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
16723
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application flaw; these are mass-exploited within days, and SSRF/deserialization/auth-bypass chains lead to data theft or RCE."
16480
16724
  },
16481
16725
  "ISO-27001-2022-A.8.8": {
16482
16726
  "covered": true,
16483
16727
  "adequate": false,
16484
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
16728
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
16729
+ },
16730
+ "NIS2-Art21-network-security": {
16731
+ "covered": true,
16732
+ "adequate": false,
16733
+ "gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / key-rotation / egress-restriction cleanup these flaws need."
16734
+ },
16735
+ "PCI-DSS-4.0-6.3.3": {
16736
+ "covered": true,
16737
+ "adequate": false,
16738
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application (e-commerce platforms like Magento sit squarely in PCI scope); WAF coverage is partial mitigation, not remediation."
16485
16739
  }
16486
16740
  },
16487
16741
  "compliance_exposure_score": {
16488
- "percent_audit_passing_orgs_still_exposed": 55,
16489
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
16742
+ "percent_audit_passing_orgs_still_exposed": 75,
16743
+ "basis": "Internet-facing Adobe Experience Manager Forms is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, key rotation, and egress restriction are rarely part of the documented patch procedure.",
16490
16744
  "theater_pattern": "patch_management"
16491
16745
  },
16492
16746
  "ai_discovered_zeroday": false,
16493
- "ai_discovery_source": "unknown",
16494
- "ai_assist_factor": "none",
16495
- "_auto_imported": true,
16496
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
16747
+ "ai_discovery_source": "vendor_research",
16748
+ "ai_assist_factor": "none"
16497
16749
  },
16498
16750
  "CVE-2025-47827": {
16499
16751
  "name": "IGEL OS Use of a Key Past its Expiration Date Vulnerability",
@@ -17764,35 +18016,63 @@
17764
18016
  },
17765
18017
  "CVE-2025-53690": {
17766
18018
  "name": "Sitecore Multiple Products Deserialization of Untrusted Data Vulnerability",
17767
- "lesson_date": "2026-05-18",
18019
+ "lesson_date": "2026-05-29",
17768
18020
  "attack_vector": {
17769
- "description": "Sitecore Experience Manager (XM), Experience Platform (XP), Experience Commerce (XC), and Managed Cloud contain a deserialization of untrusted data vulnerability involving the use of default machine keys. This flaw allows attackers to exploit exposed ASP.NET machine keys to achieve remote code execution. ",
17770
- "privileges_required": "network attacker (no authentication required)",
17771
- "complexity": "moderate (bulk-import default)",
17772
- "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."
18021
+ "description": "a deserialization-of-untrusted-data flaw (CWE-502) abusing a known/static ASP.NET machine key via ViewState, enabling unauthenticated remote code execution. CISA KEV-listed 2025-09-04 with confirmed in-the-wild exploitation.",
18022
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
18023
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
18024
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
18025
+ },
18026
+ "defense_chain": {
18027
+ "prevention": {
18028
+ "what_would_have_worked": "Apply the Sitecore update AND rotate the ASP.NET machine keys — the deserialization abuses key material, so patching without key rotation leaves the RCE path open; hunt for web shells.",
18029
+ "was_this_required": true,
18030
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
18031
+ "adequacy": "Patch is necessary but insufficient alone — web shells, stolen sessions, and forged keys survive the patch and require explicit cleanup and key rotation."
18032
+ },
18033
+ "detection": {
18034
+ "what_would_have_worked": "Monitoring on the Sitecore: exploit-shaped requests, new web-shell files, unexpected process execution, and session/admin takeover without a matching login.",
18035
+ "was_this_required": false,
18036
+ "framework_requiring_it": null,
18037
+ "adequacy": "Necessary to catch exploitation and resident persistence after patching."
18038
+ },
18039
+ "response": {
18040
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets/machine keys, and invalidate sessions, and review for lateral movement and data exfiltration.",
18041
+ "was_this_required": true,
18042
+ "framework_requiring_it": "NIST 800-53 IR-4",
18043
+ "adequacy": "Mandatory; patch-in-place without cleanup leaves the attacker resident or able to re-authenticate."
18044
+ }
17773
18045
  },
17774
18046
  "framework_coverage": {
17775
18047
  "NIST-800-53-SI-2": {
17776
18048
  "covered": true,
17777
18049
  "adequate": false,
17778
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
18050
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application flaw; these are mass-exploited within days, and SSRF/deserialization/auth-bypass chains lead to data theft or RCE."
17779
18051
  },
17780
18052
  "ISO-27001-2022-A.8.8": {
17781
18053
  "covered": true,
17782
18054
  "adequate": false,
17783
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
18055
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
18056
+ },
18057
+ "NIS2-Art21-network-security": {
18058
+ "covered": true,
18059
+ "adequate": false,
18060
+ "gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / key-rotation / egress-restriction cleanup these flaws need."
18061
+ },
18062
+ "PCI-DSS-4.0-6.3.3": {
18063
+ "covered": true,
18064
+ "adequate": false,
18065
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application (e-commerce platforms like Magento sit squarely in PCI scope); WAF coverage is partial mitigation, not remediation."
17784
18066
  }
17785
18067
  },
17786
18068
  "compliance_exposure_score": {
17787
- "percent_audit_passing_orgs_still_exposed": 55,
17788
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
18069
+ "percent_audit_passing_orgs_still_exposed": 75,
18070
+ "basis": "Internet-facing Sitecore is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, key rotation, and egress restriction are rarely part of the documented patch procedure.",
17789
18071
  "theater_pattern": "patch_management"
17790
18072
  },
17791
18073
  "ai_discovered_zeroday": false,
17792
- "ai_discovery_source": "unknown",
17793
- "ai_assist_factor": "none",
17794
- "_auto_imported": true,
17795
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
18074
+ "ai_discovery_source": "vendor_research",
18075
+ "ai_assist_factor": "none"
17796
18076
  },
17797
18077
  "CVE-2023-50224": {
17798
18078
  "name": "TP-Link TL-WR841N Authentication Bypass by Spoofing Vulnerability",