@blamejs/exceptd-skills 0.15.2 → 0.15.3
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 +130 -45
- package/data/zeroday-lessons.json +328 -104
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.15.3 — 2026-05-29
|
|
4
|
+
|
|
5
|
+
Draft-curation pass (1 of an ongoing series). Eight CISA KEV-listed CVE entries that were carried as auto-imported drafts are promoted to fully-curated entries with behavioral IOCs, ATT&CK enrichment, and matching zero-day lessons: Apache ActiveMQ (CVE-2026-34197), Microsoft SharePoint deserialization (CVE-2026-20963), BeyondTrust RS/PRA command injection (CVE-2026-1731), Fortinet FortiClient EMS SQL injection (CVE-2026-21643), Ivanti EPMM code injection (CVE-2026-1340), Cisco Secure Firewall Management Center deserialization (CVE-2026-20131), Broadcom VMware Aria Operations command injection (CVE-2026-22719), and Soliton FileZen command injection (CVE-2026-25108). The CVSS, KEV status, and vendor advisories were retained from the verified import; curation adds detection and response guidance.
|
|
6
|
+
|
|
3
7
|
## 0.15.2 — 2026-05-29
|
|
4
8
|
|
|
5
9
|
Every curated catalog entry now carries detection IOCs. The 51 operator-curated CVE/MAL entries that previously lacked an `iocs` block — spanning the actively-exploited perimeter and supply-chain entries (runc, xz-utils, SolarWinds, Citrix, ConnectWise, Cisco SD-WAN, FortiOS), the AI-ecosystem cluster (MLflow, vLLM, Ollama, LangChain, the MCP SDK, Big Sleep AI-discovered bugs), the malicious-package supply-chain worms (Shai-Hulud, ultralytics, the RubyGems/PyPI stealers), and the Pwn2Own appliance chains — now ship behavioral detection indicators derived from each entry's documented vulnerability mechanics, with the indicator provenance recorded per entry. Detection coverage for the curated catalog is now complete.
|
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-29T15:42:14.664Z",
|
|
4
4
|
"generator": "scripts/build-indexes.js",
|
|
5
5
|
"source_count": 54,
|
|
6
6
|
"source_hashes": {
|
|
7
|
-
"manifest.json": "
|
|
7
|
+
"manifest.json": "e8e97bbe842dcab1f5fcde056ec1afc32a3c2ce6b9ddd7ee29a0fee8c606b9b1",
|
|
8
8
|
"data/atlas-ttps.json": "878b4a08bb73c8d20396d85cf433a88f2bc5e7a8cbf7f6ab773ce7ede0a11251",
|
|
9
|
-
"data/attack-techniques.json": "
|
|
10
|
-
"data/cve-catalog.json": "
|
|
9
|
+
"data/attack-techniques.json": "a55232127999ce6aed914016e7a8eab5104cb1142fe2196c9e6d4daf975a41c0",
|
|
10
|
+
"data/cve-catalog.json": "3dcdbf16b8c33352526399070142a65a077d1d8d39ce8283bda1d7fb5aa39852",
|
|
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": "3ae4273d8d79b787bc5053da3de1aedab043ef97e1098e39be19975114f12ff9",
|
|
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",
|
|
@@ -322,13 +322,17 @@
|
|
|
322
322
|
"CVE-2025-68668",
|
|
323
323
|
"CVE-2025-8747",
|
|
324
324
|
"CVE-2026-0766",
|
|
325
|
+
"CVE-2026-1340",
|
|
326
|
+
"CVE-2026-1731",
|
|
325
327
|
"CVE-2026-21858",
|
|
326
328
|
"CVE-2026-21877",
|
|
327
329
|
"CVE-2026-22252",
|
|
328
330
|
"CVE-2026-22688",
|
|
331
|
+
"CVE-2026-22719",
|
|
329
332
|
"CVE-2026-22778",
|
|
330
333
|
"CVE-2026-24213",
|
|
331
334
|
"CVE-2026-24214",
|
|
335
|
+
"CVE-2026-25108",
|
|
332
336
|
"CVE-2026-25592",
|
|
333
337
|
"CVE-2026-26015",
|
|
334
338
|
"CVE-2026-26190",
|
|
@@ -345,6 +349,7 @@
|
|
|
345
349
|
"CVE-2026-32202",
|
|
346
350
|
"CVE-2026-33017",
|
|
347
351
|
"CVE-2026-34159",
|
|
352
|
+
"CVE-2026-34197",
|
|
348
353
|
"CVE-2026-39884",
|
|
349
354
|
"CVE-2026-39987",
|
|
350
355
|
"CVE-2026-40933",
|
package/data/cve-catalog.json
CHANGED
|
@@ -8978,7 +8978,8 @@
|
|
|
8978
8978
|
},
|
|
8979
8979
|
"atlas_refs": [],
|
|
8980
8980
|
"attack_refs": [
|
|
8981
|
-
"T1190"
|
|
8981
|
+
"T1190",
|
|
8982
|
+
"T1059"
|
|
8982
8983
|
],
|
|
8983
8984
|
"rwep_score": 77,
|
|
8984
8985
|
"rwep_factors": {
|
|
@@ -9000,7 +9001,7 @@
|
|
|
9000
9001
|
"CWE-20",
|
|
9001
9002
|
"CWE-94"
|
|
9002
9003
|
],
|
|
9003
|
-
"source_verified": "2026-05-
|
|
9004
|
+
"source_verified": "2026-05-29",
|
|
9004
9005
|
"verification_sources": [
|
|
9005
9006
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
9006
9007
|
"https://activemq.apache.org/security-advisories.data/CVE-2026-34197-announcement.txt",
|
|
@@ -9029,11 +9030,21 @@
|
|
|
9029
9030
|
"published_date": "2026-04-16"
|
|
9030
9031
|
}
|
|
9031
9032
|
],
|
|
9032
|
-
"last_updated": "2026-05-
|
|
9033
|
+
"last_updated": "2026-05-29",
|
|
9033
9034
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-16; due date 2026-04-30. Notes reference: https://activemq.apache.org/security-advisories.data/CVE-2026-34197-announcement.txt ; https://nvd.nist.gov/vuln/detail/CVE-2026-34197",
|
|
9034
|
-
"_auto_imported":
|
|
9035
|
-
"_intake_method": "
|
|
9036
|
-
"_kev_short_description": "Apache ActiveMQ contains an improper input validation vulnerability that allows for code injection."
|
|
9035
|
+
"_auto_imported": false,
|
|
9036
|
+
"_intake_method": "manual-verified-curation",
|
|
9037
|
+
"_kev_short_description": "Apache ActiveMQ contains an improper input validation vulnerability that allows for code injection.",
|
|
9038
|
+
"iocs": {
|
|
9039
|
+
"behavioral": [
|
|
9040
|
+
"Apache ActiveMQ reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
9041
|
+
"Unauthenticated requests to the broker consistent with improper input validation leading to code execution (CWE-20/CWE-94) reachable by an unauthenticated network attacker against the message broker.",
|
|
9042
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the broker with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
9043
|
+
],
|
|
9044
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-34197, CISA KEV (added 2026-04-16), and the vendor advisory recorded in vendor_advisories."
|
|
9045
|
+
},
|
|
9046
|
+
"_draft": false,
|
|
9047
|
+
"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."
|
|
9037
9048
|
},
|
|
9038
9049
|
"CVE-2009-0238": {
|
|
9039
9050
|
"name": "Microsoft Office Remote Code Execution",
|
|
@@ -9767,7 +9778,7 @@
|
|
|
9767
9778
|
"cwe_refs": [
|
|
9768
9779
|
"CWE-89"
|
|
9769
9780
|
],
|
|
9770
|
-
"source_verified": "2026-05-
|
|
9781
|
+
"source_verified": "2026-05-29",
|
|
9771
9782
|
"verification_sources": [
|
|
9772
9783
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
9773
9784
|
"https://fortiguard.fortinet.com/psirt/FG-IR-25-1142",
|
|
@@ -9796,11 +9807,21 @@
|
|
|
9796
9807
|
"published_date": "2026-04-13"
|
|
9797
9808
|
}
|
|
9798
9809
|
],
|
|
9799
|
-
"last_updated": "2026-05-
|
|
9810
|
+
"last_updated": "2026-05-29",
|
|
9800
9811
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-13; due date 2026-04-16. Notes reference: https://fortiguard.fortinet.com/psirt/FG-IR-25-1142 ; https://nvd.nist.gov/vuln/detail/CVE-2026-21643",
|
|
9801
|
-
"_auto_imported":
|
|
9802
|
-
"_intake_method": "
|
|
9803
|
-
"_kev_short_description": "Fortinet FortiClient EMS contains a SQL injection vulnerability that may allow an unauthenticated attacker to execute unauthorized code or commands via specifically crafted HTTP requests."
|
|
9812
|
+
"_auto_imported": false,
|
|
9813
|
+
"_intake_method": "manual-verified-curation",
|
|
9814
|
+
"_kev_short_description": "Fortinet FortiClient EMS contains a SQL injection vulnerability that may allow an unauthenticated attacker to execute unauthorized code or commands via specifically crafted HTTP requests.",
|
|
9815
|
+
"iocs": {
|
|
9816
|
+
"behavioral": [
|
|
9817
|
+
"Fortinet FortiClient EMS reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
9818
|
+
"Unauthenticated requests to the EMS management server consistent with SQL injection (CWE-89) on the FortiClient EMS management surface escalating to remote code execution.",
|
|
9819
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the EMS management server with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
9820
|
+
],
|
|
9821
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-21643, CISA KEV (added 2026-04-13), and the vendor advisory recorded in vendor_advisories."
|
|
9822
|
+
},
|
|
9823
|
+
"_draft": false,
|
|
9824
|
+
"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."
|
|
9804
9825
|
},
|
|
9805
9826
|
"CVE-2026-34621": {
|
|
9806
9827
|
"name": "Adobe Acrobat and Reader Prototype Pollution Vulnerability",
|
|
@@ -9938,7 +9959,8 @@
|
|
|
9938
9959
|
},
|
|
9939
9960
|
"atlas_refs": [],
|
|
9940
9961
|
"attack_refs": [
|
|
9941
|
-
"T1190"
|
|
9962
|
+
"T1190",
|
|
9963
|
+
"T1059"
|
|
9942
9964
|
],
|
|
9943
9965
|
"rwep_score": 77,
|
|
9944
9966
|
"rwep_factors": {
|
|
@@ -9959,7 +9981,7 @@
|
|
|
9959
9981
|
"cwe_refs": [
|
|
9960
9982
|
"CWE-94"
|
|
9961
9983
|
],
|
|
9962
|
-
"source_verified": "2026-05-
|
|
9984
|
+
"source_verified": "2026-05-29",
|
|
9963
9985
|
"verification_sources": [
|
|
9964
9986
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
9965
9987
|
"https://hub.ivanti.com/s/article/Security-Advisory-Ivanti-Endpoint-Manager-Mobile-EPMM-CVE-2026-1281-CVE-2026-1340?language=en_US",
|
|
@@ -9990,11 +10012,21 @@
|
|
|
9990
10012
|
"published_date": "2026-04-08"
|
|
9991
10013
|
}
|
|
9992
10014
|
],
|
|
9993
|
-
"last_updated": "2026-05-
|
|
10015
|
+
"last_updated": "2026-05-29",
|
|
9994
10016
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-04-08; due date 2026-04-11. Notes reference: Please adhere to Ivanti's guidelines to assess exposure and mitigate risks. Check for signs of potential compromise on all internet accessible Ivanti products affected by this vulnerability. Apply any",
|
|
9995
|
-
"_auto_imported":
|
|
9996
|
-
"_intake_method": "
|
|
9997
|
-
"_kev_short_description": "Ivanti Endpoint Manager Mobile (EPMM) contains a code injection vulnerability that could allow attackers to achieve unauthenticated remote code execution."
|
|
10017
|
+
"_auto_imported": false,
|
|
10018
|
+
"_intake_method": "manual-verified-curation",
|
|
10019
|
+
"_kev_short_description": "Ivanti Endpoint Manager Mobile (EPMM) contains a code injection vulnerability that could allow attackers to achieve unauthenticated remote code execution.",
|
|
10020
|
+
"iocs": {
|
|
10021
|
+
"behavioral": [
|
|
10022
|
+
"Ivanti Endpoint Manager Mobile (EPMM) reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
10023
|
+
"Unauthenticated requests to the EPMM server consistent with code injection (CWE-94) yielding unauthenticated remote code execution on the EPMM management surface.",
|
|
10024
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the EPMM server with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
10025
|
+
],
|
|
10026
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-1340, CISA KEV (added 2026-04-08), and the vendor advisory recorded in vendor_advisories."
|
|
10027
|
+
},
|
|
10028
|
+
"_draft": false,
|
|
10029
|
+
"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."
|
|
9998
10030
|
},
|
|
9999
10031
|
"CVE-2026-35616": {
|
|
10000
10032
|
"name": "Fortinet FortiClient EMS Improper Access Control Vulnerability",
|
|
@@ -20957,7 +20989,7 @@
|
|
|
20957
20989
|
"cwe_refs": [
|
|
20958
20990
|
"CWE-502"
|
|
20959
20991
|
],
|
|
20960
|
-
"source_verified": "2026-05-
|
|
20992
|
+
"source_verified": "2026-05-29",
|
|
20961
20993
|
"verification_sources": [
|
|
20962
20994
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
20963
20995
|
"https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-fmc-rce-NKhnULJh",
|
|
@@ -20986,11 +21018,21 @@
|
|
|
20986
21018
|
"published_date": "2026-03-19"
|
|
20987
21019
|
}
|
|
20988
21020
|
],
|
|
20989
|
-
"last_updated": "2026-05-
|
|
21021
|
+
"last_updated": "2026-05-29",
|
|
20990
21022
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-19; due date 2026-03-22. Notes reference: https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-fmc-rce-NKhnULJh ; https://nvd.nist.gov/vuln/detail/CVE-2026-20131",
|
|
20991
|
-
"_auto_imported":
|
|
20992
|
-
"_intake_method": "
|
|
20993
|
-
"_kev_short_description": "Cisco Secure Firewall Management Center (FMC) Software and Cisco Security Cloud Control (SCC) Firewall Management contain a deserialization of untrusted data vulnerability in the web-based management interface that could allow an unauthenticated, remote attacker to execute arbitrary Java code as root on an affected device."
|
|
21023
|
+
"_auto_imported": false,
|
|
21024
|
+
"_intake_method": "manual-verified-curation",
|
|
21025
|
+
"_kev_short_description": "Cisco Secure Firewall Management Center (FMC) Software and Cisco Security Cloud Control (SCC) Firewall Management contain a deserialization of untrusted data vulnerability in the web-based management interface that could allow an unauthenticated, remote attacker to execute arbitrary Java code as root on an affected device.",
|
|
21026
|
+
"iocs": {
|
|
21027
|
+
"behavioral": [
|
|
21028
|
+
"Cisco Secure Firewall Management Center (FMC) reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
21029
|
+
"Unauthenticated requests to the FMC management plane consistent with deserialization of untrusted data (CWE-502) yielding unauthenticated remote code execution on the firewall management plane.",
|
|
21030
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the FMC management plane with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
21031
|
+
],
|
|
21032
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-20131, CISA KEV (added 2026-03-19), and the vendor advisory recorded in vendor_advisories."
|
|
21033
|
+
},
|
|
21034
|
+
"_draft": false,
|
|
21035
|
+
"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."
|
|
20994
21036
|
},
|
|
20995
21037
|
"CVE-2025-66376": {
|
|
20996
21038
|
"name": "Synacor Zimbra Collaboration Suite (ZCS) Cross-Site Scripting Vulnerability",
|
|
@@ -21148,7 +21190,7 @@
|
|
|
21148
21190
|
"cwe_refs": [
|
|
21149
21191
|
"CWE-502"
|
|
21150
21192
|
],
|
|
21151
|
-
"source_verified": "2026-05-
|
|
21193
|
+
"source_verified": "2026-05-29",
|
|
21152
21194
|
"verification_sources": [
|
|
21153
21195
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
21154
21196
|
"https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20963",
|
|
@@ -21177,11 +21219,21 @@
|
|
|
21177
21219
|
"published_date": "2026-03-18"
|
|
21178
21220
|
}
|
|
21179
21221
|
],
|
|
21180
|
-
"last_updated": "2026-05-
|
|
21222
|
+
"last_updated": "2026-05-29",
|
|
21181
21223
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-18; due date 2026-03-21. Notes reference: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20963 ; https://nvd.nist.gov/vuln/detail/CVE-2026-20963",
|
|
21182
|
-
"_auto_imported":
|
|
21183
|
-
"_intake_method": "
|
|
21184
|
-
"_kev_short_description": "Microsoft SharePoint contains a deserialization of untrusted data vulnerability that allows an unauthorized attacker to execute code over a network."
|
|
21224
|
+
"_auto_imported": false,
|
|
21225
|
+
"_intake_method": "manual-verified-curation",
|
|
21226
|
+
"_kev_short_description": "Microsoft SharePoint contains a deserialization of untrusted data vulnerability that allows an unauthorized attacker to execute code over a network.",
|
|
21227
|
+
"iocs": {
|
|
21228
|
+
"behavioral": [
|
|
21229
|
+
"Microsoft SharePoint reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
21230
|
+
"Unauthenticated requests to the SharePoint server consistent with deserialization of untrusted data (CWE-502) yielding unauthenticated remote code execution on the SharePoint web surface.",
|
|
21231
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the SharePoint server with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
21232
|
+
],
|
|
21233
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-20963, CISA KEV (added 2026-03-18), and the vendor advisory recorded in vendor_advisories."
|
|
21234
|
+
},
|
|
21235
|
+
"_draft": false,
|
|
21236
|
+
"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."
|
|
21185
21237
|
},
|
|
21186
21238
|
"CVE-2025-47813": {
|
|
21187
21239
|
"name": "Wing FTP Server Information Disclosure Vulnerability",
|
|
@@ -22379,7 +22431,8 @@
|
|
|
22379
22431
|
},
|
|
22380
22432
|
"atlas_refs": [],
|
|
22381
22433
|
"attack_refs": [
|
|
22382
|
-
"T1190"
|
|
22434
|
+
"T1190",
|
|
22435
|
+
"T1059"
|
|
22383
22436
|
],
|
|
22384
22437
|
"rwep_score": 77,
|
|
22385
22438
|
"rwep_factors": {
|
|
@@ -22400,7 +22453,7 @@
|
|
|
22400
22453
|
"cwe_refs": [
|
|
22401
22454
|
"CWE-77"
|
|
22402
22455
|
],
|
|
22403
|
-
"source_verified": "2026-05-
|
|
22456
|
+
"source_verified": "2026-05-29",
|
|
22404
22457
|
"verification_sources": [
|
|
22405
22458
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
22406
22459
|
"https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36947",
|
|
@@ -22430,11 +22483,21 @@
|
|
|
22430
22483
|
"published_date": "2026-03-03"
|
|
22431
22484
|
}
|
|
22432
22485
|
],
|
|
22433
|
-
"last_updated": "2026-05-
|
|
22486
|
+
"last_updated": "2026-05-29",
|
|
22434
22487
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-03-03; due date 2026-03-24. Notes reference: https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36947 ; https://knowledge.broadcom.com/external/article/430349 ; https://nvd.nist.gov/vuln/det",
|
|
22435
|
-
"_auto_imported":
|
|
22436
|
-
"_intake_method": "
|
|
22437
|
-
"_kev_short_description": "Broadcom VMware Aria Operations formerly known as vRealize Operations (vROps) contains a command injection vulnerability that allows an unauthenticated attacker to execute arbitrary commands, potentially leading to remote code execution during support‑assisted product migration."
|
|
22488
|
+
"_auto_imported": false,
|
|
22489
|
+
"_intake_method": "manual-verified-curation",
|
|
22490
|
+
"_kev_short_description": "Broadcom VMware Aria Operations formerly known as vRealize Operations (vROps) contains a command injection vulnerability that allows an unauthenticated attacker to execute arbitrary commands, potentially leading to remote code execution during support‑assisted product migration.",
|
|
22491
|
+
"iocs": {
|
|
22492
|
+
"behavioral": [
|
|
22493
|
+
"Broadcom VMware Aria Operations reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
22494
|
+
"Unauthenticated requests to the Aria Operations consistent with command injection (CWE-77) giving command execution on the Aria Operations management surface.",
|
|
22495
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the Aria Operations with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
22496
|
+
],
|
|
22497
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-22719, CISA KEV (added 2026-03-03), and the vendor advisory recorded in vendor_advisories."
|
|
22498
|
+
},
|
|
22499
|
+
"_draft": false,
|
|
22500
|
+
"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."
|
|
22438
22501
|
},
|
|
22439
22502
|
"CVE-2026-21385": {
|
|
22440
22503
|
"name": "Qualcomm Multiple Chipsets Memory Corruption Vulnerability",
|
|
@@ -22767,7 +22830,8 @@
|
|
|
22767
22830
|
},
|
|
22768
22831
|
"atlas_refs": [],
|
|
22769
22832
|
"attack_refs": [
|
|
22770
|
-
"T1190"
|
|
22833
|
+
"T1190",
|
|
22834
|
+
"T1059"
|
|
22771
22835
|
],
|
|
22772
22836
|
"rwep_score": 77,
|
|
22773
22837
|
"rwep_factors": {
|
|
@@ -22788,7 +22852,7 @@
|
|
|
22788
22852
|
"cwe_refs": [
|
|
22789
22853
|
"CWE-78"
|
|
22790
22854
|
],
|
|
22791
|
-
"source_verified": "2026-05-
|
|
22855
|
+
"source_verified": "2026-05-29",
|
|
22792
22856
|
"verification_sources": [
|
|
22793
22857
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
22794
22858
|
"https://jvn.jp/en/jp/JVN84622767/",
|
|
@@ -22817,11 +22881,21 @@
|
|
|
22817
22881
|
"published_date": "2026-02-24"
|
|
22818
22882
|
}
|
|
22819
22883
|
],
|
|
22820
|
-
"last_updated": "2026-05-
|
|
22884
|
+
"last_updated": "2026-05-29",
|
|
22821
22885
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-24; due date 2026-03-17. Notes reference: https://jvn.jp/en/jp/JVN84622767/ ; https://nvd.nist.gov/vuln/detail/CVE-2026-25108",
|
|
22822
|
-
"_auto_imported":
|
|
22823
|
-
"_intake_method": "
|
|
22824
|
-
"_kev_short_description": "Soliton Systems K.K FileZen contains an OS command injection vulnerability when an user logs-in to the affected product and sends a specially crafted HTTP request."
|
|
22886
|
+
"_auto_imported": false,
|
|
22887
|
+
"_intake_method": "manual-verified-curation",
|
|
22888
|
+
"_kev_short_description": "Soliton Systems K.K FileZen contains an OS command injection vulnerability when an user logs-in to the affected product and sends a specially crafted HTTP request.",
|
|
22889
|
+
"iocs": {
|
|
22890
|
+
"behavioral": [
|
|
22891
|
+
"Soliton FileZen reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
22892
|
+
"Unauthenticated requests to the FileZen file-transfer appliance consistent with OS command injection (CWE-78) giving an unauthenticated attacker command execution on the managed-file-transfer appliance.",
|
|
22893
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the FileZen file-transfer appliance with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
22894
|
+
],
|
|
22895
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-25108, CISA KEV (added 2026-02-24), and the vendor advisory recorded in vendor_advisories."
|
|
22896
|
+
},
|
|
22897
|
+
"_draft": false,
|
|
22898
|
+
"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."
|
|
22825
22899
|
},
|
|
22826
22900
|
"CVE-2025-49113": {
|
|
22827
22901
|
"name": "RoundCube Webmail Deserialization of Untrusted Data Vulnerability",
|
|
@@ -23635,7 +23709,8 @@
|
|
|
23635
23709
|
},
|
|
23636
23710
|
"atlas_refs": [],
|
|
23637
23711
|
"attack_refs": [
|
|
23638
|
-
"T1190"
|
|
23712
|
+
"T1190",
|
|
23713
|
+
"T1059"
|
|
23639
23714
|
],
|
|
23640
23715
|
"rwep_score": 83,
|
|
23641
23716
|
"rwep_factors": {
|
|
@@ -23656,7 +23731,7 @@
|
|
|
23656
23731
|
"cwe_refs": [
|
|
23657
23732
|
"CWE-78"
|
|
23658
23733
|
],
|
|
23659
|
-
"source_verified": "2026-05-
|
|
23734
|
+
"source_verified": "2026-05-29",
|
|
23660
23735
|
"verification_sources": [
|
|
23661
23736
|
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
23662
23737
|
"https://www.beyondtrust.com/trust-center/security-advisories/bt26-02",
|
|
@@ -23685,11 +23760,21 @@
|
|
|
23685
23760
|
"published_date": "2026-02-13"
|
|
23686
23761
|
}
|
|
23687
23762
|
],
|
|
23688
|
-
"last_updated": "2026-05-
|
|
23763
|
+
"last_updated": "2026-05-29",
|
|
23689
23764
|
"discovery_attribution_note": "Bulk-imported from CISA KEV catalog version 2026.05.15. KEV listing date 2026-02-13; due date 2026-02-16. Notes reference: Please adhere to the vendor's guidelines to assess exposure and mitigate risks. Check for signs of potential compromise on all internet accessible BeyondTrust products affected by this vulnerability. ",
|
|
23690
|
-
"_auto_imported":
|
|
23691
|
-
"_intake_method": "
|
|
23692
|
-
"_kev_short_description": "BeyondTrust Remote Support (RS) and Privileged Remote Access (PRA)contain an OS command injection vulnerability. Successful exploitation could allow an unauthenticated remote attacker to execute operating system commands in the context of the site user. Successful exploitation requires no authentication or user interaction and may lead to system compromise, including unauthorized access, data exfiltration, and service disruption."
|
|
23765
|
+
"_auto_imported": false,
|
|
23766
|
+
"_intake_method": "manual-verified-curation",
|
|
23767
|
+
"_kev_short_description": "BeyondTrust Remote Support (RS) and Privileged Remote Access (PRA)contain an OS command injection vulnerability. Successful exploitation could allow an unauthenticated remote attacker to execute operating system commands in the context of the site user. Successful exploitation requires no authentication or user interaction and may lead to system compromise, including unauthorized access, data exfiltration, and service disruption.",
|
|
23768
|
+
"iocs": {
|
|
23769
|
+
"behavioral": [
|
|
23770
|
+
"BeyondTrust Remote Support (RS) / Privileged Remote Access (PRA) reachable on the network at a release below the fixed version named in the vendor advisory.",
|
|
23771
|
+
"Unauthenticated requests to the remote-support appliance consistent with OS command injection (CWE-78) giving an unauthenticated attacker command execution on the remote-support/PRA appliance.",
|
|
23772
|
+
"Unexpected command/code execution, child-process spawning, or web shells on the remote-support appliance with no corresponding administrative action (KEV-confirmed in-the-wild exploitation)."
|
|
23773
|
+
],
|
|
23774
|
+
"_ioc_source_note": "Anchored to NVD CVE-2026-1731, CISA KEV (added 2026-02-13), and the vendor advisory recorded in vendor_advisories."
|
|
23775
|
+
},
|
|
23776
|
+
"_draft": false,
|
|
23777
|
+
"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."
|
|
23693
23778
|
},
|
|
23694
23779
|
"CVE-2026-20700": {
|
|
23695
23780
|
"name": "Apple Multiple Buffer Overflow Vulnerability",
|