---
cve: "CVE-2026-68770"
severity: "CRITICAL"
cvss: 9.3
epss: "52%"
vendor: "Hugging Face"
kev: false
exploited: false
published: "2026-07-31 21:17:32"
tags: [cve, security, critical]
source: tsecurity.de CVE-Dossier
exported: "2026-09-15T18:53:09+02:00"
---

# CVE-2026-68770

> 9.3 CRITICAL · 🧪 PoC

## Beschreibung

sentence-transformers contains a security control bypass vulnerability that allows attackers to achieve arbitrary code execution by exploiting a logic flaw in the import_module_class helper within sentence_transformers/util/misc.py, where the guard condition includes an 'or os.path.exists(model_name_or_path)' clause that satisfies the trust gate whenever the supplied path exists on the local filesystem, regardless of the trust_remote_code=False argument. Attackers who can control or influence the contents of a model directory on disk can place malicious Python files such as modeling_*.py referenced via modules.json, causing the code to execute at import time when an application loads the model with SentenceTransformer(path, trust_remote_code=False), bypassing the documented security contract and achieving code execution within the loading process.

## CVSS-Vektor

```
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Keine | bad |

## Patch verfügbar (OSV)

- ae1acc3fb2aa2004577b297eb4a915ce7a03316a (Commit)

## Referenzen

- <https://github.com/huggingface/sentence-transformers/issues/3801>
- <https://github.com/huggingface/sentence-transformers/pull/3807>
- <https://github.com/huggingface/sentence-transformers>
- <https://github.com/huggingface/sentence-transformers/commit/ae1acc3fb2aa2004577b297eb4a915ce7a03316a>
- <https://www.vulncheck.com/advisories/sentence-transformers-arbitrary-code-execution-on-local-model-load-despite-trust-remote-code-false>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-68770) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
