← Back to browse · API

CVE-2025-58367

Severity
CRITICAL
CVSS
10.0
EPSS
0.01132
Risk score
40.4
CISA KEV
No
PoC
No
Published
2025-09-05
Modified
2025-09-08
First seen
2026-08-07
Aliases
EUVD-2025-27049, GHSA-MW26-5G2V-HQW3, PYSEC-2026-327
Products
seperman:deepdiff 5.0.0, < 8.6.1
Sources
euvd EUVD-2025-27049

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.

References