Description
A vulnerability was detected in EricLBuehler Mistral.rs up to 0.8.22. Affected by this issue is the function convert_gguf_to_hf_tokenizer of the file mistralrs-core/src/gguf/gguf_tokenizer.rs of the component GGUF Tokenizer. The manipulation of the argument eos_token_id/bos_token_id/unknown_token_id results in out-of-bounds read. The attack can be executed remotely. The exploit is now public and may be used. Upgrading to version 0.8.23 can resolve this issue. The patch is identified as cd5297e2ea5cb27c790bdcf2f3c2f1064a81d55e. Upgrading the affected component is recommended.
Published: 2026-08-18
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the convert_gguf_to_hf_tokenizer function of Mistral.rs's GGUF Tokenizer component. By supplying crafted values for eos_token_id, bos_token_id, or unknown_token_id, an attacker can trigger an out-of-bounds read, allowing the disclosure of memory contents. The flaw can be exercised remotely through the tokenizer conversion interface, but it does not grant code execution. The primary consequence is the potential leakage of sensitive data stored in the process address space.

Affected Systems

All publicly available releases of EricLBuehler Mistral.rs up to and including version 0.8.22 are affected. Version 0.8.23 includes the fix that prevents the out-of-bounds read by validating token identifiers before use.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate risk, while no EPSS data is available and the issue is not listed in CISA's KEV catalog. The exploit is publicly known, and the vulnerability can be triggered remotely, making it a valid attack vector for a remote adversary. The absence of an immediate denial of service or code execution does not diminish the risk of data exposure stemming from the memory read.

Generated by OpenCVE AI on August 18, 2026 at 02:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Mistral.rs library to version 0.8.23 or later, which implements the necessary bounds checking.
  • Restrict access to the convert_gguf_to_hf_tokenizer endpoint so that only trusted services or users can invoke it.
  • Validate token identifier inputs to ensure they fall within the acceptable range before processing, and monitor for further vendor updates.

Generated by OpenCVE AI on August 18, 2026 at 02:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 18 Aug 2026 01:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in EricLBuehler Mistral.rs up to 0.8.22. Affected by this issue is the function convert_gguf_to_hf_tokenizer of the file mistralrs-core/src/gguf/gguf_tokenizer.rs of the component GGUF Tokenizer. The manipulation of the argument eos_token_id/bos_token_id/unknown_token_id results in out-of-bounds read. The attack can be executed remotely. The exploit is now public and may be used. Upgrading to version 0.8.23 can resolve this issue. The patch is identified as cd5297e2ea5cb27c790bdcf2f3c2f1064a81d55e. Upgrading the affected component is recommended.
Title EricLBuehler Mistral.rs GGUF Tokenizer gguf_tokenizer.rs convert_gguf_to_hf_tokenizer out-of-bounds
First Time appeared Ericlbuehler
Ericlbuehler mistral.rs
Weaknesses CWE-119
CWE-125
CPEs cpe:2.3:a:ericlbuehler:mistral.rs:*:*:*:*:*:*:*:*
Vendors & Products Ericlbuehler
Ericlbuehler mistral.rs
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Ericlbuehler Mistral.rs
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-18T13:36:51.469Z

Reserved: 2026-08-17T16:35:41.582Z

Link: CVE-2026-75090

cve-icon Vulnrichment

Updated: 2026-08-18T13:30:46.350Z

cve-icon NVD

Status : Deferred

Published: 2026-08-18T02:17:30.333

Modified: 2026-08-20T12:48:10.287

Link: CVE-2026-75090

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T12:39:25Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-125

    Out-of-bounds Read