@blamejs/exceptd-skills 0.13.83 → 0.13.85

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.
@@ -143,6 +143,7 @@
143
143
  "maturity": "high",
144
144
  "last_verified": "2026-05-19",
145
145
  "cve_refs": [
146
+ "CVE-2023-43654",
146
147
  "CVE-2025-1550",
147
148
  "CVE-2025-8747",
148
149
  "CVE-2026-22778",
@@ -1701,9 +1702,13 @@
1701
1702
  "stix_id": "attack-pattern--ebeed0c7-c5de-5049-8f27-efcae5f88b00",
1702
1703
  "is_subtechnique": false,
1703
1704
  "cve_refs": [
1705
+ "CVE-2023-43654",
1704
1706
  "CVE-2023-48022",
1707
+ "CVE-2024-42478",
1708
+ "CVE-2024-42479",
1705
1709
  "CVE-2025-64496",
1706
- "CVE-2026-0766"
1710
+ "CVE-2026-0766",
1711
+ "CVE-2026-34159"
1707
1712
  ]
1708
1713
  },
1709
1714
  "AML.T0050": {
@@ -2790,6 +2795,7 @@
2790
2795
  "stix_id": "attack-pattern--a5cc5062-f672-510a-8a4f-a8d1aa7f5024",
2791
2796
  "is_subtechnique": true,
2792
2797
  "cve_refs": [
2798
+ "CVE-2022-1471",
2793
2799
  "CVE-2025-1550",
2794
2800
  "CVE-2025-8747"
2795
2801
  ]
@@ -269,7 +269,10 @@
269
269
  "DS0017"
270
270
  ],
271
271
  "cve_refs": [
272
+ "CVE-2022-1471",
273
+ "CVE-2023-43654",
272
274
  "CVE-2023-48022",
275
+ "CVE-2024-42479",
273
276
  "CVE-2024-50050",
274
277
  "CVE-2025-1094",
275
278
  "CVE-2025-11837",
@@ -298,6 +301,7 @@
298
301
  "CVE-2026-30624",
299
302
  "CVE-2026-30625",
300
303
  "CVE-2026-32202",
304
+ "CVE-2026-34159",
301
305
  "CVE-2026-39884",
302
306
  "CVE-2026-39987",
303
307
  "CVE-2026-40933",
@@ -821,6 +825,7 @@
821
825
  "CVE-2020-25079",
822
826
  "CVE-2021-22681",
823
827
  "CVE-2021-26828",
828
+ "CVE-2022-1471",
824
829
  "CVE-2022-37055",
825
830
  "CVE-2022-40799",
826
831
  "CVE-2022-48503",
@@ -830,12 +835,15 @@
830
835
  "CVE-2023-33538",
831
836
  "CVE-2023-3519",
832
837
  "CVE-2023-39780",
838
+ "CVE-2023-43654",
833
839
  "CVE-2023-48022",
834
840
  "CVE-2023-52163",
835
841
  "CVE-2024-12987",
836
842
  "CVE-2024-1709",
837
843
  "CVE-2024-21762",
838
844
  "CVE-2024-37079",
845
+ "CVE-2024-42478",
846
+ "CVE-2024-42479",
839
847
  "CVE-2024-43468",
840
848
  "CVE-2024-50050",
841
849
  "CVE-2024-56145",
@@ -985,6 +993,7 @@
985
993
  "CVE-2026-32202",
986
994
  "CVE-2026-33017",
987
995
  "CVE-2026-33634",
996
+ "CVE-2026-34159",
988
997
  "CVE-2026-34197",
989
998
  "CVE-2026-34621",
990
999
  "CVE-2026-3502",
@@ -55,7 +55,7 @@
55
55
  "ai_discovery_methodology": {
56
56
  "field_added": "2026-05-15",
57
57
  "agents_md_target": "Hard Rule #7 — '41% of 2025 zero-days were AI-discovered'. Catalog target rate floor: 0.40.",
58
- "current_rate": 0.035,
58
+ "current_rate": 0.034,
59
59
  "current_floor_enforced_by_test": 0.03,
60
60
  "ladder_to_target": [
61
61
  0.03,
@@ -12035,6 +12035,528 @@
12035
12035
  "_intake_method": "manual-verified-curation",
12036
12036
  "_kev_short_description": "Keras safe_mode (added for CVE-2025-1550) is bypassable through 3.10.0: a crafted .keras archive executes code via built-in module arguments even with safe_mode on (CWE-502). The first fix was incomplete."
12037
12037
  },
12038
+ "CVE-2024-42479": {
12039
+ "name": "llama.cpp RPC Backend SET_TENSOR Out-of-Bounds Write RCE",
12040
+ "type": "RCE",
12041
+ "cvss_score": 9.8,
12042
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
12043
+ "cvss_note": "NIST CVSS v3.1 base 9.8 (CRITICAL); GitHub scored it 10.0 (Scope:Changed). An unsafe data pointer in the rpc_tensor struct enables a write-what-where primitive (CWE-787/CWE-123).",
12044
+ "cisa_kev": false,
12045
+ "poc_available": true,
12046
+ "poc_description": "Public exploitation research exists (pwner.gg and retr0.blog walkthroughs of llama.cpp RPC RCE): an unauthenticated TCP client to the RPC server sends crafted rpc_tensor messages to read/write arbitrary memory and, chaining the primitives, execute code.",
12047
+ "ai_discovered": false,
12048
+ "ai_discovery_source": "human_researcher",
12049
+ "ai_discovery_notes": "Disclosed via llama.cpp (ggml) GitHub security advisories and independent exploitation research. The abused surface is the distributed-inference RPC backend of the most widely used local LLM runtime.",
12050
+ "ai_assisted_weaponization": false,
12051
+ "ai_assisted_notes": "No AI-assisted weaponization; classic memory-safety in the inference RPC backend, notable for the incomplete first fix.",
12052
+ "active_exploitation": "none",
12053
+ "active_exploitation_notes": "Advisory / research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
12054
+ "affected": "llama.cpp prior to build b3561.",
12055
+ "affected_versions": [
12056
+ "llama.cpp < b3561"
12057
+ ],
12058
+ "vector": "llama.cpp's RPC backend deserializes a rpc_tensor whose data pointer is attacker-controlled and unvalidated, so a SET_TENSOR message yields an arbitrary-address write (write-what-where, CWE-123). An unauthenticated attacker with TCP access to the RPC server (default port 50052) achieves remote code execution.",
12059
+ "complexity": "low",
12060
+ "complexity_notes": "NVD AV:N / AC:L / PR:N — unauthenticated TCP access to the RPC server (default port 50052).",
12061
+ "patch_available": true,
12062
+ "patch_required_reboot": false,
12063
+ "live_patch_available": false,
12064
+ "live_patch_tools": [],
12065
+ "live_patch_notes": "Remediation is upgrading llama.cpp to build b3561 or later; rebuild/redeploy, no host reboot.",
12066
+ "vendor_update_paths": [
12067
+ "Upgrade llama.cpp to build b3561 or later. Never expose the RPC server (default port 50052) to untrusted networks; it has no authentication. Bind it to localhost or a trusted segment and run least-privilege."
12068
+ ],
12069
+ "framework_control_gaps": {
12070
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the local-LLM runtime's RPC backend as managed, RCE-bearing software, nor that the first fix left the GRAPH_COMPUTE path unpatched.",
12071
+ "NIST-800-53-SC-7": "Boundary-protection control does not flag the unauthenticated RPC server (port 50052) as a network-exposed execution surface.",
12072
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the inference RPC backend's tensor deserialization as a memory-safety surface.",
12073
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the inference RPC backend as a privileged, unauthenticated control plane.",
12074
+ "DORA-Art-9": "ICT protection measures do not model an unauthenticated inference-RPC memory-corruption RCE as an ICT-risk event.",
12075
+ "UK-CAF-B4": "System Security objective has no objective for validating deserialized tensor bounds in the inference RPC backend.",
12076
+ "AU-ISM-1546": "Patch-application control does not single out the local-LLM runtime's RPC backend.",
12077
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the inference RPC backend's deserialized tensors as untrusted input requiring bounds validation on every command path; per-command patching left GRAPH_COMPUTE exploitable."
12078
+ },
12079
+ "atlas_refs": [
12080
+ "AML.T0049"
12081
+ ],
12082
+ "attack_refs": [
12083
+ "T1190",
12084
+ "T1059"
12085
+ ],
12086
+ "rwep_score": 29,
12087
+ "rwep_factors": {
12088
+ "cisa_kev": 0,
12089
+ "poc_available": 20,
12090
+ "ai_factor": 0,
12091
+ "active_exploitation": 0,
12092
+ "blast_radius": 24,
12093
+ "patch_available": -15,
12094
+ "live_patch_available": 0,
12095
+ "reboot_required": 0
12096
+ },
12097
+ "rwep_notes": "Standard (RWEP 29, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=24 (llama.cpp is the most widely used local LLM runtime) minus patch 15. Note: unauthenticated network reachability of the RPC server raises operational urgency beyond the RWEP number.",
12098
+ "epss_score": null,
12099
+ "epss_date": "2026-05-25",
12100
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
12101
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-42479",
12102
+ "cwe_refs": [
12103
+ "CWE-787",
12104
+ "CWE-123"
12105
+ ],
12106
+ "iocs": {
12107
+ "behavioral": [
12108
+ "Inbound TCP connections to the llama.cpp RPC server (default port 50052) from untrusted hosts.",
12109
+ "RPC messages carrying rpc_tensor structures with a data pointer or buffer field that does not reference a server-allocated buffer (buffer=0 / out-of-range).",
12110
+ "llama.cpp RPC worker crashes, anomalous memory access, or process spawning following GRAPH_COMPUTE / SET_TENSOR / GET_TENSOR traffic.",
12111
+ "llama.cpp at an affected build (llama.cpp < b3561) with the RPC server reachable from untrusted networks — the exposed precondition."
12112
+ ],
12113
+ "_ioc_source_note": "Behavioral signatures derived from the ggml/llama.cpp GitHub security advisory (https://github.com/ggerganov/llama.cpp/security/advisories/GHSA-wcr5-566p-9cwj) and the public exploitation research (https://pwner.gg/blog/2024-10-03-llama-cpp-cves ; https://retr0.blog/blog/llama-rpc-rce), plus NVD CVE-2024-42479 (CWE-787/CWE-123). The unvalidated rpc_tensor data pointer / buffer=0 deserialization is the indicator anchor."
12114
+ },
12115
+ "source_verified": "2026-05-25",
12116
+ "verification_sources": [
12117
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-42479",
12118
+ "https://github.com/ggerganov/llama.cpp/security/advisories/GHSA-wcr5-566p-9cwj",
12119
+ "https://pwner.gg/blog/2024-10-03-llama-cpp-cves"
12120
+ ],
12121
+ "vendor_advisories": [
12122
+ {
12123
+ "vendor": "GitHub Security Advisory",
12124
+ "advisory_id": "CVE-2024-42479",
12125
+ "url": "https://github.com/ggerganov/llama.cpp/security/advisories/GHSA-wcr5-566p-9cwj",
12126
+ "severity": "critical",
12127
+ "published_date": "2024-08-12"
12128
+ },
12129
+ {
12130
+ "vendor": "NVD",
12131
+ "advisory_id": "CVE-2024-42479",
12132
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42479",
12133
+ "severity": "critical",
12134
+ "published_date": "2024-08-12"
12135
+ }
12136
+ ],
12137
+ "last_updated": "2026-05-25",
12138
+ "discovery_attribution_note": "Manually curated from NVD (CWE-787/CWE-123; NIST CVSS 9.8) + the ggml/llama.cpp GitHub security advisory + public exploitation research. Member of the llama.cpp RPC-backend memory-safety family; CVE-2026-34159 is the GRAPH_COMPUTE path the b3561 fix for CVE-2024-42478/42479 left unpatched.",
12139
+ "_auto_imported": false,
12140
+ "_intake_method": "manual-verified-curation",
12141
+ "_kev_short_description": "llama.cpp's RPC backend SET_TENSOR uses an unvalidated rpc_tensor data pointer, giving an unauthenticated attacker a write-what-where primitive and RCE; fixed in b3561."
12142
+ },
12143
+ "CVE-2024-42478": {
12144
+ "name": "llama.cpp RPC Backend GET_TENSOR Out-of-Bounds Read",
12145
+ "type": "INFO-DISCLOSURE",
12146
+ "cvss_score": 9.8,
12147
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
12148
+ "cvss_note": "NIST CVSS v3.1 base 9.8 (CRITICAL). An unsafe data pointer in the rpc_tensor struct enables arbitrary-address reads (CWE-125), a primitive for pointer leaks / ASLR bypass that chains into the write-what-where RCE.",
12149
+ "cisa_kev": false,
12150
+ "poc_available": true,
12151
+ "poc_description": "Public exploitation research exists (pwner.gg and retr0.blog walkthroughs of llama.cpp RPC RCE): an unauthenticated TCP client to the RPC server sends crafted rpc_tensor messages to read/write arbitrary memory and, chaining the primitives, execute code.",
12152
+ "ai_discovered": false,
12153
+ "ai_discovery_source": "human_researcher",
12154
+ "ai_discovery_notes": "Disclosed via llama.cpp (ggml) GitHub security advisories and independent exploitation research. The abused surface is the distributed-inference RPC backend of the most widely used local LLM runtime.",
12155
+ "ai_assisted_weaponization": false,
12156
+ "ai_assisted_notes": "No AI-assisted weaponization; classic memory-safety in the inference RPC backend, notable for the incomplete first fix.",
12157
+ "active_exploitation": "none",
12158
+ "active_exploitation_notes": "Advisory / research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
12159
+ "affected": "llama.cpp prior to build b3561.",
12160
+ "affected_versions": [
12161
+ "llama.cpp < b3561"
12162
+ ],
12163
+ "vector": "llama.cpp's RPC backend deserializes a rpc_tensor whose data pointer is attacker-controlled and unvalidated, so a GET_TENSOR message yields an arbitrary-address read (CWE-125). An unauthenticated attacker with TCP access to the RPC server leaks memory (pointers, ASLR bypass), enabling reliable exploitation of the companion write primitive.",
12164
+ "complexity": "low",
12165
+ "complexity_notes": "NVD AV:N / AC:L / PR:N — unauthenticated TCP access to the RPC server (default port 50052).",
12166
+ "patch_available": true,
12167
+ "patch_required_reboot": false,
12168
+ "live_patch_available": false,
12169
+ "live_patch_tools": [],
12170
+ "live_patch_notes": "Remediation is upgrading llama.cpp to build b3561 or later; rebuild/redeploy, no host reboot.",
12171
+ "vendor_update_paths": [
12172
+ "Upgrade llama.cpp to build b3561 or later. Never expose the RPC server (default port 50052) to untrusted networks; it has no authentication. Bind it to localhost or a trusted segment and run least-privilege."
12173
+ ],
12174
+ "framework_control_gaps": {
12175
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the local-LLM runtime's RPC backend as managed, RCE-bearing software, nor that the first fix left the GRAPH_COMPUTE path unpatched.",
12176
+ "NIST-800-53-SC-7": "Boundary-protection control does not flag the unauthenticated RPC server (port 50052) as a network-exposed execution surface.",
12177
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the inference RPC backend's tensor deserialization as a memory-safety surface.",
12178
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the inference RPC backend as a privileged, unauthenticated control plane.",
12179
+ "DORA-Art-9": "ICT protection measures do not model an unauthenticated inference-RPC memory-corruption RCE as an ICT-risk event.",
12180
+ "UK-CAF-B4": "System Security objective has no objective for validating deserialized tensor bounds in the inference RPC backend.",
12181
+ "AU-ISM-1546": "Patch-application control does not single out the local-LLM runtime's RPC backend.",
12182
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the inference RPC backend's deserialized tensors as untrusted input requiring bounds validation on every command path; per-command patching left GRAPH_COMPUTE exploitable."
12183
+ },
12184
+ "atlas_refs": [
12185
+ "AML.T0049"
12186
+ ],
12187
+ "attack_refs": [
12188
+ "T1190"
12189
+ ],
12190
+ "rwep_score": 29,
12191
+ "rwep_factors": {
12192
+ "cisa_kev": 0,
12193
+ "poc_available": 20,
12194
+ "ai_factor": 0,
12195
+ "active_exploitation": 0,
12196
+ "blast_radius": 24,
12197
+ "patch_available": -15,
12198
+ "live_patch_available": 0,
12199
+ "reboot_required": 0
12200
+ },
12201
+ "rwep_notes": "Standard (RWEP 29, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=24 (llama.cpp is the most widely used local LLM runtime) minus patch 15. Note: unauthenticated network reachability of the RPC server raises operational urgency beyond the RWEP number.",
12202
+ "epss_score": null,
12203
+ "epss_date": "2026-05-25",
12204
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
12205
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-42478",
12206
+ "cwe_refs": [
12207
+ "CWE-125"
12208
+ ],
12209
+ "iocs": {
12210
+ "behavioral": [
12211
+ "Inbound TCP connections to the llama.cpp RPC server (default port 50052) from untrusted hosts.",
12212
+ "RPC messages carrying rpc_tensor structures with a data pointer or buffer field that does not reference a server-allocated buffer (buffer=0 / out-of-range).",
12213
+ "llama.cpp RPC worker crashes, anomalous memory access, or process spawning following GRAPH_COMPUTE / SET_TENSOR / GET_TENSOR traffic.",
12214
+ "llama.cpp at an affected build (llama.cpp < b3561) with the RPC server reachable from untrusted networks — the exposed precondition."
12215
+ ],
12216
+ "_ioc_source_note": "Behavioral signatures derived from the ggml/llama.cpp GitHub security advisory (https://github.com/ggerganov/llama.cpp/security/advisories/GHSA-5vm9-p64x-gqw9) and the public exploitation research (https://pwner.gg/blog/2024-10-03-llama-cpp-cves ; https://retr0.blog/blog/llama-rpc-rce), plus NVD CVE-2024-42478 (CWE-125). The unvalidated rpc_tensor data pointer / buffer=0 deserialization is the indicator anchor."
12217
+ },
12218
+ "source_verified": "2026-05-25",
12219
+ "verification_sources": [
12220
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-42478",
12221
+ "https://github.com/ggerganov/llama.cpp/security/advisories/GHSA-5vm9-p64x-gqw9",
12222
+ "https://pwner.gg/blog/2024-10-03-llama-cpp-cves"
12223
+ ],
12224
+ "vendor_advisories": [
12225
+ {
12226
+ "vendor": "GitHub Security Advisory",
12227
+ "advisory_id": "CVE-2024-42478",
12228
+ "url": "https://github.com/ggerganov/llama.cpp/security/advisories/GHSA-5vm9-p64x-gqw9",
12229
+ "severity": "critical",
12230
+ "published_date": "2024-08-12"
12231
+ },
12232
+ {
12233
+ "vendor": "NVD",
12234
+ "advisory_id": "CVE-2024-42478",
12235
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42478",
12236
+ "severity": "critical",
12237
+ "published_date": "2024-08-12"
12238
+ }
12239
+ ],
12240
+ "last_updated": "2026-05-25",
12241
+ "discovery_attribution_note": "Manually curated from NVD (CWE-125; NIST CVSS 9.8) + the ggml/llama.cpp GitHub security advisory + public exploitation research. Member of the llama.cpp RPC-backend memory-safety family; CVE-2026-34159 is the GRAPH_COMPUTE path the b3561 fix for CVE-2024-42478/42479 left unpatched.",
12242
+ "_auto_imported": false,
12243
+ "_intake_method": "manual-verified-curation",
12244
+ "_kev_short_description": "llama.cpp's RPC backend GET_TENSOR uses an unvalidated rpc_tensor data pointer, giving an unauthenticated attacker an arbitrary-address read (pointer leak / ASLR bypass); fixed in b3561."
12245
+ },
12246
+ "CVE-2026-34159": {
12247
+ "name": "llama.cpp RPC Backend GRAPH_COMPUTE deserialize_tensor Bounds Bypass RCE",
12248
+ "type": "RCE",
12249
+ "cvss_score": 9.8,
12250
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
12251
+ "cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL). deserialize_tensor() skips all bounds validation when a tensor's buffer field is 0 (CWE-119); the 2024 GET/SET_TENSOR fix (b3561) never covered the GRAPH_COMPUTE command path.",
12252
+ "cisa_kev": false,
12253
+ "poc_available": true,
12254
+ "poc_description": "Public exploitation research exists (pwner.gg and retr0.blog walkthroughs of llama.cpp RPC RCE): an unauthenticated TCP client to the RPC server sends crafted rpc_tensor messages to read/write arbitrary memory and, chaining the primitives, execute code.",
12255
+ "ai_discovered": false,
12256
+ "ai_discovery_source": "human_researcher",
12257
+ "ai_discovery_notes": "Disclosed via llama.cpp (ggml) GitHub security advisories and independent exploitation research. The abused surface is the distributed-inference RPC backend of the most widely used local LLM runtime.",
12258
+ "ai_assisted_weaponization": false,
12259
+ "ai_assisted_notes": "No AI-assisted weaponization; classic memory-safety in the inference RPC backend, notable for the incomplete first fix.",
12260
+ "active_exploitation": "none",
12261
+ "active_exploitation_notes": "Advisory / research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
12262
+ "affected": "llama.cpp prior to build b8492 (the GRAPH_COMPUTE path was not covered by the b3561 fix for CVE-2024-42478 / CVE-2024-42479).",
12263
+ "affected_versions": [
12264
+ "llama.cpp < b8492"
12265
+ ],
12266
+ "vector": "llama.cpp's RPC backend deserialize_tensor() skips bounds validation when a tensor's buffer field is 0 (CWE-119). Because the b3561 fix only hardened the GET_TENSOR / SET_TENSOR handlers, a malicious GRAPH_COMPUTE message still reaches the unvalidated path, giving an unauthenticated attacker arbitrary memory read/write, ASLR bypass, and remote code execution.",
12267
+ "complexity": "low",
12268
+ "complexity_notes": "NVD AV:N / AC:L / PR:N — unauthenticated TCP access to the RPC server (default port 50052).",
12269
+ "patch_available": true,
12270
+ "patch_required_reboot": false,
12271
+ "live_patch_available": false,
12272
+ "live_patch_tools": [],
12273
+ "live_patch_notes": "Remediation is upgrading llama.cpp to build b8492 or later; rebuild/redeploy, no host reboot.",
12274
+ "vendor_update_paths": [
12275
+ "Upgrade llama.cpp to build b8492 or later. Never expose the RPC server (default port 50052) to untrusted networks; it has no authentication. Bind it to localhost or a trusted segment and run least-privilege."
12276
+ ],
12277
+ "framework_control_gaps": {
12278
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the local-LLM runtime's RPC backend as managed, RCE-bearing software, nor that the first fix left the GRAPH_COMPUTE path unpatched.",
12279
+ "NIST-800-53-SC-7": "Boundary-protection control does not flag the unauthenticated RPC server (port 50052) as a network-exposed execution surface.",
12280
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the inference RPC backend's tensor deserialization as a memory-safety surface.",
12281
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the inference RPC backend as a privileged, unauthenticated control plane.",
12282
+ "DORA-Art-9": "ICT protection measures do not model an unauthenticated inference-RPC memory-corruption RCE as an ICT-risk event.",
12283
+ "UK-CAF-B4": "System Security objective has no objective for validating deserialized tensor bounds in the inference RPC backend.",
12284
+ "AU-ISM-1546": "Patch-application control does not single out the local-LLM runtime's RPC backend.",
12285
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the inference RPC backend's deserialized tensors as untrusted input requiring bounds validation on every command path; per-command patching left GRAPH_COMPUTE exploitable."
12286
+ },
12287
+ "atlas_refs": [
12288
+ "AML.T0049"
12289
+ ],
12290
+ "attack_refs": [
12291
+ "T1190",
12292
+ "T1059"
12293
+ ],
12294
+ "rwep_score": 29,
12295
+ "rwep_factors": {
12296
+ "cisa_kev": 0,
12297
+ "poc_available": 20,
12298
+ "ai_factor": 0,
12299
+ "active_exploitation": 0,
12300
+ "blast_radius": 24,
12301
+ "patch_available": -15,
12302
+ "live_patch_available": 0,
12303
+ "reboot_required": 0
12304
+ },
12305
+ "rwep_notes": "Standard (RWEP 29, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=24 (llama.cpp is the most widely used local LLM runtime) minus patch 15. Note: unauthenticated network reachability of the RPC server raises operational urgency beyond the RWEP number.",
12306
+ "epss_score": null,
12307
+ "epss_date": "2026-05-25",
12308
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
12309
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-34159",
12310
+ "cwe_refs": [
12311
+ "CWE-119"
12312
+ ],
12313
+ "iocs": {
12314
+ "behavioral": [
12315
+ "Inbound TCP connections to the llama.cpp RPC server (default port 50052) from untrusted hosts.",
12316
+ "RPC messages carrying rpc_tensor structures with a data pointer or buffer field that does not reference a server-allocated buffer (buffer=0 / out-of-range).",
12317
+ "llama.cpp RPC worker crashes, anomalous memory access, or process spawning following GRAPH_COMPUTE / SET_TENSOR / GET_TENSOR traffic.",
12318
+ "llama.cpp at an affected build (llama.cpp < b8492) with the RPC server reachable from untrusted networks — the exposed precondition."
12319
+ ],
12320
+ "_ioc_source_note": "Behavioral signatures derived from the ggml/llama.cpp GitHub security advisory (https://github.com/ggml-org/llama.cpp/security/advisories/GHSA-j8rj-fmpv-wcxw) and the public exploitation research (https://pwner.gg/blog/2024-10-03-llama-cpp-cves ; https://retr0.blog/blog/llama-rpc-rce), plus NVD CVE-2026-34159 (CWE-119). The unvalidated rpc_tensor data pointer / buffer=0 deserialization is the indicator anchor."
12321
+ },
12322
+ "source_verified": "2026-05-25",
12323
+ "verification_sources": [
12324
+ "https://nvd.nist.gov/vuln/detail/CVE-2026-34159",
12325
+ "https://github.com/ggml-org/llama.cpp/security/advisories/GHSA-j8rj-fmpv-wcxw",
12326
+ "https://pwner.gg/blog/2024-10-03-llama-cpp-cves"
12327
+ ],
12328
+ "vendor_advisories": [
12329
+ {
12330
+ "vendor": "GitHub Security Advisory",
12331
+ "advisory_id": "CVE-2026-34159",
12332
+ "url": "https://github.com/ggml-org/llama.cpp/security/advisories/GHSA-j8rj-fmpv-wcxw",
12333
+ "severity": "critical",
12334
+ "published_date": "2026-04-01"
12335
+ },
12336
+ {
12337
+ "vendor": "NVD",
12338
+ "advisory_id": "CVE-2026-34159",
12339
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34159",
12340
+ "severity": "critical",
12341
+ "published_date": "2026-04-01"
12342
+ }
12343
+ ],
12344
+ "last_updated": "2026-05-25",
12345
+ "discovery_attribution_note": "Manually curated from NVD (CWE-119; NIST CVSS 9.8) + the ggml/llama.cpp GitHub security advisory + public exploitation research. Member of the llama.cpp RPC-backend memory-safety family; CVE-2026-34159 is the GRAPH_COMPUTE path the b3561 fix for CVE-2024-42478/42479 left unpatched.",
12346
+ "_auto_imported": false,
12347
+ "_intake_method": "manual-verified-curation",
12348
+ "_kev_short_description": "llama.cpp's RPC backend deserialize_tensor() still skips bounds checks via GRAPH_COMPUTE (buffer=0) — the GRAPH_COMPUTE path the b3561 fix missed — giving unauthenticated RCE; fixed in b8492."
12349
+ },
12350
+ "CVE-2023-43654": {
12351
+ "name": "PyTorch TorchServe Management API SSRF to Remote Code Execution (ShellTorch)",
12352
+ "type": "RCE",
12353
+ "cvss_score": 9.8,
12354
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
12355
+ "cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL). The TorchServe management interface accepts model-configuration uploads from any domain (SSRF, CWE-918), and with the default all-interfaces bind and no authentication this becomes unauthenticated remote code execution.",
12356
+ "cisa_kev": false,
12357
+ "poc_available": true,
12358
+ "poc_description": "Documented by Oligo Security's ShellTorch research (and the vendor advisory): an unauthenticated request to the TorchServe management API registers a malicious model from a remote URL, leading to code execution.",
12359
+ "ai_discovered": false,
12360
+ "ai_discovery_source": "human_researcher",
12361
+ "ai_discovery_notes": "Disclosed by Oligo Security (ShellTorch) against PyTorch's TorchServe model server (maintained by Amazon and Meta).",
12362
+ "ai_assisted_weaponization": false,
12363
+ "ai_assisted_notes": "No AI-assisted weaponization; SSRF-to-RCE on an AI model server.",
12364
+ "active_exploitation": "none",
12365
+ "active_exploitation_notes": "Oligo found thousands of exposed TorchServe instances (including at major organizations); research disclosure with a coordinated fix, no confirmed adversary in-the-wild exploitation reported as of curation.",
12366
+ "affected": "PyTorch TorchServe 0.1.0 through 0.8.1 (fixed 0.8.2). The management API binds to all interfaces by default and has no built-in authentication.",
12367
+ "affected_versions": [
12368
+ "PyTorch TorchServe >= 0.1.0, <= 0.8.1"
12369
+ ],
12370
+ "vector": "TorchServe's management API allows registering a model from a remote URL the server then fetches and writes to disk (SSRF, CWE-918). Because the management console binds to all interfaces by default and TorchServe has no authentication, an unauthenticated remote attacker uploads a malicious model configuration and achieves remote code execution — the core of the ShellTorch chain (Oligo).",
12371
+ "complexity": "low",
12372
+ "complexity_notes": "NVD AV:N / AC:L. PR:N — the default-configured management API is unauthenticated and network-exposed.",
12373
+ "patch_available": true,
12374
+ "patch_required_reboot": false,
12375
+ "live_patch_available": false,
12376
+ "live_patch_tools": [],
12377
+ "live_patch_notes": "Remediation is an upgrade to TorchServe 0.8.2 or later; redeploy, no host reboot.",
12378
+ "vendor_update_paths": [
12379
+ "Upgrade TorchServe to 0.8.2 or later, bind the management API to loopback only, enable authentication / a token, and restrict allowed_urls so model configs cannot be fetched from arbitrary domains."
12380
+ ],
12381
+ "framework_control_gaps": {
12382
+ "NIST-800-53-IA-2": "Authentication is not enforced on the AI model server's management API; the default deployment is open and network-exposed.",
12383
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track AI model servers and their config/deserialization paths as managed, RCE-bearing software.",
12384
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the model server's management API / YAML config parsing as a code-execution surface.",
12385
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the AI model server's management plane as a privileged, unauthenticated control plane.",
12386
+ "DORA-Art-9": "ICT protection measures do not model an unauthenticated model-server takeover as an ICT-risk event.",
12387
+ "UK-CAF-B2": "Identity and Access Control objective has no requirement to authenticate the AI model server's management API.",
12388
+ "AU-ISM-1546": "Patch-application control does not single out AI model servers and their bundled deserialization libraries.",
12389
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the model server's management API + config deserialization as an untrusted, RCE-bearing surface; default-open management plus unsafe YAML turns config upload into full takeover."
12390
+ },
12391
+ "atlas_refs": [
12392
+ "AML.T0049",
12393
+ "AML.T0010"
12394
+ ],
12395
+ "attack_refs": [
12396
+ "T1190",
12397
+ "T1059"
12398
+ ],
12399
+ "rwep_score": 31,
12400
+ "rwep_factors": {
12401
+ "cisa_kev": 0,
12402
+ "poc_available": 20,
12403
+ "ai_factor": 0,
12404
+ "active_exploitation": 0,
12405
+ "blast_radius": 26,
12406
+ "patch_available": -15,
12407
+ "live_patch_available": 0,
12408
+ "reboot_required": 0
12409
+ },
12410
+ "rwep_notes": "Standard (RWEP 31, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=26 minus patch 15. Note: thousands of TorchServe instances were found exposed, raising operational urgency beyond the RWEP number.",
12411
+ "epss_score": null,
12412
+ "epss_date": "2026-05-25",
12413
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
12414
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2023-43654",
12415
+ "cwe_refs": [
12416
+ "CWE-918"
12417
+ ],
12418
+ "iocs": {
12419
+ "behavioral": [
12420
+ "TorchServe management API (default port 8081) reachable from untrusted networks without authentication.",
12421
+ "Model-register requests to TorchServe referencing a remote URL (model archive / config) controlled by an external party.",
12422
+ "TorchServe fetching and writing files from attacker-supplied URLs, or spawning processes after a model registration.",
12423
+ "TorchServe 0.1.0–0.8.1 with the management API bound to all interfaces — the exposed precondition."
12424
+ ],
12425
+ "_ioc_source_note": "Behavioral signatures derived from Oligo Security's ShellTorch research (https://www.oligo.security/blog/shelltorch-explained-multiple-vulnerabilities-in-pytorch-model-server), the vendor advisory (https://github.com/pytorch/serve/security/advisories/GHSA-8fxr-qfr9-p34w), and NVD CVE-2023-43654 (CWE-918)."
12426
+ },
12427
+ "source_verified": "2026-05-25",
12428
+ "verification_sources": [
12429
+ "https://nvd.nist.gov/vuln/detail/CVE-2023-43654",
12430
+ "https://www.oligo.security/blog/shelltorch-explained-multiple-vulnerabilities-in-pytorch-model-server",
12431
+ "https://github.com/pytorch/serve/security/advisories/GHSA-8fxr-qfr9-p34w"
12432
+ ],
12433
+ "vendor_advisories": [
12434
+ {
12435
+ "vendor": "GitHub Security Advisory (pytorch/serve)",
12436
+ "advisory_id": "CVE-2023-43654",
12437
+ "url": "https://github.com/pytorch/serve/security/advisories/GHSA-8fxr-qfr9-p34w",
12438
+ "severity": "critical",
12439
+ "published_date": "2023-09-28"
12440
+ },
12441
+ {
12442
+ "vendor": "NVD",
12443
+ "advisory_id": "CVE-2023-43654",
12444
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-43654",
12445
+ "severity": "critical",
12446
+ "published_date": "2023-09-28"
12447
+ }
12448
+ ],
12449
+ "last_updated": "2026-05-25",
12450
+ "discovery_attribution_note": "Manually curated from NVD (CWE-918; NIST CVSS 9.8) + Oligo Security's ShellTorch research + the pytorch/serve advisory. Part of the ShellTorch TorchServe takeover chain.",
12451
+ "_auto_imported": false,
12452
+ "_intake_method": "manual-verified-curation",
12453
+ "_kev_short_description": "PyTorch TorchServe's unauthenticated, all-interfaces management API fetches and writes remote model configs (SSRF, CWE-918), giving unauthenticated RCE; the core of ShellTorch; fixed in 0.8.2."
12454
+ },
12455
+ "CVE-2022-1471": {
12456
+ "name": "SnakeYAML Constructor Unsafe Deserialization RCE (ShellTorch chain)",
12457
+ "type": "RCE",
12458
+ "cvss_score": 9.8,
12459
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
12460
+ "cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL); the CNA (Google) scored 8.3 (HIGH, PR:L). SnakeYAML's Constructor does not restrict instantiable types, so parsing attacker-controlled YAML yields arbitrary object instantiation and code execution (CWE-502 / CWE-20). In ShellTorch this is the deserialization leg reached via the TorchServe model config.",
12461
+ "cisa_kev": false,
12462
+ "poc_available": true,
12463
+ "poc_description": "Documented by Oligo Security's ShellTorch research (and the vendor advisory): parsing attacker-controlled YAML with the default SnakeYAML Constructor instantiates arbitrary types and executes code.",
12464
+ "ai_discovered": false,
12465
+ "ai_discovery_source": "human_researcher",
12466
+ "ai_discovery_notes": "Disclosed by Oligo Security (ShellTorch) as the deserialization leg of the TorchServe chain; SnakeYAML itself is a widely used Java YAML library.",
12467
+ "ai_assisted_weaponization": false,
12468
+ "ai_assisted_notes": "No AI-assisted weaponization; classic unsafe deserialization.",
12469
+ "active_exploitation": "none",
12470
+ "active_exploitation_notes": "Oligo found thousands of exposed TorchServe instances (including at major organizations); research disclosure with a coordinated fix, no confirmed adversary in-the-wild exploitation reported as of curation.",
12471
+ "affected": "SnakeYAML before 2.0 (fixed in 2.0, which defaults to SafeConstructor). Reached in ShellTorch through TorchServe's YAML model-config parsing.",
12472
+ "affected_versions": [
12473
+ "SnakeYAML < 2.0"
12474
+ ],
12475
+ "vector": "SnakeYAML's default Constructor instantiates arbitrary Java types named in the YAML, so deserializing attacker-controlled YAML executes code (CWE-502). Any service that parses untrusted YAML with the unsafe Constructor is exposed; in the ShellTorch chain TorchServe parses an attacker-supplied model configuration, turning the SSRF into full RCE.",
12476
+ "complexity": "low",
12477
+ "complexity_notes": "NVD AV:N / AC:L. NVD assesses PR:N (CNA Google assessed PR:L).",
12478
+ "patch_available": true,
12479
+ "patch_required_reboot": false,
12480
+ "live_patch_available": false,
12481
+ "live_patch_tools": [],
12482
+ "live_patch_notes": "Remediation is an upgrade to SnakeYAML 2.0 or later (SafeConstructor default); redeploy, no host reboot.",
12483
+ "vendor_update_paths": [
12484
+ "Upgrade SnakeYAML to 2.0 or later, or construct YAML parsers with SafeConstructor. For TorchServe, also apply CVE-2023-43654 mitigations so untrusted model configs never reach the parser."
12485
+ ],
12486
+ "framework_control_gaps": {
12487
+ "NIST-800-53-IA-2": "Authentication is not enforced on the AI model server's management API; the default deployment is open and network-exposed.",
12488
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track AI model servers and their config/deserialization paths as managed, RCE-bearing software.",
12489
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the model server's management API / YAML config parsing as a code-execution surface.",
12490
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the AI model server's management plane as a privileged, unauthenticated control plane.",
12491
+ "DORA-Art-9": "ICT protection measures do not model an unauthenticated model-server takeover as an ICT-risk event.",
12492
+ "UK-CAF-B2": "Identity and Access Control objective has no requirement to authenticate the AI model server's management API.",
12493
+ "AU-ISM-1546": "Patch-application control does not single out AI model servers and their bundled deserialization libraries.",
12494
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the model server's management API + config deserialization as an untrusted, RCE-bearing surface; default-open management plus unsafe YAML turns config upload into full takeover."
12495
+ },
12496
+ "atlas_refs": [
12497
+ "AML.T0011.000"
12498
+ ],
12499
+ "attack_refs": [
12500
+ "T1190",
12501
+ "T1059"
12502
+ ],
12503
+ "rwep_score": 29,
12504
+ "rwep_factors": {
12505
+ "cisa_kev": 0,
12506
+ "poc_available": 20,
12507
+ "ai_factor": 0,
12508
+ "active_exploitation": 0,
12509
+ "blast_radius": 24,
12510
+ "patch_available": -15,
12511
+ "live_patch_available": 0,
12512
+ "reboot_required": 0
12513
+ },
12514
+ "rwep_notes": "Standard (RWEP 29, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=24 minus patch 15. Note: thousands of TorchServe instances were found exposed, raising operational urgency beyond the RWEP number.",
12515
+ "epss_score": null,
12516
+ "epss_date": "2026-05-25",
12517
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
12518
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2022-1471",
12519
+ "cwe_refs": [
12520
+ "CWE-502",
12521
+ "CWE-20"
12522
+ ],
12523
+ "iocs": {
12524
+ "behavioral": [
12525
+ "A service parsing untrusted YAML with SnakeYAML's default Constructor instantiating unexpected Java types (e.g. ScriptEngine, URLClassLoader) during load.",
12526
+ "YAML payloads containing !!javax / !!java type tags or remote class-loading constructs reaching a YAML parser.",
12527
+ "Process or class-loading activity triggered by YAML deserialization of externally supplied content.",
12528
+ "SnakeYAML < 2.0 on the classpath of a service that parses untrusted YAML — the exposed precondition."
12529
+ ],
12530
+ "_ioc_source_note": "Behavioral signatures derived from Oligo Security's ShellTorch research (https://www.oligo.security/blog/shelltorch-explained-multiple-vulnerabilities-in-pytorch-model-server), the vendor advisory (https://github.com/advisories/GHSA-mjmj-j48q-9wg2), and NVD CVE-2022-1471 (CWE-502/CWE-20)."
12531
+ },
12532
+ "source_verified": "2026-05-25",
12533
+ "verification_sources": [
12534
+ "https://nvd.nist.gov/vuln/detail/CVE-2022-1471",
12535
+ "https://www.oligo.security/blog/shelltorch-explained-multiple-vulnerabilities-in-pytorch-model-server",
12536
+ "https://github.com/advisories/GHSA-mjmj-j48q-9wg2"
12537
+ ],
12538
+ "vendor_advisories": [
12539
+ {
12540
+ "vendor": "SnakeYAML / NVD",
12541
+ "advisory_id": "CVE-2022-1471",
12542
+ "url": "https://github.com/advisories/GHSA-mjmj-j48q-9wg2",
12543
+ "severity": "critical",
12544
+ "published_date": "2022-12-01"
12545
+ },
12546
+ {
12547
+ "vendor": "NVD",
12548
+ "advisory_id": "CVE-2022-1471",
12549
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1471",
12550
+ "severity": "critical",
12551
+ "published_date": "2022-12-01"
12552
+ }
12553
+ ],
12554
+ "last_updated": "2026-05-25",
12555
+ "discovery_attribution_note": "Manually curated from NVD (CWE-502/CWE-20; NIST CVSS 9.8) + Oligo Security's ShellTorch research + the SnakeYAML advisory. Part of the ShellTorch TorchServe takeover chain.",
12556
+ "_auto_imported": false,
12557
+ "_intake_method": "manual-verified-curation",
12558
+ "_kev_short_description": "SnakeYAML's default Constructor deserializes arbitrary types from untrusted YAML (CWE-502), enabling RCE; fixed in 2.0 (SafeConstructor default). The deserialization leg of the ShellTorch TorchServe chain."
12559
+ },
12038
12560
  "CVE-2026-41091": {
12039
12561
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
12040
12562
  "type": "LPE",