@blamejs/exceptd-skills 0.15.18 → 0.15.19
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 +9 -0
- package/data/cve-catalog.json +137 -48
- package/data/zeroday-lessons.json +328 -104
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.15.19 — 2026-05-29
|
|
4
|
+
|
|
5
|
+
Draft-curation pass 17 — enterprise server-side applications. Eight CISA KEV-listed unauthenticated CVEs across manufacturing-operations, file-sharing, and remote-management software are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: Dassault Systèmes DELMIA Apriso (CVE-2025-6204 code injection, CVE-2025-5086 deserialization, CVE-2025-6205 missing authorization), Gladinet CentreStack/Triofox (CVE-2025-14611 hard-coded cryptographic key, CVE-2025-11371 file disclosure leaking the machine key, CVE-2025-12480 improper access control), and ConnectWise ScreenConnect (CVE-2024-1708 path traversal, CVE-2025-3935 authentication bypass). All map T1190, with per-class T1059, T1078, T1552 (key disclosure/forgery), or T1505.003. The lessons stress that key-disclosure and authentication-bypass flaws require cryptographic-key rotation — not just patching — and that RMM/file-sharing/MES compromise extends the blast radius to downstream and OT-adjacent systems.
|
|
6
|
+
|
|
3
7
|
## 0.15.18 — 2026-05-29
|
|
4
8
|
|
|
5
9
|
Draft-curation pass 16 — non-Windows kernel/driver LPE. Seven CISA KEV-listed local-privilege-escalation CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: Qualcomm Adreno GPU / chipset flaws (CVE-2026-21385 integer overflow, CVE-2025-21479 and CVE-2025-21480 incorrect-authorization GPU flaws used in Android targeted chains, CVE-2025-27038 use-after-free) and Linux kernel flaws (CVE-2018-14634 "Mutagen Astronomy" integer overflow, CVE-2021-22555 netfilter heap out-of-bounds write, CVE-2023-0386 OverlayFS ownership). All map T1068 (Exploitation for Privilege Escalation). The lessons give platform-correct remediation — Android Security Bulletin OTA updates and MDM-enforced SLAs for the chipset entries, distribution kernel updates or live-patching plus kernel hardening for the Linux entries — and frame these as the escalation half of the attack chain.
|
package/data/_indexes/_meta.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1.1.0",
|
|
3
|
-
"generated_at": "2026-05-29T22:
|
|
3
|
+
"generated_at": "2026-05-29T22:34:17.490Z",
|
|
4
4
|
"generator": "scripts/build-indexes.js",
|
|
5
5
|
"source_count": 54,
|
|
6
6
|
"source_hashes": {
|
|
7
|
-
"manifest.json": "
|
|
7
|
+
"manifest.json": "f4ca112722a595daef5938c0815358502506f83f15c035e3c7be3298d5d3badb",
|
|
8
8
|
"data/atlas-ttps.json": "878b4a08bb73c8d20396d85cf433a88f2bc5e7a8cbf7f6ab773ce7ede0a11251",
|
|
9
|
-
"data/attack-techniques.json": "
|
|
10
|
-
"data/cve-catalog.json": "
|
|
9
|
+
"data/attack-techniques.json": "abb27bf3358a35d4e955bd133244bccdf64f633681b62f0714ec8ecfe1595261",
|
|
10
|
+
"data/cve-catalog.json": "9b096af370a99c08ddbfe79285793a8d5d86b995c453361dd89e15511ec9feeb",
|
|
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": "
|
|
18
|
+
"data/zeroday-lessons.json": "99bb6d869f97f52f726ebc50e3fa8c787824212b129e4903fb18a9c46a57b017",
|
|
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",
|
|
@@ -324,12 +324,14 @@
|
|
|
324
324
|
"CVE-2025-49113",
|
|
325
325
|
"CVE-2025-49596",
|
|
326
326
|
"CVE-2025-49704",
|
|
327
|
+
"CVE-2025-5086",
|
|
327
328
|
"CVE-2025-51480",
|
|
328
329
|
"CVE-2025-53773",
|
|
329
330
|
"CVE-2025-54136",
|
|
330
331
|
"CVE-2025-55319",
|
|
331
332
|
"CVE-2025-58034",
|
|
332
333
|
"CVE-2025-60455",
|
|
334
|
+
"CVE-2025-6204",
|
|
333
335
|
"CVE-2025-64496",
|
|
334
336
|
"CVE-2025-68645",
|
|
335
337
|
"CVE-2025-68664",
|
|
@@ -580,6 +582,7 @@
|
|
|
580
582
|
"CVE-2024-12776",
|
|
581
583
|
"CVE-2024-1709",
|
|
582
584
|
"CVE-2024-54085",
|
|
585
|
+
"CVE-2025-12480",
|
|
583
586
|
"CVE-2025-1796",
|
|
584
587
|
"CVE-2025-21085",
|
|
585
588
|
"CVE-2025-2746",
|
|
@@ -587,9 +590,11 @@
|
|
|
587
590
|
"CVE-2025-31161",
|
|
588
591
|
"CVE-2025-32975",
|
|
589
592
|
"CVE-2025-34026",
|
|
593
|
+
"CVE-2025-3935",
|
|
590
594
|
"CVE-2025-4427",
|
|
591
595
|
"CVE-2025-49706",
|
|
592
596
|
"CVE-2025-61757",
|
|
597
|
+
"CVE-2025-6205",
|
|
593
598
|
"CVE-2025-64513",
|
|
594
599
|
"CVE-2025-69286",
|
|
595
600
|
"CVE-2026-1603",
|
|
@@ -955,6 +960,7 @@
|
|
|
955
960
|
"CVE-2024-12987",
|
|
956
961
|
"CVE-2024-13059",
|
|
957
962
|
"CVE-2024-1561",
|
|
963
|
+
"CVE-2024-1708",
|
|
958
964
|
"CVE-2024-1709",
|
|
959
965
|
"CVE-2024-21575",
|
|
960
966
|
"CVE-2024-21576",
|
|
@@ -1671,6 +1677,8 @@
|
|
|
1671
1677
|
"cve_refs": [
|
|
1672
1678
|
"CVE-2023-47117",
|
|
1673
1679
|
"CVE-2024-12450",
|
|
1680
|
+
"CVE-2025-11371",
|
|
1681
|
+
"CVE-2025-14611",
|
|
1674
1682
|
"CVE-2025-30066",
|
|
1675
1683
|
"CVE-2025-30154",
|
|
1676
1684
|
"CVE-2025-5777",
|
|
@@ -12081,6 +12089,7 @@
|
|
|
12081
12089
|
"_auto_imported": true,
|
|
12082
12090
|
"_intake_method": "mitre-attack-stix",
|
|
12083
12091
|
"cve_refs": [
|
|
12092
|
+
"CVE-2024-1708",
|
|
12084
12093
|
"CVE-2025-2749",
|
|
12085
12094
|
"CVE-2025-31324",
|
|
12086
12095
|
"CVE-2025-49704",
|
package/data/cve-catalog.json
CHANGED
|
@@ -7729,7 +7729,9 @@
|
|
|
7729
7729
|
},
|
|
7730
7730
|
"atlas_refs": [],
|
|
7731
7731
|
"attack_refs": [
|
|
7732
|
-
"T1592"
|
|
7732
|
+
"T1592",
|
|
7733
|
+
"T1190",
|
|
7734
|
+
"T1505.003"
|
|
7733
7735
|
],
|
|
7734
7736
|
"rwep_score": 83,
|
|
7735
7737
|
"rwep_factors": {
|
|
@@ -7750,7 +7752,7 @@
|
|
|
7750
7752
|
"cwe_refs": [
|
|
7751
7753
|
"CWE-22"
|
|
7752
7754
|
],
|
|
7753
|
-
"source_verified": "2026-05-
|
|
7755
|
+
"source_verified": "2026-05-29",
|
|
7754
7756
|
"verification_sources": [
|
|
7755
7757
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
7756
7758
|
"https://www.connectwise.com/company/trust/security-bulletins/connectwise-screenconnect-23.9.8",
|
|
@@ -7779,11 +7781,21 @@
|
|
|
7779
7781
|
"published_date": "2026-04-28"
|
|
7780
7782
|
}
|
|
7781
7783
|
],
|
|
7782
|
-
"last_updated": "2026-05-
|
|
7784
|
+
"last_updated": "2026-05-29",
|
|
7783
7785
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-28; due date 2026-05-12. Notes reference: https://www.connectwise.com/company/trust/security-bulletins/connectwise-screenconnect-23.9.8 ; https://nvd.nist.gov/vuln/detail/CVE-2024-1708",
|
|
7784
|
-
"_auto_imported":
|
|
7785
|
-
"_intake_method": "
|
|
7786
|
-
"_kev_short_description": "ConnectWise ScreenConnect contains a path traversal vulnerability which could allow an attacker to execute remote code or directly impact confidential data and critical systems."
|
|
7786
|
+
"_auto_imported": false,
|
|
7787
|
+
"_intake_method": "manual-verified-curation",
|
|
7788
|
+
"_kev_short_description": "ConnectWise ScreenConnect contains a path traversal vulnerability which could allow an attacker to execute remote code or directly impact confidential data and critical systems.",
|
|
7789
|
+
"iocs": {
|
|
7790
|
+
"behavioral": [
|
|
7791
|
+
"ConnectWise ScreenConnect reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
7792
|
+
"Unauthenticated requests to the ScreenConnect consistent with path-traversal flaw (CWE-22) letting an attacker write or read files outside the intended directory.",
|
|
7793
|
+
"Post-exploitation indicators on the ScreenConnect — web shells, unexpected process execution, use of forged or leaked key material, or access to functions/files with no corresponding legitimate login (KEV-confirmed in-the-wild exploitation)."
|
|
7794
|
+
],
|
|
7795
|
+
"_ioc_source_note": "Anchored to NVD CVE-2024-1708, CISA KEV (added 2026-04-28), and the vendor security advisory recorded in vendor_advisories."
|
|
7796
|
+
},
|
|
7797
|
+
"_draft": false,
|
|
7798
|
+
"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."
|
|
7787
7799
|
},
|
|
7788
7800
|
"CVE-2025-29635": {
|
|
7789
7801
|
"name": "D-Link DIR-823X Command Injection Vulnerability",
|
|
@@ -28104,7 +28116,8 @@
|
|
|
28104
28116
|
},
|
|
28105
28117
|
"atlas_refs": [],
|
|
28106
28118
|
"attack_refs": [
|
|
28107
|
-
"T1190"
|
|
28119
|
+
"T1190",
|
|
28120
|
+
"T1552"
|
|
28108
28121
|
],
|
|
28109
28122
|
"rwep_score": 77,
|
|
28110
28123
|
"rwep_factors": {
|
|
@@ -28125,7 +28138,7 @@
|
|
|
28125
28138
|
"cwe_refs": [
|
|
28126
28139
|
"CWE-798"
|
|
28127
28140
|
],
|
|
28128
|
-
"source_verified": "2026-05-
|
|
28141
|
+
"source_verified": "2026-05-29",
|
|
28129
28142
|
"verification_sources": [
|
|
28130
28143
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
28131
28144
|
"https://www.centrestack.com/p/gce_latest_release.html",
|
|
@@ -28156,11 +28169,21 @@
|
|
|
28156
28169
|
"published_date": "2025-12-15"
|
|
28157
28170
|
}
|
|
28158
28171
|
],
|
|
28159
|
-
"last_updated": "2026-05-
|
|
28172
|
+
"last_updated": "2026-05-29",
|
|
28160
28173
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-15; due date 2026-01-05. Notes reference: https://www.centrestack.com/p/gce_latest_release.html ; https://access.triofox.com/releases_history/; https://support.centrestack.com/hc/en-us/articles/360007159054-Hardening-the-CentreStack-Cluster#h",
|
|
28161
|
-
"_auto_imported":
|
|
28162
|
-
"_intake_method": "
|
|
28163
|
-
"_kev_short_description": "Gladinet CentreStack and TrioFox contain a hardcoded cryptographic keys vulnerability for their implementation of the AES cryptoscheme. This vulnerability degrades security for public exposed endpoints that may make use of it and may offer arbitrary local file inclusion when provided a specially crafted request without authentication."
|
|
28174
|
+
"_auto_imported": false,
|
|
28175
|
+
"_intake_method": "manual-verified-curation",
|
|
28176
|
+
"_kev_short_description": "Gladinet CentreStack and TrioFox contain a hardcoded cryptographic keys vulnerability for their implementation of the AES cryptoscheme. This vulnerability degrades security for public exposed endpoints that may make use of it and may offer arbitrary local file inclusion when provided a specially crafted request without authentication.",
|
|
28177
|
+
"iocs": {
|
|
28178
|
+
"behavioral": [
|
|
28179
|
+
"Gladinet CentreStack and Triofox reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
28180
|
+
"Unauthenticated requests to the CentreStack/Triofox consistent with use of hard-coded cryptographic key (CWE-798) letting an attacker forge trusted material to gain unauthorized access and code execution.",
|
|
28181
|
+
"Post-exploitation indicators on the CentreStack/Triofox — web shells, unexpected process execution, use of forged or leaked key material, or access to functions/files with no corresponding legitimate login (KEV-confirmed in-the-wild exploitation)."
|
|
28182
|
+
],
|
|
28183
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-14611, CISA KEV (added 2025-12-15), and the vendor security advisory recorded in vendor_advisories."
|
|
28184
|
+
},
|
|
28185
|
+
"_draft": false,
|
|
28186
|
+
"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."
|
|
28164
28187
|
},
|
|
28165
28188
|
"CVE-2018-4063": {
|
|
28166
28189
|
"name": "Sierra Wireless AirLink ALEOS Unrestricted Upload of File with Dangerous Type Vulnerability",
|
|
@@ -29686,7 +29709,8 @@
|
|
|
29686
29709
|
},
|
|
29687
29710
|
"atlas_refs": [],
|
|
29688
29711
|
"attack_refs": [
|
|
29689
|
-
"T1190"
|
|
29712
|
+
"T1190",
|
|
29713
|
+
"T1078"
|
|
29690
29714
|
],
|
|
29691
29715
|
"rwep_score": 77,
|
|
29692
29716
|
"rwep_factors": {
|
|
@@ -29707,7 +29731,7 @@
|
|
|
29707
29731
|
"cwe_refs": [
|
|
29708
29732
|
"CWE-284"
|
|
29709
29733
|
],
|
|
29710
|
-
"source_verified": "2026-05-
|
|
29734
|
+
"source_verified": "2026-05-29",
|
|
29711
29735
|
"verification_sources": [
|
|
29712
29736
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
29713
29737
|
"https://access.triofox.com/releases_history",
|
|
@@ -29736,11 +29760,21 @@
|
|
|
29736
29760
|
"published_date": "2025-11-12"
|
|
29737
29761
|
}
|
|
29738
29762
|
],
|
|
29739
|
-
"last_updated": "2026-05-
|
|
29763
|
+
"last_updated": "2026-05-29",
|
|
29740
29764
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-11-12; due date 2025-12-03. Notes reference: https://access.triofox.com/releases_history ; https://nvd.nist.gov/vuln/detail/CVE-2025-12480",
|
|
29741
|
-
"_auto_imported":
|
|
29742
|
-
"_intake_method": "
|
|
29743
|
-
"_kev_short_description": "Gladinet Triofox contains an improper access control vulnerability that allows access to initial setup pages even after setup is complete."
|
|
29765
|
+
"_auto_imported": false,
|
|
29766
|
+
"_intake_method": "manual-verified-curation",
|
|
29767
|
+
"_kev_short_description": "Gladinet Triofox contains an improper access control vulnerability that allows access to initial setup pages even after setup is complete.",
|
|
29768
|
+
"iocs": {
|
|
29769
|
+
"behavioral": [
|
|
29770
|
+
"Gladinet Triofox reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
29771
|
+
"Unauthenticated requests to the Triofox consistent with improper-access-control flaw (CWE-284) letting an unauthenticated attacker reach functionality reserved for authorized users.",
|
|
29772
|
+
"Post-exploitation indicators on the Triofox — web shells, unexpected process execution, use of forged or leaked key material, or access to functions/files with no corresponding legitimate login (KEV-confirmed in-the-wild exploitation)."
|
|
29773
|
+
],
|
|
29774
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-12480, CISA KEV (added 2025-11-12), and the vendor security advisory recorded in vendor_advisories."
|
|
29775
|
+
},
|
|
29776
|
+
"_draft": false,
|
|
29777
|
+
"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."
|
|
29744
29778
|
},
|
|
29745
29779
|
"CVE-2025-62215": {
|
|
29746
29780
|
"name": "Microsoft Windows Race Condition Vulnerability",
|
|
@@ -30175,7 +30209,8 @@
|
|
|
30175
30209
|
},
|
|
30176
30210
|
"atlas_refs": [],
|
|
30177
30211
|
"attack_refs": [
|
|
30178
|
-
"T1190"
|
|
30212
|
+
"T1190",
|
|
30213
|
+
"T1552"
|
|
30179
30214
|
],
|
|
30180
30215
|
"rwep_score": 77,
|
|
30181
30216
|
"rwep_factors": {
|
|
@@ -30196,7 +30231,7 @@
|
|
|
30196
30231
|
"cwe_refs": [
|
|
30197
30232
|
"CWE-552"
|
|
30198
30233
|
],
|
|
30199
|
-
"source_verified": "2026-05-
|
|
30234
|
+
"source_verified": "2026-05-29",
|
|
30200
30235
|
"verification_sources": [
|
|
30201
30236
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
30202
30237
|
"https://www.centrestack.com/p/gce_latest_release.html",
|
|
@@ -30225,11 +30260,21 @@
|
|
|
30225
30260
|
"published_date": "2025-11-04"
|
|
30226
30261
|
}
|
|
30227
30262
|
],
|
|
30228
|
-
"last_updated": "2026-05-
|
|
30263
|
+
"last_updated": "2026-05-29",
|
|
30229
30264
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-11-04; due date 2025-11-25. Notes reference: https://www.centrestack.com/p/gce_latest_release.html ; https://nvd.nist.gov/vuln/detail/CVE-2025-11371",
|
|
30230
|
-
"_auto_imported":
|
|
30231
|
-
"_intake_method": "
|
|
30232
|
-
"_kev_short_description": "Gladinet CentreStack and Triofox contains a files or directories accessible to external parties vulnerability that allows unintended disclosure of system files."
|
|
30265
|
+
"_auto_imported": false,
|
|
30266
|
+
"_intake_method": "manual-verified-curation",
|
|
30267
|
+
"_kev_short_description": "Gladinet CentreStack and Triofox contains a files or directories accessible to external parties vulnerability that allows unintended disclosure of system files.",
|
|
30268
|
+
"iocs": {
|
|
30269
|
+
"behavioral": [
|
|
30270
|
+
"Gladinet CentreStack and Triofox reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
30271
|
+
"Unauthenticated requests to the CentreStack/Triofox consistent with files-or-directories-accessible-to-external-parties flaw (CWE-552) disclosing server files including the machine key.",
|
|
30272
|
+
"Post-exploitation indicators on the CentreStack/Triofox — web shells, unexpected process execution, use of forged or leaked key material, or access to functions/files with no corresponding legitimate login (KEV-confirmed in-the-wild exploitation)."
|
|
30273
|
+
],
|
|
30274
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-11371, CISA KEV (added 2025-11-04), and the vendor security advisory recorded in vendor_advisories."
|
|
30275
|
+
},
|
|
30276
|
+
"_draft": false,
|
|
30277
|
+
"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."
|
|
30233
30278
|
},
|
|
30234
30279
|
"CVE-2025-41244": {
|
|
30235
30280
|
"name": "Broadcom VMware Aria Operations and VMware Tools Privilege Defined with Unsafe Actions Vulnerability",
|
|
@@ -30463,7 +30508,8 @@
|
|
|
30463
30508
|
},
|
|
30464
30509
|
"atlas_refs": [],
|
|
30465
30510
|
"attack_refs": [
|
|
30466
|
-
"T1190"
|
|
30511
|
+
"T1190",
|
|
30512
|
+
"T1059"
|
|
30467
30513
|
],
|
|
30468
30514
|
"rwep_score": 77,
|
|
30469
30515
|
"rwep_factors": {
|
|
@@ -30484,7 +30530,7 @@
|
|
|
30484
30530
|
"cwe_refs": [
|
|
30485
30531
|
"CWE-94"
|
|
30486
30532
|
],
|
|
30487
|
-
"source_verified": "2026-05-
|
|
30533
|
+
"source_verified": "2026-05-29",
|
|
30488
30534
|
"verification_sources": [
|
|
30489
30535
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
30490
30536
|
"https://www.3ds.com/trust-center/security/security-advisories/cve-2025-6204",
|
|
@@ -30513,11 +30559,21 @@
|
|
|
30513
30559
|
"published_date": "2025-10-28"
|
|
30514
30560
|
}
|
|
30515
30561
|
],
|
|
30516
|
-
"last_updated": "2026-05-
|
|
30562
|
+
"last_updated": "2026-05-29",
|
|
30517
30563
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-28; due date 2025-11-18. Notes reference: https://www.3ds.com/trust-center/security/security-advisories/cve-2025-6204 ; https://nvd.nist.gov/vuln/detail/CVE-2025-6204",
|
|
30518
|
-
"_auto_imported":
|
|
30519
|
-
"_intake_method": "
|
|
30520
|
-
"_kev_short_description": "Dassault Systèmes DELMIA Apriso contains a code injection vulnerability that could allow an attacker to execute arbitrary code."
|
|
30564
|
+
"_auto_imported": false,
|
|
30565
|
+
"_intake_method": "manual-verified-curation",
|
|
30566
|
+
"_kev_short_description": "Dassault Systèmes DELMIA Apriso contains a code injection vulnerability that could allow an attacker to execute arbitrary code.",
|
|
30567
|
+
"iocs": {
|
|
30568
|
+
"behavioral": [
|
|
30569
|
+
"Dassault Systèmes DELMIA Apriso reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
30570
|
+
"Unauthenticated requests to the DELMIA Apriso consistent with code-injection flaw (CWE-94) enabling unauthenticated remote code execution on the manufacturing-operations server.",
|
|
30571
|
+
"Post-exploitation indicators on the DELMIA Apriso — web shells, unexpected process execution, use of forged or leaked key material, or access to functions/files with no corresponding legitimate login (KEV-confirmed in-the-wild exploitation)."
|
|
30572
|
+
],
|
|
30573
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-6204, CISA KEV (added 2025-10-28), and the vendor security advisory recorded in vendor_advisories."
|
|
30574
|
+
},
|
|
30575
|
+
"_draft": false,
|
|
30576
|
+
"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."
|
|
30521
30577
|
},
|
|
30522
30578
|
"CVE-2025-6205": {
|
|
30523
30579
|
"name": "Dassault Systèmes DELMIA Apriso Missing Authorization Vulnerability",
|
|
@@ -30559,7 +30615,8 @@
|
|
|
30559
30615
|
},
|
|
30560
30616
|
"atlas_refs": [],
|
|
30561
30617
|
"attack_refs": [
|
|
30562
|
-
"T1190"
|
|
30618
|
+
"T1190",
|
|
30619
|
+
"T1078"
|
|
30563
30620
|
],
|
|
30564
30621
|
"rwep_score": 77,
|
|
30565
30622
|
"rwep_factors": {
|
|
@@ -30580,7 +30637,7 @@
|
|
|
30580
30637
|
"cwe_refs": [
|
|
30581
30638
|
"CWE-862"
|
|
30582
30639
|
],
|
|
30583
|
-
"source_verified": "2026-05-
|
|
30640
|
+
"source_verified": "2026-05-29",
|
|
30584
30641
|
"verification_sources": [
|
|
30585
30642
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
30586
30643
|
"https://www.3ds.com/trust-center/security/security-advisories/cve-2025-6205",
|
|
@@ -30609,11 +30666,21 @@
|
|
|
30609
30666
|
"published_date": "2025-10-28"
|
|
30610
30667
|
}
|
|
30611
30668
|
],
|
|
30612
|
-
"last_updated": "2026-05-
|
|
30669
|
+
"last_updated": "2026-05-29",
|
|
30613
30670
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-28; due date 2025-11-18. Notes reference: https://www.3ds.com/trust-center/security/security-advisories/cve-2025-6205 ; https://nvd.nist.gov/vuln/detail/CVE-2025-6205",
|
|
30614
|
-
"_auto_imported":
|
|
30615
|
-
"_intake_method": "
|
|
30616
|
-
"_kev_short_description": "Dassault Systèmes DELMIA Apriso contains a missing authorization vulnerability that could allow an attacker to gain privileged access to the application."
|
|
30671
|
+
"_auto_imported": false,
|
|
30672
|
+
"_intake_method": "manual-verified-curation",
|
|
30673
|
+
"_kev_short_description": "Dassault Systèmes DELMIA Apriso contains a missing authorization vulnerability that could allow an attacker to gain privileged access to the application.",
|
|
30674
|
+
"iocs": {
|
|
30675
|
+
"behavioral": [
|
|
30676
|
+
"Dassault Systèmes DELMIA Apriso reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
30677
|
+
"Unauthenticated requests to the DELMIA Apriso consistent with missing-authorization flaw (CWE-862) letting an unauthenticated attacker reach privileged functionality.",
|
|
30678
|
+
"Post-exploitation indicators on the DELMIA Apriso — web shells, unexpected process execution, use of forged or leaked key material, or access to functions/files with no corresponding legitimate login (KEV-confirmed in-the-wild exploitation)."
|
|
30679
|
+
],
|
|
30680
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-6205, CISA KEV (added 2025-10-28), and the vendor security advisory recorded in vendor_advisories."
|
|
30681
|
+
},
|
|
30682
|
+
"_draft": false,
|
|
30683
|
+
"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."
|
|
30617
30684
|
},
|
|
30618
30685
|
"CVE-2025-54236": {
|
|
30619
30686
|
"name": "Adobe Commerce and Magento Improper Input Validation Vulnerability",
|
|
@@ -34084,7 +34151,8 @@
|
|
|
34084
34151
|
},
|
|
34085
34152
|
"atlas_refs": [],
|
|
34086
34153
|
"attack_refs": [
|
|
34087
|
-
"T1190"
|
|
34154
|
+
"T1190",
|
|
34155
|
+
"T1059"
|
|
34088
34156
|
],
|
|
34089
34157
|
"rwep_score": 77,
|
|
34090
34158
|
"rwep_factors": {
|
|
@@ -34105,7 +34173,7 @@
|
|
|
34105
34173
|
"cwe_refs": [
|
|
34106
34174
|
"CWE-502"
|
|
34107
34175
|
],
|
|
34108
|
-
"source_verified": "2026-05-
|
|
34176
|
+
"source_verified": "2026-05-29",
|
|
34109
34177
|
"verification_sources": [
|
|
34110
34178
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
34111
34179
|
"https://www.3ds.com/trust-center/security/security-advisories/cve-2025-5086",
|
|
@@ -34134,11 +34202,21 @@
|
|
|
34134
34202
|
"published_date": "2025-09-11"
|
|
34135
34203
|
}
|
|
34136
34204
|
],
|
|
34137
|
-
"last_updated": "2026-05-
|
|
34205
|
+
"last_updated": "2026-05-29",
|
|
34138
34206
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-09-11; due date 2025-10-02. Notes reference: https://www.3ds.com/trust-center/security/security-advisories/cve-2025-5086 ; https://nvd.nist.gov/vuln/detail/CVE-2025-5086",
|
|
34139
|
-
"_auto_imported":
|
|
34140
|
-
"_intake_method": "
|
|
34141
|
-
"_kev_short_description": "Dassault Systèmes DELMIA Apriso contains a deserialization of untrusted data vulnerability that could lead to a remote code execution."
|
|
34207
|
+
"_auto_imported": false,
|
|
34208
|
+
"_intake_method": "manual-verified-curation",
|
|
34209
|
+
"_kev_short_description": "Dassault Systèmes DELMIA Apriso contains a deserialization of untrusted data vulnerability that could lead to a remote code execution.",
|
|
34210
|
+
"iocs": {
|
|
34211
|
+
"behavioral": [
|
|
34212
|
+
"Dassault Systèmes DELMIA Apriso reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
34213
|
+
"Unauthenticated requests to the DELMIA Apriso consistent with deserialization-of-untrusted-data flaw (CWE-502) enabling unauthenticated remote code execution.",
|
|
34214
|
+
"Post-exploitation indicators on the DELMIA Apriso — web shells, unexpected process execution, use of forged or leaked key material, or access to functions/files with no corresponding legitimate login (KEV-confirmed in-the-wild exploitation)."
|
|
34215
|
+
],
|
|
34216
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-5086, CISA KEV (added 2025-09-11), and the vendor security advisory recorded in vendor_advisories."
|
|
34217
|
+
},
|
|
34218
|
+
"_draft": false,
|
|
34219
|
+
"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."
|
|
34142
34220
|
},
|
|
34143
34221
|
"CVE-2025-48543": {
|
|
34144
34222
|
"name": "Android Runtime Use-After-Free Vulnerability",
|
|
@@ -39836,7 +39914,8 @@
|
|
|
39836
39914
|
},
|
|
39837
39915
|
"atlas_refs": [],
|
|
39838
39916
|
"attack_refs": [
|
|
39839
|
-
"T1190"
|
|
39917
|
+
"T1190",
|
|
39918
|
+
"T1078"
|
|
39840
39919
|
],
|
|
39841
39920
|
"rwep_score": 77,
|
|
39842
39921
|
"rwep_factors": {
|
|
@@ -39857,7 +39936,7 @@
|
|
|
39857
39936
|
"cwe_refs": [
|
|
39858
39937
|
"CWE-287"
|
|
39859
39938
|
],
|
|
39860
|
-
"source_verified": "2026-05-
|
|
39939
|
+
"source_verified": "2026-05-29",
|
|
39861
39940
|
"verification_sources": [
|
|
39862
39941
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
39863
39942
|
"https://www.connectwise.com/company/trust/security-bulletins/screenconnect-security-patch-2025.4",
|
|
@@ -39886,11 +39965,21 @@
|
|
|
39886
39965
|
"published_date": "2025-06-02"
|
|
39887
39966
|
}
|
|
39888
39967
|
],
|
|
39889
|
-
"last_updated": "2026-05-
|
|
39968
|
+
"last_updated": "2026-05-29",
|
|
39890
39969
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-06-02; due date 2025-06-23. Notes reference: https://www.connectwise.com/company/trust/security-bulletins/screenconnect-security-patch-2025.4 ; https://nvd.nist.gov/vuln/detail/CVE-2025-3935",
|
|
39891
|
-
"_auto_imported":
|
|
39892
|
-
"_intake_method": "
|
|
39893
|
-
"_kev_short_description": "ConnectWise ScreenConnect contains an improper authentication vulnerability. This vulnerability could allow a ViewState code injection attack, which could allow remote code execution if machine keys are compromised."
|
|
39970
|
+
"_auto_imported": false,
|
|
39971
|
+
"_intake_method": "manual-verified-curation",
|
|
39972
|
+
"_kev_short_description": "ConnectWise ScreenConnect contains an improper authentication vulnerability. This vulnerability could allow a ViewState code injection attack, which could allow remote code execution if machine keys are compromised.",
|
|
39973
|
+
"iocs": {
|
|
39974
|
+
"behavioral": [
|
|
39975
|
+
"ConnectWise ScreenConnect reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
39976
|
+
"Unauthenticated requests to the ScreenConnect consistent with improper-authentication flaw (CWE-287) letting an unauthenticated attacker bypass authentication via ASP.NET ViewState / machine-key abuse.",
|
|
39977
|
+
"Post-exploitation indicators on the ScreenConnect — web shells, unexpected process execution, use of forged or leaked key material, or access to functions/files with no corresponding legitimate login (KEV-confirmed in-the-wild exploitation)."
|
|
39978
|
+
],
|
|
39979
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-3935, CISA KEV (added 2025-06-02), and the vendor security advisory recorded in vendor_advisories."
|
|
39980
|
+
},
|
|
39981
|
+
"_draft": false,
|
|
39982
|
+
"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."
|
|
39894
39983
|
},
|
|
39895
39984
|
"CVE-2025-35939": {
|
|
39896
39985
|
"name": "Craft CMS External Control of Assumed-Immutable Web Parameter Vulnerability",
|