Lucene search
+L

32 matches found

Kitploit
Kitploit
added 2026/09/16 6:52 p.m.10 views

CVE-2021-22005

CVE-2021-22005-metasploit 关于 CVE-2021-22005 VMware vCenter Server 任意文件上传漏洞的 metasploit 脚本(POC/EXP) 准备 POC root@kitploit: git clone https://github.com/TaroballzChen/CVE-2021-22005-metasploit cd CVE-2021-22005-metasploit mkdir -p /.msf4/modules/auxiliary/scanner/http cp...

9.8CVSS8.6AI score0.99999EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/16 6:02 p.m.10 views

nmap-CVE-2022-29464

nmap-CVE-2022-29464 nmap-CVE-2022-29464は、CVE-2022-29464の脆弱性を検出するためのNSEスクリプトです。無認証かつ無制限の任意ファイル転送の脆弱性により、未認証の攻撃者が悪意のあるJSPファイルを送信することでWSO2サーバー上でRCEを取得できるようになります。 脆弱性 詳細な解説とPoCはこちらを参照してください。 使用方法 root@kitploit: ┌──kali㉿kali-/nmap-CVE-2022-29464 └─$ nmap 127.0.0.1 --script=./nmap-CVE-2022-29464.nse...

10CVSS8.7AI score0.99999EPSS
SaveExploits22References1
Kitploit
Kitploit
added 2026/09/16 10:30 a.m.9 views

CVE-2022-29464

CVE-2022-29464 WSO2 RCE 用法: root@kitploit: python3 exploit.py https://host:9443/ ArbitraryShellName.jsp...

10CVSS8.7AI score0.99999EPSS
SaveExploits22
Kitploit
Kitploit
added 2026/09/16 7:12 a.m.8 views

CVE-2021-26828_ScadaBR_RCE

POC CVE-2021-26828ScadaBR远程代码执行 ScadaBR 0.9.1 on Linux 以及 1.0 和 1.12.4CE on Windows 允许远程认证用户通过 'viewedit.shtm' 上传并执行任意 JSP 文件,实现远程代码执行。 漏洞利用 命令: Windows: $ sudo python WinScadaRCE.py Linux: 首先在你的本地机器上打开任意端口,再执行漏洞利用: $ sudo nc -vnlp 4444 $ sudo python LinScadaRCE.py 参考:...

8.8CVSS8.5AI score0.39356EPSS
SaveExploits8
Kitploit
Kitploit
added 2026/09/16 6:21 a.m.10 views

CVE-2022-29464

WSO2 RCE(CVE-2022-29464)のエクスプロイトとWriteup。 詳細 CVE-2022-29464 はWSO2の深刻な脆弱性です。 この脆弱性は、認証不要かつ制限のない任意のファイルアップロードであり、認証されていないユーザーが悪意のあるJSPファイルをWSO2サーバーにアップロードし、リモートコード実行(RCE)を達成することを可能にします。 脆弱なアップロードルートは /fileupload であり、これは FileUploadServlet サーブレットによって処理されます。そして、indentity.xml...

10CVSS8.5AI score0.99999EPSS
SaveExploits22References1
Kitploit
Kitploit
added 2026/09/16 5:26 a.m.9 views

CVE-2021-22005-metasploit

CVE-2021-22005-metasploit 关于CVE-2021-22005的metasploit脚本POC/EXP,VMware vCenter Server包含一个任意文件上传漏洞 准备 POC root@kitploit: git clone https://github.com/TaroballzChen/CVE-2021-22005-metasploit cd CVE-2021-22005-metasploit mkdir -p /.msf4/modules/auxiliary/scanner/http cp...

9.8CVSS8.6AI score0.99999EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/16 4:12 a.m.5 views

CVE-2017-12615-PoC

CVE 2017-12615 Apache Tomcat Windows RCE ⚠️警告 这是一个针对已知 CVE 的概念验证环境与利用脚本,仅供学习和教育目的使用。 请勿在未获得明确授权的系统上使用这些脚本或技术。未经授权访问或利用系统是非法的,且违反道德。 📃描述 这是针对 CVE 2017-12615 的概念验证环境与利用脚本。 该漏洞出现在 Tomcat 中,需满足以下条件: 1. Servlet 上下文配置了 readonly=false 2. 允许 HTTP PUT 请求 攻击者可通过 PUT 请求上传 JSP 文件。Apache Tomcat...

8.1CVSS7.9AI score0.99607EPSS
SaveExploits20
Kitploit
Kitploit
added 2026/09/16 2:41 a.m.7 views

CVE-2022-29464

CVE-2022-29464 WSO2 RCE(CVE-2022-29464)漏洞利用与详细说明。 详细信息 CVE-2022-29464 是由 Orange Tsai 发现的 WSO2 关键漏洞。该漏洞是一个未经认证的无限制任意文件上传漏洞,允许未经身份验证的攻击者通过上传恶意 JSP 文件在 WSO2 服务器上实现远程代码执行(RCE)。 存在漏洞的上传路由为 /fileupload,由 FileUploadServlet servlet 处理。从 indentity.xml 配置文件中可以看出,该路由未受 IAM 保护:xml root@kitploit:...

10CVSS8.7AI score0.99999EPSS
SaveExploits22References4
Kitploit
Kitploit
added 2026/09/16 1:28 a.m.12 views

CVE-2024-50379-POC

CVE-2024-50379 漏洞利用与POC(概念验证) 此仓库包含针对 CVE-2024-50379 (影响 Apache Tomcat 的一个漏洞)的概念验证(POC)。该问题涉及 检查时间与使用时间(TOCTOU)竞争条件 ,可能导致 远程代码执行(RCE) ,尤其是在不区分大小写的文件系统(如 Windows)上。 目录 描述 POC 使用 安全注意事项 许可证 描述 CVE-2024-50379 是 Apache Tomcat 中的一个漏洞,允许攻击者通过 TOCTOU 竞争条件执行任意代码。在不区分大小写的文件系统(例如 Windows 或 macOS)以及配置不当的...

9.8CVSS8.7AI score0.44312EPSS
SaveExploits13References2
Kitploit
Kitploit
added 2026/09/15 6:25 p.m.6 views

nuclei-template-cve-2025-31324-check

SAP CVE-2025-31324 检查 概述 此模板用于检查 SAP NetWeaver CVE-2025-31324 漏洞的存在。此漏洞允许未经授权的用户通过 /developmentserver/metadatauploader 端点上传 JSP 文件,可能导致远程代码执行。 如何运行 前置条件 确保您已安装 Nuclei。 将模板文件保存为 sap-netweaver-cve-2025-31324-check.yaml。 基本用法 root@kitploit: nuclei -t sap-netweaver-cve-2025-31324-check.yaml -u...

10CVSS8.6AI score0.99512EPSS
SaveExploits19References1
Kitploit
Kitploit
added 2026/09/12 2:18 p.m.8 views

CVE-2017-12615

curl -X PUT http://34.124.205.159:8080/1.jsp/ -d @- 1.jsp...

8.1CVSS7.8AI score0.99607EPSS
SaveExploits20
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2019-17216

Malware in sbrugna...

10CVSS9.5AI score0.02146EPSS
SaveExploits1References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2015-9090

Malware in sbrugna...

10CVSS9.5AI score0.02906EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2025/05/22 6:10 p.m.19 views

CVE-2021-44093

A Remote Command Execution vulnerability on the background in zrlog 2.2.2, at the upload avatar function, could bypass the original limit, upload the JSP file to get a WebShell...

9.8CVSS7.2AI score0.02512EPSS
SaveExploits1
Cvelist
Cvelist
added 2025/03/11 12:00 a.m.25 views

CVE-2024-51319

A local file include vulnerability in the /servlet/Report of Zucchetti Ad Hoc Infinity 2.4 allows an authenticated attacker to achieve Remote Code Execution by uploading a jsp web/reverse shell through /jsp/zimgupload.jsp...

0.00455EPSS
SaveExploits1References1
Ubuntu
Ubuntu
added 2025/02/21 12:19 a.m.33 views

USN-7282-1: tomcat7 vulnerabilities

It was discovered that Tomcat incorrectly handled being configured with HTTP PUTs enabled. A remote attacker could use this issue to upload a JSP file to the server and execute arbitrary code...

8.1CVSS8AI score0.99988EPSS
SaveExploits27
CVE
CVE
added 2025/02/21 12:00 a.m.106 views

CVE-2025-25766

CVE-2025-25766 affects MRCMS v3.1.2 in the /file/savefile.do endpoint, where an arbitrary file upload vulnerability allows an attacker to execute arbitrary code by uploading a crafted .jsp file. This is documented across multiple sources (NVD, Red Hat, OSV, CVE listing, PT-2025-7572 highlights th...

4.8CVSS7.4AI score0.00324EPSS
SaveExploits1References1Affected Software1
Positive Technologies
Positive Technologies
added 2022/12/13 12:00 a.m.12 views

PT-2022-5907 · Schneider Electric · Apc Easy Ups Online Monitoring +1

Name of the Vulnerable Software and Affected Versions: APC Easy UPS Online Monitoring Software versions prior to V2.5-GA APC Easy UPS Online Monitoring Software versions prior to V2.5-GA-01-22261 Schneider Electric Easy UPS Online Monitoring Software versions prior to V2.5-GS Schneider Electric...

10CVSS9.6AI score0.01071EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2021/06/11 12:00 a.m.8 views

PT-2021-3504

Name of the Vulnerable Software and Affected Versions OpenPLC ScadaBR versions through 0.9.1 on Linux OpenPLC ScadaBR versions through 1.12.4 on Windows Description The ScadaBR system, designed for data collection and process automation control, is affected by multiple issues. One issue involves...

8.8CVSS7.3AI score0.4805EPSS
SaveExploits9References28
Tenable Nessus
Tenable Nessus
added 2021/06/10 12:00 a.m.64 views

SUSE SLES11 Security Update : tomcat6 (SUSE-SU-2021:14705-1)

The remote SUSE Linux SLES11 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2021:14705-1 advisory. - When running Apache Tomcat versions 9.0.0.M1 to 9.0.0, 8.5.0 to 8.5.22, 8.0.0.RC1 to 8.0.46 and 7.0.0 to 7.0.81 with HTTP PUTs enabled e.g...

8.1CVSS7.4AI score0.99988EPSS
SaveExploits40References10
Rows per page
Query Builder