AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-58367

UNKNOWN · CVSS N/A EPSS 1.06% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-09-05 · Last synced 2026-08-04

CyberRota Analysis

This vulnerability has an unknown severity rating. Public exploit code or proof-of-concept references have been detected in its references. It may be remotely exploitable. It may lead to a denial-of-service condition.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2025-58367
Severity
UNKNOWN
CVSS
N/A
EPSS
1.06%

Original NVD Description

DeepDiff is a project focused on Deep Difference and search of any Python data. Versions 5.0.0 through 8.6.0 are vulnerable to class pollution via the Delta class constructor, and when combined with a gadget available in DeltaDiff, it can lead to Denial of Service and Remote Code Execution (via insecure Pickle deserialization) exploitation. The gadget available in DeepDiff allows `deepdiff.serialization.SAFE_TO_IMPORT` to be modified to allow dangerous classes such as posix.system, and then perform insecure Pickle deserialization via the Delta class. This potentially allows any Python code to be executed, given that the input to Delta is user-controlled. Depending on the application where DeepDiff is used, this can also lead to other vulnerabilities. This is fixed in version 8.6.1.