PatchSiren cyber security CVE debrief
CVE-2026-86169 axolotl-ai-cloud CVE debrief
CVE-2026-86169 is a remote code execution vulnerability in Axolotl through version 0.18.0. The vulnerability allows attackers to execute arbitrary Python code by crafting a malicious Hugging Face model repository selected as base_model, which is loaded with hardcoded trust_remote_code=True during AutoModelForCausalLM.from_pretrained. This occurs because the multipack patch path security guard is bypassed when trust_remote_code defaults to None instead of False. Defenders should assess exposure, prioritize patching or mitigation, verify Axolotl version, restrict access to the multipack patch path, and monitor for suspicious activity.
- Vendor
- axolotl-ai-cloud
- Product
- axolotl
- CVSS
- HIGH 8.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-05
- Original CVE updated
- 2026-09-05
- Advisory published
- 2026-09-05
- Advisory updated
- 2026-09-05
Who should care
Defenders responsible for Axolotl deployments should assess exposure and prioritize patching or mitigation. This includes verifying Axolotl version, restricting access to the multipack patch path, and monitoring for suspicious activity to detect potential exploitation. Security teams and vulnerability management teams should also review the vulnerability and plan for necessary updates or mitigations.
Why it matters
CVE-2026-86169 is a remote code execution vulnerability in Axolotl through version 0.18.0, allowing attackers to execute arbitrary Python code.
- Verify Axolotl version and apply patches or mitigations to prevent exploitation
- Restrict access to the multipack patch path to prevent unauthorized access
- Monitor for suspicious activity to detect potential exploitation
Technical summary
The vulnerability in Axolotl through version 0.18.0 is caused by the trust_remote_code parameter defaulting to None instead of False. This allows the security guard to be bypassed, enabling attackers to execute arbitrary Python code by crafting a malicious Hugging Face model repository selected as base_model. The code is loaded with hardcoded trust_remote_code=True during AutoModelForCausalLM.from_pretrained. Defenders should prioritize verifying the Axolotl version and applying patches or mitigations to prevent exploitation.
Defensive priority
Defenders should prioritize verifying the Axolotl version and applying patches or mitigations to prevent exploitation.
Recommended defensive actions
- Verify Axolotl version and apply patches or mitigations
- Restrict access to the multipack patch path
- Monitor for suspicious activity
- Review compensating controls for exposed systems
- Check relevant monitoring, detection, and logs for exposed assets
- Track exceptions and retest remediated assets
- Confirm whether affected product deployments exist in managed environments
Evidence notes
The vulnerability is caused by the trust_remote_code parameter defaulting to None instead of False, allowing the security guard to be bypassed. Attackers can exploit this by crafting a malicious Hugging Face model repository. Defenders should verify Axolotl version and apply patches or mitigations to prevent exploitation. The multipack patch path should be restricted to prevent unauthorized access. Monitoring for suspicious activity is also recommended to detect potential exploitation. Evidence is limited to public sources and CVE details.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-86169 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-86169
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-86169 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-86169
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/axolotl-ai-cloud/axolotl
-
Source reference
Unverified legacy reference
URL: https://github.com/axolotl-ai-cloud/axolotl/blob/v0.18.0/src/axolotl/loaders/patch_manager.py
-
Source reference
Unverified legacy reference
URL: https://github.com/axolotl-ai-cloud/axolotl/blob/v0.18.0/src/axolotl/monkeypatch/multipack.py
-
Source reference
Unverified legacy reference
URL: https://github.com/axolotl-ai-cloud/axolotl/commit/b62d60b101eea7f32532ee3c0b17c2f2430a9262
-
Source reference
Unverified legacy reference
URL: https://github.com/axolotl-ai-cloud/axolotl/pull/3858
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/axolotl-through-0.18.0-remote-code-execution-via-multipack-patching
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.