Description
A vulnerability was determined in ggml-org llama.cpp bec4772f6. This affects the function rpc_server::graph_compute of the file ggml/src/ggml-rpc/ggml-rpc.cpp of the component ggml-RPC Server. Executing a manipulation can lead to null pointer dereference. The attack may be launched remotely. The pull request to fix this issue awaits acceptance.
Published: 2026-08-23
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote Denial of Service
Action: Patch Now
AI Analysis

Impact

The vulnerability is a null pointer dereference in the rpc_server::graph_compute function of ggml-org llama.cpp's ggml-RPC Server component. When an attacker sends a crafted request to this RPC endpoint, the function attempts to dereference a null pointer, causing the process to crash. This crash results in a denial of service for clients that rely on the server, as the service becomes unavailable until restarted.

Affected Systems

All installations of ggml-org llama.cpp that contain the current, unpatched ggml-RPC Server code are affected. The advisory does not list specific version numbers, so any release prior to the acceptance of pull request #25670 is likely vulnerable.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity, and the EPSS score is unavailable, suggesting no known or scheduled exploits. The attack can be launched remotely through the RPC interface, but no publicly available exploit exists. The lack of KEV listing further indicates that the vulnerability is not yet targeted in known exploited vulnerabilities. Nonetheless, the potential for service disruption remains because a null pointer dereference can crash the server without additional privileges.

Generated by OpenCVE AI on August 24, 2026 at 00:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Merge or apply the changes from pull request #25670 to eliminate the null pointer dereference in ggml-rpc.cpp.
  • If a patch cannot be applied immediately, restrict or disable external access to the ggml-RPC Server endpoint so that only trusted hosts or internal networks can invoke it.
  • Monitor the application’s logs and system metrics for unexpected crashes or latency spikes that may signal exploitation attempts.

Generated by OpenCVE AI on August 24, 2026 at 00:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 24 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 23 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in ggml-org llama.cpp bec4772f6. This affects the function rpc_server::graph_compute of the file ggml/src/ggml-rpc/ggml-rpc.cpp of the component ggml-RPC Server. Executing a manipulation can lead to null pointer dereference. The attack may be launched remotely. The pull request to fix this issue awaits acceptance.
Title ggml-org llama.cpp ggml-RPC Server ggml-rpc.cpp graph_compute null pointer dereference
First Time appeared Ggml-org
Ggml-org llama.cpp
Weaknesses CWE-404
CWE-476
CPEs cpe:2.3:a:ggml-org:llama.cpp:*:*:*:*:*:*:*:*
Vendors & Products Ggml-org
Ggml-org llama.cpp
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:N/A:P/E:ND/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:X/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:X/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X'}


Subscriptions

Ggml-org Llama.cpp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-24T17:49:30.355Z

Reserved: 2026-08-23T06:39:09.376Z

Link: CVE-2026-78148

cve-icon Vulnrichment

Updated: 2026-08-24T17:48:43.930Z

cve-icon NVD

Status : Deferred

Published: 2026-08-24T00:16:46.293

Modified: 2026-08-24T18:17:24.820

Link: CVE-2026-78148

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T01:00:03Z

Weaknesses
  • CWE-404

    Improper Resource Shutdown or Release

  • CWE-476

    NULL Pointer Dereference