@blamejs/exceptd-skills 0.15.27 → 0.15.28
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 +8 -0
- package/data/cve-catalog.json +104 -36
- package/data/zeroday-lessons.json +246 -78
- 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.28 — 2026-05-29
|
|
4
|
+
|
|
5
|
+
Draft-curation pass 25 — web applications and developer tooling. Six CISA KEV-listed unauthenticated server-side CVEs are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: Laravel Livewire code injection (CVE-2025-54068), n8n dynamic-code execution (CVE-2025-68613), JetBrains TeamCity authentication bypass via path traversal (CVE-2024-27199), and arbitrary file-read path traversals in Grafana (CVE-2021-43798), Gogs (CVE-2025-8110), and the Vite dev server (CVE-2025-31125). All map T1190, with per-class T1059 (code injection), T1078 (auth bypass), or T1552 (file reads that leak configuration/source secrets). The lessons stress that file-disclosure flaws demand rotation of every exposed secret, and that CI/developer-tool compromise (TeamCity) carries software-supply-chain risk to build artifacts beyond the server itself.
|
|
6
|
+
|
|
3
7
|
## 0.15.27 — 2026-05-29
|
|
4
8
|
|
|
5
9
|
Draft-curation pass 24 — mobile device exploitation. Four CISA KEV-listed mobile CVEs that together form a mobile-spyware chain are promoted from auto-imported drafts to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: Samsung image-parsing-library out-of-bounds writes exploited zero-click via a malicious image (CVE-2025-21042, CVE-2025-21043) map T1203, and Android Framework local privilege escalation and an information-disclosure primitive (CVE-2025-48572, CVE-2025-48633) map T1068. The lessons frame these as the initial-access and local-escalation halves of a commercial-surveillance chain, and name OEM/carrier OTA cadence (Samsung SMR, Android Security Bulletin), MDM-enforced update SLAs, and mobile-threat-defense as the load-bearing controls — patch reach, not just patch availability, is the gap.
|
package/data/_indexes/_meta.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1.1.0",
|
|
3
|
-
"generated_at": "2026-05-30T01:
|
|
3
|
+
"generated_at": "2026-05-30T01:16:22.729Z",
|
|
4
4
|
"generator": "scripts/build-indexes.js",
|
|
5
5
|
"source_count": 54,
|
|
6
6
|
"source_hashes": {
|
|
7
|
-
"manifest.json": "
|
|
7
|
+
"manifest.json": "3be5985b09e4e142de03abbce27588bc8606a489918b8d7b5a84d457908707c1",
|
|
8
8
|
"data/atlas-ttps.json": "878b4a08bb73c8d20396d85cf433a88f2bc5e7a8cbf7f6ab773ce7ede0a11251",
|
|
9
|
-
"data/attack-techniques.json": "
|
|
10
|
-
"data/cve-catalog.json": "
|
|
9
|
+
"data/attack-techniques.json": "85d09671bb4f6f3be0d7cbe70c405b9ebf8a680f1c9c5de8261461c2c4036a76",
|
|
10
|
+
"data/cve-catalog.json": "9626cd5f0c24b365ae96d39ebc584b41aa63124337f319f7bdd7d22e2052a651",
|
|
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": "4b9b2e9080ba9f723461b12e1bff989cb4ad5f794568ec8ae387e2a9a34c1f17",
|
|
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",
|
|
@@ -330,6 +330,7 @@
|
|
|
330
330
|
"CVE-2025-5086",
|
|
331
331
|
"CVE-2025-51480",
|
|
332
332
|
"CVE-2025-53773",
|
|
333
|
+
"CVE-2025-54068",
|
|
333
334
|
"CVE-2025-54136",
|
|
334
335
|
"CVE-2025-55319",
|
|
335
336
|
"CVE-2025-58034",
|
|
@@ -338,6 +339,7 @@
|
|
|
338
339
|
"CVE-2025-6204",
|
|
339
340
|
"CVE-2025-64328",
|
|
340
341
|
"CVE-2025-64496",
|
|
342
|
+
"CVE-2025-68613",
|
|
341
343
|
"CVE-2025-68645",
|
|
342
344
|
"CVE-2025-68664",
|
|
343
345
|
"CVE-2025-68665",
|
|
@@ -595,6 +597,7 @@
|
|
|
595
597
|
"CVE-2023-50224",
|
|
596
598
|
"CVE-2024-12776",
|
|
597
599
|
"CVE-2024-1709",
|
|
600
|
+
"CVE-2024-27199",
|
|
598
601
|
"CVE-2024-54085",
|
|
599
602
|
"CVE-2024-57726",
|
|
600
603
|
"CVE-2025-12480",
|
|
@@ -949,6 +952,7 @@
|
|
|
949
952
|
"CVE-2020-7796",
|
|
950
953
|
"CVE-2021-22681",
|
|
951
954
|
"CVE-2021-26828",
|
|
955
|
+
"CVE-2021-43798",
|
|
952
956
|
"CVE-2022-1471",
|
|
953
957
|
"CVE-2022-20775",
|
|
954
958
|
"CVE-2022-36551",
|
|
@@ -980,6 +984,7 @@
|
|
|
980
984
|
"CVE-2024-21575",
|
|
981
985
|
"CVE-2024-21576",
|
|
982
986
|
"CVE-2024-21762",
|
|
987
|
+
"CVE-2024-27199",
|
|
983
988
|
"CVE-2024-27443",
|
|
984
989
|
"CVE-2024-2912",
|
|
985
990
|
"CVE-2024-31462",
|
|
@@ -1115,6 +1120,7 @@
|
|
|
1115
1120
|
"CVE-2025-69286",
|
|
1116
1121
|
"CVE-2025-6965",
|
|
1117
1122
|
"CVE-2025-7775",
|
|
1123
|
+
"CVE-2025-8110",
|
|
1118
1124
|
"CVE-2025-8875",
|
|
1119
1125
|
"CVE-2025-8876",
|
|
1120
1126
|
"CVE-2025-9242",
|
|
@@ -1687,12 +1693,14 @@
|
|
|
1687
1693
|
"name": "Unsecured Credentials",
|
|
1688
1694
|
"version": "v19",
|
|
1689
1695
|
"cve_refs": [
|
|
1696
|
+
"CVE-2021-43798",
|
|
1690
1697
|
"CVE-2023-47117",
|
|
1691
1698
|
"CVE-2024-12450",
|
|
1692
1699
|
"CVE-2025-11371",
|
|
1693
1700
|
"CVE-2025-14611",
|
|
1694
1701
|
"CVE-2025-30066",
|
|
1695
1702
|
"CVE-2025-30154",
|
|
1703
|
+
"CVE-2025-31125",
|
|
1696
1704
|
"CVE-2025-5777",
|
|
1697
1705
|
"CVE-2025-68664",
|
|
1698
1706
|
"CVE-2025-68665",
|
package/data/cve-catalog.json
CHANGED
|
@@ -9016,7 +9016,9 @@
|
|
|
9016
9016
|
},
|
|
9017
9017
|
"atlas_refs": [],
|
|
9018
9018
|
"attack_refs": [
|
|
9019
|
-
"T1592"
|
|
9019
|
+
"T1592",
|
|
9020
|
+
"T1190",
|
|
9021
|
+
"T1078"
|
|
9020
9022
|
],
|
|
9021
9023
|
"rwep_score": 83,
|
|
9022
9024
|
"rwep_factors": {
|
|
@@ -9037,7 +9039,7 @@
|
|
|
9037
9039
|
"cwe_refs": [
|
|
9038
9040
|
"CWE-23"
|
|
9039
9041
|
],
|
|
9040
|
-
"source_verified": "2026-05-
|
|
9042
|
+
"source_verified": "2026-05-29",
|
|
9041
9043
|
"verification_sources": [
|
|
9042
9044
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
9043
9045
|
"https://www.jetbrains.com/privacy-security/issues-fixed/",
|
|
@@ -9067,11 +9069,21 @@
|
|
|
9067
9069
|
"published_date": "2026-04-20"
|
|
9068
9070
|
}
|
|
9069
9071
|
],
|
|
9070
|
-
"last_updated": "2026-05-
|
|
9072
|
+
"last_updated": "2026-05-29",
|
|
9071
9073
|
"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.jetbrains.com/privacy-security/issues-fixed/ ; https://blog.jetbrains.com/teamcity/2024/03/additional-critical-security-issues-affecting-teamcity-on-premises-cve-2024-27198-and-cve-2024-27",
|
|
9072
|
-
"_auto_imported":
|
|
9073
|
-
"_intake_method": "
|
|
9074
|
-
"_kev_short_description": "JetBrains TeamCity contains a relative path traversal vulnerability that could allow limited admin actions to be performed."
|
|
9074
|
+
"_auto_imported": false,
|
|
9075
|
+
"_intake_method": "manual-verified-curation",
|
|
9076
|
+
"_kev_short_description": "JetBrains TeamCity contains a relative path traversal vulnerability that could allow limited admin actions to be performed.",
|
|
9077
|
+
"iocs": {
|
|
9078
|
+
"behavioral": [
|
|
9079
|
+
"JetBrains TeamCity reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
9080
|
+
"Unauthenticated requests to the TeamCity consistent with relative path-traversal flaw.",
|
|
9081
|
+
"Post-exploitation indicators on the TeamCity — web shells, unexpected process execution, or administrative/CI actions without a matching login (KEV-confirmed in-the-wild exploitation)."
|
|
9082
|
+
],
|
|
9083
|
+
"_ioc_source_note": "Anchored to NVD CVE-2024-27199, CISA KEV (added 2026-04-20), and the vendor security advisory recorded in vendor_advisories."
|
|
9084
|
+
},
|
|
9085
|
+
"_draft": false,
|
|
9086
|
+
"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."
|
|
9075
9087
|
},
|
|
9076
9088
|
"CVE-2026-34197": {
|
|
9077
9089
|
"name": "Apache ActiveMQ Improper Input Validation Vulnerability",
|
|
@@ -20874,7 +20886,8 @@
|
|
|
20874
20886
|
},
|
|
20875
20887
|
"atlas_refs": [],
|
|
20876
20888
|
"attack_refs": [
|
|
20877
|
-
"T1190"
|
|
20889
|
+
"T1190",
|
|
20890
|
+
"T1059"
|
|
20878
20891
|
],
|
|
20879
20892
|
"rwep_score": 77,
|
|
20880
20893
|
"rwep_factors": {
|
|
@@ -20895,7 +20908,7 @@
|
|
|
20895
20908
|
"cwe_refs": [
|
|
20896
20909
|
"CWE-94"
|
|
20897
20910
|
],
|
|
20898
|
-
"source_verified": "2026-05-
|
|
20911
|
+
"source_verified": "2026-05-29",
|
|
20899
20912
|
"verification_sources": [
|
|
20900
20913
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
20901
20914
|
"https://github.com/livewire/livewire/security/advisories/GHSA-29cq-5w36-x7w3",
|
|
@@ -20925,11 +20938,21 @@
|
|
|
20925
20938
|
"published_date": "2026-03-20"
|
|
20926
20939
|
}
|
|
20927
20940
|
],
|
|
20928
|
-
"last_updated": "2026-05-
|
|
20941
|
+
"last_updated": "2026-05-29",
|
|
20929
20942
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-20; due date 2026-04-03. Notes reference: https://github.com/livewire/livewire/security/advisories/GHSA-29cq-5w36-x7w3 ; https://github.com/livewire/livewire/commit/ef04be759da41b14d2d129e670533180a44987dc ; https://nvd.nist.gov/vuln/detail/C",
|
|
20930
|
-
"_auto_imported":
|
|
20931
|
-
"_intake_method": "
|
|
20932
|
-
"_kev_short_description": "Laravel Livewire contain a code injection vulnerability that could allow unauthenticated attackers to achieve remote command execution in specific scenarios."
|
|
20943
|
+
"_auto_imported": false,
|
|
20944
|
+
"_intake_method": "manual-verified-curation",
|
|
20945
|
+
"_kev_short_description": "Laravel Livewire contain a code injection vulnerability that could allow unauthenticated attackers to achieve remote command execution in specific scenarios.",
|
|
20946
|
+
"iocs": {
|
|
20947
|
+
"behavioral": [
|
|
20948
|
+
"Laravel Livewire reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
20949
|
+
"Unauthenticated requests to the Livewire consistent with code-injection flaw.",
|
|
20950
|
+
"Post-exploitation indicators on the Livewire — web shells, unexpected process execution, or administrative/CI actions without a matching login (KEV-confirmed in-the-wild exploitation)."
|
|
20951
|
+
],
|
|
20952
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-54068, CISA KEV (added 2026-03-20), and the vendor security advisory recorded in vendor_advisories."
|
|
20953
|
+
},
|
|
20954
|
+
"_draft": false,
|
|
20955
|
+
"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."
|
|
20933
20956
|
},
|
|
20934
20957
|
"CVE-2025-43510": {
|
|
20935
20958
|
"name": "Apple Multiple Products Improper Locking Vulnerability",
|
|
@@ -21934,7 +21957,8 @@
|
|
|
21934
21957
|
},
|
|
21935
21958
|
"atlas_refs": [],
|
|
21936
21959
|
"attack_refs": [
|
|
21937
|
-
"T1190"
|
|
21960
|
+
"T1190",
|
|
21961
|
+
"T1059"
|
|
21938
21962
|
],
|
|
21939
21963
|
"rwep_score": 77,
|
|
21940
21964
|
"rwep_factors": {
|
|
@@ -21955,7 +21979,7 @@
|
|
|
21955
21979
|
"cwe_refs": [
|
|
21956
21980
|
"CWE-913"
|
|
21957
21981
|
],
|
|
21958
|
-
"source_verified": "2026-05-
|
|
21982
|
+
"source_verified": "2026-05-29",
|
|
21959
21983
|
"verification_sources": [
|
|
21960
21984
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
21961
21985
|
"https://github.com/n8n-io/n8n/security/advisories/GHSA-v98v-ff95-f3cp",
|
|
@@ -21984,11 +22008,21 @@
|
|
|
21984
22008
|
"published_date": "2026-03-11"
|
|
21985
22009
|
}
|
|
21986
22010
|
],
|
|
21987
|
-
"last_updated": "2026-05-
|
|
22011
|
+
"last_updated": "2026-05-29",
|
|
21988
22012
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-11; due date 2026-03-25. Notes reference: https://github.com/n8n-io/n8n/security/advisories/GHSA-v98v-ff95-f3cp ; https://nvd.nist.gov/vuln/detail/CVE-2025-68613",
|
|
21989
|
-
"_auto_imported":
|
|
21990
|
-
"_intake_method": "
|
|
21991
|
-
"_kev_short_description": "n8n contains an improper control of dynamically managed code resources vulnerability in its workflow expression evaluation system that allows for remote code execution."
|
|
22013
|
+
"_auto_imported": false,
|
|
22014
|
+
"_intake_method": "manual-verified-curation",
|
|
22015
|
+
"_kev_short_description": "n8n contains an improper control of dynamically managed code resources vulnerability in its workflow expression evaluation system that allows for remote code execution.",
|
|
22016
|
+
"iocs": {
|
|
22017
|
+
"behavioral": [
|
|
22018
|
+
"n8n reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
22019
|
+
"Unauthenticated requests to the n8n consistent with improper-control-of-dynamically-managed-code flaw.",
|
|
22020
|
+
"Post-exploitation indicators on the n8n — web shells, unexpected process execution, or administrative/CI actions without a matching login (KEV-confirmed in-the-wild exploitation)."
|
|
22021
|
+
],
|
|
22022
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-68613, CISA KEV (added 2026-03-11), and the vendor security advisory recorded in vendor_advisories."
|
|
22023
|
+
},
|
|
22024
|
+
"_draft": false,
|
|
22025
|
+
"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."
|
|
21992
22026
|
},
|
|
21993
22027
|
"CVE-2021-22054": {
|
|
21994
22028
|
"name": "Omnissa Workspace ONE Server-Side Request Forgery",
|
|
@@ -27014,7 +27048,8 @@
|
|
|
27014
27048
|
},
|
|
27015
27049
|
"atlas_refs": [],
|
|
27016
27050
|
"attack_refs": [
|
|
27017
|
-
"T1190"
|
|
27051
|
+
"T1190",
|
|
27052
|
+
"T1552"
|
|
27018
27053
|
],
|
|
27019
27054
|
"rwep_score": 77,
|
|
27020
27055
|
"rwep_factors": {
|
|
@@ -27036,7 +27071,7 @@
|
|
|
27036
27071
|
"CWE-200",
|
|
27037
27072
|
"CWE-284"
|
|
27038
27073
|
],
|
|
27039
|
-
"source_verified": "2026-05-
|
|
27074
|
+
"source_verified": "2026-05-29",
|
|
27040
27075
|
"verification_sources": [
|
|
27041
27076
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
27042
27077
|
"https://github.com/vitejs/vite/commit/59673137c45ac2bcfad1170d954347c1a17ab949",
|
|
@@ -27065,11 +27100,21 @@
|
|
|
27065
27100
|
"published_date": "2026-01-22"
|
|
27066
27101
|
}
|
|
27067
27102
|
],
|
|
27068
|
-
"last_updated": "2026-05-
|
|
27103
|
+
"last_updated": "2026-05-29",
|
|
27069
27104
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-22; due date 2026-02-12. Notes reference: This vulnerability could affect an open-source component, third-party library, protocol, or proprietary implementation that could be used by different products. For more information, please see: https",
|
|
27070
|
-
"_auto_imported":
|
|
27071
|
-
"_intake_method": "
|
|
27072
|
-
"_kev_short_description": "Vite Vitejs contains an improper access control vulnerability that exposes content of non-allowed files using ?inline&import or ?raw?import. Only apps explicitly exposing the Vite dev server to the network (using --host or server.host config option) are affected."
|
|
27105
|
+
"_auto_imported": false,
|
|
27106
|
+
"_intake_method": "manual-verified-curation",
|
|
27107
|
+
"_kev_short_description": "Vite Vitejs contains an improper access control vulnerability that exposes content of non-allowed files using ?inline&import or ?raw?import. Only apps explicitly exposing the Vite dev server to the network (using --host or server.host config option) are affected.",
|
|
27108
|
+
"iocs": {
|
|
27109
|
+
"behavioral": [
|
|
27110
|
+
"Vite reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
27111
|
+
"Unauthenticated requests to the Vite dev server consistent with improper-access-control flaw.",
|
|
27112
|
+
"Requests reading files outside the intended root (configuration, secrets, source, .env) on the Vite dev server, followed by use of the disclosed credentials elsewhere (KEV-confirmed in-the-wild exploitation)."
|
|
27113
|
+
],
|
|
27114
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-31125, CISA KEV (added 2026-01-22), and the vendor security advisory recorded in vendor_advisories."
|
|
27115
|
+
},
|
|
27116
|
+
"_draft": false,
|
|
27117
|
+
"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."
|
|
27073
27118
|
},
|
|
27074
27119
|
"CVE-2025-54313": {
|
|
27075
27120
|
"name": "Prettier eslint-config-prettier Embedded Malicious Code Vulnerability",
|
|
@@ -27420,7 +27465,8 @@
|
|
|
27420
27465
|
},
|
|
27421
27466
|
"atlas_refs": [],
|
|
27422
27467
|
"attack_refs": [
|
|
27423
|
-
"T1592"
|
|
27468
|
+
"T1592",
|
|
27469
|
+
"T1190"
|
|
27424
27470
|
],
|
|
27425
27471
|
"rwep_score": 77,
|
|
27426
27472
|
"rwep_factors": {
|
|
@@ -27441,7 +27487,7 @@
|
|
|
27441
27487
|
"cwe_refs": [
|
|
27442
27488
|
"CWE-22"
|
|
27443
27489
|
],
|
|
27444
|
-
"source_verified": "2026-05-
|
|
27490
|
+
"source_verified": "2026-05-29",
|
|
27445
27491
|
"verification_sources": [
|
|
27446
27492
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
27447
27493
|
"https://github.com/gogs/gogs/commit/553707f3fd5f68f47f531cfcff56aa3ec294c6f6",
|
|
@@ -27470,11 +27516,21 @@
|
|
|
27470
27516
|
"published_date": "2026-01-12"
|
|
27471
27517
|
}
|
|
27472
27518
|
],
|
|
27473
|
-
"last_updated": "2026-05-
|
|
27519
|
+
"last_updated": "2026-05-29",
|
|
27474
27520
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-12; due date 2026-02-02. Notes reference: https://github.com/gogs/gogs/commit/553707f3fd5f68f47f531cfcff56aa3ec294c6f6 ; https://nvd.nist.gov/vuln/detail/CVE-2025-8110",
|
|
27475
|
-
"_auto_imported":
|
|
27476
|
-
"_intake_method": "
|
|
27477
|
-
"_kev_short_description": "Gogs contains a path traversal vulnerability affecting improper Symbolic link handling in the PutContents API that could allow for code execution."
|
|
27521
|
+
"_auto_imported": false,
|
|
27522
|
+
"_intake_method": "manual-verified-curation",
|
|
27523
|
+
"_kev_short_description": "Gogs contains a path traversal vulnerability affecting improper Symbolic link handling in the PutContents API that could allow for code execution.",
|
|
27524
|
+
"iocs": {
|
|
27525
|
+
"behavioral": [
|
|
27526
|
+
"Gogs reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
27527
|
+
"Unauthenticated requests to the Gogs consistent with path-traversal flaw.",
|
|
27528
|
+
"Post-exploitation indicators on the Gogs — web shells, unexpected process execution, or administrative/CI actions without a matching login (KEV-confirmed in-the-wild exploitation)."
|
|
27529
|
+
],
|
|
27530
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-8110, CISA KEV (added 2026-01-12), and the vendor security advisory recorded in vendor_advisories."
|
|
27531
|
+
},
|
|
27532
|
+
"_draft": false,
|
|
27533
|
+
"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."
|
|
27478
27534
|
},
|
|
27479
27535
|
"CVE-2009-0556": {
|
|
27480
27536
|
"name": "Microsoft Office PowerPoint Code Injection Vulnerability",
|
|
@@ -32295,7 +32351,9 @@
|
|
|
32295
32351
|
},
|
|
32296
32352
|
"atlas_refs": [],
|
|
32297
32353
|
"attack_refs": [
|
|
32298
|
-
"T1592"
|
|
32354
|
+
"T1592",
|
|
32355
|
+
"T1190",
|
|
32356
|
+
"T1552"
|
|
32299
32357
|
],
|
|
32300
32358
|
"rwep_score": 77,
|
|
32301
32359
|
"rwep_factors": {
|
|
@@ -32316,7 +32374,7 @@
|
|
|
32316
32374
|
"cwe_refs": [
|
|
32317
32375
|
"CWE-22"
|
|
32318
32376
|
],
|
|
32319
|
-
"source_verified": "2026-05-
|
|
32377
|
+
"source_verified": "2026-05-29",
|
|
32320
32378
|
"verification_sources": [
|
|
32321
32379
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
32322
32380
|
"https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/",
|
|
@@ -32345,11 +32403,21 @@
|
|
|
32345
32403
|
"published_date": "2025-10-09"
|
|
32346
32404
|
}
|
|
32347
32405
|
],
|
|
32348
|
-
"last_updated": "2026-05-
|
|
32406
|
+
"last_updated": "2026-05-29",
|
|
32349
32407
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-09; due date 2025-10-30. Notes reference: https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/ ; https://nvd.nist.gov/vuln/detail/CVE-2021-43798",
|
|
32350
|
-
"_auto_imported":
|
|
32351
|
-
"_intake_method": "
|
|
32352
|
-
"_kev_short_description": "Grafana contains a path traversal vulnerability that could allow access to local files."
|
|
32408
|
+
"_auto_imported": false,
|
|
32409
|
+
"_intake_method": "manual-verified-curation",
|
|
32410
|
+
"_kev_short_description": "Grafana contains a path traversal vulnerability that could allow access to local files.",
|
|
32411
|
+
"iocs": {
|
|
32412
|
+
"behavioral": [
|
|
32413
|
+
"Grafana reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
32414
|
+
"Unauthenticated requests to the Grafana consistent with path-traversal flaw.",
|
|
32415
|
+
"Requests reading files outside the intended root (configuration, secrets, source, .env) on the Grafana, followed by use of the disclosed credentials elsewhere (KEV-confirmed in-the-wild exploitation)."
|
|
32416
|
+
],
|
|
32417
|
+
"_ioc_source_note": "Anchored to NVD CVE-2021-43798, CISA KEV (added 2025-10-09), and the vendor security advisory recorded in vendor_advisories."
|
|
32418
|
+
},
|
|
32419
|
+
"_draft": false,
|
|
32420
|
+
"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."
|
|
32353
32421
|
},
|
|
32354
32422
|
"CVE-2025-27915": {
|
|
32355
32423
|
"name": "Synacor Zimbra Collaboration Suite (ZCS) Cross-site Scripting Vulnerability (variant: CVE-2025-27915)",
|