@blamejs/exceptd-skills 0.15.23 → 0.15.26
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 +8 -0
- package/data/_indexes/_meta.json +5 -5
- package/data/_indexes/activity-feed.json +1 -1
- package/data/_indexes/catalog-summaries.json +1 -1
- package/data/attack-techniques.json +11 -0
- package/data/cve-catalog.json +216 -75
- package/data/zeroday-lessons.json +559 -163
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
package/data/cve-catalog.json
CHANGED
|
@@ -7943,7 +7943,9 @@
|
|
|
7943
7943
|
},
|
|
7944
7944
|
"atlas_refs": [],
|
|
7945
7945
|
"attack_refs": [
|
|
7946
|
-
"T1592"
|
|
7946
|
+
"T1592",
|
|
7947
|
+
"T1190",
|
|
7948
|
+
"T1505.003"
|
|
7947
7949
|
],
|
|
7948
7950
|
"rwep_score": 77,
|
|
7949
7951
|
"rwep_factors": {
|
|
@@ -7965,7 +7967,7 @@
|
|
|
7965
7967
|
"CWE-22",
|
|
7966
7968
|
"CWE-434"
|
|
7967
7969
|
],
|
|
7968
|
-
"source_verified": "2026-05-
|
|
7970
|
+
"source_verified": "2026-05-29",
|
|
7969
7971
|
"verification_sources": [
|
|
7970
7972
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
7971
7973
|
"https://security.samsungtv.com/securityUpdates",
|
|
@@ -7994,11 +7996,21 @@
|
|
|
7994
7996
|
"published_date": "2026-04-24"
|
|
7995
7997
|
}
|
|
7996
7998
|
],
|
|
7997
|
-
"last_updated": "2026-05-
|
|
7999
|
+
"last_updated": "2026-05-29",
|
|
7998
8000
|
"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://security.samsungtv.com/securityUpdates ; https://nvd.nist.gov/vuln/detail/CVE-2024-7399",
|
|
7999
|
-
"_auto_imported":
|
|
8000
|
-
"_intake_method": "
|
|
8001
|
-
"_kev_short_description": "Samsung MagicINFO 9 Server contains a path traversal vulnerability that could allow an attacker to write arbitrary files as system authority."
|
|
8001
|
+
"_auto_imported": false,
|
|
8002
|
+
"_intake_method": "manual-verified-curation",
|
|
8003
|
+
"_kev_short_description": "Samsung MagicINFO 9 Server contains a path traversal vulnerability that could allow an attacker to write arbitrary files as system authority.",
|
|
8004
|
+
"iocs": {
|
|
8005
|
+
"behavioral": [
|
|
8006
|
+
"Samsung MagicINFO 9 Server reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
8007
|
+
"Unauthenticated requests to the MagicINFO Server consistent with path-traversal plus unrestricted-file-upload flaw.",
|
|
8008
|
+
"Post-exploitation indicators on the MagicINFO Server — web shells, unexpected process execution, or service crashes consistent with memory corruption — with no corresponding legitimate activity (KEV-confirmed in-the-wild exploitation)."
|
|
8009
|
+
],
|
|
8010
|
+
"_ioc_source_note": "Anchored to NVD CVE-2024-7399, CISA KEV (added 2026-04-24), and the vendor security advisory recorded in vendor_advisories."
|
|
8011
|
+
},
|
|
8012
|
+
"_draft": false,
|
|
8013
|
+
"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."
|
|
8002
8014
|
},
|
|
8003
8015
|
"CVE-2024-57728": {
|
|
8004
8016
|
"name": "SimpleHelp Path Traversal Vulnerability",
|
|
@@ -8041,7 +8053,8 @@
|
|
|
8041
8053
|
},
|
|
8042
8054
|
"atlas_refs": [],
|
|
8043
8055
|
"attack_refs": [
|
|
8044
|
-
"T1592"
|
|
8056
|
+
"T1592",
|
|
8057
|
+
"T1190"
|
|
8045
8058
|
],
|
|
8046
8059
|
"rwep_score": 83,
|
|
8047
8060
|
"rwep_factors": {
|
|
@@ -8062,7 +8075,7 @@
|
|
|
8062
8075
|
"cwe_refs": [
|
|
8063
8076
|
"CWE-22"
|
|
8064
8077
|
],
|
|
8065
|
-
"source_verified": "2026-05-
|
|
8078
|
+
"source_verified": "2026-05-29",
|
|
8066
8079
|
"verification_sources": [
|
|
8067
8080
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
8068
8081
|
"https://simple-help.com/kb---security-vulnerabilities-01-2025#security-vulnerabilities-in-simplehelp-5-5-7-and-earlier",
|
|
@@ -8091,11 +8104,21 @@
|
|
|
8091
8104
|
"published_date": "2026-04-24"
|
|
8092
8105
|
}
|
|
8093
8106
|
],
|
|
8094
|
-
"last_updated": "2026-05-
|
|
8107
|
+
"last_updated": "2026-05-29",
|
|
8095
8108
|
"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://simple-help.com/kb---security-vulnerabilities-01-2025#security-vulnerabilities-in-simplehelp-5-5-7-and-earlier ; https://nvd.nist.gov/vuln/detail/CVE-2024-57728",
|
|
8096
|
-
"_auto_imported":
|
|
8097
|
-
"_intake_method": "
|
|
8098
|
-
"_kev_short_description": "SimpleHelp contains a path traversal vulnerability that allows admin users to upload arbitrary files anywhere on the file system by uploading a crafted zip file (i.e. zip slip). This can be exploited to execute arbitrary code on the host in the context of the SimpleHelp server user."
|
|
8109
|
+
"_auto_imported": false,
|
|
8110
|
+
"_intake_method": "manual-verified-curation",
|
|
8111
|
+
"_kev_short_description": "SimpleHelp contains a path traversal vulnerability that allows admin users to upload arbitrary files anywhere on the file system by uploading a crafted zip file (i.e. zip slip). This can be exploited to execute arbitrary code on the host in the context of the SimpleHelp server user.",
|
|
8112
|
+
"iocs": {
|
|
8113
|
+
"behavioral": [
|
|
8114
|
+
"SimpleHelp reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
8115
|
+
"Unauthenticated requests to the SimpleHelp consistent with path-traversal flaw.",
|
|
8116
|
+
"Post-exploitation indicators on the SimpleHelp — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
|
|
8117
|
+
],
|
|
8118
|
+
"_ioc_source_note": "Anchored to NVD CVE-2024-57728, CISA KEV (added 2026-04-24), and the vendor security advisory recorded in vendor_advisories."
|
|
8119
|
+
},
|
|
8120
|
+
"_draft": false,
|
|
8121
|
+
"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."
|
|
8099
8122
|
},
|
|
8100
8123
|
"CVE-2024-57726": {
|
|
8101
8124
|
"name": "SimpleHelp Missing Authorization Vulnerability",
|
|
@@ -8139,7 +8162,8 @@
|
|
|
8139
8162
|
},
|
|
8140
8163
|
"atlas_refs": [],
|
|
8141
8164
|
"attack_refs": [
|
|
8142
|
-
"T1190"
|
|
8165
|
+
"T1190",
|
|
8166
|
+
"T1078"
|
|
8143
8167
|
],
|
|
8144
8168
|
"rwep_score": 83,
|
|
8145
8169
|
"rwep_factors": {
|
|
@@ -8160,7 +8184,7 @@
|
|
|
8160
8184
|
"cwe_refs": [
|
|
8161
8185
|
"CWE-862"
|
|
8162
8186
|
],
|
|
8163
|
-
"source_verified": "2026-05-
|
|
8187
|
+
"source_verified": "2026-05-29",
|
|
8164
8188
|
"verification_sources": [
|
|
8165
8189
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
8166
8190
|
"https://simple-help.com/kb---security-vulnerabilities-01-2025#security-vulnerabilities-in-simplehelp-5-5-7-and-earlier",
|
|
@@ -8189,11 +8213,21 @@
|
|
|
8189
8213
|
"published_date": "2026-04-24"
|
|
8190
8214
|
}
|
|
8191
8215
|
],
|
|
8192
|
-
"last_updated": "2026-05-
|
|
8216
|
+
"last_updated": "2026-05-29",
|
|
8193
8217
|
"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://simple-help.com/kb---security-vulnerabilities-01-2025#security-vulnerabilities-in-simplehelp-5-5-7-and-earlier ; https://nvd.nist.gov/vuln/detail/CVE-2024-57726",
|
|
8194
|
-
"_auto_imported":
|
|
8195
|
-
"_intake_method": "
|
|
8196
|
-
"_kev_short_description": "SimpleHelp contains a missing authorization vulnerability that could allow low-privileged technicians to create API keys with excessive permissions. These API keys can be used to escalate privileges to the server admin role."
|
|
8218
|
+
"_auto_imported": false,
|
|
8219
|
+
"_intake_method": "manual-verified-curation",
|
|
8220
|
+
"_kev_short_description": "SimpleHelp contains a missing authorization vulnerability that could allow low-privileged technicians to create API keys with excessive permissions. These API keys can be used to escalate privileges to the server admin role.",
|
|
8221
|
+
"iocs": {
|
|
8222
|
+
"behavioral": [
|
|
8223
|
+
"SimpleHelp reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
8224
|
+
"Unauthenticated requests to the SimpleHelp consistent with missing-authorization flaw.",
|
|
8225
|
+
"Post-exploitation indicators on the SimpleHelp — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
|
|
8226
|
+
],
|
|
8227
|
+
"_ioc_source_note": "Anchored to NVD CVE-2024-57726, CISA KEV (added 2026-04-24), and the vendor security advisory recorded in vendor_advisories."
|
|
8228
|
+
},
|
|
8229
|
+
"_draft": false,
|
|
8230
|
+
"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."
|
|
8197
8231
|
},
|
|
8198
8232
|
"CVE-2026-20122": {
|
|
8199
8233
|
"name": "Cisco Catalyst SD-WAN Manager Incorrect Use of Privileged APIs Vulnerability",
|
|
@@ -8874,7 +8908,8 @@
|
|
|
8874
8908
|
},
|
|
8875
8909
|
"atlas_refs": [],
|
|
8876
8910
|
"attack_refs": [
|
|
8877
|
-
"T1078"
|
|
8911
|
+
"T1078",
|
|
8912
|
+
"T1190"
|
|
8878
8913
|
],
|
|
8879
8914
|
"rwep_score": 77,
|
|
8880
8915
|
"rwep_factors": {
|
|
@@ -8895,7 +8930,7 @@
|
|
|
8895
8930
|
"cwe_refs": [
|
|
8896
8931
|
"CWE-287"
|
|
8897
8932
|
],
|
|
8898
|
-
"source_verified": "2026-05-
|
|
8933
|
+
"source_verified": "2026-05-29",
|
|
8899
8934
|
"verification_sources": [
|
|
8900
8935
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
8901
8936
|
"https://support.quest.com/kb/4379499/quest-response-to-kace-sma-vulnerabilities-cve-2025-32975-cve-2025-32976-cve-2025-32977-cve-2025-32978",
|
|
@@ -8924,11 +8959,21 @@
|
|
|
8924
8959
|
"published_date": "2026-04-20"
|
|
8925
8960
|
}
|
|
8926
8961
|
],
|
|
8927
|
-
"last_updated": "2026-05-
|
|
8962
|
+
"last_updated": "2026-05-29",
|
|
8928
8963
|
"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://support.quest.com/kb/4379499/quest-response-to-kace-sma-vulnerabilities-cve-2025-32975-cve-2025-32976-cve-2025-32977-cve-2025-32978 ; https://nvd.nist.gov/vuln/detail/CVE-2025-32975",
|
|
8929
|
-
"_auto_imported":
|
|
8930
|
-
"_intake_method": "
|
|
8931
|
-
"_kev_short_description": "Quest KACE Systems Management Appliance (SMA) contains an improper authentication vulnerability that could allow attackers to impersonate legitimate users without valid credentials."
|
|
8964
|
+
"_auto_imported": false,
|
|
8965
|
+
"_intake_method": "manual-verified-curation",
|
|
8966
|
+
"_kev_short_description": "Quest KACE Systems Management Appliance (SMA) contains an improper authentication vulnerability that could allow attackers to impersonate legitimate users without valid credentials.",
|
|
8967
|
+
"iocs": {
|
|
8968
|
+
"behavioral": [
|
|
8969
|
+
"Quest KACE Systems Management Appliance reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
8970
|
+
"Unauthenticated requests to the Quest KACE SMA consistent with improper-authentication flaw.",
|
|
8971
|
+
"Post-exploitation indicators on the Quest KACE SMA — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
|
|
8972
|
+
],
|
|
8973
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-32975, CISA KEV (added 2026-04-20), and the vendor security advisory recorded in vendor_advisories."
|
|
8974
|
+
},
|
|
8975
|
+
"_draft": false,
|
|
8976
|
+
"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."
|
|
8932
8977
|
},
|
|
8933
8978
|
"CVE-2024-27199": {
|
|
8934
8979
|
"name": "JetBrains TeamCity Relative Path Traversal Vulnerability",
|
|
@@ -20265,7 +20310,8 @@
|
|
|
20265
20310
|
},
|
|
20266
20311
|
"atlas_refs": [],
|
|
20267
20312
|
"attack_refs": [
|
|
20268
|
-
"T1210"
|
|
20313
|
+
"T1210",
|
|
20314
|
+
"T1190"
|
|
20269
20315
|
],
|
|
20270
20316
|
"rwep_score": 70,
|
|
20271
20317
|
"rwep_factors": {
|
|
@@ -20286,7 +20332,7 @@
|
|
|
20286
20332
|
"cwe_refs": [
|
|
20287
20333
|
"CWE-119"
|
|
20288
20334
|
],
|
|
20289
|
-
"source_verified": "2026-05-
|
|
20335
|
+
"source_verified": "2026-05-29",
|
|
20290
20336
|
"verification_sources": [
|
|
20291
20337
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
20292
20338
|
"https://nvd.nist.gov/vuln/detail/CVE-2008-4250"
|
|
@@ -20300,11 +20346,21 @@
|
|
|
20300
20346
|
"published_date": "2026-05-20"
|
|
20301
20347
|
}
|
|
20302
20348
|
],
|
|
20303
|
-
"last_updated": "2026-05-
|
|
20349
|
+
"last_updated": "2026-05-29",
|
|
20304
20350
|
"discovery_attribution_note": "Manual KEV-gap-fill: legacy CVE re-listed to CISA KEV 2026-05-20 (renewed exploitation against unpatched / legacy Windows). Draft pending enrichment; postdates the v0.13.17 bulk intake (KEV catalog 2026.05.15).",
|
|
20305
|
-
"_auto_imported":
|
|
20306
|
-
"_intake_method": "manual-
|
|
20307
|
-
"_kev_short_description": "Microsoft Windows Server service contains a buffer overflow allowing unauthenticated wormable remote code execution (MS08-067)."
|
|
20351
|
+
"_auto_imported": false,
|
|
20352
|
+
"_intake_method": "manual-verified-curation",
|
|
20353
|
+
"_kev_short_description": "Microsoft Windows Server service contains a buffer overflow allowing unauthenticated wormable remote code execution (MS08-067).",
|
|
20354
|
+
"iocs": {
|
|
20355
|
+
"behavioral": [
|
|
20356
|
+
"Microsoft Windows reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
20357
|
+
"Unauthenticated requests to the Windows Server Service (RPC) consistent with buffer overflow.",
|
|
20358
|
+
"Post-exploitation indicators on the Windows Server Service (RPC) — web shells, unexpected process execution, or service crashes consistent with memory corruption — with no corresponding legitimate activity (KEV-confirmed in-the-wild exploitation)."
|
|
20359
|
+
],
|
|
20360
|
+
"_ioc_source_note": "Anchored to NVD CVE-2008-4250, CISA KEV (added 2026-05-20), and the vendor security advisory recorded in vendor_advisories."
|
|
20361
|
+
},
|
|
20362
|
+
"_draft": false,
|
|
20363
|
+
"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."
|
|
20308
20364
|
},
|
|
20309
20365
|
"CVE-2009-1537": {
|
|
20310
20366
|
"name": "Microsoft DirectShow QuickTime Parsing Memory Corruption",
|
|
@@ -26670,7 +26726,7 @@
|
|
|
26670
26726
|
"cwe_refs": [
|
|
26671
26727
|
"CWE-787"
|
|
26672
26728
|
],
|
|
26673
|
-
"source_verified": "2026-05-
|
|
26729
|
+
"source_verified": "2026-05-29",
|
|
26674
26730
|
"verification_sources": [
|
|
26675
26731
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
26676
26732
|
"https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24453",
|
|
@@ -26699,11 +26755,21 @@
|
|
|
26699
26755
|
"published_date": "2026-01-23"
|
|
26700
26756
|
}
|
|
26701
26757
|
],
|
|
26702
|
-
"last_updated": "2026-05-
|
|
26758
|
+
"last_updated": "2026-05-29",
|
|
26703
26759
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-01-23; due date 2026-02-13. Notes reference: https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24453 ; https://nvd.nist.gov/vuln/detail/CVE-2024-37079",
|
|
26704
|
-
"_auto_imported":
|
|
26705
|
-
"_intake_method": "
|
|
26706
|
-
"_kev_short_description": "Broadcom VMware vCenter Server contains an out-of-bounds write vulnerability in the implementation of the DCERPC protocol. This could allow a malicious actor with network access to vCenter Server to send specially crafted network packets, potentially leading to remote code execution."
|
|
26760
|
+
"_auto_imported": false,
|
|
26761
|
+
"_intake_method": "manual-verified-curation",
|
|
26762
|
+
"_kev_short_description": "Broadcom VMware vCenter Server contains an out-of-bounds write vulnerability in the implementation of the DCERPC protocol. This could allow a malicious actor with network access to vCenter Server to send specially crafted network packets, potentially leading to remote code execution.",
|
|
26763
|
+
"iocs": {
|
|
26764
|
+
"behavioral": [
|
|
26765
|
+
"VMware vCenter Server reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
26766
|
+
"Unauthenticated requests to the vCenter Server consistent with out-of-bounds write.",
|
|
26767
|
+
"Post-exploitation indicators on the vCenter Server — web shells, unexpected process execution, or service crashes consistent with memory corruption — with no corresponding legitimate activity (KEV-confirmed in-the-wild exploitation)."
|
|
26768
|
+
],
|
|
26769
|
+
"_ioc_source_note": "Anchored to NVD CVE-2024-37079, CISA KEV (added 2026-01-23), and the vendor security advisory recorded in vendor_advisories."
|
|
26770
|
+
},
|
|
26771
|
+
"_draft": false,
|
|
26772
|
+
"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."
|
|
26707
26773
|
},
|
|
26708
26774
|
"CVE-2025-68645": {
|
|
26709
26775
|
"name": "Synacor Zimbra Collaboration Suite (ZCS) PHP Remote File Inclusion Vulnerability",
|
|
@@ -33039,7 +33105,8 @@
|
|
|
33039
33105
|
},
|
|
33040
33106
|
"atlas_refs": [],
|
|
33041
33107
|
"attack_refs": [
|
|
33042
|
-
"T1190"
|
|
33108
|
+
"T1190",
|
|
33109
|
+
"T1059"
|
|
33043
33110
|
],
|
|
33044
33111
|
"rwep_score": 83,
|
|
33045
33112
|
"rwep_factors": {
|
|
@@ -33060,7 +33127,7 @@
|
|
|
33060
33127
|
"cwe_refs": [
|
|
33061
33128
|
"CWE-94"
|
|
33062
33129
|
],
|
|
33063
|
-
"source_verified": "2026-05-
|
|
33130
|
+
"source_verified": "2026-05-29",
|
|
33064
33131
|
"verification_sources": [
|
|
33065
33132
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
33066
33133
|
"https://www.oracle.com/security-alerts/alert-cve-2025-61882.html",
|
|
@@ -33089,11 +33156,21 @@
|
|
|
33089
33156
|
"published_date": "2025-10-06"
|
|
33090
33157
|
}
|
|
33091
33158
|
],
|
|
33092
|
-
"last_updated": "2026-05-
|
|
33159
|
+
"last_updated": "2026-05-29",
|
|
33093
33160
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-10-06; due date 2025-10-27. Notes reference: https://www.oracle.com/security-alerts/alert-cve-2025-61882.html ; https://nvd.nist.gov/vuln/detail/CVE-2025-61882",
|
|
33094
|
-
"_auto_imported":
|
|
33095
|
-
"_intake_method": "
|
|
33096
|
-
"_kev_short_description": "Oracle E-Business Suite contains an unspecified vulnerability in the BI Publisher Integration component. The vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Concurrent Processing. Successful attacks can result in takeover of Oracle Concurrent Processing."
|
|
33161
|
+
"_auto_imported": false,
|
|
33162
|
+
"_intake_method": "manual-verified-curation",
|
|
33163
|
+
"_kev_short_description": "Oracle E-Business Suite contains an unspecified vulnerability in the BI Publisher Integration component. The vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Concurrent Processing. Successful attacks can result in takeover of Oracle Concurrent Processing.",
|
|
33164
|
+
"iocs": {
|
|
33165
|
+
"behavioral": [
|
|
33166
|
+
"Oracle E-Business Suite reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
33167
|
+
"Unauthenticated requests to the Oracle E-Business Suite consistent with unauthenticated code-injection / remote code execution flaw.",
|
|
33168
|
+
"Post-exploitation indicators on the Oracle E-Business Suite — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
|
|
33169
|
+
],
|
|
33170
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-61882, CISA KEV (added 2025-10-06), and the vendor security advisory recorded in vendor_advisories."
|
|
33171
|
+
},
|
|
33172
|
+
"_draft": false,
|
|
33173
|
+
"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."
|
|
33097
33174
|
},
|
|
33098
33175
|
"CVE-2014-6278": {
|
|
33099
33176
|
"name": "GNU Bash OS Command Injection Vulnerability",
|
|
@@ -35663,7 +35740,8 @@
|
|
|
35663
35740
|
},
|
|
35664
35741
|
"atlas_refs": [],
|
|
35665
35742
|
"attack_refs": [
|
|
35666
|
-
"T1190"
|
|
35743
|
+
"T1190",
|
|
35744
|
+
"T1059"
|
|
35667
35745
|
],
|
|
35668
35746
|
"rwep_score": 77,
|
|
35669
35747
|
"rwep_factors": {
|
|
@@ -35684,7 +35762,7 @@
|
|
|
35684
35762
|
"cwe_refs": [
|
|
35685
35763
|
"CWE-94"
|
|
35686
35764
|
],
|
|
35687
|
-
"source_verified": "2026-05-
|
|
35765
|
+
"source_verified": "2026-05-29",
|
|
35688
35766
|
"verification_sources": [
|
|
35689
35767
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
35690
35768
|
"https://status.n-able.com/2025/08/13/announcing-the-ga-of-n-central-2025-3-1/",
|
|
@@ -35713,11 +35791,21 @@
|
|
|
35713
35791
|
"published_date": "2025-08-13"
|
|
35714
35792
|
}
|
|
35715
35793
|
],
|
|
35716
|
-
"last_updated": "2026-05-
|
|
35794
|
+
"last_updated": "2026-05-29",
|
|
35717
35795
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-13; due date 2025-08-20. Notes reference: https://status.n-able.com/2025/08/13/announcing-the-ga-of-n-central-2025-3-1/ ; https://nvd.nist.gov/vuln/detail/CVE-2025-8876",
|
|
35718
|
-
"_auto_imported":
|
|
35719
|
-
"_intake_method": "
|
|
35720
|
-
"_kev_short_description": "N-able N-Central contains a command injection vulnerability via improper sanitization of user input."
|
|
35796
|
+
"_auto_imported": false,
|
|
35797
|
+
"_intake_method": "manual-verified-curation",
|
|
35798
|
+
"_kev_short_description": "N-able N-Central contains a command injection vulnerability via improper sanitization of user input.",
|
|
35799
|
+
"iocs": {
|
|
35800
|
+
"behavioral": [
|
|
35801
|
+
"N-able N-Central reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
35802
|
+
"Unauthenticated requests to the N-Central consistent with command-injection flaw.",
|
|
35803
|
+
"Post-exploitation indicators on the N-Central — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
|
|
35804
|
+
],
|
|
35805
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-8876, CISA KEV (added 2025-08-13), and the vendor security advisory recorded in vendor_advisories."
|
|
35806
|
+
},
|
|
35807
|
+
"_draft": false,
|
|
35808
|
+
"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."
|
|
35721
35809
|
},
|
|
35722
35810
|
"CVE-2025-8875": {
|
|
35723
35811
|
"name": "N-able N-Central Insecure Deserialization Vulnerability",
|
|
@@ -35759,7 +35847,8 @@
|
|
|
35759
35847
|
},
|
|
35760
35848
|
"atlas_refs": [],
|
|
35761
35849
|
"attack_refs": [
|
|
35762
|
-
"T1190"
|
|
35850
|
+
"T1190",
|
|
35851
|
+
"T1059"
|
|
35763
35852
|
],
|
|
35764
35853
|
"rwep_score": 77,
|
|
35765
35854
|
"rwep_factors": {
|
|
@@ -35780,7 +35869,7 @@
|
|
|
35780
35869
|
"cwe_refs": [
|
|
35781
35870
|
"CWE-94"
|
|
35782
35871
|
],
|
|
35783
|
-
"source_verified": "2026-05-
|
|
35872
|
+
"source_verified": "2026-05-29",
|
|
35784
35873
|
"verification_sources": [
|
|
35785
35874
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
35786
35875
|
"https://status.n-able.com/2025/08/13/announcing-the-ga-of-n-central-2025-3-1/",
|
|
@@ -35809,11 +35898,21 @@
|
|
|
35809
35898
|
"published_date": "2025-08-13"
|
|
35810
35899
|
}
|
|
35811
35900
|
],
|
|
35812
|
-
"last_updated": "2026-05-
|
|
35901
|
+
"last_updated": "2026-05-29",
|
|
35813
35902
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-08-13; due date 2025-08-20. Notes reference: https://status.n-able.com/2025/08/13/announcing-the-ga-of-n-central-2025-3-1/ ; https://nvd.nist.gov/vuln/detail/CVE-2025-8875",
|
|
35814
|
-
"_auto_imported":
|
|
35815
|
-
"_intake_method": "
|
|
35816
|
-
"_kev_short_description": "N-able N-Central contains an insecure deserialization vulnerability that could lead to command execution."
|
|
35903
|
+
"_auto_imported": false,
|
|
35904
|
+
"_intake_method": "manual-verified-curation",
|
|
35905
|
+
"_kev_short_description": "N-able N-Central contains an insecure deserialization vulnerability that could lead to command execution.",
|
|
35906
|
+
"iocs": {
|
|
35907
|
+
"behavioral": [
|
|
35908
|
+
"N-able N-Central reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
35909
|
+
"Unauthenticated requests to the N-Central consistent with insecure-deserialization flaw.",
|
|
35910
|
+
"Post-exploitation indicators on the N-Central — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
|
|
35911
|
+
],
|
|
35912
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-8875, CISA KEV (added 2025-08-13), and the vendor security advisory recorded in vendor_advisories."
|
|
35913
|
+
},
|
|
35914
|
+
"_draft": false,
|
|
35915
|
+
"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."
|
|
35817
35916
|
},
|
|
35818
35917
|
"CVE-2025-8088": {
|
|
35819
35918
|
"name": "RARLAB WinRAR Path Traversal Vulnerability (variant: CVE-2025-8088)",
|
|
@@ -36815,7 +36914,7 @@
|
|
|
36815
36914
|
"cwe_refs": [
|
|
36816
36915
|
"CWE-611"
|
|
36817
36916
|
],
|
|
36818
|
-
"source_verified": "2026-05-
|
|
36917
|
+
"source_verified": "2026-05-29",
|
|
36819
36918
|
"verification_sources": [
|
|
36820
36919
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
36821
36920
|
"https://documentation.sysaid.com/docs/24-40-60",
|
|
@@ -36844,11 +36943,21 @@
|
|
|
36844
36943
|
"published_date": "2025-07-22"
|
|
36845
36944
|
}
|
|
36846
36945
|
],
|
|
36847
|
-
"last_updated": "2026-05-
|
|
36946
|
+
"last_updated": "2026-05-29",
|
|
36848
36947
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-22; due date 2025-08-12. Notes reference: https://documentation.sysaid.com/docs/24-40-60 ; https://nvd.nist.gov/vuln/detail/CVE-2025-2775",
|
|
36849
|
-
"_auto_imported":
|
|
36850
|
-
"_intake_method": "
|
|
36851
|
-
"_kev_short_description": "SysAid On-Prem contains an improper restriction of XML external entity reference vulnerability in the Checkin processing functionality, allowing for administrator account takeover and file read primitives."
|
|
36948
|
+
"_auto_imported": false,
|
|
36949
|
+
"_intake_method": "manual-verified-curation",
|
|
36950
|
+
"_kev_short_description": "SysAid On-Prem contains an improper restriction of XML external entity reference vulnerability in the Checkin processing functionality, allowing for administrator account takeover and file read primitives.",
|
|
36951
|
+
"iocs": {
|
|
36952
|
+
"behavioral": [
|
|
36953
|
+
"SysAid On-Prem reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
36954
|
+
"Unauthenticated requests to the SysAid consistent with XML external entity.",
|
|
36955
|
+
"Post-exploitation indicators on the SysAid — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
|
|
36956
|
+
],
|
|
36957
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-2775, CISA KEV (added 2025-07-22), and the vendor security advisory recorded in vendor_advisories."
|
|
36958
|
+
},
|
|
36959
|
+
"_draft": false,
|
|
36960
|
+
"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."
|
|
36852
36961
|
},
|
|
36853
36962
|
"CVE-2025-2776": {
|
|
36854
36963
|
"name": "SysAid On-Prem Improper Restriction of XML External Entity Reference Vulnerability (variant: CVE-2025-2776)",
|
|
@@ -36911,7 +37020,7 @@
|
|
|
36911
37020
|
"cwe_refs": [
|
|
36912
37021
|
"CWE-611"
|
|
36913
37022
|
],
|
|
36914
|
-
"source_verified": "2026-05-
|
|
37023
|
+
"source_verified": "2026-05-29",
|
|
36915
37024
|
"verification_sources": [
|
|
36916
37025
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
36917
37026
|
"https://documentation.sysaid.com/docs/24-40-60",
|
|
@@ -36940,11 +37049,21 @@
|
|
|
36940
37049
|
"published_date": "2025-07-22"
|
|
36941
37050
|
}
|
|
36942
37051
|
],
|
|
36943
|
-
"last_updated": "2026-05-
|
|
37052
|
+
"last_updated": "2026-05-29",
|
|
36944
37053
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-22; due date 2025-08-12. Notes reference: https://documentation.sysaid.com/docs/24-40-60 ; https://nvd.nist.gov/vuln/detail/CVE-2025-2776",
|
|
36945
|
-
"_auto_imported":
|
|
36946
|
-
"_intake_method": "
|
|
36947
|
-
"_kev_short_description": "SysAid On-Prem contains an improper restriction of XML external entity reference vulnerability in the Server URL processing functionality, allowing for administrator account takeover and file read primitives."
|
|
37054
|
+
"_auto_imported": false,
|
|
37055
|
+
"_intake_method": "manual-verified-curation",
|
|
37056
|
+
"_kev_short_description": "SysAid On-Prem contains an improper restriction of XML external entity reference vulnerability in the Server URL processing functionality, allowing for administrator account takeover and file read primitives.",
|
|
37057
|
+
"iocs": {
|
|
37058
|
+
"behavioral": [
|
|
37059
|
+
"SysAid On-Prem reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
37060
|
+
"Unauthenticated requests to the SysAid consistent with XML external entity.",
|
|
37061
|
+
"Post-exploitation indicators on the SysAid — web shells, unexpected process execution, administrative actions without a matching login, or anomalous tasking pushed to managed/downstream systems (KEV-confirmed in-the-wild exploitation)."
|
|
37062
|
+
],
|
|
37063
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-2776, CISA KEV (added 2025-07-22), and the vendor security advisory recorded in vendor_advisories."
|
|
37064
|
+
},
|
|
37065
|
+
"_draft": false,
|
|
37066
|
+
"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."
|
|
36948
37067
|
},
|
|
36949
37068
|
"CVE-2025-6558": {
|
|
36950
37069
|
"name": "Google Chromium ANGLE and GPU Improper Input Validation Vulnerability",
|
|
@@ -37629,7 +37748,8 @@
|
|
|
37629
37748
|
},
|
|
37630
37749
|
"atlas_refs": [],
|
|
37631
37750
|
"attack_refs": [
|
|
37632
|
-
"T1190"
|
|
37751
|
+
"T1190",
|
|
37752
|
+
"T1059"
|
|
37633
37753
|
],
|
|
37634
37754
|
"rwep_score": 77,
|
|
37635
37755
|
"rwep_factors": {
|
|
@@ -37650,7 +37770,7 @@
|
|
|
37650
37770
|
"cwe_refs": [
|
|
37651
37771
|
"CWE-158"
|
|
37652
37772
|
],
|
|
37653
|
-
"source_verified": "2026-05-
|
|
37773
|
+
"source_verified": "2026-05-29",
|
|
37654
37774
|
"verification_sources": [
|
|
37655
37775
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
37656
37776
|
"https://www.wftpserver.com/serverhistory.htm",
|
|
@@ -37679,11 +37799,21 @@
|
|
|
37679
37799
|
"published_date": "2025-07-14"
|
|
37680
37800
|
}
|
|
37681
37801
|
],
|
|
37682
|
-
"last_updated": "2026-05-
|
|
37802
|
+
"last_updated": "2026-05-29",
|
|
37683
37803
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-07-14; due date 2025-08-04. Notes reference: https://www.wftpserver.com/serverhistory.htm ; https://nvd.nist.gov/vuln/detail/CVE-2025-47812",
|
|
37684
|
-
"_auto_imported":
|
|
37685
|
-
"_intake_method": "
|
|
37686
|
-
"_kev_short_description": "Wing FTP Server contains an improper neutralization of null byte or NUL character vulnerability that can allow injection of arbitrary Lua code into user session files. This can be used to execute arbitrary system commands with the privileges of the FTP service (root or SYSTEM by default)."
|
|
37804
|
+
"_auto_imported": false,
|
|
37805
|
+
"_intake_method": "manual-verified-curation",
|
|
37806
|
+
"_kev_short_description": "Wing FTP Server contains an improper neutralization of null byte or NUL character vulnerability that can allow injection of arbitrary Lua code into user session files. This can be used to execute arbitrary system commands with the privileges of the FTP service (root or SYSTEM by default).",
|
|
37807
|
+
"iocs": {
|
|
37808
|
+
"behavioral": [
|
|
37809
|
+
"Wing FTP Server reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
37810
|
+
"Unauthenticated requests to the Wing FTP Server consistent with improper-neutralization null-byte flaw.",
|
|
37811
|
+
"Post-exploitation indicators on the Wing FTP Server — web shells, unexpected process execution, or service crashes consistent with memory corruption — with no corresponding legitimate activity (KEV-confirmed in-the-wild exploitation)."
|
|
37812
|
+
],
|
|
37813
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-47812, CISA KEV (added 2025-07-14), and the vendor security advisory recorded in vendor_advisories."
|
|
37814
|
+
},
|
|
37815
|
+
"_draft": false,
|
|
37816
|
+
"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."
|
|
37687
37817
|
},
|
|
37688
37818
|
"CVE-2025-5777": {
|
|
37689
37819
|
"name": "Citrix NetScaler ADC and Gateway Out-of-Bounds Read Vulnerability",
|
|
@@ -40557,7 +40687,8 @@
|
|
|
40557
40687
|
},
|
|
40558
40688
|
"atlas_refs": [],
|
|
40559
40689
|
"attack_refs": [
|
|
40560
|
-
"T1592"
|
|
40690
|
+
"T1592",
|
|
40691
|
+
"T1190"
|
|
40561
40692
|
],
|
|
40562
40693
|
"rwep_score": 77,
|
|
40563
40694
|
"rwep_factors": {
|
|
@@ -40578,7 +40709,7 @@
|
|
|
40578
40709
|
"cwe_refs": [
|
|
40579
40710
|
"CWE-22"
|
|
40580
40711
|
],
|
|
40581
|
-
"source_verified": "2026-05-
|
|
40712
|
+
"source_verified": "2026-05-29",
|
|
40582
40713
|
"verification_sources": [
|
|
40583
40714
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
40584
40715
|
"https://security.samsungtv.com/securityUpdates#SVP-MAY-2025",
|
|
@@ -40607,11 +40738,21 @@
|
|
|
40607
40738
|
"published_date": "2025-05-22"
|
|
40608
40739
|
}
|
|
40609
40740
|
],
|
|
40610
|
-
"last_updated": "2026-05-
|
|
40741
|
+
"last_updated": "2026-05-29",
|
|
40611
40742
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2025-05-22; due date 2025-06-12. Notes reference: https://security.samsungtv.com/securityUpdates#SVP-MAY-2025 ; https://nvd.nist.gov/vuln/detail/CVE-2025-4632",
|
|
40612
|
-
"_auto_imported":
|
|
40613
|
-
"_intake_method": "
|
|
40614
|
-
"_kev_short_description": "Samsung MagicINFO 9 Server contains a path traversal vulnerability that allows an attacker to write arbitrary file as system authority."
|
|
40743
|
+
"_auto_imported": false,
|
|
40744
|
+
"_intake_method": "manual-verified-curation",
|
|
40745
|
+
"_kev_short_description": "Samsung MagicINFO 9 Server contains a path traversal vulnerability that allows an attacker to write arbitrary file as system authority.",
|
|
40746
|
+
"iocs": {
|
|
40747
|
+
"behavioral": [
|
|
40748
|
+
"Samsung MagicINFO 9 Server reachable on the network at a version below the fixed release named in the vendor advisory.",
|
|
40749
|
+
"Unauthenticated requests to the MagicINFO Server consistent with path-traversal flaw.",
|
|
40750
|
+
"Post-exploitation indicators on the MagicINFO Server — web shells, unexpected process execution, or service crashes consistent with memory corruption — with no corresponding legitimate activity (KEV-confirmed in-the-wild exploitation)."
|
|
40751
|
+
],
|
|
40752
|
+
"_ioc_source_note": "Anchored to NVD CVE-2025-4632, CISA KEV (added 2025-05-22), and the vendor security advisory recorded in vendor_advisories."
|
|
40753
|
+
},
|
|
40754
|
+
"_draft": false,
|
|
40755
|
+
"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."
|
|
40615
40756
|
},
|
|
40616
40757
|
"CVE-2023-38950": {
|
|
40617
40758
|
"name": "ZKTeco BioTime Path Traversal Vulnerability",
|