CVE Catalog

CVE-2026-71281

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.27%

19th percentile - higher than 19% of all known CVEs

Summary

Hugging Face peft's LoRA-GA and CorDA initialization modules (src/peft/tuners/lora/corda.py lines ~102 and ~163, and src/peft/tuners/lora/loraga.py line ~101) call torch.load on config-specified cache/covariance files without weights_only=True, bypassing peft's own safe-loading wrapper used elsewhere in the codebase.

Risk Assessment

The risk is the possibility of executing malicious code when loading model files, which can lead to system compromise or data theft if the files come from an untrusted source.

Recommendation

It is recommended to update the peft library to a version that fixes this issue or to ensure that all torch.load calls use weights_only=True.

Related vulnerabilities

Original NVD description (English source)

Hugging Face peft's LoRA-GA and CorDA initialization modules (src/peft/tuners/lora/corda.py lines ~102 and ~163, and src/peft/tuners/lora/loraga.py line ~101) call torch.load on config-specified cache/covariance files without weights_only=True, bypassing peft's own safe-loading wrapper used elsewhere in the codebase.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS