CVE-2026-94093

Source
https://cve.org/CVERecord?id=CVE-2026-94093
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-94093.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-94093
Published
2026-09-20T22:45:17Z
Modified
2026-09-23T03:30:22Z
Severity
  • 2.1 (Low) CVSS_V4 - 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 Calculator
Summary
DLR-RM stable-baselines3 save_util.py VecNormalize.load deserialization
Details

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.

Database specific
{
    "cna_assigner":  "VulDB",
    "cwe_ids":  [
        "CWE-20",
        "CWE-502"
    ],
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/94xxx/CVE-2026-94093.json"
}
References

Affected packages

Git / github.com/dlr-rm/stable-baselines3

Affected ranges

Type
GIT
Repo
https://github.com/dlr-rm/stable-baselines3
Events
Database specific
Show details
{
    "extracted_events":  [
        {
            "introduced":  "2.0"
        },
        {
            "last_affected":  "2.0"
        },
        {
            "introduced":  "2.1"
        },
        {
            "last_affected":  "2.1"
        },
        {
            "introduced":  "2.2"
        },
        {
            "last_affected":  "2.2"
        },
        {
            "introduced":  "2.3"
        },
        {
            "last_affected":  "2.3"
        },
        {
            "introduced":  "2.4"
        },
        {
            "last_affected":  "2.4"
        },
        {
            "introduced":  "2.5"
        },
        {
            "last_affected":  "2.5"
        },
        {
            "introduced":  "2.6"
        },
        {
            "last_affected":  "2.6"
        },
        {
            "introduced":  "2.7"
        },
        {
            "last_affected":  "2.7"
        },
        {
            "introduced":  "2.8"
        },
        {
            "last_affected":  "2.8"
        },
        {
            "introduced":  "2.9.0"
        },
        {
            "last_affected":  "2.9.0"
        }
    ],
    "source":  "AFFECTED_FIELD"
}

Affected versions

2.*
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
2.9.0
v2.*
v2.0.0
v2.1.0
v2.2.1
v2.3.0
v2.3.2
v2.4.0
v2.5.0
v2.6.0
v2.7.0
v2.7.1
v2.8.0
v2.9.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-94093.json"