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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-56924 — 针对 code astro Internet Banking System 2.0.0 中跨站请求伪造(CSRF)漏洞的概念验证,允许通过精心构造的 HTML 页面进行未经授权的账户修改。 | Kitploit
工具/GitHubGitHub/ipratheep/cve-2024-56924
漏洞分析漏洞利用Web应用程序漏洞利用Web安全渗透测试
GitHubipratheep/cve-2024-56924

CVE-2024-56924

针对 code astro Internet Banking System 2.0.0 中跨站请求伪造(CSRF)漏洞的概念验证,允许通过精心构造的 HTML 页面进行未经授权的账户修改。

查看仓库
1年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-56924

漏洞描述

A Cross-Site Request Forgery (CSRF) vulnerability exists in the code astro Internet Banking System version 2.0.0, which allows remote attackers to perform unauthorized actions on behalf of authenticated users, such as administrators, without their knowledge. By crafting a malicious HTML page, an attacker can trick an authenticated user (such as an admin) into submitting a request to modify sensitive account details (e.g., name, email) on the target system. This vulnerability arises due to the lack of CSRF protection on the account modification page (e.g., pages_account.php), allowing an attacker to bypass security mechanisms and execute unauthorized actions on the user's behalf.

受影响版本

2.0.0

研究人员

Pratheep M

概念验证

分步操作步骤

我在下方添加了视频概念验证供您参考。
第1步:点击管理员门户,使用默认凭据登录。
第2步:导航到账户部分,使用Burp Suite拦截请求。
第3步:点击更新按钮并捕获请求。然后在面板上右键单击,转到Engagement Tools → Generate CSRF PoC。
第4步:修改请求以更新姓名和电子邮件字段,然后点击Test in Browser。
第5步:将PoC粘贴到浏览器中,您将看到姓名和电子邮件已成功更改。

视频概念验证

poc

下载工具