{"id":"CVE-2026-71281","published":"2026-08-05T13:24:52.723","lastModified":"2026-08-10T12:17:30.680","description":"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.","cvssScore":8.8,"cvssSeverity":"HIGH","cvssVector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H","cwes":["CWE-502"],"vendors":[],"products":[],"references":[{"url":"https://github.com/huggingface/peft","tags":[]},{"url":"https://github.com/huggingface/peft/blob/main/src/peft/tuners/lora/corda.py","tags":[]}],"exploitRefs":[{"url":"https://github.com/huggingface/peft","tags":[]},{"url":"https://github.com/huggingface/peft/blob/main/src/peft/tuners/lora/corda.py","tags":[]}],"hasPoc":true,"ai":{"summary":"The flaw allows attackers to execute arbitrary code by providing malicious cache/covariance files, as the torch.load function is called without weights_only=True, bypassing safety checks.","exploitability":"Exploitation requires control over config-specified cache/covariance files and knowledge of file paths. Difficulty varies based on access controls.","blast_radius":"If exploited, this could lead to full system compromise or data corruption affecting the Hugging Face peft library users.","remediation":"Update to the latest version of the affected libraries that include proper safety checks.","tags":["rce","code-execution","torch","security"],"model":"qwen2.5:7b-instruct","analyzedAt":"2026-08-11T06:47:38.264Z"}}