@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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.15.31 — 2026-05-29
4
+
5
+ Draft-curation pass 28 — internet-facing server-side web applications. Seven CISA KEV-listed unauthenticated CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: server-side request forgery in GitLab (CVE-2021-22175, CVE-2021-39935) and Omnissa Workspace ONE UEM (CVE-2021-22054), PaperCut NG/MF authentication bypass (CVE-2023-27351), the Adobe Commerce/Magento "SessionReaper" session-takeover flaw (CVE-2025-54236), Adobe Experience Manager Forms code execution (CVE-2025-54253), and Sitecore ViewState deserialization via a known machine key (CVE-2025-53690). All map T1190, with per-class T1059 (code injection/deserialization) or T1078 (auth bypass/session takeover). The lessons separate the SSRF defense (egress filtering and cloud-metadata blocking as compensating controls) from the RCE/auth defense (web-shell hunting, machine-key rotation, and session invalidation beyond the patch).
6
+
3
7
  ## 0.15.30 — 2026-05-29
4
8
 
5
9
  Draft-curation pass 27 — software supply-chain code integrity. Three CISA KEV-listed CVEs where code is trusted without integrity verification are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: the TrueConf client and Notepad++ download code/updates without an integrity check (CVE-2026-3502, CVE-2025-15556), and a Trivy distribution shipped embedded malicious code that runs in the trusted context of the vulnerability scanner (CVE-2026-33634). All map T1195.002 (Compromise Software Supply Chain). The lessons frame the defense as enforced signature and provenance verification — code signing, Sigstore/in-toto, SLSA build provenance, TLS-pinned update channels — rather than patching, and note that response is environment-wide because a compromised updater or scanner reaches every host it runs on.
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schema_version": "1.1.0",
3
- "generated_at": "2026-05-30T02:06:48.147Z",
3
+ "generated_at": "2026-05-30T02:25:27.676Z",
4
4
  "generator": "scripts/build-indexes.js",
5
5
  "source_count": 54,
6
6
  "source_hashes": {
7
- "manifest.json": "9d7de7196220da889a9ebb3ef9cec5e01eb13a67df6295a75570b3af0a2e08ec",
7
+ "manifest.json": "39901df2e2191434c2001f2d633eec9c78ac5d7878a66447a4ec44fdb71a4d7f",
8
8
  "data/atlas-ttps.json": "878b4a08bb73c8d20396d85cf433a88f2bc5e7a8cbf7f6ab773ce7ede0a11251",
9
- "data/attack-techniques.json": "0e1ecaf5f99fbe0a71a3bc95bd7b82fbcdbb0052b61a5a376a0c84aa9e12b29e",
10
- "data/cve-catalog.json": "90f39afaa73551b6b747cf24e626265c5b876d7daf97e33783b746e6631cead2",
9
+ "data/attack-techniques.json": "fb1569d7aa3426bed85c5e7f641d15eff5a250c8bbccec47e9860739f2d48de3",
10
+ "data/cve-catalog.json": "e4b099b2454f70a2e4cdd222c82c974480ca68539cb322a8ecc83c48236a652a",
11
11
  "data/cwe-catalog.json": "0fd275c2a61754958d68cea03a92794a67cf1c1d4d609f81a5728334df013ee3",
12
12
  "data/d3fend-catalog.json": "9a54bccb9f24f84b32024216cc3f53819a053721ac8ab43c326859e68fc0ffaf",
13
13
  "data/dlp-controls.json": "d2406c482dddd30e49203879999dc4b3a7fd4d0494d6a61d86b91ee76415df19",
@@ -15,7 +15,7 @@
15
15
  "data/framework-control-gaps.json": "29e7b6aa841ddf2530ca5971bdb60d7a715684b2f6264141ad49f0de9a039d78",
16
16
  "data/global-frameworks.json": "9ba563a85f7f8d6c3c957de64945e20925a89d0ed6ea6fc561cf093811acf558",
17
17
  "data/rfc-references.json": "b21d03b948c41bc8a854e2f057948ecf844bd8c105848aeb141d1eadf8192c31",
18
- "data/zeroday-lessons.json": "6fd07b3518e34880b2ca2b60eb151c673571e68a274ecde7b31b3b3c4b58ab74",
18
+ "data/zeroday-lessons.json": "ffbd67341ec6feb08254dac166499b26c375155d87bd0663620fe5da3d2fffc3",
19
19
  "skills/kernel-lpe-triage/skill.md": "0f79c641cef6e5f4a942eb94f43c460562bf83dfb67ae112d146c39c6b320fb0",
20
20
  "skills/ai-attack-surface/skill.md": "2880499993e0e69e3897a9d02b5e83aa0462c86a4dd2c1988b9968e375704a1f",
21
21
  "skills/mcp-agent-trust/skill.md": "0752834acde0303d6d1e36be4b320eac3d34fde715bb8d71f3ad9e801d701482",
@@ -329,9 +329,11 @@
329
329
  "CVE-2025-49704",
330
330
  "CVE-2025-5086",
331
331
  "CVE-2025-51480",
332
+ "CVE-2025-53690",
332
333
  "CVE-2025-53773",
333
334
  "CVE-2025-54068",
334
335
  "CVE-2025-54136",
336
+ "CVE-2025-54253",
335
337
  "CVE-2025-55319",
336
338
  "CVE-2025-58034",
337
339
  "CVE-2025-60455",
@@ -611,6 +613,7 @@
611
613
  "CVE-2025-3935",
612
614
  "CVE-2025-4427",
613
615
  "CVE-2025-49706",
616
+ "CVE-2025-54236",
614
617
  "CVE-2025-57819",
615
618
  "CVE-2025-61757",
616
619
  "CVE-2025-6205",
@@ -951,9 +954,12 @@
951
954
  "CVE-2020-25078",
952
955
  "CVE-2020-25079",
953
956
  "CVE-2020-7796",
957
+ "CVE-2021-22054",
958
+ "CVE-2021-22175",
954
959
  "CVE-2021-22681",
955
960
  "CVE-2021-26828",
956
961
  "CVE-2021-26829",
962
+ "CVE-2021-39935",
957
963
  "CVE-2021-43798",
958
964
  "CVE-2022-1471",
959
965
  "CVE-2022-20775",
@@ -962,6 +968,7 @@
962
968
  "CVE-2022-40799",
963
969
  "CVE-2023-21529",
964
970
  "CVE-2023-2533",
971
+ "CVE-2023-27351",
965
972
  "CVE-2023-33538",
966
973
  "CVE-2023-3519",
967
974
  "CVE-2023-39780",
@@ -8597,7 +8597,8 @@
8597
8597
  },
8598
8598
  "atlas_refs": [],
8599
8599
  "attack_refs": [
8600
- "T1078"
8600
+ "T1078",
8601
+ "T1190"
8601
8602
  ],
8602
8603
  "rwep_score": 83,
8603
8604
  "rwep_factors": {
@@ -8618,7 +8619,7 @@
8618
8619
  "cwe_refs": [
8619
8620
  "CWE-287"
8620
8621
  ],
8621
- "source_verified": "2026-05-18",
8622
+ "source_verified": "2026-05-29",
8622
8623
  "verification_sources": [
8623
8624
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
8624
8625
  "https://www.papercut.com/kb/Main/PO-1216-and-PO-1219",
@@ -8647,11 +8648,21 @@
8647
8648
  "published_date": "2026-04-20"
8648
8649
  }
8649
8650
  ],
8650
- "last_updated": "2026-05-18",
8651
+ "last_updated": "2026-05-29",
8651
8652
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-20; due date 2026-05-04. Notes reference: https://www.papercut.com/kb/Main/PO-1216-and-PO-1219 ; https://nvd.nist.gov/vuln/detail/CVE-2023-27351",
8652
- "_auto_imported": true,
8653
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
8654
- "_kev_short_description": "PaperCut NG/MF contains an improper authentication vulnerability that could allow remote attackers to bypass authentication on affected installations via the SecurityRequestFilter class."
8653
+ "_auto_imported": false,
8654
+ "_intake_method": "manual-verified-curation",
8655
+ "_kev_short_description": "PaperCut NG/MF contains an improper authentication vulnerability that could allow remote attackers to bypass authentication on affected installations via the SecurityRequestFilter class.",
8656
+ "iocs": {
8657
+ "behavioral": [
8658
+ "PaperCut NG/MF reachable on the network at a version below the fixed release named in the vendor advisory.",
8659
+ "Unauthenticated requests to the PaperCut consistent with improper-authentication flaw.",
8660
+ "Post-exploitation indicators on the PaperCut — web shells, unexpected process execution, session/admin takeover, or use of forged key material — with no matching legitimate login (KEV-confirmed in-the-wild exploitation)."
8661
+ ],
8662
+ "_ioc_source_note": "Anchored to NVD CVE-2023-27351, CISA KEV (added 2026-04-20), and the vendor security advisory recorded in vendor_advisories."
8663
+ },
8664
+ "_draft": false,
8665
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
8655
8666
  },
8656
8667
  "CVE-2025-48700": {
8657
8668
  "name": "Synacor Zimbra Collaboration Suite (ZCS) Cross-site Scripting Vulnerability",
@@ -22083,7 +22094,8 @@
22083
22094
  },
22084
22095
  "atlas_refs": [],
22085
22096
  "attack_refs": [
22086
- "T1592"
22097
+ "T1592",
22098
+ "T1190"
22087
22099
  ],
22088
22100
  "rwep_score": 77,
22089
22101
  "rwep_factors": {
@@ -22104,7 +22116,7 @@
22104
22116
  "cwe_refs": [
22105
22117
  "CWE-918"
22106
22118
  ],
22107
- "source_verified": "2026-05-18",
22119
+ "source_verified": "2026-05-29",
22108
22120
  "verification_sources": [
22109
22121
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
22110
22122
  "https://web.archive.org/web/20211222154335/https://www.vmware.com/security/advisories/VMSA-2021-0029.html",
@@ -22133,11 +22145,21 @@
22133
22145
  "published_date": "2026-03-09"
22134
22146
  }
22135
22147
  ],
22136
- "last_updated": "2026-05-18",
22148
+ "last_updated": "2026-05-29",
22137
22149
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-09; due date 2026-03-23. Notes reference: https://web.archive.org/web/20211222154335/https://www.vmware.com/security/advisories/VMSA-2021-0029.html ; https://nvd.nist.gov/vuln/detail/CVE-2021-22054",
22138
- "_auto_imported": true,
22139
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
22140
- "_kev_short_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."
22150
+ "_auto_imported": false,
22151
+ "_intake_method": "manual-verified-curation",
22152
+ "_kev_short_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.",
22153
+ "iocs": {
22154
+ "behavioral": [
22155
+ "Omnissa Workspace ONE UEM reachable on the network at a version below the fixed release named in the vendor advisory.",
22156
+ "Unauthenticated requests to the Workspace ONE UEM consistent with server-side request forgery flaw.",
22157
+ "The Workspace ONE UEM making outbound requests to internal or cloud-metadata endpoints on attacker input, with no legitimate cause (KEV-confirmed in-the-wild exploitation)."
22158
+ ],
22159
+ "_ioc_source_note": "Anchored to NVD CVE-2021-22054, CISA KEV (added 2026-03-09), and the vendor security advisory recorded in vendor_advisories."
22160
+ },
22161
+ "_draft": false,
22162
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
22141
22163
  },
22142
22164
  "CVE-2025-26399": {
22143
22165
  "name": "SolarWinds Web Help Desk Deserialization of Untrusted Data Vulnerability",
@@ -23676,7 +23698,8 @@
23676
23698
  },
23677
23699
  "atlas_refs": [],
23678
23700
  "attack_refs": [
23679
- "T1592"
23701
+ "T1592",
23702
+ "T1190"
23680
23703
  ],
23681
23704
  "rwep_score": 77,
23682
23705
  "rwep_factors": {
@@ -23697,7 +23720,7 @@
23697
23720
  "cwe_refs": [
23698
23721
  "CWE-918"
23699
23722
  ],
23700
- "source_verified": "2026-05-18",
23723
+ "source_verified": "2026-05-29",
23701
23724
  "verification_sources": [
23702
23725
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
23703
23726
  "https://gitlab.com/gitlab-org/cves/-/blob/master/2021/CVE-2021-22175.json",
@@ -23726,11 +23749,21 @@
23726
23749
  "published_date": "2026-02-18"
23727
23750
  }
23728
23751
  ],
23729
- "last_updated": "2026-05-18",
23752
+ "last_updated": "2026-05-29",
23730
23753
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-18; due date 2026-03-11. Notes reference: https://gitlab.com/gitlab-org/cves/-/blob/master/2021/CVE-2021-22175.json ; https://nvd.nist.gov/vuln/detail/CVE-2021-22175",
23731
- "_auto_imported": true,
23732
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
23733
- "_kev_short_description": "GitLab contains a server-side request forgery (SSRF) vulnerability when requests to the internal network for webhooks are enabled."
23754
+ "_auto_imported": false,
23755
+ "_intake_method": "manual-verified-curation",
23756
+ "_kev_short_description": "GitLab contains a server-side request forgery (SSRF) vulnerability when requests to the internal network for webhooks are enabled.",
23757
+ "iocs": {
23758
+ "behavioral": [
23759
+ "GitLab reachable on the network at a version below the fixed release named in the vendor advisory.",
23760
+ "Unauthenticated requests to the GitLab consistent with server-side request forgery flaw.",
23761
+ "The GitLab making outbound requests to internal or cloud-metadata endpoints on attacker input, with no legitimate cause (KEV-confirmed in-the-wild exploitation)."
23762
+ ],
23763
+ "_ioc_source_note": "Anchored to NVD CVE-2021-22175, CISA KEV (added 2026-02-18), and the vendor security advisory recorded in vendor_advisories."
23764
+ },
23765
+ "_draft": false,
23766
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
23734
23767
  },
23735
23768
  "CVE-2026-22769": {
23736
23769
  "name": "Dell RecoverPoint for Virtual Machines (RP4VMs) Use of Hard-coded Credentials Vulnerability",
@@ -25648,7 +25681,8 @@
25648
25681
  },
25649
25682
  "atlas_refs": [],
25650
25683
  "attack_refs": [
25651
- "T1592"
25684
+ "T1592",
25685
+ "T1190"
25652
25686
  ],
25653
25687
  "rwep_score": 77,
25654
25688
  "rwep_factors": {
@@ -25669,7 +25703,7 @@
25669
25703
  "cwe_refs": [
25670
25704
  "CWE-918"
25671
25705
  ],
25672
- "source_verified": "2026-05-18",
25706
+ "source_verified": "2026-05-29",
25673
25707
  "verification_sources": [
25674
25708
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
25675
25709
  "https://about.gitlab.com/releases/2021/12/06/security-release-gitlab-14-5-2-released/",
@@ -25698,11 +25732,21 @@
25698
25732
  "published_date": "2026-02-03"
25699
25733
  }
25700
25734
  ],
25701
- "last_updated": "2026-05-18",
25735
+ "last_updated": "2026-05-29",
25702
25736
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-03; due date 2026-02-24. Notes reference: https://about.gitlab.com/releases/2021/12/06/security-release-gitlab-14-5-2-released/ ; https://nvd.nist.gov/vuln/detail/CVE-2021-39935",
25703
- "_auto_imported": true,
25704
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
25705
- "_kev_short_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. "
25737
+ "_auto_imported": false,
25738
+ "_intake_method": "manual-verified-curation",
25739
+ "_kev_short_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. ",
25740
+ "iocs": {
25741
+ "behavioral": [
25742
+ "GitLab Community and Enterprise Editions reachable on the network at a version below the fixed release named in the vendor advisory.",
25743
+ "Unauthenticated requests to the GitLab consistent with server-side request forgery flaw.",
25744
+ "The GitLab making outbound requests to internal or cloud-metadata endpoints on attacker input, with no legitimate cause (KEV-confirmed in-the-wild exploitation)."
25745
+ ],
25746
+ "_ioc_source_note": "Anchored to NVD CVE-2021-39935, CISA KEV (added 2026-02-03), and the vendor security advisory recorded in vendor_advisories."
25747
+ },
25748
+ "_draft": false,
25749
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
25706
25750
  },
25707
25751
  "CVE-2025-64328": {
25708
25752
  "name": "Sangoma FreePBX OS Command Injection Vulnerability",
@@ -31112,7 +31156,8 @@
31112
31156
  },
31113
31157
  "atlas_refs": [],
31114
31158
  "attack_refs": [
31115
- "T1190"
31159
+ "T1190",
31160
+ "T1078"
31116
31161
  ],
31117
31162
  "rwep_score": 77,
31118
31163
  "rwep_factors": {
@@ -31133,7 +31178,7 @@
31133
31178
  "cwe_refs": [
31134
31179
  "CWE-20"
31135
31180
  ],
31136
- "source_verified": "2026-05-18",
31181
+ "source_verified": "2026-05-29",
31137
31182
  "verification_sources": [
31138
31183
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
31139
31184
  "https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-27397",
@@ -31162,11 +31207,21 @@
31162
31207
  "published_date": "2025-10-24"
31163
31208
  }
31164
31209
  ],
31165
- "last_updated": "2026-05-18",
31210
+ "last_updated": "2026-05-29",
31166
31211
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-24; due date 2025-11-14. Notes reference: https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-27397 ; https://nvd.nist.gov/vuln/detail/CVE-2025-54236",
31167
- "_auto_imported": true,
31168
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
31169
- "_kev_short_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."
31212
+ "_auto_imported": false,
31213
+ "_intake_method": "manual-verified-curation",
31214
+ "_kev_short_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.",
31215
+ "iocs": {
31216
+ "behavioral": [
31217
+ "Adobe Commerce and Magento reachable on the network at a version below the fixed release named in the vendor advisory.",
31218
+ "Unauthenticated requests to the Adobe Commerce / Magento consistent with improper-input-validation flaw.",
31219
+ "Post-exploitation indicators on the Adobe Commerce / Magento — web shells, unexpected process execution, session/admin takeover, or use of forged key material — with no matching legitimate login (KEV-confirmed in-the-wild exploitation)."
31220
+ ],
31221
+ "_ioc_source_note": "Anchored to NVD CVE-2025-54236, CISA KEV (added 2025-10-24), and the vendor security advisory recorded in vendor_advisories."
31222
+ },
31223
+ "_draft": false,
31224
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
31170
31225
  },
31171
31226
  "CVE-2025-59287": {
31172
31227
  "name": "Microsoft Windows Server Update Service (WSUS) Deserialization of Untrusted Data Vulnerability",
@@ -31927,7 +31982,8 @@
31927
31982
  },
31928
31983
  "atlas_refs": [],
31929
31984
  "attack_refs": [
31930
- "T1190"
31985
+ "T1190",
31986
+ "T1059"
31931
31987
  ],
31932
31988
  "rwep_score": 77,
31933
31989
  "rwep_factors": {
@@ -31948,7 +32004,7 @@
31948
32004
  "cwe_refs": [
31949
32005
  "CWE-94"
31950
32006
  ],
31951
- "source_verified": "2026-05-18",
32007
+ "source_verified": "2026-05-29",
31952
32008
  "verification_sources": [
31953
32009
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
31954
32010
  "https://helpx.adobe.com/security/products/aem-forms/apsb25-82.html",
@@ -31977,11 +32033,21 @@
31977
32033
  "published_date": "2025-10-15"
31978
32034
  }
31979
32035
  ],
31980
- "last_updated": "2026-05-18",
32036
+ "last_updated": "2026-05-29",
31981
32037
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-15; due date 2025-11-05. Notes reference: https://helpx.adobe.com/security/products/aem-forms/apsb25-82.html ; https://nvd.nist.gov/vuln/detail/CVE-2025-54253",
31982
- "_auto_imported": true,
31983
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
31984
- "_kev_short_description": "Adobe Experience Manager Forms in JEE contains an unspecified vulnerability that allows for arbitrary code execution."
32038
+ "_auto_imported": false,
32039
+ "_intake_method": "manual-verified-curation",
32040
+ "_kev_short_description": "Adobe Experience Manager Forms in JEE contains an unspecified vulnerability that allows for arbitrary code execution.",
32041
+ "iocs": {
32042
+ "behavioral": [
32043
+ "Adobe Experience Manager Forms reachable on the network at a version below the fixed release named in the vendor advisory.",
32044
+ "Unauthenticated requests to the AEM Forms consistent with code-execution flaw.",
32045
+ "Post-exploitation indicators on the AEM Forms — web shells, unexpected process execution, session/admin takeover, or use of forged key material — with no matching legitimate login (KEV-confirmed in-the-wild exploitation)."
32046
+ ],
32047
+ "_ioc_source_note": "Anchored to NVD CVE-2025-54253, CISA KEV (added 2025-10-15), and the vendor security advisory recorded in vendor_advisories."
32048
+ },
32049
+ "_draft": false,
32050
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
31985
32051
  },
31986
32052
  "CVE-2025-47827": {
31987
32053
  "name": "IGEL OS Use of a Key Past its Expiration Date Vulnerability",
@@ -34796,7 +34862,8 @@
34796
34862
  },
34797
34863
  "atlas_refs": [],
34798
34864
  "attack_refs": [
34799
- "T1190"
34865
+ "T1190",
34866
+ "T1059"
34800
34867
  ],
34801
34868
  "rwep_score": 77,
34802
34869
  "rwep_factors": {
@@ -34817,7 +34884,7 @@
34817
34884
  "cwe_refs": [
34818
34885
  "CWE-502"
34819
34886
  ],
34820
- "source_verified": "2026-05-18",
34887
+ "source_verified": "2026-05-29",
34821
34888
  "verification_sources": [
34822
34889
  "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
34823
34890
  "https://support.sitecore.com/kb?id=kb_article_view&sysparm_article=KB1003865",
@@ -34846,11 +34913,21 @@
34846
34913
  "published_date": "2025-09-04"
34847
34914
  }
34848
34915
  ],
34849
- "last_updated": "2026-05-18",
34916
+ "last_updated": "2026-05-29",
34850
34917
  "discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-04; due date 2025-09-25. Notes reference: https://support.sitecore.com/kb?id=kb_article_view&sysparm_article=KB1003865 ; https://nvd.nist.gov/vuln/detail/CVE-2025-53690",
34851
- "_auto_imported": true,
34852
- "_intake_method": "v0.13.17-bulk-cisa-kev-import",
34853
- "_kev_short_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. "
34918
+ "_auto_imported": false,
34919
+ "_intake_method": "manual-verified-curation",
34920
+ "_kev_short_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. ",
34921
+ "iocs": {
34922
+ "behavioral": [
34923
+ "Sitecore reachable on the network at a version below the fixed release named in the vendor advisory.",
34924
+ "Unauthenticated requests to the Sitecore consistent with deserialization-of-untrusted-data flaw.",
34925
+ "Post-exploitation indicators on the Sitecore — web shells, unexpected process execution, session/admin takeover, or use of forged key material — with no matching legitimate login (KEV-confirmed in-the-wild exploitation)."
34926
+ ],
34927
+ "_ioc_source_note": "Anchored to NVD CVE-2025-53690, CISA KEV (added 2025-09-04), and the vendor security advisory recorded in vendor_advisories."
34928
+ },
34929
+ "_draft": false,
34930
+ "curation_note": "Promoted from KEV-import draft on 2026-05-29: ATT&CK enrichment + IOCs derived from the CWE/product, and a matching zero-day lesson added. CVSS/KEV/vendor_advisories retained from the verified import."
34854
34931
  },
34855
34932
  "CVE-2023-50224": {
34856
34933
  "name": "TP-Link TL-WR841N Authentication Bypass by Spoofing Vulnerability",