CVE-2026-94093 PUBLISHED

DLR-RM stable-baselines3 save_util.py VecNormalize.load deserialization

Assigner: VulDB
Reserved: 20.09.2026 Published: 20.09.2026 Updated: 20.09.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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P
CVSS Score: 5.3

Product Status

Vendor DLR-RM
Product stable-baselines3
Versions
  • Version 2.0 is affected
  • Version 2.1 is affected
  • Version 2.2 is affected
  • Version 2.3 is affected
  • Version 2.4 is affected
  • Version 2.5 is affected
  • Version 2.6 is affected
  • Version 2.7 is affected
  • Version 2.8 is affected
  • Version 2.9.0 is affected

Credits

  • __lbz__ (VulDB User) reporter
  • VulDB CNA Team coordinator

References

Problem Types

  • Deserialization CWE
  • Improper Input Validation CWE