@blamejs/exceptd-skills 0.15.30 → 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.
- package/CHANGELOG.md +4 -0
- package/data/_indexes/_meta.json +5 -5
- package/data/attack-techniques.json +7 -0
- package/data/cve-catalog.json +119 -42
- package/data/zeroday-lessons.json +286 -90
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -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-
|
|
7354
|
+
"lesson_date": "2026-05-29",
|
|
7355
7355
|
"attack_vector": {
|
|
7356
|
-
"description": "
|
|
7357
|
-
"privileges_required": "
|
|
7358
|
-
"complexity": "
|
|
7359
|
-
"ai_factor": "
|
|
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
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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",
|
|
@@ -11827,35 +11855,63 @@
|
|
|
11827
11855
|
},
|
|
11828
11856
|
"CVE-2021-22054": {
|
|
11829
11857
|
"name": "Omnissa Workspace ONE Server-Side Request Forgery",
|
|
11830
|
-
"lesson_date": "2026-05-
|
|
11858
|
+
"lesson_date": "2026-05-29",
|
|
11831
11859
|
"attack_vector": {
|
|
11832
|
-
"description": "
|
|
11833
|
-
"privileges_required": "
|
|
11834
|
-
"complexity": "
|
|
11835
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
11836
11884
|
},
|
|
11837
11885
|
"framework_coverage": {
|
|
11838
11886
|
"NIST-800-53-SI-2": {
|
|
11839
11887
|
"covered": true,
|
|
11840
11888
|
"adequate": false,
|
|
11841
|
-
"gap": "30-day SLA
|
|
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."
|
|
11842
11890
|
},
|
|
11843
11891
|
"ISO-27001-2022-A.8.8": {
|
|
11844
11892
|
"covered": true,
|
|
11845
11893
|
"adequate": false,
|
|
11846
|
-
"gap": "
|
|
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."
|
|
11847
11905
|
}
|
|
11848
11906
|
},
|
|
11849
11907
|
"compliance_exposure_score": {
|
|
11850
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11851
|
-
"basis": "
|
|
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.",
|
|
11852
11910
|
"theater_pattern": "patch_management"
|
|
11853
11911
|
},
|
|
11854
11912
|
"ai_discovered_zeroday": false,
|
|
11855
|
-
"ai_discovery_source": "
|
|
11856
|
-
"ai_assist_factor": "none"
|
|
11857
|
-
"_auto_imported": true,
|
|
11858
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11913
|
+
"ai_discovery_source": "vendor_research",
|
|
11914
|
+
"ai_assist_factor": "none"
|
|
11859
11915
|
},
|
|
11860
11916
|
"CVE-2025-26399": {
|
|
11861
11917
|
"name": "SolarWinds Web Help Desk Deserialization of Untrusted Data Vulnerability",
|
|
@@ -12651,35 +12707,63 @@
|
|
|
12651
12707
|
},
|
|
12652
12708
|
"CVE-2021-22175": {
|
|
12653
12709
|
"name": "GitLab Server-Side Request Forgery (SSRF) Vulnerability",
|
|
12654
|
-
"lesson_date": "2026-05-
|
|
12710
|
+
"lesson_date": "2026-05-29",
|
|
12655
12711
|
"attack_vector": {
|
|
12656
|
-
"description": "
|
|
12657
|
-
"privileges_required": "
|
|
12658
|
-
"complexity": "
|
|
12659
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
12660
12736
|
},
|
|
12661
12737
|
"framework_coverage": {
|
|
12662
12738
|
"NIST-800-53-SI-2": {
|
|
12663
12739
|
"covered": true,
|
|
12664
12740
|
"adequate": false,
|
|
12665
|
-
"gap": "30-day SLA
|
|
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."
|
|
12666
12742
|
},
|
|
12667
12743
|
"ISO-27001-2022-A.8.8": {
|
|
12668
12744
|
"covered": true,
|
|
12669
12745
|
"adequate": false,
|
|
12670
|
-
"gap": "
|
|
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."
|
|
12671
12757
|
}
|
|
12672
12758
|
},
|
|
12673
12759
|
"compliance_exposure_score": {
|
|
12674
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12675
|
-
"basis": "
|
|
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.",
|
|
12676
12762
|
"theater_pattern": "patch_management"
|
|
12677
12763
|
},
|
|
12678
12764
|
"ai_discovered_zeroday": false,
|
|
12679
|
-
"ai_discovery_source": "
|
|
12680
|
-
"ai_assist_factor": "none"
|
|
12681
|
-
"_auto_imported": true,
|
|
12682
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12765
|
+
"ai_discovery_source": "vendor_research",
|
|
12766
|
+
"ai_assist_factor": "none"
|
|
12683
12767
|
},
|
|
12684
12768
|
"CVE-2026-22769": {
|
|
12685
12769
|
"name": "Dell RecoverPoint for Virtual Machines (RP4VMs) Use of Hard-coded Credentials Vulnerability",
|
|
@@ -13588,35 +13672,63 @@
|
|
|
13588
13672
|
},
|
|
13589
13673
|
"CVE-2021-39935": {
|
|
13590
13674
|
"name": "GitLab Community and Enterprise Editions Server-Side Request Forgery (SSRF) Vulnerability",
|
|
13591
|
-
"lesson_date": "2026-05-
|
|
13675
|
+
"lesson_date": "2026-05-29",
|
|
13592
13676
|
"attack_vector": {
|
|
13593
|
-
"description": "
|
|
13594
|
-
"privileges_required": "
|
|
13595
|
-
"complexity": "
|
|
13596
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
13597
13701
|
},
|
|
13598
13702
|
"framework_coverage": {
|
|
13599
13703
|
"NIST-800-53-SI-2": {
|
|
13600
13704
|
"covered": true,
|
|
13601
13705
|
"adequate": false,
|
|
13602
|
-
"gap": "30-day SLA
|
|
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."
|
|
13603
13707
|
},
|
|
13604
13708
|
"ISO-27001-2022-A.8.8": {
|
|
13605
13709
|
"covered": true,
|
|
13606
13710
|
"adequate": false,
|
|
13607
|
-
"gap": "
|
|
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."
|
|
13608
13722
|
}
|
|
13609
13723
|
},
|
|
13610
13724
|
"compliance_exposure_score": {
|
|
13611
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
13612
|
-
"basis": "
|
|
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.",
|
|
13613
13727
|
"theater_pattern": "patch_management"
|
|
13614
13728
|
},
|
|
13615
13729
|
"ai_discovered_zeroday": false,
|
|
13616
|
-
"ai_discovery_source": "
|
|
13617
|
-
"ai_assist_factor": "none"
|
|
13618
|
-
"_auto_imported": true,
|
|
13619
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
13730
|
+
"ai_discovery_source": "vendor_research",
|
|
13731
|
+
"ai_assist_factor": "none"
|
|
13620
13732
|
},
|
|
13621
13733
|
"CVE-2025-64328": {
|
|
13622
13734
|
"name": "Sangoma FreePBX OS Command Injection Vulnerability",
|
|
@@ -16186,35 +16298,63 @@
|
|
|
16186
16298
|
},
|
|
16187
16299
|
"CVE-2025-54236": {
|
|
16188
16300
|
"name": "Adobe Commerce and Magento Improper Input Validation Vulnerability",
|
|
16189
|
-
"lesson_date": "2026-05-
|
|
16301
|
+
"lesson_date": "2026-05-29",
|
|
16190
16302
|
"attack_vector": {
|
|
16191
|
-
"description": "
|
|
16192
|
-
"privileges_required": "
|
|
16193
|
-
"complexity": "
|
|
16194
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
16195
16327
|
},
|
|
16196
16328
|
"framework_coverage": {
|
|
16197
16329
|
"NIST-800-53-SI-2": {
|
|
16198
16330
|
"covered": true,
|
|
16199
16331
|
"adequate": false,
|
|
16200
|
-
"gap": "30-day SLA
|
|
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."
|
|
16201
16333
|
},
|
|
16202
16334
|
"ISO-27001-2022-A.8.8": {
|
|
16203
16335
|
"covered": true,
|
|
16204
16336
|
"adequate": false,
|
|
16205
|
-
"gap": "
|
|
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."
|
|
16206
16348
|
}
|
|
16207
16349
|
},
|
|
16208
16350
|
"compliance_exposure_score": {
|
|
16209
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16210
|
-
"basis": "
|
|
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.",
|
|
16211
16353
|
"theater_pattern": "patch_management"
|
|
16212
16354
|
},
|
|
16213
16355
|
"ai_discovered_zeroday": false,
|
|
16214
|
-
"ai_discovery_source": "
|
|
16215
|
-
"ai_assist_factor": "none"
|
|
16216
|
-
"_auto_imported": true,
|
|
16217
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16356
|
+
"ai_discovery_source": "vendor_research",
|
|
16357
|
+
"ai_assist_factor": "none"
|
|
16218
16358
|
},
|
|
16219
16359
|
"CVE-2025-59287": {
|
|
16220
16360
|
"name": "Microsoft Windows Server Update Service (WSUS) Deserialization of Untrusted Data Vulnerability",
|
|
@@ -16549,35 +16689,63 @@
|
|
|
16549
16689
|
},
|
|
16550
16690
|
"CVE-2025-54253": {
|
|
16551
16691
|
"name": "Adobe Experience Manager Forms Code Execution Vulnerability",
|
|
16552
|
-
"lesson_date": "2026-05-
|
|
16692
|
+
"lesson_date": "2026-05-29",
|
|
16553
16693
|
"attack_vector": {
|
|
16554
|
-
"description": "
|
|
16555
|
-
"privileges_required": "
|
|
16556
|
-
"complexity": "
|
|
16557
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
16558
16718
|
},
|
|
16559
16719
|
"framework_coverage": {
|
|
16560
16720
|
"NIST-800-53-SI-2": {
|
|
16561
16721
|
"covered": true,
|
|
16562
16722
|
"adequate": false,
|
|
16563
|
-
"gap": "30-day SLA
|
|
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."
|
|
16564
16724
|
},
|
|
16565
16725
|
"ISO-27001-2022-A.8.8": {
|
|
16566
16726
|
"covered": true,
|
|
16567
16727
|
"adequate": false,
|
|
16568
|
-
"gap": "
|
|
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."
|
|
16569
16739
|
}
|
|
16570
16740
|
},
|
|
16571
16741
|
"compliance_exposure_score": {
|
|
16572
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16573
|
-
"basis": "
|
|
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.",
|
|
16574
16744
|
"theater_pattern": "patch_management"
|
|
16575
16745
|
},
|
|
16576
16746
|
"ai_discovered_zeroday": false,
|
|
16577
|
-
"ai_discovery_source": "
|
|
16578
|
-
"ai_assist_factor": "none"
|
|
16579
|
-
"_auto_imported": true,
|
|
16580
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16747
|
+
"ai_discovery_source": "vendor_research",
|
|
16748
|
+
"ai_assist_factor": "none"
|
|
16581
16749
|
},
|
|
16582
16750
|
"CVE-2025-47827": {
|
|
16583
16751
|
"name": "IGEL OS Use of a Key Past its Expiration Date Vulnerability",
|
|
@@ -17848,35 +18016,63 @@
|
|
|
17848
18016
|
},
|
|
17849
18017
|
"CVE-2025-53690": {
|
|
17850
18018
|
"name": "Sitecore Multiple Products Deserialization of Untrusted Data Vulnerability",
|
|
17851
|
-
"lesson_date": "2026-05-
|
|
18019
|
+
"lesson_date": "2026-05-29",
|
|
17852
18020
|
"attack_vector": {
|
|
17853
|
-
"description": "
|
|
17854
|
-
"privileges_required": "
|
|
17855
|
-
"complexity": "
|
|
17856
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
17857
18045
|
},
|
|
17858
18046
|
"framework_coverage": {
|
|
17859
18047
|
"NIST-800-53-SI-2": {
|
|
17860
18048
|
"covered": true,
|
|
17861
18049
|
"adequate": false,
|
|
17862
|
-
"gap": "30-day SLA
|
|
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."
|
|
17863
18051
|
},
|
|
17864
18052
|
"ISO-27001-2022-A.8.8": {
|
|
17865
18053
|
"covered": true,
|
|
17866
18054
|
"adequate": false,
|
|
17867
|
-
"gap": "
|
|
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."
|
|
17868
18066
|
}
|
|
17869
18067
|
},
|
|
17870
18068
|
"compliance_exposure_score": {
|
|
17871
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17872
|
-
"basis": "
|
|
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.",
|
|
17873
18071
|
"theater_pattern": "patch_management"
|
|
17874
18072
|
},
|
|
17875
18073
|
"ai_discovered_zeroday": false,
|
|
17876
|
-
"ai_discovery_source": "
|
|
17877
|
-
"ai_assist_factor": "none"
|
|
17878
|
-
"_auto_imported": true,
|
|
17879
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18074
|
+
"ai_discovery_source": "vendor_research",
|
|
18075
|
+
"ai_assist_factor": "none"
|
|
17880
18076
|
},
|
|
17881
18077
|
"CVE-2023-50224": {
|
|
17882
18078
|
"name": "TP-Link TL-WR841N Authentication Bypass by Spoofing Vulnerability",
|