CVE-2026-68770
sentence-transformers contains a security control bypass vulnerability that allows attackers to achieve arbitrary code execution by exploiting a logic flaw in the importmoduleclass helper within sentencetransformers/util/misc.py, where the guard condition includes an 'or os.path.exists(modelnameorpath)' clause that satisfies the trust gate whenever the supplied path exists on the local filesystem, regardless of the trustremotecode=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, trustremote_code=False), bypassing the documented security contract and achieving code execution within the loading process.
Package Versions Affected
Automatically patch vulnerabilities without upgrading
CVSS Version



Related Resources
References
https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68770.json, https://github.com/huggingface/sentence-transformers/pull/3807, https://nvd.nist.gov/vuln/detail/CVE-2026-68770, https://www.vulncheck.com/advisories/sentence-transformers-arbitrary-code-execution-on-local-model-load-despite-trust-remote-code-false, https://github.com/huggingface/sentence-transformers/issues/3801, https://github.com/huggingface/sentence-transformers/commit/ae1acc3fb2aa2004577b297eb4a915ce7a03316a, https://github.com/huggingface/sentence-transformers