@blamejs/exceptd-skills 0.15.8 → 0.15.9
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 +5 -0
- package/data/cve-catalog.json +115 -40
- package/data/zeroday-lessons.json +288 -92
- 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.9 — 2026-05-29
|
|
4
|
+
|
|
5
|
+
Draft-curation pass 7 — network devices and the Ivanti EPMM chain. 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: D-Link DIR-823X command injection (CVE-2025-29635), router buffer overflow (CVE-2022-37055), DCS-2530L/2670L camera code execution (CVE-2020-25078) and command injection (CVE-2020-25079), DNR-322L download-without-integrity (CVE-2022-40799), and the Ivanti EPMM authentication-bypass + code-injection preauth chain (CVE-2025-4427, CVE-2025-4428). The device lessons note that end-of-life consumer hardware is unpatchable, making network isolation the load-bearing control, and that firmware implants survive a reboot without a reflash.
|
|
6
|
+
|
|
3
7
|
## 0.15.8 — 2026-05-29
|
|
4
8
|
|
|
5
9
|
Draft-curation pass 6 — Cisco network devices. Seven CISA KEV-listed Cisco CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: SD-WAN path traversal (CVE-2022-20775), multi-product improper input validation (CVE-2025-20393), IOS/IOS XE SNMP DoS+RCE (CVE-2025-20352), the Secure Firewall ASA/FTD missing-authorization (CVE-2025-20362) and buffer-overflow (CVE-2025-20333) chain, and the Identity Services Engine injection pair (CVE-2025-20337, CVE-2025-20281). The ASA and device lessons note that network-device implants survive patching without explicit recovery steps.
|
package/data/_indexes/_meta.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1.1.0",
|
|
3
|
-
"generated_at": "2026-05-
|
|
3
|
+
"generated_at": "2026-05-29T19:05:45.348Z",
|
|
4
4
|
"generator": "scripts/build-indexes.js",
|
|
5
5
|
"source_count": 54,
|
|
6
6
|
"source_hashes": {
|
|
7
|
-
"manifest.json": "
|
|
7
|
+
"manifest.json": "9326c5db334d5bffb0c9dcd04232e4a27d69f50797e7057a8a052dfd332f1b82",
|
|
8
8
|
"data/atlas-ttps.json": "878b4a08bb73c8d20396d85cf433a88f2bc5e7a8cbf7f6ab773ce7ede0a11251",
|
|
9
|
-
"data/attack-techniques.json": "
|
|
10
|
-
"data/cve-catalog.json": "
|
|
9
|
+
"data/attack-techniques.json": "550b7b9bfb22cde24fd9027c05332dfaa421f2d1d3c385e6f286d7b401d3c669",
|
|
10
|
+
"data/cve-catalog.json": "cf03dc050252a8ff5d71ab56f9c6ab30c06dd9adbc391109b1f1b0d33030b8a4",
|
|
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": "ae00fd4a94e214cee466e00091f9296b8e96d08bb064c4dcaa0555a8e0ec9e1b",
|
|
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",
|
|
@@ -272,6 +272,8 @@
|
|
|
272
272
|
"DS0017"
|
|
273
273
|
],
|
|
274
274
|
"cve_refs": [
|
|
275
|
+
"CVE-2020-25078",
|
|
276
|
+
"CVE-2020-25079",
|
|
275
277
|
"CVE-2022-1471",
|
|
276
278
|
"CVE-2023-43654",
|
|
277
279
|
"CVE-2023-44467",
|
|
@@ -305,6 +307,7 @@
|
|
|
305
307
|
"CVE-2025-20337",
|
|
306
308
|
"CVE-2025-23254",
|
|
307
309
|
"CVE-2025-27520",
|
|
310
|
+
"CVE-2025-29635",
|
|
308
311
|
"CVE-2025-30165",
|
|
309
312
|
"CVE-2025-32434",
|
|
310
313
|
"CVE-2025-32444",
|
|
@@ -312,6 +315,7 @@
|
|
|
312
315
|
"CVE-2025-33236",
|
|
313
316
|
"CVE-2025-34291",
|
|
314
317
|
"CVE-2025-3466",
|
|
318
|
+
"CVE-2025-4428",
|
|
315
319
|
"CVE-2025-49596",
|
|
316
320
|
"CVE-2025-51480",
|
|
317
321
|
"CVE-2025-53773",
|
|
@@ -561,6 +565,7 @@
|
|
|
561
565
|
"CVE-2025-31161",
|
|
562
566
|
"CVE-2025-32975",
|
|
563
567
|
"CVE-2025-34026",
|
|
568
|
+
"CVE-2025-4427",
|
|
564
569
|
"CVE-2025-49706",
|
|
565
570
|
"CVE-2025-61757",
|
|
566
571
|
"CVE-2025-64513",
|
package/data/cve-catalog.json
CHANGED
|
@@ -7825,7 +7825,8 @@
|
|
|
7825
7825
|
},
|
|
7826
7826
|
"atlas_refs": [],
|
|
7827
7827
|
"attack_refs": [
|
|
7828
|
-
"T1190"
|
|
7828
|
+
"T1190",
|
|
7829
|
+
"T1059"
|
|
7829
7830
|
],
|
|
7830
7831
|
"rwep_score": 77,
|
|
7831
7832
|
"rwep_factors": {
|
|
@@ -7846,7 +7847,7 @@
|
|
|
7846
7847
|
"cwe_refs": [
|
|
7847
7848
|
"CWE-77"
|
|
7848
7849
|
],
|
|
7849
|
-
"source_verified": "2026-05-
|
|
7850
|
+
"source_verified": "2026-05-29",
|
|
7850
7851
|
"verification_sources": [
|
|
7851
7852
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
7852
7853
|
"https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10469",
|
|
@@ -7875,11 +7876,21 @@
|
|
|
7875
7876
|
"published_date": "2026-04-24"
|
|
7876
7877
|
}
|
|
7877
7878
|
],
|
|
7878
|
-
"last_updated": "2026-05-
|
|
7879
|
+
"last_updated": "2026-05-29",
|
|
7879
7880
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-24; due date 2026-05-08. Notes reference: https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10469 ; https://nvd.nist.gov/vuln/detail/CVE-2025-29635",
|
|
7880
|
-
"_auto_imported":
|
|
7881
|
-
"_intake_method": "
|
|
7882
|
-
"_kev_short_description": "D-Link DIR-823X contains a command injection vulnerability that allows an authorized attacker to execute arbitrary commands on remote devices by sending a POST request to /goform/set_prohibiting via the corresponding function. The impacted product could be end-of-life (EoL) and/or end-of-service (EoS). Users should discontinue product utilization."
|
|
7881
|
+
"_auto_imported": false,
|
|
7882
|
+
"_intake_method": "manual-verified-curation",
|
|
7883
|
+
"_kev_short_description": "D-Link DIR-823X contains a command injection vulnerability that allows an authorized attacker to execute arbitrary commands on remote devices by sending a POST request to /goform/set_prohibiting via the corresponding function. The impacted product could be end-of-life (EoL) and/or end-of-service (EoS). Users should discontinue product utilization.",
|
|
7884
|
+
"iocs": {
|
|
7885
|
+
"behavioral": [
|
|
7886
|
+
"D-Link DIR-823X router reachable on the network at a release below the fixed firmware/version (or end-of-life with no fix).",
|
|
7887
|
+
"Unauthenticated requests to the router web interface consistent with command injection (CWE-77) on the D-Link DIR-823X, giving an unauthenticated attacker command execution on the device.",
|
|
7888
|
+
"Indicators of the exploited weakness on the router web interface — unexpected command execution, new accounts, malicious firmware, or botnet/C2 traffic from the device — with no corresponding legitimate administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
7889
|
+
],
|
|
7890
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-29635, CISA KEV (added 2026-04-24), and the vendor advisory recorded in vendor_advisories."
|
|
7891
|
+
},
|
|
7892
|
+
"_draft": false,
|
|
7893
|
+
"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."
|
|
7883
7894
|
},
|
|
7884
7895
|
"CVE-2024-7399": {
|
|
7885
7896
|
"name": "Samsung MagicINFO 9 Server Path Traversal Vulnerability",
|
|
@@ -28310,7 +28321,7 @@
|
|
|
28310
28321
|
"cwe_refs": [
|
|
28311
28322
|
"CWE-120"
|
|
28312
28323
|
],
|
|
28313
|
-
"source_verified": "2026-05-
|
|
28324
|
+
"source_verified": "2026-05-29",
|
|
28314
28325
|
"verification_sources": [
|
|
28315
28326
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
28316
28327
|
"https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10308",
|
|
@@ -28339,11 +28350,21 @@
|
|
|
28339
28350
|
"published_date": "2025-12-08"
|
|
28340
28351
|
}
|
|
28341
28352
|
],
|
|
28342
|
-
"last_updated": "2026-05-
|
|
28353
|
+
"last_updated": "2026-05-29",
|
|
28343
28354
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-12-08; due date 2025-12-29. Notes reference: https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10308 ; https://nvd.nist.gov/vuln/detail/CVE-2022-37055",
|
|
28344
|
-
"_auto_imported":
|
|
28345
|
-
"_intake_method": "
|
|
28346
|
-
"_kev_short_description": "D-Link Routers contains a buffer overflow vulnerability that has a high impact on confidentiality, integrity, and availability. The impacted products could be end-of-life (EoL) and/or end-of-service (EoS). Users should discontinue product utilization."
|
|
28355
|
+
"_auto_imported": false,
|
|
28356
|
+
"_intake_method": "manual-verified-curation",
|
|
28357
|
+
"_kev_short_description": "D-Link Routers contains a buffer overflow vulnerability that has a high impact on confidentiality, integrity, and availability. The impacted products could be end-of-life (EoL) and/or end-of-service (EoS). Users should discontinue product utilization.",
|
|
28358
|
+
"iocs": {
|
|
28359
|
+
"behavioral": [
|
|
28360
|
+
"D-Link routers reachable on the network at a release below the fixed firmware/version (or end-of-life with no fix).",
|
|
28361
|
+
"Unauthenticated requests to the router web interface consistent with a buffer overflow (CWE-120) on affected D-Link routers reachable by an unauthenticated attacker.",
|
|
28362
|
+
"Indicators of the exploited weakness on the router web interface — unexpected command execution, new accounts, malicious firmware, or botnet/C2 traffic from the device — with no corresponding legitimate administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
28363
|
+
],
|
|
28364
|
+
"_ioc_source_note": "Anchored to NVD CVE-2022-37055, CISA KEV (added 2025-12-08), and the vendor advisory recorded in vendor_advisories."
|
|
28365
|
+
},
|
|
28366
|
+
"_draft": false,
|
|
28367
|
+
"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."
|
|
28347
28368
|
},
|
|
28348
28369
|
"CVE-2025-66644": {
|
|
28349
28370
|
"name": "Array Networks ArrayOS AG OS Command Injection Vulnerability",
|
|
@@ -35374,7 +35395,8 @@
|
|
|
35374
35395
|
},
|
|
35375
35396
|
"atlas_refs": [],
|
|
35376
35397
|
"attack_refs": [
|
|
35377
|
-
"T1190"
|
|
35398
|
+
"T1190",
|
|
35399
|
+
"T1059"
|
|
35378
35400
|
],
|
|
35379
35401
|
"rwep_score": 77,
|
|
35380
35402
|
"rwep_factors": {
|
|
@@ -35395,7 +35417,7 @@
|
|
|
35395
35417
|
"cwe_refs": [
|
|
35396
35418
|
"CWE-94"
|
|
35397
35419
|
],
|
|
35398
|
-
"source_verified": "2026-05-
|
|
35420
|
+
"source_verified": "2026-05-29",
|
|
35399
35421
|
"verification_sources": [
|
|
35400
35422
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
35401
35423
|
"https://support.dlink.com/productinfo.aspx?m=DCS-2530L",
|
|
@@ -35425,11 +35447,21 @@
|
|
|
35425
35447
|
"published_date": "2025-08-05"
|
|
35426
35448
|
}
|
|
35427
35449
|
],
|
|
35428
|
-
"last_updated": "2026-05-
|
|
35450
|
+
"last_updated": "2026-05-29",
|
|
35429
35451
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-05; due date 2025-08-26. Notes reference: https://support.dlink.com/productinfo.aspx?m=DCS-2530L ; https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10180 ; https://nvd.nist.gov/vuln/detail/CVE-2020-25078",
|
|
35430
|
-
"_auto_imported":
|
|
35431
|
-
"_intake_method": "
|
|
35432
|
-
"_kev_short_description": "D-Link DCS-2530L and DCS-2670L devices contains an unspecified vulnerability that could allow for remote administrator password disclosure. The impacted products could be end-of-life (EoL) and/or end-of-service (EoS). Users should discontinue product utilization."
|
|
35452
|
+
"_auto_imported": false,
|
|
35453
|
+
"_intake_method": "manual-verified-curation",
|
|
35454
|
+
"_kev_short_description": "D-Link DCS-2530L and DCS-2670L devices contains an unspecified vulnerability that could allow for remote administrator password disclosure. The impacted products could be end-of-life (EoL) and/or end-of-service (EoS). Users should discontinue product utilization.",
|
|
35455
|
+
"iocs": {
|
|
35456
|
+
"behavioral": [
|
|
35457
|
+
"D-Link DCS-2530L / DCS-2670L cameras reachable on the network at a release below the fixed firmware/version (or end-of-life with no fix).",
|
|
35458
|
+
"Unauthenticated requests to the IP camera web interface consistent with an unauthenticated code-execution flaw (CWE-94) on the D-Link DCS-2530L/2670L network cameras.",
|
|
35459
|
+
"Indicators of the exploited weakness on the IP camera web interface — unexpected command execution, new accounts, malicious firmware, or botnet/C2 traffic from the device — with no corresponding legitimate administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
35460
|
+
],
|
|
35461
|
+
"_ioc_source_note": "Anchored to NVD CVE-2020-25078, CISA KEV (added 2025-08-05), and the vendor advisory recorded in vendor_advisories."
|
|
35462
|
+
},
|
|
35463
|
+
"_draft": false,
|
|
35464
|
+
"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."
|
|
35433
35465
|
},
|
|
35434
35466
|
"CVE-2020-25079": {
|
|
35435
35467
|
"name": "D-Link DCS-2530L and DCS-2670L Command Injection Vulnerability",
|
|
@@ -35471,7 +35503,8 @@
|
|
|
35471
35503
|
},
|
|
35472
35504
|
"atlas_refs": [],
|
|
35473
35505
|
"attack_refs": [
|
|
35474
|
-
"T1190"
|
|
35506
|
+
"T1190",
|
|
35507
|
+
"T1059"
|
|
35475
35508
|
],
|
|
35476
35509
|
"rwep_score": 77,
|
|
35477
35510
|
"rwep_factors": {
|
|
@@ -35492,7 +35525,7 @@
|
|
|
35492
35525
|
"cwe_refs": [
|
|
35493
35526
|
"CWE-77"
|
|
35494
35527
|
],
|
|
35495
|
-
"source_verified": "2026-05-
|
|
35528
|
+
"source_verified": "2026-05-29",
|
|
35496
35529
|
"verification_sources": [
|
|
35497
35530
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
35498
35531
|
"https://support.dlink.com/productinfo.aspx?m=DCS-2530L",
|
|
@@ -35522,11 +35555,21 @@
|
|
|
35522
35555
|
"published_date": "2025-08-05"
|
|
35523
35556
|
}
|
|
35524
35557
|
],
|
|
35525
|
-
"last_updated": "2026-05-
|
|
35558
|
+
"last_updated": "2026-05-29",
|
|
35526
35559
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-05; due date 2025-08-26. Notes reference: https://support.dlink.com/productinfo.aspx?m=DCS-2530L ; https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10180 ; https://nvd.nist.gov/vuln/detail/CVE-2020-25079",
|
|
35527
|
-
"_auto_imported":
|
|
35528
|
-
"_intake_method": "
|
|
35529
|
-
"_kev_short_description": "D-Link DCS-2530L and DCS-2670L devices contains a command injection vulnerability in the cgi-bin/ddns_enc.cgi. The impacted products could be end-of-life (EoL) and/or end-of-service (EoS). Users should discontinue product utilization."
|
|
35560
|
+
"_auto_imported": false,
|
|
35561
|
+
"_intake_method": "manual-verified-curation",
|
|
35562
|
+
"_kev_short_description": "D-Link DCS-2530L and DCS-2670L devices contains a command injection vulnerability in the cgi-bin/ddns_enc.cgi. The impacted products could be end-of-life (EoL) and/or end-of-service (EoS). Users should discontinue product utilization.",
|
|
35563
|
+
"iocs": {
|
|
35564
|
+
"behavioral": [
|
|
35565
|
+
"D-Link DCS-2530L / DCS-2670L cameras reachable on the network at a release below the fixed firmware/version (or end-of-life with no fix).",
|
|
35566
|
+
"Unauthenticated requests to the IP camera web interface consistent with command injection (CWE-77) on the D-Link DCS-2530L/2670L cameras, giving an unauthenticated attacker command execution.",
|
|
35567
|
+
"Indicators of the exploited weakness on the IP camera web interface — unexpected command execution, new accounts, malicious firmware, or botnet/C2 traffic from the device — with no corresponding legitimate administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
35568
|
+
],
|
|
35569
|
+
"_ioc_source_note": "Anchored to NVD CVE-2020-25079, CISA KEV (added 2025-08-05), and the vendor advisory recorded in vendor_advisories."
|
|
35570
|
+
},
|
|
35571
|
+
"_draft": false,
|
|
35572
|
+
"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."
|
|
35530
35573
|
},
|
|
35531
35574
|
"CVE-2022-40799": {
|
|
35532
35575
|
"name": "D-Link DNR-322L Download of Code Without Integrity Check Vulnerability",
|
|
@@ -35589,7 +35632,7 @@
|
|
|
35589
35632
|
"cwe_refs": [
|
|
35590
35633
|
"CWE-494"
|
|
35591
35634
|
],
|
|
35592
|
-
"source_verified": "2026-05-
|
|
35635
|
+
"source_verified": "2026-05-29",
|
|
35593
35636
|
"verification_sources": [
|
|
35594
35637
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
35595
35638
|
"https://www.dlink.com/uk/en/products/dnr-322l-cloud-network-video-recorder",
|
|
@@ -35618,11 +35661,21 @@
|
|
|
35618
35661
|
"published_date": "2025-08-05"
|
|
35619
35662
|
}
|
|
35620
35663
|
],
|
|
35621
|
-
"last_updated": "2026-05-
|
|
35664
|
+
"last_updated": "2026-05-29",
|
|
35622
35665
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-05; due date 2025-08-26. Notes reference: https://www.dlink.com/uk/en/products/dnr-322l-cloud-network-video-recorder ; https://nvd.nist.gov/vuln/detail/CVE-2022-40799",
|
|
35623
|
-
"_auto_imported":
|
|
35624
|
-
"_intake_method": "
|
|
35625
|
-
"_kev_short_description": "D-Link DNR-322L contains a download of code without integrity check vulnerability that could allow an authenticated attacker to execute OS level commands on the device. The impacted products could be end-of-life (EoL) and/or end-of-service (EoS). Users should discontinue product utilization."
|
|
35666
|
+
"_auto_imported": false,
|
|
35667
|
+
"_intake_method": "manual-verified-curation",
|
|
35668
|
+
"_kev_short_description": "D-Link DNR-322L contains a download of code without integrity check vulnerability that could allow an authenticated attacker to execute OS level commands on the device. The impacted products could be end-of-life (EoL) and/or end-of-service (EoS). Users should discontinue product utilization.",
|
|
35669
|
+
"iocs": {
|
|
35670
|
+
"behavioral": [
|
|
35671
|
+
"D-Link DNR-322L NAS reachable on the network at a release below the fixed firmware/version (or end-of-life with no fix).",
|
|
35672
|
+
"Unauthenticated requests to the NAS management interface consistent with download of code without an integrity check (CWE-494) on the D-Link DNR-322L, letting an attacker supply a malicious update for code execution.",
|
|
35673
|
+
"Indicators of the exploited weakness on the NAS management interface — unexpected command execution, new accounts, malicious firmware, or botnet/C2 traffic from the device — with no corresponding legitimate administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
35674
|
+
],
|
|
35675
|
+
"_ioc_source_note": "Anchored to NVD CVE-2022-40799, CISA KEV (added 2025-08-05), and the vendor advisory recorded in vendor_advisories."
|
|
35676
|
+
},
|
|
35677
|
+
"_draft": false,
|
|
35678
|
+
"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."
|
|
35626
35679
|
},
|
|
35627
35680
|
"CVE-2023-2533": {
|
|
35628
35681
|
"name": "PaperCut NG/MF Cross-Site Request Forgery (CSRF) Vulnerability",
|
|
@@ -40033,7 +40086,8 @@
|
|
|
40033
40086
|
},
|
|
40034
40087
|
"atlas_refs": [],
|
|
40035
40088
|
"attack_refs": [
|
|
40036
|
-
"T1190"
|
|
40089
|
+
"T1190",
|
|
40090
|
+
"T1059"
|
|
40037
40091
|
],
|
|
40038
40092
|
"rwep_score": 77,
|
|
40039
40093
|
"rwep_factors": {
|
|
@@ -40054,7 +40108,7 @@
|
|
|
40054
40108
|
"cwe_refs": [
|
|
40055
40109
|
"CWE-94"
|
|
40056
40110
|
],
|
|
40057
|
-
"source_verified": "2026-05-
|
|
40111
|
+
"source_verified": "2026-05-29",
|
|
40058
40112
|
"verification_sources": [
|
|
40059
40113
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
40060
40114
|
"https://forums.ivanti.com/s/article/Security-Advisory-Ivanti-Endpoint-Manager-Mobile-EPMM",
|
|
@@ -40083,11 +40137,21 @@
|
|
|
40083
40137
|
"published_date": "2025-05-19"
|
|
40084
40138
|
}
|
|
40085
40139
|
],
|
|
40086
|
-
"last_updated": "2026-05-
|
|
40140
|
+
"last_updated": "2026-05-29",
|
|
40087
40141
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-19; due date 2025-06-09. Notes reference: https://forums.ivanti.com/s/article/Security-Advisory-Ivanti-Endpoint-Manager-Mobile-EPMM ; https://nvd.nist.gov/vuln/detail/CVE-2025-4428",
|
|
40088
|
-
"_auto_imported":
|
|
40089
|
-
"_intake_method": "
|
|
40090
|
-
"_kev_short_description": "Ivanti Endpoint Manager Mobile (EPMM) contains a code injection vulnerability in the API component that allows an authenticated attacker to remotely execute arbitrary code via crafted API requests. This vulnerability results from an insecure implementation of the Hibernate Validator open-source library, as represented by CVE-2025-35036."
|
|
40142
|
+
"_auto_imported": false,
|
|
40143
|
+
"_intake_method": "manual-verified-curation",
|
|
40144
|
+
"_kev_short_description": "Ivanti Endpoint Manager Mobile (EPMM) contains a code injection vulnerability in the API component that allows an authenticated attacker to remotely execute arbitrary code via crafted API requests. This vulnerability results from an insecure implementation of the Hibernate Validator open-source library, as represented by CVE-2025-35036.",
|
|
40145
|
+
"iocs": {
|
|
40146
|
+
"behavioral": [
|
|
40147
|
+
"Ivanti Endpoint Manager Mobile (EPMM) reachable on the network at a release below the fixed firmware/version (or end-of-life with no fix).",
|
|
40148
|
+
"Unauthenticated requests to the EPMM management surface consistent with code injection (CWE-94) yielding unauthenticated remote code execution on the EPMM management surface (chained with the authentication bypass).",
|
|
40149
|
+
"Indicators of the exploited weakness on the EPMM management surface — unexpected command execution, new accounts, malicious firmware, or botnet/C2 traffic from the device — with no corresponding legitimate administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
40150
|
+
],
|
|
40151
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-4428, CISA KEV (added 2025-05-19), and the vendor advisory recorded in vendor_advisories."
|
|
40152
|
+
},
|
|
40153
|
+
"_draft": false,
|
|
40154
|
+
"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."
|
|
40091
40155
|
},
|
|
40092
40156
|
"CVE-2025-4427": {
|
|
40093
40157
|
"name": "Ivanti Endpoint Manager Mobile (EPMM) Authentication Bypass Vulnerability",
|
|
@@ -40129,7 +40193,8 @@
|
|
|
40129
40193
|
},
|
|
40130
40194
|
"atlas_refs": [],
|
|
40131
40195
|
"attack_refs": [
|
|
40132
|
-
"T1190"
|
|
40196
|
+
"T1190",
|
|
40197
|
+
"T1078"
|
|
40133
40198
|
],
|
|
40134
40199
|
"rwep_score": 77,
|
|
40135
40200
|
"rwep_factors": {
|
|
@@ -40150,7 +40215,7 @@
|
|
|
40150
40215
|
"cwe_refs": [
|
|
40151
40216
|
"CWE-288"
|
|
40152
40217
|
],
|
|
40153
|
-
"source_verified": "2026-05-
|
|
40218
|
+
"source_verified": "2026-05-29",
|
|
40154
40219
|
"verification_sources": [
|
|
40155
40220
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
40156
40221
|
"https://forums.ivanti.com/s/article/Security-Advisory-Ivanti-Endpoint-Manager-Mobile-EPMM",
|
|
@@ -40179,11 +40244,21 @@
|
|
|
40179
40244
|
"published_date": "2025-05-19"
|
|
40180
40245
|
}
|
|
40181
40246
|
],
|
|
40182
|
-
"last_updated": "2026-05-
|
|
40247
|
+
"last_updated": "2026-05-29",
|
|
40183
40248
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-19; due date 2025-06-09. Notes reference: https://forums.ivanti.com/s/article/Security-Advisory-Ivanti-Endpoint-Manager-Mobile-EPMM ; https://nvd.nist.gov/vuln/detail/CVE-2025-4427",
|
|
40184
|
-
"_auto_imported":
|
|
40185
|
-
"_intake_method": "
|
|
40186
|
-
"_kev_short_description": "Ivanti Endpoint Manager Mobile (EPMM) contains an authentication bypass vulnerability in the API component that allows an attacker to access protected resources without proper credentials via crafted API requests. This vulnerability results from an insecure implementation of the Spring Framework open-source library."
|
|
40249
|
+
"_auto_imported": false,
|
|
40250
|
+
"_intake_method": "manual-verified-curation",
|
|
40251
|
+
"_kev_short_description": "Ivanti Endpoint Manager Mobile (EPMM) contains an authentication bypass vulnerability in the API component that allows an attacker to access protected resources without proper credentials via crafted API requests. This vulnerability results from an insecure implementation of the Spring Framework open-source library.",
|
|
40252
|
+
"iocs": {
|
|
40253
|
+
"behavioral": [
|
|
40254
|
+
"Ivanti Endpoint Manager Mobile (EPMM) reachable on the network at a release below the fixed firmware/version (or end-of-life with no fix).",
|
|
40255
|
+
"Unauthenticated requests to the EPMM management surface consistent with an authentication bypass (CWE-288) on EPMM that, chained with the code-injection flaw, yields unauthenticated remote code execution.",
|
|
40256
|
+
"Indicators of the exploited weakness on the EPMM management surface — unexpected command execution, new accounts, malicious firmware, or botnet/C2 traffic from the device — with no corresponding legitimate administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
40257
|
+
],
|
|
40258
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-4427, CISA KEV (added 2025-05-19), and the vendor advisory recorded in vendor_advisories."
|
|
40259
|
+
},
|
|
40260
|
+
"_draft": false,
|
|
40261
|
+
"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."
|
|
40187
40262
|
},
|
|
40188
40263
|
"CVE-2025-42999": {
|
|
40189
40264
|
"name": "SAP NetWeaver Deserialization Vulnerability",
|