๐Ÿ” CVE Alert

CVE-2026-68770

CRITICAL 9.8

sentence-transformers Arbitrary Code Execution on Local Model Load Despite trust_remote_code=False

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-94
Vendor hugging face
Product sentence-transformers
Published Jul 31, 2026
Stay Ahead of the Next One

Get instant alerts for hugging face sentence-transformers

Be the first to know when new critical vulnerabilities affecting hugging face sentence-transformers are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

Hugging Face / sentence-transformers
0 โ‰ค 5.5.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/huggingface/sentence-transformers/issues/3801 github.com: https://github.com/huggingface/sentence-transformers/pull/3807 github.com: https://github.com/huggingface/sentence-transformers github.com: https://github.com/huggingface/sentence-transformers/commit/ae1acc3fb2aa2004577b297eb4a915ce7a03316a vulncheck.com: https://www.vulncheck.com/advisories/sentence-transformers-arbitrary-code-execution-on-local-model-load-despite-trust-remote-code-false

Credits

๐Ÿ” Bofei Chen