1806 matches found
Ni8mare
🔒 Escáner Ni8mare Escáner de Seguridad Ético para CVE-2026-21858 Vulnerabilidad Ni8mare "El conocimiento es poder, pero solo si se comparte de forma responsable." Herramienta integral de detección de vulnerabilidades para instancias de automatización de flujos de trabajo n8n. Detecta la...
CVE-2025-65964-Exploit
Reproduction Steps First, prepare a repository containing a malicious file. root@kitploit: mkdir n8n-rce-poc && cd n8n-rce-poc git init git remote add origin mkdir evilhooks echo '!/bin/sh' evilhooks/pre-commit echo 'touch /tmp/pwnedsuccess' evilhooks/pre-commit chmod +x evilhooks/pre-commit git...
PoC-CVE-2026-21858
PoC-CVE-2026-21858 n8n 是一个开源工作流自动化平台。从 1.65.0 到 1.121.0 之前的版本,攻击者可以通过执行某些基于表单的工作流来访问底层服务器上的文件。易受攻击的工作流可能授予未经身份验证的远程攻击者访问权限,导致系统上存储的敏感信息泄露,并可能根据部署配置和工作流使用情况实现进一步入侵。此问题已在 1.121.0 版本中修复。 https://nvd.nist.gov/vuln/detail/CVE-2026-21858 使用方法 root@kitploit: ❯ python CVE-2026-21858.py -h usage:...
SASTRA-ADI-WIGUNA-CVE-2026-21858-Holistic-Audit
= doi.org/10.5281/zenodo.18278825 = orcid.org/0009-0007-7728-256X 重建分析 CVE-2026-21858:Ni8mare - n8n RCE 全链路利用 1. 执行摘要与概述 本文档对 CVE-2026-21858 漏洞(内部代号 Ni8mare)进行了确定性的技术重建分析。该漏洞的 CVSS 评分为 10.0(严重),存在于 n8n 自动化平台的 Form Webhook 节点中。该缺陷属于 Content-Type 混淆漏洞,可允许未经身份验证的攻击者执行任意文件读取、会话伪造,并最终通过"Execute...
n8n-CVE-2025-68613
This repository does not have a README...
CVE-2026-21858
CVE-2026-21858 + CVE-2025-68613 - n8n Full Chain Unauthenticated Arbitrary File Read → Admin Token Forge → Sandbox Bypass → RCE | ---|--- CVE| CVE-2026-21858 AFR + CVE-2025-68613 RCE CVSS| 10.0 + 9.9 Critical Affected| = 0.211.0 RCE Fixed| 1.121.0 AFR / 1.120.4+ RCE Disclosed| 2026-01-07 11:09 UT...
n8n-CVE-2025-68613-TryHackMe
TryHackMe Room: n8n: CVE-2025-68613 Player: J4ck3LSyN Host: ... Username: [email protected] Password: Try12345! Methodology Payload: function return this.process.mainModule.require'childprocess'.execSync'cat flag.txt'.toString Payload 2: function return...
n8n-cve-2025-68613-thm
CVE-2025-68613 – n8n Critical RCE Exploitation Overview This repository documents a hands-on exploitation of CVE-2025-68613 CVSS 9.9 , a critical Remote Code Execution vulnerability affecting the n8n workflow automation platform versions 0.211.0 through 1.120.3. This exploitation was performed...
CVE-2026-86076
creationtimestamp| type| source ---|---|--- 2026-09-09 10:57:10+00:00| seen| https://www.acn.gov.it/portale/w/rilevate-vulnerabilita-in-n8n-7 2026-09-10 16:10:05+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3mv6gtq5gsh22...
CVE-2026-86081
creationtimestamp| type| source ---|---|--- 2026-09-09 10:57:05+00:00| seen| https://www.acn.gov.it/portale/w/rilevate-vulnerabilita-in-n8n-7...
CVE-2026-86082
creationtimestamp| type| source ---|---|--- 2026-09-09 10:57:03+00:00| seen| https://www.acn.gov.it/portale/w/rilevate-vulnerabilita-in-n8n-7...
CVE-2026-86083
creationtimestamp| type| source ---|---|--- 2026-09-09 10:57:01+00:00| seen| https://www.acn.gov.it/portale/w/rilevate-vulnerabilita-in-n8n-7 2026-09-10 21:06:16+00:00| seen| https://bsky.app/profile/thecompound.tech/post/3mv6xfdqrvd24...
CVE-2026-86075
creationtimestamp| type| source ---|---|--- 2026-09-09 10:56:59+00:00| seen| https://www.acn.gov.it/portale/w/rilevate-vulnerabilita-in-n8n-7...
Blackash-CVE-2025-68613
🚨 CVE-2025-68613 — Critical RCE in n8n Severity: 🔴 Critical Impact: Remote Code Execution Affected Platform: n8n workflow automation 🧩 Overview CVE-2025-68613 is a critical security vulnerability in n8n , an open-source workflow automation platform. The issue allows an authenticated attacker to...
Exploit-CVE-2025-68613
Exploit-CVE-2025-68613 Security Advisory: Critical Remote Code Execution Vulnerability in n8n CVE-2025-68613 A critical vulnerability has been identified in the n8n workflow automation tool that allows for arbitrary code execution. Authenticated users with permissions to create or edit workflows...
n8n-RCE-CVE-2025-68613
n8n CVE-2025-68613 Overview This repository contains an educational security research project focused on CVE-2025-68613 , a vulnerability affecting specific versions of n8n related to unsafe workflow expression evaluation. The project was tested only in a controlled local lab environment. About...
CVE-2025-65964
n8n Git Hooks CTF デモ ⚠️ このリポジトリは教育およびCTFデモンストレーション目的のみ です。 シナリオ 自動化プラットフォーム(例:n8n)はワークフローの一部としてGit操作を使用します。 ワークフローはgit configを介して任意のGit設定を許可します。 攻撃者が制御するワークフローは以下を設定します: root@kitploit: core.hooksPath=hooks/ Gitはその後、リポジトリディレクトリからフックを実行します。 目的 以下を実証する: Gitフックがローカルで実行されること フックがクローンされたリポジトリ内に存在できること...
n8n-CVE-2025-65964
This repository does not have a README...
CVE-2025-68613-n8n-lab
CVE-2025-68613 Local n8n Lab This repository provides a simple Docker Compose setup that runs a vulnerable n8n instance for local testing of CVE-2025-68613. Requirements Docker Desktop or Docker Engine Docker Compose v2 Quick start 1. Start the container: root@kitploit: docker compose up -d 2. Op...
CVE-2025-68613
CVE-2025-68613 n8n 是一款开源的工作流自动化平台。自 0.211.0 版本起至 1.120.4、1.121.1 和 1.122.0 之前的版本,其工作流表达式评估系统中存在一个严重的远程代码执行(RCE)漏洞。在某些条件下,由认证用户在工作流配置期间提供的表达式可能会在未充分与底层运行时隔离的执行上下文中被评估。经过身份验证的攻击者可利用此行为,以 n8n 进程的权限执行任意代码。成功利用该漏洞可能导致受影响实例被完全控制,包括未经授权访问敏感数据、修改工作流以及执行系统级操作。此问题已在 1.120.4、1.121.1 和 1.122.0...