← Back

Lightningai

lightningai

8 CVEs • 1 product

Products (1)

Click to collapse
Toggle

CVEs (8)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Lightningai
1Pytorch Lightning
May 21, 2026
May 14, 2026
9.3 CRITICAL· v4
9.8 CRITICAL· v3
N/A· v2
PyTorch Lightning is a deep learning framework to pretrain and finetune AI models. Versions 2.6.2 and 2.6.2 have introduced functionality consistent with a credential harvesting mechanism.
1Lightningai
1Pytorch Lightning
May 15, 2026
May 12, 2026
N/A· v4
7.8 HIGH· v3
N/A· v2
PyTorch-Lightning versions 2.6.0 and earlier contain an insecure deserialization vulnerability (CWE-502) in the checkpoint loading mechanism. The LightningModule.load_from_checkpoint() method, which is commonly used to l...Show more
PyTorch-Lightning versions 2.6.0 and earlier contain an insecure deserialization vulnerability (CWE-502) in the checkpoint loading mechanism. The LightningModule.load_from_checkpoint() method, which is commonly used to load saved model states, internally calls torch.load() without setting the security-restrictive weights_only=True parameter. This default behavior allows the deserialization of arbitrary Python objects via the Pickle module. A remote attacker can exploit this by providing a maliciously crafted checkpoint file, leading to arbitrary code execution on the victim's system when the file is loaded.Show less
1Lightningai
1Pytorch Lightning
Oct 15, 2025
Mar 20, 2025
N/A· v4
7.5 HIGH· v3
N/A· v2
A vulnerability in lightning-ai/pytorch-lightning version 2.3.2 allows an attacker to cause a denial of service by sending an unexpected POST request to the `/api/v1/state` endpoint of `LightningApp`. This issue occurs d...Show more
A vulnerability in lightning-ai/pytorch-lightning version 2.3.2 allows an attacker to cause a denial of service by sending an unexpected POST request to the `/api/v1/state` endpoint of `LightningApp`. This issue occurs due to improper handling of unexpected state values, which results in the server shutting down.Show less
1Lightningai
1Pytorch Lightning
Aug 1, 2025
Mar 20, 2025
N/A· v4
9.1 CRITICAL· v3
N/A· v2
In lightning-ai/pytorch-lightning version 2.3.2, a vulnerability exists in the `LightningApp` when running on a Windows host. The vulnerability occurs at the `/api/v1/upload_file/` endpoint, allowing an attacker to write...Show more
In lightning-ai/pytorch-lightning version 2.3.2, a vulnerability exists in the `LightningApp` when running on a Windows host. The vulnerability occurs at the `/api/v1/upload_file/` endpoint, allowing an attacker to write or overwrite arbitrary files by providing a crafted filename. This can lead to potential remote code execution (RCE) by overwriting critical files or placing malicious files in sensitive locations.Show less
1Lightningai
1Pytorch Lightning
Oct 15, 2025
Jun 27, 2024
N/A· v4
9.8 CRITICAL· v3
N/A· v2
A vulnerability in the /v1/runs API endpoint of lightning-ai/pytorch-lightning v2.2.4 allows attackers to exploit path traversal when extracting tar.gz files. When the LightningApp is running with the plugin_server, atta...Show more
A vulnerability in the /v1/runs API endpoint of lightning-ai/pytorch-lightning v2.2.4 allows attackers to exploit path traversal when extracting tar.gz files. When the LightningApp is running with the plugin_server, attackers can deploy malicious tar.gz plugins that embed arbitrary files with path traversal vulnerabilities. This can result in arbitrary files being written to any directory in the victim's local file system, potentially leading to remote code execution.Show less
1Lightningai
1Pytorch Lightning
Oct 15, 2025
Jun 6, 2024
N/A· v4
9.8 CRITICAL· v3
N/A· v2
A remote code execution (RCE) vulnerability exists in the lightning-ai/pytorch-lightning library version 2.2.1 due to improper handling of deserialized user input and mismanagement of dunder attributes by the `deepdiff`...Show more
A remote code execution (RCE) vulnerability exists in the lightning-ai/pytorch-lightning library version 2.2.1 due to improper handling of deserialized user input and mismanagement of dunder attributes by the `deepdiff` library. The library uses `deepdiff.Delta` objects to modify application state based on frontend actions. However, it is possible to bypass the intended restrictions on modifying dunder attributes, allowing an attacker to construct a serialized delta that passes the deserializer whitelist and contains dunder attributes. When processed, this can be exploited to access other modules, classes, and instances, leading to arbitrary attribute write and total RCE on any self-hosted pytorch-lightning application in its default configuration, as the delta endpoint is enabled by default.Show less
1Lightningai
1Pytorch Lightning
Nov 21, 2024
Mar 5, 2022
N/A· v4
9.8 CRITICAL· v3
10.0 HIGH· v2
Code Injection in GitHub repository pytorchlightning/pytorch-lightning prior to 1.6.0.
1Lightningai
1Pytorch Lightning
Nov 21, 2024
Dec 23, 2021
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
pytorch-lightning is vulnerable to Deserialization of Untrusted Data