Lucene search
+L

30 matches found

Kitploit
Kitploit
added 2026/08/25 8:52 p.m.2 views

CVE-2023-5044

CVE-2023-5044 通过 nginx.ingress.kubernetes.io/permanent-redirect 注解进行代码注入 首先,你需要部署 Pod 和 Service: root@kitploit: kind: Pod apiVersion: v1 metadata: name: apple-app labels: app: apple spec: containers: - name: apple-app image: hashicorp/http-echo args: - "-text=apple" --- kind: Service apiVersion: ...

8.8CVSS0.56605EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/08/25 2:11 p.m.2 views

Blackash-CVE-2025-47812

🛡️ CVE-2025-47812 – Wing FTP Server 中的严重 RCE 漏洞 🛡️ 🔎 概述: CVE-2025-47812 是一个影响 7.4.4 版本之前 Wing FTP Server 的严重远程代码执行 RCE 漏洞。该漏洞由一名安全研究人员发现,并已被确认在野外被积极利用 。 🧱 根本原因: 该漏洞存在于 Wing FTP Server 的身份验证逻辑 中,具体在于其处理 username 参数中的空字节 \0 的方式。 攻击者可以通过用户名字段注入任意 Lua 代码 ,服务器会将其写入会话文件。当后续处理该会话文件时,注入的 Lua 代码会被执行...

10CVSS9.3AI score0.95491EPSS
SaveExploits24
Kitploit
Kitploit
added 2026/08/25 4:29 a.m.1 views

CVE-2025-47812-Research

CVE-2025-47812 — Wing FTP Server RCE 研究 背景 在 Akasec 俱乐部进行的网络安全观察实习 (1337 Khouribga)— 2025 年 7/8 月。 研究的漏洞 - CVE : CVE-2025-47812 - CVSS 评分 : 10.0 严重 - 受影响软件 : Wing FTP Server 7.4.4 - 类型 : 通过 Lua 注入的远程代码执行 环境 在隔离且受控的环境中进行利用 (WSL Ubuntu),仅用于教育目的。 内容 - Rapportstagevf4.pdf — 完整报告,包含 静态分析...

10CVSS0.95491EPSS
SaveExploits24
Kitploit
Kitploit
added 2026/08/25 4:24 a.m.1 views

CVE-2025-47812

CVE-2025-47812 – Wing FTP Server RCE 漏洞利用 漏洞利用标题: Wing FTP Server 7.4.4 通过 Lua 注入实现远程代码执行 CVE: CVE-2025-47812 测试于: Wing FTP Server v7.3.x(Windows/Linux) 影响: 以 SYSTEM/root 权限远程执行代码(RCE) 严重性: 严重 描述 Wing FTP Server 在处理登录输入中的 \0(空字节)时存在一个漏洞,允许攻击者通过用户或管理员 Web 界面向会话文件中注入任意 Lua 代码 。这可用于在底层操作系统上执行系统命令。...

10CVSS0.95491EPSS
SaveExploits24
Kitploit
Kitploit
added 2026/08/25 4:17 a.m.1 views

CVE-2026-44403-WingFTP-v8.1.2-POC-Exploit

Wing FTP Server v8.1.2 包含一个远程代码执行(RCE)漏洞,该漏洞存在于会话序列化机制中。经过身份验证的管理员可以通过域管理员 mydirectory(基础文件夹)字段注入任意 Lua 代码,这些代码会通过 loadfile 在服务器端执行。 此漏洞与 CVE-2025-47812 不同。在 v7.4.4 中针对 CVE-2025-47812 的修复仅处理了用户名字段中的空字节注入向量。底层不安全的会话序列化问题并未修复,并且在 v8.1.2 中仍可通过管理员的 basefolder 字段利用。 SessionModule.lua(第 103 行)和...

10CVSS9.4AI score0.95491EPSS
SaveExploits29
Kitploit
Kitploit
added 2026/08/25 4:14 a.m.1 views

CVE-2025-47812

CVE-2025-47812 – Wing FTP Server 通过 Lua 注入实现远程代码执行 作者: 0xgh057r3c0n 🧠 描述 此漏洞利用 Wing FTP Server 登录处理程序(loginok.html)中的 Lua 注入漏洞,执行任意操作系统命令或获取反向 Shell。它通过 username 参数滥用未经过滤的 Lua 代码执行。 📦 依赖要求 Python 3.6 或更高版本 pip3 Python 软件包 使用以下命令安装所需软件包: root@kitploit: pip3 install -r requirements.txt...

10CVSS0.95491EPSS
SaveExploits24References1
Kitploit
Kitploit
added 2026/08/25 4:14 a.m.1 views

CVE-2025-47812

CVE-2025-47812 — Wing FTP Server の未認証 RCE リライト Wing FTP Server ≤ 7.4.3 における未認証の Lua インジェクション RCE の Python エクスプロイト。シェル配信用に設計 — check から動作する netcat コールバックまでの 1 コマンド。 以前 HTB の wingData ラボ用に作成し、現在オープンソース化しました。所有しているシステム、またはテストの許可を得ているシステムに対してのみ使用してください。 クレジット 脆弱性研究: Julien @MrTuxracer — What the NULL...

10CVSS8.9AI score0.95491EPSS
SaveExploits24References1
Kitploit
Kitploit
added 2026/08/24 1:36 p.m.1 views

CVE-2025-47812-poC

CVE-2025-47812-poC 针对 Wing FTP Server RCE(CVE-2025-47812)的简易漏洞利用工具,用于执行命令和获取反向 Shell。仅限教育用途。 漏洞详情 该安全漏洞由 RCESecurity(https://www.rcesecurity.com/2025/06/what-the-null-wing-ftp-server-rce-cve-2025-47812/)公开披露并详细介绍。 该漏洞利用脚本由本人出于教育和测试目的编写。本人并非该漏洞的原始发现者。 Wing FTP Server RCE(CVE-2025-47812) 该漏洞源于 Wing...

10CVSS0.95491EPSS
SaveExploits24
RedhatCVE
RedhatCVE
added 2026/06/05 7:12 p.m.19 views

CVE-2026-44403

Wing FTP Server before 8.1.3 contains an authenticated remote code execution vulnerability in the session serialization mechanism that allows authenticated administrators to inject arbitrary Lua code through the domain admin mydirectory field. Attackers can exploit unsafe serialization of session...

8.6CVSS6.4AI score0.02643EPSS
SaveExploits5References1
GithubExploit
GithubExploit
added 2026/05/24 6:05 p.m.167 views

Exploit for Improper Neutralization of Null Byte or NUL Character in Wftpserver Wing_Ftp_Server

CVE-2025-47812 — Wing FTP Server Unauth RCE rewrite Python...

10CVSS7.7AI score0.95491EPSS
SaveExploits24
Cvelist
Cvelist
added 2026/05/12 8:43 p.m.44 views

CVE-2026-44403 Wing FTP Server < 8.1.3 Authenticated Remote Code Execution via Session Serialization

Wing FTP Server before 8.1.3 contains an authenticated remote code execution vulnerability in the session serialization mechanism that allows authenticated administrators to inject arbitrary Lua code through the domain admin mydirectory field. Attackers can exploit unsafe serialization of session...

8.6CVSS0.02643EPSS
SaveExploits5References2
EUVD
EUVD
added 2026/04/24 3:19 p.m.32 views

EUVD-2026-25280

Contour has Lua code injection via Cookie Path Rewrite Policy...

8.1CVSS5.3AI score0.00492EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/04/23 6:44 p.m.7 views

CVE-2026-41246

Contour is a Kubernetes ingress controller using Envoy proxy. From v1.19.0 to before v1.33.4, v1.32.5, and v1.31.6, Contour's Cookie Rewriting feature is vulnerable to Lua code injection. An attacker with RBAC permissions to create or modify HTTPProxy resources can craft a malicious value in...

8.1CVSS6.4AI score0.00492EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/23 6:44 p.m.6 views

CVE-2026-41246 Contour: Lua code injection via Cookie Path Rewrite Policy

Contour is a Kubernetes ingress controller using Envoy proxy. From v1.19.0 to before v1.33.4, v1.32.5, and v1.31.6, Contour's Cookie Rewriting feature is vulnerable to Lua code injection. An attacker with RBAC permissions to create or modify HTTPProxy resources can craft a malicious value in...

8.1CVSS6.3AI score0.00492EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/04/09 1:18 p.m.159 views

Exploit for Improper Neutralization of Null Byte or NUL Character in Wftpserver Wing_Ftp_Server

\ CVE-2025-47812 — Wing FTP Server RCE Research \ Contexte...

10CVSS7.5AI score0.95491EPSS
SaveExploits24
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2025-30791

Malicious code in bioql PyPI...

8.8CVSS6.6AI score0.00827EPSS
SaveExploits1References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.8 views

EUVD-2022-29582

Malicious code in bioql PyPI...

7.8CVSS6.1AI score0.02264EPSS
SaveExploits1References14
RedhatCVE
RedhatCVE
added 2025/09/24 12:28 a.m.22 views

CVE-2025-57439

Creacast Creabox Manager 4.4.4 contains a critical Remote Code Execution vulnerability accessible via the edit.php endpoint. An authenticated attacker can inject arbitrary Lua code into the configuration, which is then executed on the server. This allows full system compromise, including reverse...

8.8CVSS8AI score0.00827EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2025/09/22 12:00 a.m.11 views

PT-2025-38760

Name of the Vulnerable Software and Affected Versions Creacast Creabox Manager version 4.4.4 Description A critical Remote Code Execution issue exists in Creacast Creabox Manager version 4.4.4. An authenticated attacker can inject arbitrary Lua code into the configuration through the edit.php...

8.8CVSS7.7AI score0.00827EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2025/09/22 12:00 a.m.6 views

CVE-2025-57439

Creacast Creabox Manager 4.4.4 contains a critical Remote Code Execution vulnerability accessible via the edit.php endpoint. An authenticated attacker can inject arbitrary Lua code into the configuration, which is then executed on the server. This allows full system compromise, including reverse...

7.7AI score0.00827EPSS
SaveExploits1References2
Rows per page
Query Builder