Lucene search
+L

1249 matches found

Kitploit
Kitploit
added 2026/09/12 3:05 p.m.4 views

alibi-detect

Alibi Detect es una biblioteca de Python de código disponible centrada en la detección de outliers , adversarial y deriva. El paquete tiene como objetivo cubrir detectores tanto en línea como fuera de línea para datos tabulares, texto, imágenes y series temporales. Tanto los backends de TensorFlo...

6.2AI score
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/12 9:48 a.m.6 views

CVE-2024-5452

CVE-2024-5452 01. RCE与pytorch-lightning概述 1 RCE与pytorch-lightning概述 RCE(Remote Code Execution,远程代码执行)是一种允许攻击者在远程系统或应用程序内执行任意代码的漏洞,对应CWE-94:代码生成控制不当('代码注入')。 PyTorch Lightning是一个基于PyTorch的库,帮助简化深度学习模型的训练管理;DeepDiff则是一个用于比较两个Python对象并分析差异的库。...

9.8CVSS8.9AI score0.26831EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/12 9:04 a.m.8 views

Agentic-CLIP-Benchmark

Agentic-CLIP-Benchmark: Evaluación Zero-Shot en CIFAR-10 -green.svg Este proyecto implementa un pipeline robusto y automatizado para evaluar el modelo CLIP ViT-B/32 de OpenAI en el conjunto de prueba completo de CIFAR-10 10,000 imágenes. Desarrollado mediante un flujo de trabajo AI-Native Trae ID...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 8:27 a.m.6 views

saffron

Saffron-1: Escalado de Inferencia para la Garantía de Seguridad de LLM 📖 Artículo 🛠️ Dependencias El código fue probado con las siguientes dependencias: Python 3.12.3 CUDA 12.2 typingextensions==4.14.0 numpy==2.2.6 torch==2.5.1 huggingfacehub==0.30.2 accelerate==1.1.1 datasets==3.1.0...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 3:14 a.m.10 views

foolbox

home: true heroImage: /logo.png heroText: Foolbox tagline: "Foolbox: ataques adversarios rápidos para medir la robustez de modelos de aprendizaje automático en PyTorch, TensorFlow y JAX" actionText: Comenzar → actionLink: /guide/ features: title: Rendimiento nativo details: Foolbox 3 está...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/10 11:20 p.m.8 views

netsentryx

NetSentryx PRO 🛡️ AI 驱动的高性能实时网络可观测性与威胁检测引擎 NetSentryx PRO 是一个下一代、事件驱动的网络监控与威胁情报平台。它结合了基于规则的签名与 PyTorch 深度自编码器,提供低于 10ms 的数据包和 netflow 异常检测、自动化多渠道告警(Slack、Discord、Email)以及交互式实时 SOC 仪表板。 🏗️ 系统架构 以下流程图展示了数据摄取、实时深度学习推理、告警流水线和 WebSocket 可视化层: root@kitploit: flowchart TD subgraph Capture & Ingestion...

6.1AI score
SaveExploits0References1
OSV
OSV
added 2026/09/10 4:42 p.m.5 views

PYSEC-2026-3970 PyTorch Lightning path traversal vulnerability

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/uploadfile/ endpoint, allowing an attacker to write or overwrite arbitrary files by providing a crafted filename. This can lead to...

9.1CVSS0.01103EPSS
SaveExploits1References6
OSV
OSV
added 2026/09/10 4:42 p.m.5 views

PYSEC-2026-3974 Remote code execution in pytorch lightning

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 base...

9.8CVSS0.26831EPSS
SaveExploits3References8
OSV
OSV
added 2026/09/10 4:42 p.m.6 views

PYSEC-2026-3971 PyTorch Lightning denial of service vulnerability

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...

7.5CVSS0.00619EPSS
SaveExploits1References5
PyPA
PyPA
added 2026/09/10 4:42 p.m.7 views

pytorch-lightning vulnerable to Arbitrary File Write via /v1/runs API endpoint

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 pluginserver, attackers can deploy malicious tar.gz plugins that embed arbitrary files with path...

9.8CVSS0.01318EPSS
SaveExploits1References8Affected Software1
PyPA
PyPA
added 2026/09/10 4:42 p.m.6 views

PyTorch Lightning denial of service vulnerability

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...

7.5CVSS0.00619EPSS
SaveExploits1References5Affected Software1
PyPA
PyPA
added 2026/09/10 4:42 p.m.6 views

PyTorch Lightning path traversal vulnerability

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/uploadfile/ endpoint, allowing an attacker to write or overwrite arbitrary files by providing a crafted filename. This can lead to...

9.1CVSS0.01103EPSS
SaveExploits1References6Affected Software1
PyPA
PyPA
added 2026/09/10 4:42 p.m.6 views

PyTorch Lightning load_from_checkpoint has an insecure checkpoint deserialization

PyTorch-Lightning versions 2.6.0 and earlier contain an insecure deserialization vulnerability CWE-502 in the checkpoint loading mechanism. The LightningModule.loadfromcheckpoint method, which is commonly used to load saved model states, internally calls torch.load without setting the...

8.8CVSS0.00385EPSS
SaveExploits1References5Affected Software1
PyPA
PyPA
added 2026/09/10 4:42 p.m.4 views

Remote code execution in pytorch lightning

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 base...

9.8CVSS0.26831EPSS
SaveExploits3References8Affected Software1
OSV
OSV
added 2026/09/10 4:42 p.m.7 views

PYSEC-2026-3975 pytorch-lightning vulnerable to Arbitrary File Write via /v1/runs API endpoint

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 pluginserver, attackers can deploy malicious tar.gz plugins that embed arbitrary files with path...

9.1CVSS0.01318EPSS
SaveExploits1References8
OSV
OSV
added 2026/09/10 4:42 p.m.5 views

PYSEC-2026-3972 PyTorch Lightning load_from_checkpoint has an insecure checkpoint deserialization

PyTorch-Lightning versions 2.6.0 and earlier contain an insecure deserialization vulnerability CWE-502 in the checkpoint loading mechanism. The LightningModule.loadfromcheckpoint method, which is commonly used to load saved model states, internally calls torch.load without setting the...

7.8CVSS0.00385EPSS
SaveExploits1References5
Kitploit
Kitploit
added 2026/09/10 11:03 a.m.3 views

Occ

Segmentación de artículos prohibidos mediante modelado bicapa consciente de la oclusión ICME 2025 Implementación oficial en PyTorch de la segmentación de artículos prohibidos mediante modelado bicapa consciente de la oclusión. Enlace del artículo: IEEE, Arxiv. Cómo empezar Dependencias El código ...

5.9AI score
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/09/10 12:00 a.m.8 views

PT-2026-89725

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 pat...

9.8CVSS0.01318EPSS
SaveExploits1References9
Positive Technologies
Positive Technologies
added 2026/09/10 12:00 a.m.11 views

PT-2026-89719

pytorch-lightning is vulnerable to Deserialization of Untrusted Data...

5.8AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/09/10 12:00 a.m.7 views

PT-2026-89720

Code Injection in GitHub repository pytorchlightning/pytorch-lightning prior to 1.6.0...

5.8AI score
SaveExploits0References4
Rows per page
Query Builder