Answer in brief
CVE-2026-94093 records a Unknown severity vulnerability in DLR-RM stable-baselines3 save_util.py VecNormalize.load deserialization. The current sources do not mark it as known exploited. The current feed maps DLR-RM/stable-baselines3 (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps DLR-RM/stable-baselines3 (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| DLR-RM/stable-baselines3generic | 2.0 || 2.1 || 2.2 || 2.3 || 2.4 || 2.5 || 2.6 || 2.7 || 2.8 || 2.9.0 | Not reported |
Published upstream
Sep 20, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 20, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 20, 2026
A security vulnerability has been detected in DLR-RM stable-baselines3 up to 2.9.0. This affects the function PPO.load/load_replay_buffer/VecNormalize.load of the file save_util.py. Such manipulation leads to deserialization. It is possible to launch the attack remotely. The exploit has been disclosed publicly and may be used. In v2.9.0 the PyTorch tensor load path is hardened (weights_only=True), but that hardening was later reverted on master via PR #1913 "Hotfix: revert loading with weights_only=True" [blocked] to fix PyTorch 1.13 compat - so even the one "safe" path is inconsistent across versions. #2281 was closed as a duplicate of #1831 since both are unsafe pickle deserialization - but #1831's fix (PR #41) only gated the Hugging Face Hub loader in the separate huggingface_sb3 package. This finding covers the core stable_baselines3 load APIs (PPO.load, load_replay_buffer, VecNormalize.load), which have no safe mode or gate and remained exploitable in v2.9.0 until the outstanding hardening (PR #2264) ships.
Quoted source text, attributed separately from HOL analysis.