@blamejs/exceptd-skills 0.15.34 → 0.15.35
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 +6 -0
- package/data/cve-catalog.json +117 -41
- package/data/zeroday-lessons.json +285 -89
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -15280,35 +15280,63 @@
|
|
|
15280
15280
|
},
|
|
15281
15281
|
"CVE-2025-58360": {
|
|
15282
15282
|
"name": "OSGeo GeoServer Improper Restriction of XML External Entity Reference Vulnerability",
|
|
15283
|
-
"lesson_date": "2026-05-
|
|
15283
|
+
"lesson_date": "2026-05-29",
|
|
15284
15284
|
"attack_vector": {
|
|
15285
|
-
"description": "
|
|
15286
|
-
"privileges_required": "
|
|
15287
|
-
"complexity": "
|
|
15288
|
-
"ai_factor": "
|
|
15285
|
+
"description": "an XML external entity (XXE) flaw (CWE-611) in OSGeo GeoServer, letting an unauthenticated attacker read server files and coerce server-side requests. CISA KEV-listed 2025-12-11 with confirmed in-the-wild exploitation.",
|
|
15286
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
|
|
15287
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
15288
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
15289
|
+
},
|
|
15290
|
+
"defense_chain": {
|
|
15291
|
+
"prevention": {
|
|
15292
|
+
"what_would_have_worked": "Apply the GeoServer update; disable external-entity resolution, restrict outbound access, and review which internal resources and files the XXE reached.",
|
|
15293
|
+
"was_this_required": true,
|
|
15294
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
15295
|
+
"adequacy": "Patch is necessary; egress filtering, metadata-endpoint blocking, and disabling external entities are the compensating controls that limit SSRF/XXE impact."
|
|
15296
|
+
},
|
|
15297
|
+
"detection": {
|
|
15298
|
+
"what_would_have_worked": "Monitoring on the GeoServer: exploit-shaped requests, server-side outbound requests to internal/metadata endpoints and out-of-root file reads.",
|
|
15299
|
+
"was_this_required": false,
|
|
15300
|
+
"framework_requiring_it": null,
|
|
15301
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
15302
|
+
},
|
|
15303
|
+
"response": {
|
|
15304
|
+
"what_would_have_worked": "Patch immediately, restrict egress, disable external entities, and review what internal resources/files the flaw reached, and review for lateral movement; for a compromised monitoring server (Wazuh) assume detection was blinded during the window.",
|
|
15305
|
+
"was_this_required": true,
|
|
15306
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
15307
|
+
"adequacy": "Mandatory; patch-in-place without cleanup leaves the attacker resident or with a usable internal-access pivot."
|
|
15308
|
+
}
|
|
15289
15309
|
},
|
|
15290
15310
|
"framework_coverage": {
|
|
15291
15311
|
"NIST-800-53-SI-2": {
|
|
15292
15312
|
"covered": true,
|
|
15293
15313
|
"adequate": false,
|
|
15294
|
-
"gap": "30-day SLA
|
|
15314
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated server-side flaw that processes untrusted data; deserialization/eval RCE and SSRF/XXE chains are mass-exploited within days."
|
|
15295
15315
|
},
|
|
15296
15316
|
"ISO-27001-2022-A.8.8": {
|
|
15297
15317
|
"covered": true,
|
|
15298
15318
|
"adequate": false,
|
|
15299
|
-
"gap": "
|
|
15319
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application — and framework-level flaws (React Server Components) require updating every consumer."
|
|
15320
|
+
},
|
|
15321
|
+
"NIS2-Art21-network-security": {
|
|
15322
|
+
"covered": true,
|
|
15323
|
+
"adequate": false,
|
|
15324
|
+
"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 / secret-rotation / egress-restriction cleanup these flaws need — a compromised SIEM (Wazuh) additionally blinds the detection the framework assumes."
|
|
15325
|
+
},
|
|
15326
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
15327
|
+
"covered": true,
|
|
15328
|
+
"adequate": false,
|
|
15329
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application in or adjacent to the CDE (SAP/Oracle EBS sit adjacent to financial data); WAF coverage is partial mitigation, not remediation."
|
|
15300
15330
|
}
|
|
15301
15331
|
},
|
|
15302
15332
|
"compliance_exposure_score": {
|
|
15303
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
15304
|
-
"basis": "
|
|
15333
|
+
"percent_audit_passing_orgs_still_exposed": 75,
|
|
15334
|
+
"basis": "Internet-facing OSGeo GeoServer is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, secret rotation, or egress/XXE hardening is rarely part of the documented patch procedure.",
|
|
15305
15335
|
"theater_pattern": "patch_management"
|
|
15306
15336
|
},
|
|
15307
15337
|
"ai_discovered_zeroday": false,
|
|
15308
|
-
"ai_discovery_source": "
|
|
15309
|
-
"ai_assist_factor": "none"
|
|
15310
|
-
"_auto_imported": true,
|
|
15311
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
15338
|
+
"ai_discovery_source": "vendor_research",
|
|
15339
|
+
"ai_assist_factor": "none"
|
|
15312
15340
|
},
|
|
15313
15341
|
"CVE-2025-6218": {
|
|
15314
15342
|
"name": "RARLAB WinRAR Path Traversal Vulnerability",
|
|
@@ -15519,35 +15547,63 @@
|
|
|
15519
15547
|
},
|
|
15520
15548
|
"CVE-2025-55182": {
|
|
15521
15549
|
"name": "Meta React Server Components Remote Code Execution Vulnerability",
|
|
15522
|
-
"lesson_date": "2026-05-
|
|
15550
|
+
"lesson_date": "2026-05-29",
|
|
15523
15551
|
"attack_vector": {
|
|
15524
|
-
"description": "
|
|
15525
|
-
"privileges_required": "
|
|
15526
|
-
"complexity": "
|
|
15527
|
-
"ai_factor": "
|
|
15552
|
+
"description": "a remote-code-execution flaw (CWE-94) in Meta's React Server Components, enabling code execution via crafted server-component input. CISA KEV-listed 2025-12-05 with confirmed in-the-wild exploitation.",
|
|
15553
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
|
|
15554
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
15555
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
15556
|
+
},
|
|
15557
|
+
"defense_chain": {
|
|
15558
|
+
"prevention": {
|
|
15559
|
+
"what_would_have_worked": "Update React Server Components in every app that uses it; hunt for web shells and rotate application secrets — framework-level RCE reaches every consumer.",
|
|
15560
|
+
"was_this_required": true,
|
|
15561
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
15562
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch; framework-level flaws require updating every consumer."
|
|
15563
|
+
},
|
|
15564
|
+
"detection": {
|
|
15565
|
+
"what_would_have_worked": "Monitoring on the React Server Components: exploit-shaped requests, new web-shell files and unexpected child-process execution.",
|
|
15566
|
+
"was_this_required": false,
|
|
15567
|
+
"framework_requiring_it": null,
|
|
15568
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
15569
|
+
},
|
|
15570
|
+
"response": {
|
|
15571
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets/credentials, and review for lateral movement; for a compromised monitoring server (Wazuh) assume detection was blinded during the window.",
|
|
15572
|
+
"was_this_required": true,
|
|
15573
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
15574
|
+
"adequacy": "Mandatory; patch-in-place without cleanup leaves the attacker resident or with a usable internal-access pivot."
|
|
15575
|
+
}
|
|
15528
15576
|
},
|
|
15529
15577
|
"framework_coverage": {
|
|
15530
15578
|
"NIST-800-53-SI-2": {
|
|
15531
15579
|
"covered": true,
|
|
15532
15580
|
"adequate": false,
|
|
15533
|
-
"gap": "30-day SLA
|
|
15581
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated server-side flaw that processes untrusted data; deserialization/eval RCE and SSRF/XXE chains are mass-exploited within days."
|
|
15534
15582
|
},
|
|
15535
15583
|
"ISO-27001-2022-A.8.8": {
|
|
15536
15584
|
"covered": true,
|
|
15537
15585
|
"adequate": false,
|
|
15538
|
-
"gap": "
|
|
15586
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application — and framework-level flaws (React Server Components) require updating every consumer."
|
|
15587
|
+
},
|
|
15588
|
+
"NIS2-Art21-network-security": {
|
|
15589
|
+
"covered": true,
|
|
15590
|
+
"adequate": false,
|
|
15591
|
+
"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 / secret-rotation / egress-restriction cleanup these flaws need — a compromised SIEM (Wazuh) additionally blinds the detection the framework assumes."
|
|
15592
|
+
},
|
|
15593
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
15594
|
+
"covered": true,
|
|
15595
|
+
"adequate": false,
|
|
15596
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application in or adjacent to the CDE (SAP/Oracle EBS sit adjacent to financial data); WAF coverage is partial mitigation, not remediation."
|
|
15539
15597
|
}
|
|
15540
15598
|
},
|
|
15541
15599
|
"compliance_exposure_score": {
|
|
15542
15600
|
"percent_audit_passing_orgs_still_exposed": 75,
|
|
15543
|
-
"basis": "
|
|
15601
|
+
"basis": "Internet-facing Meta React Server Components is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, secret rotation, or egress/XXE hardening is rarely part of the documented patch procedure.",
|
|
15544
15602
|
"theater_pattern": "patch_management"
|
|
15545
15603
|
},
|
|
15546
15604
|
"ai_discovered_zeroday": false,
|
|
15547
|
-
"ai_discovery_source": "
|
|
15548
|
-
"ai_assist_factor": "none"
|
|
15549
|
-
"_auto_imported": true,
|
|
15550
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
15605
|
+
"ai_discovery_source": "vendor_research",
|
|
15606
|
+
"ai_assist_factor": "none"
|
|
15551
15607
|
},
|
|
15552
15608
|
"CVE-2021-26828": {
|
|
15553
15609
|
"name": "OpenPLC ScadaBR Unrestricted Upload of File with Dangerous Type Vulnerability",
|
|
@@ -16398,35 +16454,63 @@
|
|
|
16398
16454
|
},
|
|
16399
16455
|
"CVE-2025-24893": {
|
|
16400
16456
|
"name": "XWiki Platform Eval Injection Vulnerability",
|
|
16401
|
-
"lesson_date": "2026-05-
|
|
16457
|
+
"lesson_date": "2026-05-29",
|
|
16402
16458
|
"attack_vector": {
|
|
16403
|
-
"description": "
|
|
16404
|
-
"privileges_required": "
|
|
16405
|
-
"complexity": "
|
|
16406
|
-
"ai_factor": "
|
|
16459
|
+
"description": "an eval-injection flaw (CWE-95) in XWiki Platform, enabling unauthenticated remote code execution via a crafted document or search request. CISA KEV-listed 2025-10-30 with confirmed in-the-wild exploitation.",
|
|
16460
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
|
|
16461
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16462
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16463
|
+
},
|
|
16464
|
+
"defense_chain": {
|
|
16465
|
+
"prevention": {
|
|
16466
|
+
"what_would_have_worked": "Apply the XWiki update; hunt for web shells and rotate credentials — wiki RCE is routinely used to deploy cryptominers and backdoors.",
|
|
16467
|
+
"was_this_required": true,
|
|
16468
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16469
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch; framework-level flaws require updating every consumer."
|
|
16470
|
+
},
|
|
16471
|
+
"detection": {
|
|
16472
|
+
"what_would_have_worked": "Monitoring on the XWiki: exploit-shaped requests, new web-shell files and unexpected child-process execution.",
|
|
16473
|
+
"was_this_required": false,
|
|
16474
|
+
"framework_requiring_it": null,
|
|
16475
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
16476
|
+
},
|
|
16477
|
+
"response": {
|
|
16478
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets/credentials, and review for lateral movement; for a compromised monitoring server (Wazuh) assume detection was blinded during the window.",
|
|
16479
|
+
"was_this_required": true,
|
|
16480
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16481
|
+
"adequacy": "Mandatory; patch-in-place without cleanup leaves the attacker resident or with a usable internal-access pivot."
|
|
16482
|
+
}
|
|
16407
16483
|
},
|
|
16408
16484
|
"framework_coverage": {
|
|
16409
16485
|
"NIST-800-53-SI-2": {
|
|
16410
16486
|
"covered": true,
|
|
16411
16487
|
"adequate": false,
|
|
16412
|
-
"gap": "30-day SLA
|
|
16488
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated server-side flaw that processes untrusted data; deserialization/eval RCE and SSRF/XXE chains are mass-exploited within days."
|
|
16413
16489
|
},
|
|
16414
16490
|
"ISO-27001-2022-A.8.8": {
|
|
16415
16491
|
"covered": true,
|
|
16416
16492
|
"adequate": false,
|
|
16417
|
-
"gap": "
|
|
16493
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application — and framework-level flaws (React Server Components) require updating every consumer."
|
|
16494
|
+
},
|
|
16495
|
+
"NIS2-Art21-network-security": {
|
|
16496
|
+
"covered": true,
|
|
16497
|
+
"adequate": false,
|
|
16498
|
+
"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 / secret-rotation / egress-restriction cleanup these flaws need — a compromised SIEM (Wazuh) additionally blinds the detection the framework assumes."
|
|
16499
|
+
},
|
|
16500
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16501
|
+
"covered": true,
|
|
16502
|
+
"adequate": false,
|
|
16503
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application in or adjacent to the CDE (SAP/Oracle EBS sit adjacent to financial data); WAF coverage is partial mitigation, not remediation."
|
|
16418
16504
|
}
|
|
16419
16505
|
},
|
|
16420
16506
|
"compliance_exposure_score": {
|
|
16421
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16422
|
-
"basis": "
|
|
16507
|
+
"percent_audit_passing_orgs_still_exposed": 75,
|
|
16508
|
+
"basis": "Internet-facing XWiki Platform is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, secret rotation, or egress/XXE hardening is rarely part of the documented patch procedure.",
|
|
16423
16509
|
"theater_pattern": "patch_management"
|
|
16424
16510
|
},
|
|
16425
16511
|
"ai_discovered_zeroday": false,
|
|
16426
|
-
"ai_discovery_source": "
|
|
16427
|
-
"ai_assist_factor": "none"
|
|
16428
|
-
"_auto_imported": true,
|
|
16429
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16512
|
+
"ai_discovery_source": "vendor_research",
|
|
16513
|
+
"ai_assist_factor": "none"
|
|
16430
16514
|
},
|
|
16431
16515
|
"CVE-2025-6204": {
|
|
16432
16516
|
"name": "Dassault Systèmes DELMIA Apriso Code Injection Vulnerability",
|
|
@@ -16909,35 +16993,63 @@
|
|
|
16909
16993
|
},
|
|
16910
16994
|
"CVE-2025-61884": {
|
|
16911
16995
|
"name": "Oracle E-Business Suite Server-Side Request Forgery (SSRF) Vulnerability",
|
|
16912
|
-
"lesson_date": "2026-05-
|
|
16996
|
+
"lesson_date": "2026-05-29",
|
|
16913
16997
|
"attack_vector": {
|
|
16914
|
-
"description": "
|
|
16915
|
-
"privileges_required": "
|
|
16916
|
-
"complexity": "
|
|
16917
|
-
"ai_factor": "
|
|
16998
|
+
"description": "a server-side request forgery flaw (CWE-918) in Oracle E-Business Suite, letting an unauthenticated attacker coerce server-side requests to internal resources. CISA KEV-listed 2025-10-20 with confirmed in-the-wild exploitation.",
|
|
16999
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
|
|
17000
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17001
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17002
|
+
},
|
|
17003
|
+
"defense_chain": {
|
|
17004
|
+
"prevention": {
|
|
17005
|
+
"what_would_have_worked": "Apply the Oracle E-Business Suite update; enforce egress filtering and metadata-endpoint blocking, and review for internal-resource access — EBS sits adjacent to financial data.",
|
|
17006
|
+
"was_this_required": true,
|
|
17007
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17008
|
+
"adequacy": "Patch is necessary; egress filtering, metadata-endpoint blocking, and disabling external entities are the compensating controls that limit SSRF/XXE impact."
|
|
17009
|
+
},
|
|
17010
|
+
"detection": {
|
|
17011
|
+
"what_would_have_worked": "Monitoring on the Oracle E-Business Suite: exploit-shaped requests, server-side outbound requests to internal/metadata endpoints and out-of-root file reads.",
|
|
17012
|
+
"was_this_required": false,
|
|
17013
|
+
"framework_requiring_it": null,
|
|
17014
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
17015
|
+
},
|
|
17016
|
+
"response": {
|
|
17017
|
+
"what_would_have_worked": "Patch immediately, restrict egress, disable external entities, and review what internal resources/files the flaw reached, and review for lateral movement; for a compromised monitoring server (Wazuh) assume detection was blinded during the window.",
|
|
17018
|
+
"was_this_required": true,
|
|
17019
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17020
|
+
"adequacy": "Mandatory; patch-in-place without cleanup leaves the attacker resident or with a usable internal-access pivot."
|
|
17021
|
+
}
|
|
16918
17022
|
},
|
|
16919
17023
|
"framework_coverage": {
|
|
16920
17024
|
"NIST-800-53-SI-2": {
|
|
16921
17025
|
"covered": true,
|
|
16922
17026
|
"adequate": false,
|
|
16923
|
-
"gap": "30-day SLA
|
|
17027
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated server-side flaw that processes untrusted data; deserialization/eval RCE and SSRF/XXE chains are mass-exploited within days."
|
|
16924
17028
|
},
|
|
16925
17029
|
"ISO-27001-2022-A.8.8": {
|
|
16926
17030
|
"covered": true,
|
|
16927
17031
|
"adequate": false,
|
|
16928
|
-
"gap": "
|
|
17032
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application — and framework-level flaws (React Server Components) require updating every consumer."
|
|
17033
|
+
},
|
|
17034
|
+
"NIS2-Art21-network-security": {
|
|
17035
|
+
"covered": true,
|
|
17036
|
+
"adequate": false,
|
|
17037
|
+
"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 / secret-rotation / egress-restriction cleanup these flaws need — a compromised SIEM (Wazuh) additionally blinds the detection the framework assumes."
|
|
17038
|
+
},
|
|
17039
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
17040
|
+
"covered": true,
|
|
17041
|
+
"adequate": false,
|
|
17042
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application in or adjacent to the CDE (SAP/Oracle EBS sit adjacent to financial data); WAF coverage is partial mitigation, not remediation."
|
|
16929
17043
|
}
|
|
16930
17044
|
},
|
|
16931
17045
|
"compliance_exposure_score": {
|
|
16932
17046
|
"percent_audit_passing_orgs_still_exposed": 75,
|
|
16933
|
-
"basis": "
|
|
17047
|
+
"basis": "Internet-facing Oracle E-Business Suite is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, secret rotation, or egress/XXE hardening is rarely part of the documented patch procedure.",
|
|
16934
17048
|
"theater_pattern": "patch_management"
|
|
16935
17049
|
},
|
|
16936
17050
|
"ai_discovered_zeroday": false,
|
|
16937
|
-
"ai_discovery_source": "
|
|
16938
|
-
"ai_assist_factor": "none"
|
|
16939
|
-
"_auto_imported": true,
|
|
16940
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17051
|
+
"ai_discovery_source": "vendor_research",
|
|
17052
|
+
"ai_assist_factor": "none"
|
|
16941
17053
|
},
|
|
16942
17054
|
"CVE-2025-54253": {
|
|
16943
17055
|
"name": "Adobe Experience Manager Forms Code Execution Vulnerability",
|
|
@@ -18192,35 +18304,63 @@
|
|
|
18192
18304
|
},
|
|
18193
18305
|
"CVE-2021-21311": {
|
|
18194
18306
|
"name": "Adminer Server-Side Request Forgery Vulnerability",
|
|
18195
|
-
"lesson_date": "2026-05-
|
|
18307
|
+
"lesson_date": "2026-05-29",
|
|
18196
18308
|
"attack_vector": {
|
|
18197
|
-
"description": "
|
|
18198
|
-
"privileges_required": "
|
|
18199
|
-
"complexity": "
|
|
18200
|
-
"ai_factor": "
|
|
18309
|
+
"description": "a server-side request forgery flaw (CWE-918) in Adminer, letting an unauthenticated attacker coerce the server into making requests to internal resources. CISA KEV-listed 2025-09-29 with confirmed in-the-wild exploitation.",
|
|
18310
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
|
|
18311
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18312
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18313
|
+
},
|
|
18314
|
+
"defense_chain": {
|
|
18315
|
+
"prevention": {
|
|
18316
|
+
"what_would_have_worked": "Apply the Adminer update or restrict access to it; enforce egress filtering and block cloud-metadata endpoints, and review for internal-resource access via the SSRF.",
|
|
18317
|
+
"was_this_required": true,
|
|
18318
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18319
|
+
"adequacy": "Patch is necessary; egress filtering, metadata-endpoint blocking, and disabling external entities are the compensating controls that limit SSRF/XXE impact."
|
|
18320
|
+
},
|
|
18321
|
+
"detection": {
|
|
18322
|
+
"what_would_have_worked": "Monitoring on the Adminer: exploit-shaped requests, server-side outbound requests to internal/metadata endpoints and out-of-root file reads.",
|
|
18323
|
+
"was_this_required": false,
|
|
18324
|
+
"framework_requiring_it": null,
|
|
18325
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
18326
|
+
},
|
|
18327
|
+
"response": {
|
|
18328
|
+
"what_would_have_worked": "Patch immediately, restrict egress, disable external entities, and review what internal resources/files the flaw reached, and review for lateral movement; for a compromised monitoring server (Wazuh) assume detection was blinded during the window.",
|
|
18329
|
+
"was_this_required": true,
|
|
18330
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18331
|
+
"adequacy": "Mandatory; patch-in-place without cleanup leaves the attacker resident or with a usable internal-access pivot."
|
|
18332
|
+
}
|
|
18201
18333
|
},
|
|
18202
18334
|
"framework_coverage": {
|
|
18203
18335
|
"NIST-800-53-SI-2": {
|
|
18204
18336
|
"covered": true,
|
|
18205
18337
|
"adequate": false,
|
|
18206
|
-
"gap": "30-day SLA
|
|
18338
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated server-side flaw that processes untrusted data; deserialization/eval RCE and SSRF/XXE chains are mass-exploited within days."
|
|
18207
18339
|
},
|
|
18208
18340
|
"ISO-27001-2022-A.8.8": {
|
|
18209
18341
|
"covered": true,
|
|
18210
18342
|
"adequate": false,
|
|
18211
|
-
"gap": "
|
|
18343
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application — and framework-level flaws (React Server Components) require updating every consumer."
|
|
18344
|
+
},
|
|
18345
|
+
"NIS2-Art21-network-security": {
|
|
18346
|
+
"covered": true,
|
|
18347
|
+
"adequate": false,
|
|
18348
|
+
"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 / secret-rotation / egress-restriction cleanup these flaws need — a compromised SIEM (Wazuh) additionally blinds the detection the framework assumes."
|
|
18349
|
+
},
|
|
18350
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
18351
|
+
"covered": true,
|
|
18352
|
+
"adequate": false,
|
|
18353
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application in or adjacent to the CDE (SAP/Oracle EBS sit adjacent to financial data); WAF coverage is partial mitigation, not remediation."
|
|
18212
18354
|
}
|
|
18213
18355
|
},
|
|
18214
18356
|
"compliance_exposure_score": {
|
|
18215
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18216
|
-
"basis": "
|
|
18357
|
+
"percent_audit_passing_orgs_still_exposed": 75,
|
|
18358
|
+
"basis": "Internet-facing Adminer is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, secret rotation, or egress/XXE hardening is rarely part of the documented patch procedure.",
|
|
18217
18359
|
"theater_pattern": "patch_management"
|
|
18218
18360
|
},
|
|
18219
18361
|
"ai_discovered_zeroday": false,
|
|
18220
|
-
"ai_discovery_source": "
|
|
18221
|
-
"ai_assist_factor": "none"
|
|
18222
|
-
"_auto_imported": true,
|
|
18223
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18362
|
+
"ai_discovery_source": "vendor_research",
|
|
18363
|
+
"ai_assist_factor": "none"
|
|
18224
18364
|
},
|
|
18225
18365
|
"CVE-2025-20362": {
|
|
18226
18366
|
"name": "Cisco Secure Firewall Adaptive Security (ASA) Appliance and Secure Firewall Threat Defense (FTD) Missing Authorization Vulnerability",
|
|
@@ -20918,35 +21058,63 @@
|
|
|
20918
21058
|
},
|
|
20919
21059
|
"CVE-2025-24016": {
|
|
20920
21060
|
"name": "Wazuh Server Deserialization of Untrusted Data Vulnerability",
|
|
20921
|
-
"lesson_date": "2026-05-
|
|
21061
|
+
"lesson_date": "2026-05-29",
|
|
20922
21062
|
"attack_vector": {
|
|
20923
|
-
"description": "
|
|
20924
|
-
"privileges_required": "
|
|
20925
|
-
"complexity": "
|
|
20926
|
-
"ai_factor": "
|
|
21063
|
+
"description": "a deserialization-of-untrusted-data flaw (CWE-502) on the Wazuh server API, enabling unauthenticated remote code execution on the security-monitoring server. CISA KEV-listed 2025-06-10 with confirmed in-the-wild exploitation.",
|
|
21064
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
|
|
21065
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
21066
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
21067
|
+
},
|
|
21068
|
+
"defense_chain": {
|
|
21069
|
+
"prevention": {
|
|
21070
|
+
"what_would_have_worked": "Apply the Wazuh update urgently and hunt for web shells — a compromised SIEM/XDR server can blind detection across the estate, so treat it as high-priority and rotate its credentials.",
|
|
21071
|
+
"was_this_required": true,
|
|
21072
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
21073
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch; framework-level flaws require updating every consumer."
|
|
21074
|
+
},
|
|
21075
|
+
"detection": {
|
|
21076
|
+
"what_would_have_worked": "Monitoring on the Wazuh server: exploit-shaped requests, new web-shell files and unexpected child-process execution.",
|
|
21077
|
+
"was_this_required": false,
|
|
21078
|
+
"framework_requiring_it": null,
|
|
21079
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
21080
|
+
},
|
|
21081
|
+
"response": {
|
|
21082
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets/credentials, and review for lateral movement; for a compromised monitoring server (Wazuh) assume detection was blinded during the window.",
|
|
21083
|
+
"was_this_required": true,
|
|
21084
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
21085
|
+
"adequacy": "Mandatory; patch-in-place without cleanup leaves the attacker resident or with a usable internal-access pivot."
|
|
21086
|
+
}
|
|
20927
21087
|
},
|
|
20928
21088
|
"framework_coverage": {
|
|
20929
21089
|
"NIST-800-53-SI-2": {
|
|
20930
21090
|
"covered": true,
|
|
20931
21091
|
"adequate": false,
|
|
20932
|
-
"gap": "30-day SLA
|
|
21092
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated server-side flaw that processes untrusted data; deserialization/eval RCE and SSRF/XXE chains are mass-exploited within days."
|
|
20933
21093
|
},
|
|
20934
21094
|
"ISO-27001-2022-A.8.8": {
|
|
20935
21095
|
"covered": true,
|
|
20936
21096
|
"adequate": false,
|
|
20937
|
-
"gap": "
|
|
21097
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application — and framework-level flaws (React Server Components) require updating every consumer."
|
|
21098
|
+
},
|
|
21099
|
+
"NIS2-Art21-network-security": {
|
|
21100
|
+
"covered": true,
|
|
21101
|
+
"adequate": false,
|
|
21102
|
+
"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 / secret-rotation / egress-restriction cleanup these flaws need — a compromised SIEM (Wazuh) additionally blinds the detection the framework assumes."
|
|
21103
|
+
},
|
|
21104
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
21105
|
+
"covered": true,
|
|
21106
|
+
"adequate": false,
|
|
21107
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application in or adjacent to the CDE (SAP/Oracle EBS sit adjacent to financial data); WAF coverage is partial mitigation, not remediation."
|
|
20938
21108
|
}
|
|
20939
21109
|
},
|
|
20940
21110
|
"compliance_exposure_score": {
|
|
20941
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
20942
|
-
"basis": "
|
|
21111
|
+
"percent_audit_passing_orgs_still_exposed": 75,
|
|
21112
|
+
"basis": "Internet-facing Wazuh Server is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, secret rotation, or egress/XXE hardening is rarely part of the documented patch procedure.",
|
|
20943
21113
|
"theater_pattern": "patch_management"
|
|
20944
21114
|
},
|
|
20945
21115
|
"ai_discovered_zeroday": false,
|
|
20946
|
-
"ai_discovery_source": "
|
|
20947
|
-
"ai_assist_factor": "none"
|
|
20948
|
-
"_auto_imported": true,
|
|
20949
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
21116
|
+
"ai_discovery_source": "vendor_research",
|
|
21117
|
+
"ai_assist_factor": "none"
|
|
20950
21118
|
},
|
|
20951
21119
|
"CVE-2024-42009": {
|
|
20952
21120
|
"name": "RoundCube Webmail Cross-Site Scripting Vulnerability",
|
|
@@ -21870,35 +22038,63 @@
|
|
|
21870
22038
|
},
|
|
21871
22039
|
"CVE-2025-42999": {
|
|
21872
22040
|
"name": "SAP NetWeaver Deserialization Vulnerability",
|
|
21873
|
-
"lesson_date": "2026-05-
|
|
22041
|
+
"lesson_date": "2026-05-29",
|
|
21874
22042
|
"attack_vector": {
|
|
21875
|
-
"description": "
|
|
21876
|
-
"privileges_required": "
|
|
21877
|
-
"complexity": "
|
|
21878
|
-
"ai_factor": "
|
|
22043
|
+
"description": "a deserialization-of-untrusted-data flaw (CWE-502) on SAP NetWeaver (Visual Composer), enabling unauthenticated remote code execution on the application server. CISA KEV-listed 2025-05-15 with confirmed in-the-wild exploitation.",
|
|
22044
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
|
|
22045
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
22046
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
22047
|
+
},
|
|
22048
|
+
"defense_chain": {
|
|
22049
|
+
"prevention": {
|
|
22050
|
+
"what_would_have_worked": "Apply the SAP NetWeaver update; hunt for web shells and rotate credentials — NetWeaver is business-critical and a compromise pivots into the ERP estate.",
|
|
22051
|
+
"was_this_required": true,
|
|
22052
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
22053
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials survive the patch; framework-level flaws require updating every consumer."
|
|
22054
|
+
},
|
|
22055
|
+
"detection": {
|
|
22056
|
+
"what_would_have_worked": "Monitoring on the SAP NetWeaver: exploit-shaped requests, new web-shell files and unexpected child-process execution.",
|
|
22057
|
+
"was_this_required": false,
|
|
22058
|
+
"framework_requiring_it": null,
|
|
22059
|
+
"adequacy": "Necessary to catch exploitation and resident persistence after patching."
|
|
22060
|
+
},
|
|
22061
|
+
"response": {
|
|
22062
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets/credentials, and review for lateral movement; for a compromised monitoring server (Wazuh) assume detection was blinded during the window.",
|
|
22063
|
+
"was_this_required": true,
|
|
22064
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
22065
|
+
"adequacy": "Mandatory; patch-in-place without cleanup leaves the attacker resident or with a usable internal-access pivot."
|
|
22066
|
+
}
|
|
21879
22067
|
},
|
|
21880
22068
|
"framework_coverage": {
|
|
21881
22069
|
"NIST-800-53-SI-2": {
|
|
21882
22070
|
"covered": true,
|
|
21883
22071
|
"adequate": false,
|
|
21884
|
-
"gap": "30-day SLA
|
|
22072
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated server-side flaw that processes untrusted data; deserialization/eval RCE and SSRF/XXE chains are mass-exploited within days."
|
|
21885
22073
|
},
|
|
21886
22074
|
"ISO-27001-2022-A.8.8": {
|
|
21887
22075
|
"covered": true,
|
|
21888
22076
|
"adequate": false,
|
|
21889
|
-
"gap": "
|
|
22077
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing application — and framework-level flaws (React Server Components) require updating every consumer."
|
|
22078
|
+
},
|
|
22079
|
+
"NIS2-Art21-network-security": {
|
|
22080
|
+
"covered": true,
|
|
22081
|
+
"adequate": false,
|
|
22082
|
+
"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 / secret-rotation / egress-restriction cleanup these flaws need — a compromised SIEM (Wazuh) additionally blinds the detection the framework assumes."
|
|
22083
|
+
},
|
|
22084
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
22085
|
+
"covered": true,
|
|
22086
|
+
"adequate": false,
|
|
22087
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing application in or adjacent to the CDE (SAP/Oracle EBS sit adjacent to financial data); WAF coverage is partial mitigation, not remediation."
|
|
21890
22088
|
}
|
|
21891
22089
|
},
|
|
21892
22090
|
"compliance_exposure_score": {
|
|
21893
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
21894
|
-
"basis": "
|
|
22091
|
+
"percent_audit_passing_orgs_still_exposed": 75,
|
|
22092
|
+
"basis": "Internet-facing SAP NetWeaver is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, secret rotation, or egress/XXE hardening is rarely part of the documented patch procedure.",
|
|
21895
22093
|
"theater_pattern": "patch_management"
|
|
21896
22094
|
},
|
|
21897
22095
|
"ai_discovered_zeroday": false,
|
|
21898
|
-
"ai_discovery_source": "
|
|
21899
|
-
"ai_assist_factor": "none"
|
|
21900
|
-
"_auto_imported": true,
|
|
21901
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
22096
|
+
"ai_discovery_source": "vendor_research",
|
|
22097
|
+
"ai_assist_factor": "none"
|
|
21902
22098
|
},
|
|
21903
22099
|
"CVE-2024-12987": {
|
|
21904
22100
|
"name": "DrayTek Vigor Routers OS Command Injection Vulnerability",
|