Description
A vulnerability was found in ggml-org whisper.cpp 95ea8f9b. Affected is the function ggml_ftype_to_ggml_type of the file ggml/src/ggml.c. The manipulation of the argument ftype results in reachable assertion. The attack requires a local approach. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-07-27
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The issue resides in the ggml_ftype_to_ggml_type function within Whisper.cpp’s ggml.c source. Manipulating the ftype argument can trigger a reachable assertion, causing the program to crash. This flaw permits a local user or process to force the application into an unclean termination, effectively denying service to the current user session. The weakness is an instance of improper input validation, identified as CWE‑617.

Affected Systems

All deployments of Whisper.cpp that incorporate the vulnerable ggml_ftype_to_ggml_type implementation, specifically those built from commit 95ea8f9b of the ggml-org repository, are potentially affected. No explicit version boundaries are defined, so any build that includes this code is at risk.

Risk and Exploitability

The CVSS base score of 4.8 signifies moderate severity, while the EPSS score of <1% indicates a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog and requires a local attack vector, meaning an adversary must already have code execution or elevated privileges on the host to trigger the assertion. Consequently, the threat surface is limited to targeted or local users, and the impact is confined to service disruption rather than data compromise or remote code execution.

Generated by OpenCVE AI on August 4, 2026 at 14:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Validate or sanitize ftype values before passing them to ggml_ftype_to_ggml_type to avoid triggering the assertion.
  • Run Whisper.cpp in a sandboxed or restricted environment so that any crash remains contained.
  • Monitor the ggml-org project for an official update or patch addressing the issue and apply it when available.

Generated by OpenCVE AI on August 4, 2026 at 14:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Low


Mon, 27 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 27 Jul 2026 13:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in ggml-org whisper.cpp 95ea8f9b. Affected is the function ggml_ftype_to_ggml_type of the file ggml/src/ggml.c. The manipulation of the argument ftype results in reachable assertion. The attack requires a local approach. The project was informed of the problem early through an issue report but has not responded yet.
Title ggml-org whisper.cpp ggml.c ggml_ftype_to_ggml_type assertion
First Time appeared Ggml-org
Ggml-org whisper.cpp
Weaknesses CWE-617
CPEs cpe:2.3:a:ggml-org:whisper.cpp:*:*:*:*:*:*:*:*
Vendors & Products Ggml-org
Ggml-org whisper.cpp
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Ggml-org Whisper.cpp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-27T16:20:39.097Z

Reserved: 2026-07-27T07:09:45.327Z

Link: CVE-2026-17513

cve-icon Vulnrichment

Updated: 2026-07-27T16:20:22.010Z

cve-icon NVD

Status : Deferred

Published: 2026-07-27T14:16:52.073

Modified: 2026-07-27T20:25:13.817

Link: CVE-2026-17513

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-27T12:45:10Z

Links: CVE-2026-17513 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T14:15:10Z

Weaknesses