目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2020-9484— Apache Tomcat 代码问题漏洞

一分钟漏洞结论

影响对象
n/a Apache Tomcat
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Apache Tomcat是美国阿帕奇(Apache)基金会的一款轻量级Web应用服务器。该程序实现了对Servlet和JavaServer Page(JSP)的支持。 Apache Tomcat中存在代码问题漏洞。攻击者可通过控制服务器上文件的内容和名称等方法利用该漏洞执行代码。以下产品及版本受到影响:Apache Tomcat 10.0.0-M1版本至10.0.0-M4版本,9.0.0.0.M1版本至9.0.43之前版本,8.5.0版本至8.5.63之前版本,7.0.0版本至7.0.108之前版本。

AI 预测 7.5 利用难度: 困难 EPSS 56.64% · P99

公开利用映射 1

获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2020-9484 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
N/A
来源: CVE Program / CVE List V5
Vulnerability Description
When using Apache Tomcat versions 10.0.0-M1 to 10.0.0-M4, 9.0.0.M1 to 9.0.34, 8.5.0 to 8.5.54 and 7.0.0 to 7.0.103 if a) an attacker is able to control the contents and name of a file on the server; and b) the server is configured to use the PersistenceManager with a FileStore; and c) the PersistenceManager is configured with sessionAttributeValueClassNameFilter="null" (the default unless a SecurityManager is used) or a sufficiently lax filter to allow the attacker provided object to be deserialized; and d) the attacker knows the relative file path from the storage location used by FileStore to the file the attacker has control over; then, using a specifically crafted request, the attacker will be able to trigger remote code execution via deserialization of the file under their control. Note that all of conditions a) to d) must be true for the attack to succeed.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Apache Tomcat 代码问题漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Apache Tomcat是美国阿帕奇(Apache)基金会的一款轻量级Web应用服务器。该程序实现了对Servlet和JavaServer Page(JSP)的支持。 Apache Tomcat中存在代码问题漏洞。攻击者可通过控制服务器上文件的内容和名称等方法利用该漏洞执行代码。以下产品及版本受到影响:Apache Tomcat 10.0.0-M1版本至10.0.0-M4版本,9.0.0.0.M1版本至9.0.43之前版本,8.5.0版本至8.5.63之前版本,7.0.0版本至7.0.108之前版本。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

神龙十问 — AI 深度分析

十问解析:根本原因、利用方式、修复建议、紧迫性。摘要免费,完整版需登录。

受影响产品

厂商 产品 影响版本 CPE 订阅
- Apache Tomcat Apache Tomcat 10.0.0-M1 to 10.0.0-M4, 9.0.0.M1 to 9.0.34, 8.5.0 to 8.5.54, 7.0.0 to 7.0.103 -

二、漏洞 CVE-2020-9484 的公开POC

# POC 描述 源链接 神龙链接
1 tomcat使用了自带session同步功能时,不安全的配置(没有使用EncryptInterceptor)导致存在的反序列化漏洞,通过精心构造的数据包, 可以对使用了tomcat自带session同步功能的服务器进行攻击。PS:这个不是CVE-2020-9484,9484是session持久化的洞,这个是session集群同步的洞! https://github.com/threedr3am/tomcat-cluster-session-sync-exp POC详情
2 None https://github.com/masahiro331/CVE-2020-9484 POC详情
3 利用ceye批量检测CVE-2020-9484 https://github.com/seanachao/CVE-2020-9484 POC详情
4 用Kali 2.0复现Apache Tomcat Session反序列化代码执行漏洞 https://github.com/IdealDreamLast/CVE-2020-9484 POC详情
5 for Ubuntu 18.04, improve functions. https://github.com/qerogram/CVE-2020-9484 POC详情
6 CVE-2020-9484 Mass Scanner, Scan a list of urls for Apache Tomcat deserialization (CVE-2020-9484) which could lead to RCE https://github.com/osamahamad/CVE-2020-9484-Mass-Scan POC详情
7 None https://github.com/anjai94/CVE-2020-9484-exploit POC详情
8 None https://github.com/PenTestical/CVE-2020-9484 POC详情
9 A smol bash script I threw together pretty quickly to scan for vulnerable versions of the Apache Tomcat RCE. I'll give it some love when I have the time. https://github.com/DanQMoo/CVE-2020-9484-Scanner POC详情
10 None https://github.com/AssassinUKG/CVE-2020-9484 POC详情
11 POC for CVE-2020-9484 https://github.com/VICXOR/CVE-2020-9484 POC详情
12 None https://github.com/DXY0411/CVE-2020-9484 POC详情
13 Apache Tomcat RCE (CVE-2020-9484) https://github.com/RepublicR0K/CVE-2020-9484 POC详情
14 POC - Apache Tomcat Deserialization Vulnerability (CVE-2020-9484) https://github.com/ColdFusionX/CVE-2020-9484 POC详情
15 Exploit for Apache Tomcat deserialization (CVE-2020-9484) which could lead to RCE https://github.com/d3fudd/CVE-2020-9484_Exploit POC详情
16 small test to prevent sql injections attack. 🔒 CVE-2020-9484 https://github.com/pxcs/webLogin-DEV POC详情
17 Remake of CVE-2020-9484 by Pentestical https://github.com/0dayCTF/CVE-2020-9484 POC详情
18 Bash POC for CVE-2020-9484 that i used in tryhackme challenge https://github.com/Disturbante/CVE-2020-9484 POC详情
19 Remake of CVE-2020-9484 by Pentestical https://github.com/deathquote/CVE-2020-9484 POC详情
20 PoC exploit for CVE-2020-9484, and a vulnerable web application for its demonstration https://github.com/savsch/PoC_CVE-2020-9484 POC详情
21 When using Apache Tomcat versions 10.0.0-M1 to 10.0.0-M4, 9.0.0.M1 to 9.0.34, 8.5.0 to 8.5.54 and 7.0.0 to 7.0.103 if a) an attacker is able to control the contents and name of a file on the server; and b) the server is configured to use the PersistenceManager with a FileStore; and c) the PersistenceManager is configured with sessionAttributeValueClassNameFilter="null" (the default unless a SecurityManager is used) or a sufficiently lax filter to allow the attacker provided object to be deserialized; and d) the attacker knows the relative file path from the storage location used by FileStore to the file the attacker has control over; then, using a specifically crafted request, the attacker will be able to trigger remote code execution via deserialization of the file under their control. Note that all of conditions a) to d) must be true for the attack to succeed. https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2020/CVE-2020-9484.yaml POC详情
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2020-9484 的情报信息

登录查看更多情报信息。

CVE-2020-9484 厂商安全公告 (12)

CVE-2020-9484 邮件列表归档 (26)

CVE-2020-9484 其他参考 (1)

同批安全公告 · n/a · 2020-05-20 · 共 17 条

CVE-2020-13241 Microweber 代码问题漏洞
CVE-2020-13249 MariaDB Connector/C 安全漏洞
CVE-2020-13246 Gitea 安全漏洞
CVE-2020-13239 Dolibarr ERP/CRM DMS/ECM模块跨站脚本漏洞
CVE-2020-13240 Dolibarr ERP/CRM DMS/ECM模块跨站脚本漏洞
CVE-2020-13231 Cacti 跨站请求伪造漏洞
CVE-2020-1955 Apache CouchDB 安全漏洞
CVE-2020-13230 Cacti 安全漏洞
CVE-2020-5753 Signal Private Messenger 信息泄露漏洞
CVE-2020-3956 VMware Cloud Director 注入漏洞
CVE-2020-11716 多款Panasonic产品安全漏洞
CVE-2020-12835 SmartBear Software ReadyAPI 注入漏洞
CVE-2020-13152 KDE Amarok 资源管理错误漏洞
CVE-2020-13226 WSO2 API Manager 代码问题漏洞
CVE-2020-13225 phpIPAM 跨站脚本漏洞
CVE-2020-12034 Rockwell Automation EDS Subsystem SQL注入漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2020-9484

暂无评论


发表评论