@blamejs/exceptd-skills 0.15.9 → 0.15.10
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 -1
- package/data/cve-catalog.json +97 -33
- package/data/zeroday-lessons.json +243 -75
- 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.10 — 2026-05-29
|
|
4
|
+
|
|
5
|
+
Draft-curation pass 8 — Microsoft server-side RCE. Six CISA KEV-listed CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: Exchange Server deserialization (CVE-2023-21529), Configuration Manager SQL injection (CVE-2024-43468), Windows Server Update Services deserialization (CVE-2025-59287), and the SharePoint Server "ToolShell" chain — improper authentication (CVE-2025-49706), code injection (CVE-2025-49704), and deserialization (CVE-2025-53770). The lessons stress that for these deserialization RCEs patching alone is insufficient: stolen machine keys and dropped web shells survive the patch and require explicit key rotation and web-shell hunting.
|
|
6
|
+
|
|
3
7
|
## 0.15.9 — 2026-05-29
|
|
4
8
|
|
|
5
9
|
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.
|
package/data/_indexes/_meta.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1.1.0",
|
|
3
|
-
"generated_at": "2026-05-29T19:
|
|
3
|
+
"generated_at": "2026-05-29T19:28:44.044Z",
|
|
4
4
|
"generator": "scripts/build-indexes.js",
|
|
5
5
|
"source_count": 54,
|
|
6
6
|
"source_hashes": {
|
|
7
|
-
"manifest.json": "
|
|
7
|
+
"manifest.json": "1bd5c8e6489d1a1b7ef67889b6fa5afbfb3d0780d0a5bf2699b1a5ca22164ec9",
|
|
8
8
|
"data/atlas-ttps.json": "878b4a08bb73c8d20396d85cf433a88f2bc5e7a8cbf7f6ab773ce7ede0a11251",
|
|
9
|
-
"data/attack-techniques.json": "
|
|
10
|
-
"data/cve-catalog.json": "
|
|
9
|
+
"data/attack-techniques.json": "96e21dd277fe24598e8ae74b40009785757a71ed4fc98e456504cd04f441bc90",
|
|
10
|
+
"data/cve-catalog.json": "365fd70e7f02daff7ca5b2b4eeeeb4579621937b167ad2fc07914d1c36a36bc9",
|
|
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": "eecfcd270e8c6063511122374cfc2d5b56bdf5be769ad8e2a1556949ec682f0b",
|
|
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",
|
|
@@ -317,6 +317,7 @@
|
|
|
317
317
|
"CVE-2025-3466",
|
|
318
318
|
"CVE-2025-4428",
|
|
319
319
|
"CVE-2025-49596",
|
|
320
|
+
"CVE-2025-49704",
|
|
320
321
|
"CVE-2025-51480",
|
|
321
322
|
"CVE-2025-53773",
|
|
322
323
|
"CVE-2025-54136",
|
|
@@ -1028,6 +1029,7 @@
|
|
|
1028
1029
|
"CVE-2025-49113",
|
|
1029
1030
|
"CVE-2025-49596",
|
|
1030
1031
|
"CVE-2025-49704",
|
|
1032
|
+
"CVE-2025-49706",
|
|
1031
1033
|
"CVE-2025-49844",
|
|
1032
1034
|
"CVE-2025-5086",
|
|
1033
1035
|
"CVE-2025-52691",
|
|
@@ -12049,7 +12051,9 @@
|
|
|
12049
12051
|
"_auto_imported": true,
|
|
12050
12052
|
"_intake_method": "mitre-attack-stix",
|
|
12051
12053
|
"cve_refs": [
|
|
12052
|
-
"CVE-2025-31324"
|
|
12054
|
+
"CVE-2025-31324",
|
|
12055
|
+
"CVE-2025-49704",
|
|
12056
|
+
"CVE-2025-53770"
|
|
12053
12057
|
]
|
|
12054
12058
|
},
|
|
12055
12059
|
"T1505.004": {
|
package/data/cve-catalog.json
CHANGED
|
@@ -9557,7 +9557,7 @@
|
|
|
9557
9557
|
"cwe_refs": [
|
|
9558
9558
|
"CWE-502"
|
|
9559
9559
|
],
|
|
9560
|
-
"source_verified": "2026-05-
|
|
9560
|
+
"source_verified": "2026-05-29",
|
|
9561
9561
|
"verification_sources": [
|
|
9562
9562
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
9563
9563
|
"https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-21529",
|
|
@@ -9586,11 +9586,21 @@
|
|
|
9586
9586
|
"published_date": "2026-04-13"
|
|
9587
9587
|
}
|
|
9588
9588
|
],
|
|
9589
|
-
"last_updated": "2026-05-
|
|
9589
|
+
"last_updated": "2026-05-29",
|
|
9590
9590
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-13; due date 2026-04-27. Notes reference: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-21529 ; https://nvd.nist.gov/vuln/detail/CVE-2023-21529",
|
|
9591
|
-
"_auto_imported":
|
|
9592
|
-
"_intake_method": "
|
|
9593
|
-
"_kev_short_description": "Microsoft Exchange Server contains a deserialization of untrusted data that allows an authenticated attacker to achieve remote code execution."
|
|
9591
|
+
"_auto_imported": false,
|
|
9592
|
+
"_intake_method": "manual-verified-curation",
|
|
9593
|
+
"_kev_short_description": "Microsoft Exchange Server contains a deserialization of untrusted data that allows an authenticated attacker to achieve remote code execution.",
|
|
9594
|
+
"iocs": {
|
|
9595
|
+
"behavioral": [
|
|
9596
|
+
"Microsoft Exchange Server reachable on the network at a build below the fixed version named in the Microsoft advisory.",
|
|
9597
|
+
"Unauthenticated requests to the Exchange Server consistent with deserialization of untrusted data (CWE-502) reachable by an attacker for remote code execution on the Exchange server.",
|
|
9598
|
+
"Indicators of the exploited weakness on the Exchange Server — web shells, unexpected process execution, or stolen machine keys — with no corresponding legitimate administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
9599
|
+
],
|
|
9600
|
+
"_ioc_source_note": "Anchored to NVD CVE-2023-21529, CISA KEV (added 2026-04-13), and the Microsoft security advisory recorded in vendor_advisories."
|
|
9601
|
+
},
|
|
9602
|
+
"_draft": false,
|
|
9603
|
+
"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."
|
|
9594
9604
|
},
|
|
9595
9605
|
"CVE-2023-36424": {
|
|
9596
9606
|
"name": "Microsoft Windows Out-of-Bounds Read Vulnerability",
|
|
@@ -24096,7 +24106,7 @@
|
|
|
24096
24106
|
"cwe_refs": [
|
|
24097
24107
|
"CWE-89"
|
|
24098
24108
|
],
|
|
24099
|
-
"source_verified": "2026-05-
|
|
24109
|
+
"source_verified": "2026-05-29",
|
|
24100
24110
|
"verification_sources": [
|
|
24101
24111
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
24102
24112
|
"https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43468",
|
|
@@ -24125,11 +24135,21 @@
|
|
|
24125
24135
|
"published_date": "2026-02-12"
|
|
24126
24136
|
}
|
|
24127
24137
|
],
|
|
24128
|
-
"last_updated": "2026-05-
|
|
24138
|
+
"last_updated": "2026-05-29",
|
|
24129
24139
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-12; due date 2026-03-05. Notes reference: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43468 ; https://nvd.nist.gov/vuln/detail/CVE-2024-43468",
|
|
24130
|
-
"_auto_imported":
|
|
24131
|
-
"_intake_method": "
|
|
24132
|
-
"_kev_short_description": "Microsoft Configuration Manager contains an SQL injection vulnerability. An unauthenticated attacker could exploit this vulnerability by sending specially crafted requests to the target environment which are processed in an unsafe manner enabling the attacker to execute commands on the server and/or underlying database."
|
|
24140
|
+
"_auto_imported": false,
|
|
24141
|
+
"_intake_method": "manual-verified-curation",
|
|
24142
|
+
"_kev_short_description": "Microsoft Configuration Manager contains an SQL injection vulnerability. An unauthenticated attacker could exploit this vulnerability by sending specially crafted requests to the target environment which are processed in an unsafe manner enabling the attacker to execute commands on the server and/or underlying database.",
|
|
24143
|
+
"iocs": {
|
|
24144
|
+
"behavioral": [
|
|
24145
|
+
"Microsoft Configuration Manager reachable on the network at a build below the fixed version named in the Microsoft advisory.",
|
|
24146
|
+
"Unauthenticated requests to the Configuration Manager consistent with SQL injection (CWE-89) on Microsoft Configuration Manager escalating to unauthenticated remote code execution.",
|
|
24147
|
+
"Indicators of the exploited weakness on the Configuration Manager — web shells, unexpected process execution, or stolen machine keys — with no corresponding legitimate administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
24148
|
+
],
|
|
24149
|
+
"_ioc_source_note": "Anchored to NVD CVE-2024-43468, CISA KEV (added 2026-02-12), and the Microsoft security advisory recorded in vendor_advisories."
|
|
24150
|
+
},
|
|
24151
|
+
"_draft": false,
|
|
24152
|
+
"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."
|
|
24133
24153
|
},
|
|
24134
24154
|
"CVE-2025-15556": {
|
|
24135
24155
|
"name": "Notepad++ Download of Code Without Integrity Check Vulnerability",
|
|
@@ -30464,7 +30484,7 @@
|
|
|
30464
30484
|
"cwe_refs": [
|
|
30465
30485
|
"CWE-502"
|
|
30466
30486
|
],
|
|
30467
|
-
"source_verified": "2026-05-
|
|
30487
|
+
"source_verified": "2026-05-29",
|
|
30468
30488
|
"verification_sources": [
|
|
30469
30489
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
30470
30490
|
"https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2025-59287",
|
|
@@ -30493,11 +30513,21 @@
|
|
|
30493
30513
|
"published_date": "2025-10-24"
|
|
30494
30514
|
}
|
|
30495
30515
|
],
|
|
30496
|
-
"last_updated": "2026-05-
|
|
30516
|
+
"last_updated": "2026-05-29",
|
|
30497
30517
|
"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://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2025-59287 ; https://nvd.nist.gov/vuln/detail/CVE-2025-59287",
|
|
30498
|
-
"_auto_imported":
|
|
30499
|
-
"_intake_method": "
|
|
30500
|
-
"_kev_short_description": "Microsoft Windows Server Update Service (WSUS) contains a deserialization of untrusted data vulnerability that allows for remote code execution."
|
|
30518
|
+
"_auto_imported": false,
|
|
30519
|
+
"_intake_method": "manual-verified-curation",
|
|
30520
|
+
"_kev_short_description": "Microsoft Windows Server Update Service (WSUS) contains a deserialization of untrusted data vulnerability that allows for remote code execution.",
|
|
30521
|
+
"iocs": {
|
|
30522
|
+
"behavioral": [
|
|
30523
|
+
"Microsoft Windows Server Update Services (WSUS) reachable on the network at a build below the fixed version named in the Microsoft advisory.",
|
|
30524
|
+
"Unauthenticated requests to the WSUS server consistent with deserialization of untrusted data (CWE-502) in WSUS, reachable by an unauthenticated attacker for remote code execution.",
|
|
30525
|
+
"Indicators of the exploited weakness on the WSUS server — web shells, unexpected process execution, or stolen machine keys — with no corresponding legitimate administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
30526
|
+
],
|
|
30527
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-59287, CISA KEV (added 2025-10-24), and the Microsoft security advisory recorded in vendor_advisories."
|
|
30528
|
+
},
|
|
30529
|
+
"_draft": false,
|
|
30530
|
+
"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."
|
|
30501
30531
|
},
|
|
30502
30532
|
"CVE-2025-61932": {
|
|
30503
30533
|
"name": "Motex LANSCOPE Endpoint Manager Improper Verification of Source of a Communication Channel Vulnerability",
|
|
@@ -36413,7 +36443,9 @@
|
|
|
36413
36443
|
},
|
|
36414
36444
|
"atlas_refs": [],
|
|
36415
36445
|
"attack_refs": [
|
|
36416
|
-
"T1190"
|
|
36446
|
+
"T1190",
|
|
36447
|
+
"T1059",
|
|
36448
|
+
"T1505.003"
|
|
36417
36449
|
],
|
|
36418
36450
|
"rwep_score": 83,
|
|
36419
36451
|
"rwep_factors": {
|
|
@@ -36434,7 +36466,7 @@
|
|
|
36434
36466
|
"cwe_refs": [
|
|
36435
36467
|
"CWE-94"
|
|
36436
36468
|
],
|
|
36437
|
-
"source_verified": "2026-05-
|
|
36469
|
+
"source_verified": "2026-05-29",
|
|
36438
36470
|
"verification_sources": [
|
|
36439
36471
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
36440
36472
|
"https://www.cisa.gov/news-events/alerts/2025/07/20/microsoft-releases-guidance-exploitation-sharepoint-vulnerability-cve-2025-53770",
|
|
@@ -36465,11 +36497,21 @@
|
|
|
36465
36497
|
"published_date": "2025-07-22"
|
|
36466
36498
|
}
|
|
36467
36499
|
],
|
|
36468
|
-
"last_updated": "2026-05-
|
|
36500
|
+
"last_updated": "2026-05-29",
|
|
36469
36501
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-22; due date 2025-07-23. Notes reference: CISA Mitigation Instructions: https://www.cisa.gov/news-events/alerts/2025/07/20/microsoft-releases-guidance-exploitation-sharepoint-vulnerability-cve-2025-53770; https://www.microsoft.com/en-us/secur",
|
|
36470
|
-
"_auto_imported":
|
|
36471
|
-
"_intake_method": "
|
|
36472
|
-
"_kev_short_description": "Microsoft SharePoint contains a code injection vulnerability that could allow an authorized attacker to execute code over a network. This vulnerability could be chained with CVE-2025-49706. CVE-2025-53770 is a patch bypass for CVE-2025-49704, and the updates for CVE-2025-53770 include more robust protection than those for CVE-2025-49704."
|
|
36502
|
+
"_auto_imported": false,
|
|
36503
|
+
"_intake_method": "manual-verified-curation",
|
|
36504
|
+
"_kev_short_description": "Microsoft SharePoint contains a code injection vulnerability that could allow an authorized attacker to execute code over a network. This vulnerability could be chained with CVE-2025-49706. CVE-2025-53770 is a patch bypass for CVE-2025-49704, and the updates for CVE-2025-53770 include more robust protection than those for CVE-2025-49704.",
|
|
36505
|
+
"iocs": {
|
|
36506
|
+
"behavioral": [
|
|
36507
|
+
"Microsoft SharePoint Server reachable on the network at a build below the fixed version named in the Microsoft advisory.",
|
|
36508
|
+
"Unauthenticated requests to the SharePoint Server consistent with code injection (CWE-94) on SharePoint Server — part of the ToolShell chain — yielding unauthenticated remote code execution.",
|
|
36509
|
+
"Indicators of the exploited weakness on the SharePoint Server — web shells, unexpected process execution, or stolen machine keys — with no corresponding legitimate administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
36510
|
+
],
|
|
36511
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-49704, CISA KEV (added 2025-07-22), and the Microsoft security advisory recorded in vendor_advisories."
|
|
36512
|
+
},
|
|
36513
|
+
"_draft": false,
|
|
36514
|
+
"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."
|
|
36473
36515
|
},
|
|
36474
36516
|
"CVE-2025-49706": {
|
|
36475
36517
|
"name": "Microsoft SharePoint Improper Authentication Vulnerability",
|
|
@@ -36513,7 +36555,8 @@
|
|
|
36513
36555
|
},
|
|
36514
36556
|
"atlas_refs": [],
|
|
36515
36557
|
"attack_refs": [
|
|
36516
|
-
"T1078"
|
|
36558
|
+
"T1078",
|
|
36559
|
+
"T1190"
|
|
36517
36560
|
],
|
|
36518
36561
|
"rwep_score": 83,
|
|
36519
36562
|
"rwep_factors": {
|
|
@@ -36534,7 +36577,7 @@
|
|
|
36534
36577
|
"cwe_refs": [
|
|
36535
36578
|
"CWE-287"
|
|
36536
36579
|
],
|
|
36537
|
-
"source_verified": "2026-05-
|
|
36580
|
+
"source_verified": "2026-05-29",
|
|
36538
36581
|
"verification_sources": [
|
|
36539
36582
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
36540
36583
|
"https://www.cisa.gov/news-events/alerts/2025/07/20/microsoft-releases-guidance-exploitation-sharepoint-vulnerability-cve-2025-53770",
|
|
@@ -36565,11 +36608,21 @@
|
|
|
36565
36608
|
"published_date": "2025-07-22"
|
|
36566
36609
|
}
|
|
36567
36610
|
],
|
|
36568
|
-
"last_updated": "2026-05-
|
|
36611
|
+
"last_updated": "2026-05-29",
|
|
36569
36612
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-22; due date 2025-07-23. Notes reference: CISA Mitigation Instructions: https://www.cisa.gov/news-events/alerts/2025/07/20/microsoft-releases-guidance-exploitation-sharepoint-vulnerability-cve-2025-53770 ; https://www.microsoft.com/en-us/secu",
|
|
36570
|
-
"_auto_imported":
|
|
36571
|
-
"_intake_method": "
|
|
36572
|
-
"_kev_short_description": "Microsoft SharePoint contains an improper authentication vulnerability that allows an authorized attacker to perform spoofing over a network. Successfully exploitation could allow an attacker to view sensitive information and make some changes to disclosed information. This vulnerability could be chained with CVE-2025-49704. CVE-2025-53771 is a patch bypass for CVE-2025-49706, and the updates for CVE-2025-53771 include more robust protection than those for CVE-2025-49706."
|
|
36613
|
+
"_auto_imported": false,
|
|
36614
|
+
"_intake_method": "manual-verified-curation",
|
|
36615
|
+
"_kev_short_description": "Microsoft SharePoint contains an improper authentication vulnerability that allows an authorized attacker to perform spoofing over a network. Successfully exploitation could allow an attacker to view sensitive information and make some changes to disclosed information. This vulnerability could be chained with CVE-2025-49704. CVE-2025-53771 is a patch bypass for CVE-2025-49706, and the updates for CVE-2025-53771 include more robust protection than those for CVE-2025-49706.",
|
|
36616
|
+
"iocs": {
|
|
36617
|
+
"behavioral": [
|
|
36618
|
+
"Microsoft SharePoint Server reachable on the network at a build below the fixed version named in the Microsoft advisory.",
|
|
36619
|
+
"Unauthenticated requests to the SharePoint Server consistent with improper authentication (CWE-287) on SharePoint Server — the ToolShell chain entry point — letting an unauthenticated attacker reach the RCE primitives.",
|
|
36620
|
+
"Indicators of the exploited weakness on the SharePoint Server — web shells, unexpected process execution, or stolen machine keys — with no corresponding legitimate administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
36621
|
+
],
|
|
36622
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-49706, CISA KEV (added 2025-07-22), and the Microsoft security advisory recorded in vendor_advisories."
|
|
36623
|
+
},
|
|
36624
|
+
"_draft": false,
|
|
36625
|
+
"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."
|
|
36573
36626
|
},
|
|
36574
36627
|
"CVE-2025-53770": {
|
|
36575
36628
|
"name": "Microsoft SharePoint Deserialization of Untrusted Data Vulnerability (variant: CVE-2025-53770)",
|
|
@@ -36613,7 +36666,8 @@
|
|
|
36613
36666
|
},
|
|
36614
36667
|
"atlas_refs": [],
|
|
36615
36668
|
"attack_refs": [
|
|
36616
|
-
"T1190"
|
|
36669
|
+
"T1190",
|
|
36670
|
+
"T1505.003"
|
|
36617
36671
|
],
|
|
36618
36672
|
"rwep_score": 83,
|
|
36619
36673
|
"rwep_factors": {
|
|
@@ -36634,7 +36688,7 @@
|
|
|
36634
36688
|
"cwe_refs": [
|
|
36635
36689
|
"CWE-502"
|
|
36636
36690
|
],
|
|
36637
|
-
"source_verified": "2026-05-
|
|
36691
|
+
"source_verified": "2026-05-29",
|
|
36638
36692
|
"verification_sources": [
|
|
36639
36693
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
36640
36694
|
"https://www.cisa.gov/news-events/alerts/2025/07/20/microsoft-releases-guidance-exploitation-sharepoint-vulnerability-cve-2025-53770",
|
|
@@ -36665,11 +36719,21 @@
|
|
|
36665
36719
|
"published_date": "2025-07-20"
|
|
36666
36720
|
}
|
|
36667
36721
|
],
|
|
36668
|
-
"last_updated": "2026-05-
|
|
36722
|
+
"last_updated": "2026-05-29",
|
|
36669
36723
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-20; due date 2025-07-21. Notes reference: CISA Mitigation Instructions: https://www.cisa.gov/news-events/alerts/2025/07/20/microsoft-releases-guidance-exploitation-sharepoint-vulnerability-cve-2025-53770; https://www.microsoft.com/en-us/secur",
|
|
36670
|
-
"_auto_imported":
|
|
36671
|
-
"_intake_method": "
|
|
36672
|
-
"_kev_short_description": "Microsoft SharePoint Server on-premises contains a deserialization of untrusted data vulnerability that could allow an unauthorized attacker to execute code over a network. This vulnerability could be chained with CVE-2025-53771. CVE-2025-53770 is a patch bypass for CVE-2025-49704, and the updates for CVE-2025-53770 include more robust protection than those for CVE-2025-49704."
|
|
36724
|
+
"_auto_imported": false,
|
|
36725
|
+
"_intake_method": "manual-verified-curation",
|
|
36726
|
+
"_kev_short_description": "Microsoft SharePoint Server on-premises contains a deserialization of untrusted data vulnerability that could allow an unauthorized attacker to execute code over a network. This vulnerability could be chained with CVE-2025-53771. CVE-2025-53770 is a patch bypass for CVE-2025-49704, and the updates for CVE-2025-53770 include more robust protection than those for CVE-2025-49704.",
|
|
36727
|
+
"iocs": {
|
|
36728
|
+
"behavioral": [
|
|
36729
|
+
"Microsoft SharePoint Server reachable on the network at a build below the fixed version named in the Microsoft advisory.",
|
|
36730
|
+
"Unauthenticated requests to the SharePoint Server consistent with deserialization of untrusted data (CWE-502) on SharePoint Server (the ToolShell chain), yielding unauthenticated remote code execution and web-shell deployment.",
|
|
36731
|
+
"Indicators of the exploited weakness on the SharePoint Server — web shells, unexpected process execution, or stolen machine keys — with no corresponding legitimate administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
36732
|
+
],
|
|
36733
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-53770, CISA KEV (added 2025-07-20), and the Microsoft security advisory recorded in vendor_advisories."
|
|
36734
|
+
},
|
|
36735
|
+
"_draft": false,
|
|
36736
|
+
"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."
|
|
36673
36737
|
},
|
|
36674
36738
|
"CVE-2025-25257": {
|
|
36675
36739
|
"name": "Fortinet FortiWeb SQL Injection Vulnerability",
|