Description
A vulnerability has been found in ggml-org whisper.cpp 1.8.4-58. This impacts the function log_mel_spectrogram of the file src/whisper.cpp. The manipulation leads to out-of-bounds read. The attack needs to be performed locally. The pull request to fix this issue awaits acceptance.
Published: 2026-07-27
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an out‑of‑bounds read in the log_mel_spectrogram function of whisper.cpp version 1.8.4-58. The flaw allows a local attacker to read memory past the intended buffer boundaries, which could result in the disclosure of sensitive information or a possible crash of the application. No privilege escalation or remote execution is indicated by the current description.

Affected Systems

The affected product is ggml‑org whisper.cpp, specifically the 1.8.4-58 release. No other vendors or product versions are mentioned as vulnerable.

Risk and Exploitability

The CVSS score of 4.8 reflects moderate severity. EPSS score of <1% indicates a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog, indicating that it is not actively exploited in the wild. Attack execution requires local access to the system, so the risk is limited to environments where the whisper.cpp binary can be run by an untrusted user. The pull request that fixes the issue is awaiting review, so a patched version is not yet released.

Generated by OpenCVE AI on August 3, 2026 at 17:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest patched release of whisper.cpp as soon as it becomes available
  • Restrict execution of the whisper.cpp binary to trusted users only, preventing local unprivileged use by unknown actors
  • Regularly check the ggml‑org GitHub repository for acceptance of the pending fix (e.g., pull request #3925)

Generated by OpenCVE AI on August 3, 2026 at 17:44 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 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description A vulnerability has been found in ggml-org whisper.cpp 1.8.4-58. This impacts the function log_mel_spectrogram of the file src/whisper.cpp. The manipulation leads to out-of-bounds read. The attack needs to be performed locally. The pull request to fix this issue awaits acceptance.
Title ggml-org whisper.cpp log_mel_spectrogram out-of-bounds
First Time appeared Ggml-org
Ggml-org whisper.cpp
Weaknesses CWE-119
CWE-125
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:P/I:N/A:N/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:L/I:N/A:N/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:L/I:N/A:N/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:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Ggml-org Whisper.cpp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-27T13:01:00.517Z

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

Link: CVE-2026-17512

cve-icon Vulnrichment

Updated: 2026-07-27T13:00:57.367Z

cve-icon NVD

Status : Deferred

Published: 2026-07-27T13:16:52.950

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

Link: CVE-2026-17512

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-17512 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T17:45:03Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-125

    Out-of-bounds Read