1974 matches found
Linux Distros Unpatched Vulnerability : CVE-2026-87874
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw was found in the memcached cache plugin of the community.general Ansible collection. Although its documentation states that records are stored in JSON...
PT-2026-89098
A flaw was found in the memcached cache plugin of the community.general Ansible collection. Although its documentation states that records are stored in JSON format, the plugin performs no explicit serialization and relies on python-memcached, which pickles values on write and unpickles them on...
EUVD-2026-65440
NLTK: Allowlisted pickle loaders still permit code execution in current source...
EUVD-2026-65229
NLTK: Unsafe Pickle Deserialization in TransitionParser Allows Remote Code Execution...
CVE-2026-9998-Insecure-Deserialization-in-Blockchain-Oracle
10. CVE-2026-9998 – Deserialización insegura en oráculo de blockchain Resumen Un nodo oráculo de blockchain deserializa datos de un evento de contrato inteligente utilizando pickle de Python, lo que permite a un atacante ejecutar comandos arbitrarios. Severidad: Crítica Compromiso total del nodo...
CVE-2025-69219
CVE-2025-69219 — Apache Airflow Providers HTTP 通过不安全的 Pickle 反序列化实现 RCE 严重性: 高 CVSS 3.1: 8.8 向量: AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CWE: CWE-913 — 对动态管理代码资源的不当控制 受影响版本: apache-airflow-providers-http = 5.1.0, 修复版本: apache-airflow-providers-http == 6.0.0 补丁: apache/airflow61662 · commit 97839f7 概述...
fickling
Fickling Fickling es un descompilador, analizador estático y reescritor de bytecode para serializaciones de objetos pickle de Python. Puedes usar Fickling para detectar, analizar, aplicar ingeniería inversa o incluso crear archivos pickle o basados en pickle maliciosos, incluidos archivos PyTorch...
EXPLOIT-CVE-2024-7804
CVE-2024-7804 — Deserialización insegura en PyTorch Distributed RPC RCE Laboratorio autocontenido + exploit para CVE-2024-7804 : ejecución remota de código en el framework RPC distribuido de PyTorch torch.distributed.rpc mediante deserialización insegura de datos no confiables CWE-502. Afectado:...
CVE-2025-64512
CVE-2025-64512 在 pdfminer.six 中通过精心构造的 PDF 输入执行任意代码的 PoC 基于 https://github.com/pdfminer/pdfminer.six/security/advisories/GHSA-wf5f-4jwr-ppcp % python3 mkpickle.py 用法:mkpickle.py 输出文件 例如:mkpickle.py 'curl IP:端口/rce' evil.pickle.gz % python3 mkpdf.py -h 用法:mkpdf.py -h -o 输出 -p 路径 -f picklename 创建触发...
CVE-2021-33026
CVE-2021-33026 Pickle 序列化远程代码执行 - Memcached 投毒 PoC 漏洞利用 什么是 CVE-2021-33026? “Flask-Caching 扩展至 1.10.1 版本使用 Pickle 进行序列化,可能导致远程代码执行或本地权限提升。如果攻击者能够访问缓存存储(例如文件系统、Memcached、Redis 等),他们可以构造恶意载荷,投毒缓存,并执行 Python 代码。” Pickle 库的功能是什么? “Python 中的 Pickle 主要用于序列化和反序列化 Python 对象结构。换句话说,它是将 Python...
ClearML-CVE-2024-24590-RCE
Clearml-CVE-2024-24590 CVE-2024-24590 is a vulnerability that can be exploited when there is improper deserialization on the server side, in this case, Clearml. When an attacker creates a malicious Pickle file, they can execute arbitrary code on the victim who deserializes the Pickle file, which...
Apache-Superset-Remote-Code-Execution-PoC-CVE-2018-8021
Ejecución de código en la librería pickle de Apache Superset IBM : Apache Superset podría permitir a un atacante remoto ejecutar código arbitrario en el sistema, debido al uso del método de carga no seguro de la librería pickle para deserializar datos. Mediante el envío de una solicitud...
CVE-2024-37054
CVE-2024-37054 — MLflow pyfunc 反序列化 RCE 严重性: 严重 受影响版本: MLflow 0.9.0 – 2.14.1 类型: 通过 Python pickle 反序列化实现任意代码执行 描述 mlflow.pyfunc.loadmodel 从工件存储中反序列化 pythonmodel.pkl 且不带任何清理。能够访问 MLflow 工件 REST API 的攻击者可以用恶意 pickle 覆盖该文件,从而在下次加载模型时执行任意操作系统命令。 要求 root@kitploit: pip install requests cloudpickle 用法...
CVE-2024-7804
CVE-2024-7804 — Deserialización insegura en PyTorch Distributed RPC RCE Laboratorio autocontenido + exploit para CVE-2024-7804 : ejecución remota de código en el framework RPC distribuido de PyTorch torch.distributed.rpc mediante deserialización insegura de datos no confiables CWE-502. Afectado:...
Alternative-Approach-Reverse-Shell-Callback-Test-InvokeAI-RCE
Alternative-Approach-Reverse-Shell-Callback-Test-InvokeAI-RCE 替代方案:反向Shell与回调测试 概述 本仓库提供了针对 InvokeAI RCE 漏洞(CVE-2024-12029)的替代负载方法,适用于 SSH 密钥注入失败的情况。这些负载旨在测试 Pickle 反序列化是否实际发生,并提供替代的访问方法。 问题陈述 当 SSH 密钥注入负载成功投递(状态 201),但 SSH 访问仍需密码时,表明以下情况之一: 1. Pickle 反序列化未发生 2. 命令被阻止/沙箱化 3. 执行方法不兼容 解决方案:替代负载 📁...
EUVD-2026-64336
NLTK: Default ENFORCE=False Disables All pathsec Security Controls...
CVE-2026-71513
A flaw was found in NLTK. A remote attacker can achieve remote code execution by crafting untrusted transition-parser models. This vulnerability exists in the AllowlistUnpickler, which incorrectly validates only the pickle module string and not the global name. This allows attackers to bypass the...
CVE-2026-62388
A flaw was found in NLTK. The software's default settings in pathsec.py cause security checks to only issue warnings rather than actively preventing malicious actions. This allows attackers to bypass safeguards designed to prevent unauthorized access to files path traversal and the execution of...
bank-api-remediated
vulnbank-api — Remediated Fixed version of bank-api, built...
Linux Distros Unpatched Vulnerability : CVE-2026-79657
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - NLTK versions before 3.10.3 contain a remote code execution vulnerability in allowlisted pickle loaders that trust entire module namespaces instead of specific...