CVE-2024-5452: Remote code execution in pytorch lightning
9.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.97046%
CWE
Published
6/6/2024
Updated
10/16/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
lightning | pip | < 2.3.3 | 2.3.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability is related to the use of deepdiff.Delta
objects in the lightning app code. The patch removes the lightning app code, indicating that it was vulnerable. The exact function name is not visible in the patch, but it is related to the deepdiff
library.