@blamejs/exceptd-skills 0.13.82 → 0.13.84

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.
@@ -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,
@@ -11821,6 +11821,532 @@
11821
11821
  "_intake_method": "manual-verified-curation",
11822
11822
  "_kev_short_description": "NVIDIA Container Toolkit loads code via an untrusted search path in its init hooks (CWE-426), letting a crafted container escape to the host with elevated permissions (NVIDIAScape). Affects Container Toolkit <= 1.17.7 (fixed 1.17.8) and GPU Operator <= 25.3.0 (fixed 25.3.1)."
11823
11823
  },
11824
+ "CVE-2025-1550": {
11825
+ "name": "Keras .keras Model Deserialization Arbitrary Code Execution",
11826
+ "type": "RCE",
11827
+ "cvss_score": 9.8,
11828
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
11829
+ "cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL). Arbitrary code execution at model-load time via unrestricted importlib use in the .keras format parser — no Lambda layer or custom object required, and loading (not calling) the model triggers it.",
11830
+ "cisa_kev": false,
11831
+ "poc_available": true,
11832
+ "poc_description": "Public exploit / research exists (Huntr writeups; Exploit-DB EDB-52359 for the Keras model RCE): a crafted .keras model archive executes code when loaded.",
11833
+ "ai_discovered": false,
11834
+ "ai_discovery_source": "human_researcher",
11835
+ "ai_discovery_notes": "Disclosed via Keras security advisories / Huntr. The abused surface is the ML model file format — the canonical AI supply-chain risk where an untrusted model artifact is executable code.",
11836
+ "ai_assisted_weaponization": false,
11837
+ "ai_assisted_notes": "No AI-assisted weaponization; unsafe deserialization of ML model artifacts.",
11838
+ "active_exploitation": "none",
11839
+ "active_exploitation_notes": "Advisory / research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
11840
+ "affected": "Keras 3.0.0 through 3.7.x (fixed in 3.8.0, which introduced the safe_mode mitigation).",
11841
+ "affected_versions": [
11842
+ "Keras >= 3.0.0, < 3.8.0"
11843
+ ],
11844
+ "vector": "Keras's .keras model-format parser uses importlib.import_module on names taken from the model archive, so a crafted .keras file executes arbitrary Python modules/functions when the model is loaded (CWE-94) — without Lambda layers or custom objects, at parse time. An attacker who can get a victim to load an untrusted model achieves code execution.",
11845
+ "complexity": "low",
11846
+ "complexity_notes": "NVD AC:L. AV:N — loading the model (not calling it) triggers execution.",
11847
+ "patch_available": true,
11848
+ "patch_required_reboot": false,
11849
+ "live_patch_available": false,
11850
+ "live_patch_tools": [],
11851
+ "live_patch_notes": "Remediation is upgrading Keras to 3.8.0 or later; no host reboot.",
11852
+ "vendor_update_paths": [
11853
+ "Upgrade Keras to 3.8.0 or later and never load .keras models from untrusted sources. Note safe_mode alone is insufficient (see CVE-2025-8747)."
11854
+ ],
11855
+ "framework_control_gaps": {
11856
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track ML frameworks' model-loading paths as managed, RCE-bearing software, nor that a first fix (safe_mode) was bypassable.",
11857
+ "NIST-800-53-SI-10": "Input-validation control is not applied to ML model artifacts, which are treated as data despite being executable at load time.",
11858
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the model-deserialization path as a code-execution surface.",
11859
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach ML model loading as a privileged execution control plane.",
11860
+ "DORA-Art-9": "ICT protection measures do not model untrusted-model-artifact loading as an ICT-risk event.",
11861
+ "UK-CAF-B4": "System Security objective has no objective for treating model artifacts as untrusted code.",
11862
+ "AU-ISM-1546": "Patch-application control does not single out ML frameworks' model-loading paths.",
11863
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an ML model file as untrusted executable input; loading one from an untrusted source is RCE, and safe_mode proved necessary-but-insufficient."
11864
+ },
11865
+ "atlas_refs": [
11866
+ "AML.T0010",
11867
+ "AML.T0011",
11868
+ "AML.T0011.000"
11869
+ ],
11870
+ "attack_refs": [
11871
+ "T1204",
11872
+ "T1059",
11873
+ "T1195.002"
11874
+ ],
11875
+ "rwep_score": 31,
11876
+ "rwep_factors": {
11877
+ "cisa_kev": 0,
11878
+ "poc_available": 20,
11879
+ "ai_factor": 0,
11880
+ "active_exploitation": 0,
11881
+ "blast_radius": 26,
11882
+ "patch_available": -15,
11883
+ "live_patch_available": 0,
11884
+ "reboot_required": 0
11885
+ },
11886
+ "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 (Keras/TensorFlow are among the most widely used ML frameworks) minus patch 15.",
11887
+ "epss_score": null,
11888
+ "epss_date": "2026-05-25",
11889
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
11890
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-1550",
11891
+ "cwe_refs": [
11892
+ "CWE-94"
11893
+ ],
11894
+ "iocs": {
11895
+ "behavioral": [
11896
+ "Python module imports or subprocess execution occurring during keras.models.load_model / Model.load_model of an externally sourced .keras file.",
11897
+ "A .keras archive whose config references importlib targets or built-in module arguments that resolve to code execution.",
11898
+ "Loading model artifacts pulled from a model hub or user upload without provenance verification.",
11899
+ "Keras at an affected version (Keras >= 3.0.0, < 3.8.0) loading untrusted models — the exposed precondition."
11900
+ ],
11901
+ "_ioc_source_note": "Behavioral signatures derived from the primary public exploit for CVE-2025-1550 — Exploit-DB EDB-52359 (https://www.exploit-db.com/exploits/52359) and the PoC write-up at https://github.com/io-no/CVE-Reports/issues/2 — plus the Huntr technical analysis (https://blog.huntr.com/inside-cve-2025-1550-remote-code-execution-via-keras-models) and NVD CVE-2025-1550 (CWE-94). The importlib-driven load-time execution is the indicator anchor."
11902
+ },
11903
+ "source_verified": "2026-05-25",
11904
+ "verification_sources": [
11905
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-1550",
11906
+ "https://github.com/keras-team/keras/security/advisories",
11907
+ "https://www.exploit-db.com/exploits/52359",
11908
+ "https://github.com/io-no/CVE-Reports/issues/2"
11909
+ ],
11910
+ "vendor_advisories": [
11911
+ {
11912
+ "vendor": "GitHub Security Advisory",
11913
+ "advisory_id": "CVE-2025-1550",
11914
+ "url": "https://github.com/keras-team/keras/security/advisories",
11915
+ "severity": "critical",
11916
+ "published_date": "2025-03-11"
11917
+ },
11918
+ {
11919
+ "vendor": "NVD",
11920
+ "advisory_id": "CVE-2025-1550",
11921
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1550",
11922
+ "severity": "critical",
11923
+ "published_date": "2025-03-11"
11924
+ }
11925
+ ],
11926
+ "last_updated": "2026-05-25",
11927
+ "discovery_attribution_note": "Manually curated from NVD (CWE-94; NIST CVSS 9.8) + the Keras security advisory / Huntr research. Member of the ML model-deserialization family — untrusted model artifact equals executable code; CVE-2025-8747 shows the first fix was bypassable.",
11928
+ "_auto_imported": false,
11929
+ "_intake_method": "manual-verified-curation",
11930
+ "_kev_short_description": "Keras's .keras model parser runs arbitrary Python via importlib at load time (CWE-94), so loading an untrusted model is RCE; fixed in 3.8.0 (added safe_mode)."
11931
+ },
11932
+ "CVE-2025-8747": {
11933
+ "name": "Keras safe_mode Bypass Model Deserialization Code Execution",
11934
+ "type": "RCE",
11935
+ "cvss_score": 7.8,
11936
+ "cvss_vector": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
11937
+ "cvss_note": "NVD CVSS v3.1 base 7.8 (HIGH). A bypass of the safe_mode mitigation introduced for CVE-2025-1550: even with safe_mode enabled, a crafted .keras archive passed to Model.load_model can execute code by abusing arguments to built-in Keras modules (CWE-502).",
11938
+ "cisa_kev": false,
11939
+ "poc_available": true,
11940
+ "poc_description": "Public exploit / research exists (Huntr writeups; Exploit-DB EDB-52359 for the Keras model RCE): a crafted .keras model archive executes code when loaded, bypassing the safe_mode mitigation.",
11941
+ "ai_discovered": false,
11942
+ "ai_discovery_source": "human_researcher",
11943
+ "ai_discovery_notes": "Disclosed via Keras security advisories / Huntr. The abused surface is the ML model file format — the canonical AI supply-chain risk where an untrusted model artifact is executable code.",
11944
+ "ai_assisted_weaponization": false,
11945
+ "ai_assisted_notes": "No AI-assisted weaponization; unsafe deserialization of ML model artifacts.",
11946
+ "active_exploitation": "none",
11947
+ "active_exploitation_notes": "Advisory / research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
11948
+ "affected": "Keras 3.0.0 through 3.10.0 (the safe_mode mitigation from 3.8.0 is bypassable through 3.10.0).",
11949
+ "affected_versions": [
11950
+ "Keras >= 3.0.0, <= 3.10.0"
11951
+ ],
11952
+ "vector": "The safe_mode mitigation added for CVE-2025-1550 is incomplete: Model.load_model still deserializes untrusted .keras archives in a way that lets crafted arguments to built-in Keras modules execute code (CWE-502), even when safe_mode is enabled. Loading an untrusted model is therefore still RCE.",
11953
+ "complexity": "low",
11954
+ "complexity_notes": "NVD AC:L. AV:L / UI:R — requires a victim to load the crafted model.",
11955
+ "patch_available": true,
11956
+ "patch_required_reboot": false,
11957
+ "live_patch_available": false,
11958
+ "live_patch_tools": [],
11959
+ "live_patch_notes": "Remediation is upgrading Keras past 3.10.0 to the release that fixes the safe_mode bypass; no host reboot.",
11960
+ "vendor_update_paths": [
11961
+ "Upgrade Keras past 3.10.0 (to the release that fixes the safe_mode bypass) and treat safe_mode as necessary-but-insufficient: never load .keras models from untrusted sources."
11962
+ ],
11963
+ "framework_control_gaps": {
11964
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track ML frameworks' model-loading paths as managed, RCE-bearing software, nor that a first fix (safe_mode) was bypassable.",
11965
+ "NIST-800-53-SI-10": "Input-validation control is not applied to ML model artifacts, which are treated as data despite being executable at load time.",
11966
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the model-deserialization path as a code-execution surface.",
11967
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach ML model loading as a privileged execution control plane.",
11968
+ "DORA-Art-9": "ICT protection measures do not model untrusted-model-artifact loading as an ICT-risk event.",
11969
+ "UK-CAF-B4": "System Security objective has no objective for treating model artifacts as untrusted code.",
11970
+ "AU-ISM-1546": "Patch-application control does not single out ML frameworks' model-loading paths.",
11971
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an ML model file as untrusted executable input; loading one from an untrusted source is RCE, and safe_mode proved necessary-but-insufficient."
11972
+ },
11973
+ "atlas_refs": [
11974
+ "AML.T0010",
11975
+ "AML.T0011",
11976
+ "AML.T0011.000"
11977
+ ],
11978
+ "attack_refs": [
11979
+ "T1204",
11980
+ "T1059",
11981
+ "T1195.002"
11982
+ ],
11983
+ "rwep_score": 31,
11984
+ "rwep_factors": {
11985
+ "cisa_kev": 0,
11986
+ "poc_available": 20,
11987
+ "ai_factor": 0,
11988
+ "active_exploitation": 0,
11989
+ "blast_radius": 26,
11990
+ "patch_available": -15,
11991
+ "live_patch_available": 0,
11992
+ "reboot_required": 0
11993
+ },
11994
+ "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 (Keras/TensorFlow are among the most widely used ML frameworks) minus patch 15.",
11995
+ "epss_score": null,
11996
+ "epss_date": "2026-05-25",
11997
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
11998
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-8747",
11999
+ "cwe_refs": [
12000
+ "CWE-502"
12001
+ ],
12002
+ "iocs": {
12003
+ "behavioral": [
12004
+ "Python module imports or subprocess execution occurring during keras.models.load_model / Model.load_model of an externally sourced .keras file.",
12005
+ "A .keras archive whose config references importlib targets or built-in module arguments that resolve to code execution.",
12006
+ "Loading model artifacts pulled from a model hub or user upload without provenance verification.",
12007
+ "Keras at an affected version (Keras >= 3.0.0, <= 3.10.0) loading untrusted models — the exposed precondition."
12008
+ ],
12009
+ "_ioc_source_note": "Behavioral signatures derived from the primary advisory for the CVE-2025-8747 safe_mode bypass — GitHub Security Advisory GHSA-c9rc-mg46-23w3 (https://github.com/advisories/GHSA-c9rc-mg46-23w3), which documents the bypass technique and PoC — plus NVD CVE-2025-8747 (CWE-502) and the Huntr Keras-deserialization research (https://blog.huntr.com/hunting-vulnerabilities-in-keras-model-deserialization). The safe_mode-enabled Model.load_model code execution via built-in module arguments is the indicator anchor."
12010
+ },
12011
+ "source_verified": "2026-05-25",
12012
+ "verification_sources": [
12013
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-8747",
12014
+ "https://github.com/advisories/GHSA-c9rc-mg46-23w3"
12015
+ ],
12016
+ "vendor_advisories": [
12017
+ {
12018
+ "vendor": "GitHub Security Advisory",
12019
+ "advisory_id": "CVE-2025-8747",
12020
+ "url": "https://github.com/advisories/GHSA-c9rc-mg46-23w3",
12021
+ "severity": "high",
12022
+ "published_date": "2025-08-11"
12023
+ },
12024
+ {
12025
+ "vendor": "NVD",
12026
+ "advisory_id": "CVE-2025-8747",
12027
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8747",
12028
+ "severity": "high",
12029
+ "published_date": "2025-08-11"
12030
+ }
12031
+ ],
12032
+ "last_updated": "2026-05-25",
12033
+ "discovery_attribution_note": "Manually curated from NVD (CWE-502; NIST CVSS 7.8) + the Keras security advisory / Huntr research. Member of the ML model-deserialization family — untrusted model artifact equals executable code; CVE-2025-8747 shows the first fix was bypassable.",
12034
+ "_auto_imported": false,
12035
+ "_intake_method": "manual-verified-curation",
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
+ },
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
+ },
11824
12350
  "CVE-2026-41091": {
11825
12351
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
11826
12352
  "type": "LPE",
@@ -369,6 +369,7 @@
369
369
  "CVE-2022-48503",
370
370
  "CVE-2024-56145",
371
371
  "CVE-2025-11837",
372
+ "CVE-2025-1550",
372
373
  "CVE-2025-32432",
373
374
  "CVE-2025-37164",
374
375
  "CVE-2025-43200",
@@ -420,6 +421,7 @@
420
421
  "hardening"
421
422
  ],
422
423
  "evidence_cves": [
424
+ "CVE-2024-42479",
423
425
  "CVE-2026-43284"
424
426
  ],
425
427
  "framework_controls_partially_addressing": [
@@ -452,6 +454,7 @@
452
454
  ],
453
455
  "evidence_cves": [
454
456
  "CVE-2023-36424",
457
+ "CVE-2024-42478",
455
458
  "CVE-2025-48633",
456
459
  "CVE-2025-5419",
457
460
  "CVE-2025-5777",
@@ -1317,6 +1320,7 @@
1317
1320
  "CVE-2025-59287",
1318
1321
  "CVE-2025-60455",
1319
1322
  "CVE-2025-68664",
1323
+ "CVE-2025-8747",
1320
1324
  "CVE-2026-20131",
1321
1325
  "CVE-2026-20963"
1322
1326
  ],
@@ -1587,6 +1591,7 @@
1587
1591
  "CVE-2023-3519",
1588
1592
  "CVE-2024-21762",
1589
1593
  "CVE-2024-37079",
1594
+ "CVE-2024-42479",
1590
1595
  "CVE-2025-14174",
1591
1596
  "CVE-2025-14733",
1592
1597
  "CVE-2025-21042",
@@ -2253,6 +2258,7 @@
2253
2258
  "CVE-2025-6965",
2254
2259
  "CVE-2025-7775",
2255
2260
  "CVE-2026-20700",
2261
+ "CVE-2026-34159",
2256
2262
  "CVE-2026-3910"
2257
2263
  ],
2258
2264
  "last_verified": "2026-05-18",