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

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

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

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

工具目录

分类

查看所有分类
Loading categories
boot-jackson-cve — 对 CVE-2020-36518 在 Spring Boot 2.5.10 中的复现 | Kitploit
工具/GitHubGitHub/ghillert/boot-jackson-cve
漏洞扫描器漏洞分析代码分析DevSecOps供应链安全学习与教育
GitHubghillert/boot-jackson-cve

boot-jackson-cve

对 CVE-2020-36518 在 Spring Boot 2.5.10 中的复现

查看仓库
44年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

复现 Spring Boot 2.5.10 中的 CVE-2020-36518

执行:

root@kitploit:~
./mvnw clean verify

它会失败并显示:

root@kitploit:~
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:7.0.0:check (default) on project jackson-demo:
[ERROR]
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0':
[ERROR]
[ERROR] jackson-databind-2.12.6.jar: CVE-2020-36518(7.5)
[ERROR]
[ERROR] See the dependency-check report for more details.
[ERROR]
下载工具