Lucene search
+L

291 matches found

Kitploit
Kitploit
added 2026/09/13 5:09 p.m.9 views

spring-RCE-CVE-2022-22965

漏洞简介 最近spring爆出重磅级CVE漏洞,cve信息显示"A Spring MVC or Spring WebFlux application running on JDK 9+ may be vulnerable to remote code execution RCE via data binding. The specific exploit requires the application to run on Tomcat as a WAR deployment. If the application is deployed as a Spring Boot...

9.8CVSS7.5AI score0.99638EPSS
SaveExploits105
Kitploit
Kitploit
added 2026/09/13 2:56 p.m.8 views

nmap-spring4shell

Nmap-spring4shell Log4shell-nmap 是一个 NSE 脚本,用于检测 HTTP 服务中的 Spring4Shell RCE 漏洞(CVE-2022-22965)。该脚本将正确的负载注入应用程序,然后在指定的端点上执行以下命令。 漏洞 请参见这里。 用法 root@kitploit: ┌──kali㉿kali-/nmap-spring4shell └─$ nmap 127.0.0.1 --script=./spring4shell.nse ... PORT STATE SERVICE REASON VERSION 8080/tcp open http-proxy...

9.8CVSS7.6AI score0.99638EPSS
SaveExploits105References2
Kitploit
Kitploit
added 2026/09/13 12:58 p.m.10 views

Spring-CVE

Spring CVE漏洞 这包括 CVE-2022-22963(一个 Spring SpEL / 表达式资源访问漏洞)以及 CVE-2022-22965(spring-webmvc/spring-webflux 远程代码执行漏洞,称为 "SpringShell")。 CVE-2022-22963 在 Spring Cloud Function 3.1.6、3.2.2 及更早的不受支持版本中,当使用路由功能时,用户可以提供精心构造的 SpEL 作为路由表达式,可能导致远程代码执行和访问本地资源。 root@kitploit: python3 poc-CVE-2022-22963.py...

9.8CVSS7.6AI score0.99938EPSS
SaveExploits137
Kitploit
Kitploit
added 2026/09/13 3:06 a.m.8 views

Spring4Shell-PoC-exploit

Spring4Shell - PoC CVE - 2022 - 22965 Versiones afectadas : Versiones de Spring Framework 5.3.0 a 5.3.17, 5.2.0 a 5.2.19 y versiones anteriores Java JDK 9 Versiones de Apache Tomcat inferiores a 10..0.20, 9.0.62 y 8.5.78 Las aplicaciones empaquetadas como un WAR tradicional con dependencia...

6CVSS7.7AI score0.51849EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/13 12:37 a.m.5 views

CVE-2018-1273

CVE-2018-1273 CVE-2018-1273 漏洞环境 CVE-2018-1273: 利用 Spring Data Commons 实现 RCE https://pivotal.io/security/cve-2018-1273 应用 https://github.com/spring-projects/spring-data-examples/tree/master/web/example 构建 root@kitploit: $ docker build -t cve-2018-1273 . 运行 root@kitploit: $ docker run -d -p...

9.8CVSS8.2AI score0.97002EPSS
SaveExploits9References1
Kitploit
Kitploit
added 2026/09/12 8:48 a.m.6 views

cve-2022-22965

Ejemplo mínimo de CVE-2022-22965 Al momento de escribir esto, el enlace de parámetros de solicitud de spring-web WebDataBinder, por defecto, permite acceder al método getClass del objeto. Esto es un detalle de implementación interno y específico de la JVM en mi humilde opinión no debería estar...

9.8CVSS7.5AI score0.99638EPSS
SaveExploits105
Kitploit
Kitploit
added 2026/09/11 10:40 p.m.4 views

CVE-2022-22965

🚨 CVE-2022-22965 — "Spring4Shell" 严重远程代码执行(RCE)漏洞 公开披露时间:2022年3月31日 📖 目录 概述 受影响的组件 技术根本原因 利用条件 影响 严重性与CVSS 缓解与修复 时间线 与Log4Shell的对比 总结 🔎 概述 Spring4Shell 是 CVE-2022-22965 的昵称,这是一个 Spring 数据绑定机制中的漏洞,可能允许攻击者实现远程代码执行(RCE) 。 它主要影响使用以下条件的应用程序: :contentReferenceoaicite:1index=1 以 WAR 文件形式打包 部署在...

9.8CVSS7.6AI score0.99638EPSS
SaveExploits105
Kitploit
Kitploit
added 2026/09/11 2:16 a.m.7 views

CVE-2022-22965

CVE-2022-22965 又称 "Spring4Shell" 通过 JDK 9+ 上的 Data Binding 实现 Spring Framework RCE 漏洞 目的是尽可能集中目前关于该漏洞的公开信息,并能够知道在这种情况下应采取什么行动。 我的应用程序是否容易受到攻击? 需要满足以下条件(AND): JDK 9 + Apache Tomcat 作为 Servlet 容器 应用程序打包为 WAR 依赖 spring-webmvc 或 spring-webflux 我的应用程序是作为 Spring Boot 可执行 jar 构建的,它容易受到攻击吗?...

9.8CVSS7.5AI score0.99938EPSS
SaveExploits137References3
Kitploit
Kitploit
added 2026/09/10 1:43 a.m.11 views

CVE-2026-32635-Angular-XSS-Mitigation-

CVE-2026-32635: Angular i18n Attribute XSS - Mitigation & Detection PoC 📌 Descripción General Este repositorio contiene una demostración educativa de la mitigación y detección para CVE-2026-32635 , una vulnerabilidad de Cross-Site Scripting XSS en Angular que afecta a los atributos...

9CVSS6.2AI score0.00339EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/09 10:52 a.m.6 views

CVE-2022-22965

Spring4Shell 漏洞 - CVE-2022-22965 📕 介绍 spring4shell 漏洞之所以如此命名,是因为在 2022 年初发现了 2 个并被攻击者广泛利用的漏洞。其中一个漏洞位于名为 "Spring Cloud Functions" 的框架组件中(不太严重),第二个更关键的组件位于框架核心,称为 "Spring Core"。由于这两个关键漏洞,社区开了一个玩笑,将其与 2021 年披露的另一个关键漏洞 Log4shell 联系起来。 它是如何工作的? Spring MVC...

9.8CVSS7.4AI score0.99638EPSS
SaveExploits105
Kitploit
Kitploit
added 2026/09/09 2:55 a.m.6 views

spring4shell-local-verification-lab

Spring4Shell 本地影响条件验证、修复与复测项目 项目简介 本项目用于学习和验证 Spring Framework CVE-2022-22965,也就是 Spring4Shell 漏洞的影响条件、风险表现、修复方法和修复后复测流程。 项目在个人搭建的本地授权环境中完成。项目重点不是对真实目标进行攻击,而是通过搭建修复前和修复后的 Spring MVC 测试环境,逐项确认漏洞相关影响条件,并使用安全、可控的只读方式观察 Spring 数据绑定内部属性路径在版本升级前后的差异。 本项目完成了以下流程: JDK、Maven 和 Apache Tomcat 环境准备 Spring MV...

9.8CVSS7.5AI score0.99638EPSS
SaveExploits105
Kitploit
Kitploit
added 2026/09/08 4:55 p.m.5 views

CVE-2022-22965

Spring4ShellCVE-2022-22965 Spring Framework 在 JDK 9+ 上通过数据绑定导致的远程代码执行漏洞 / spring4shell / CVE-2022-22965 Spring4ShellCVE-2022-22965 漏洞利用演示 https://user-images.githubusercontent.com/57348147/161458377-44ab2f76-f947-4599-aa0a-92cbaac819f8.mp4 构建 root@kitploit: docker pull me2nuk/cves:2022-22965 dock...

9.8CVSS7.6AI score0.99638EPSS
SaveExploits105References3
OSV
OSV
added 2026/09/08 8:16 a.m.6 views

BIT-JENKINS-2026-84654

In Stapler 2107.v8dfcbe8ed317 and earlier, except 2088.2093.vd7c3e58008a6, included in Jenkins 2.579 and earlier, LTS 2.568.2 and earlier, form data binding allows setting public static fields of the bound configuration object, allowing attackers who can submit configuration forms to modify publi...

5.4CVSS0.00201EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/08 8:16 a.m.5 views

BIT-JENKINS-2026-84647

In Stapler 2107.v8dfcbe8ed317 and earlier, except 2088.2093.vd7c3e58008a6, included in Jenkins 2.579 and earlier, LTS 2.568.2 and earlier, Stapler does not restrict the types of objects that can be instantiated via form data binding to those compatible with the expected field type, allowing...

8.8CVSS0.00428EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/07 5:34 p.m.5 views

CVE-2022-22965_Spring4Shell

CVE-2022-22965Spring4Shell CVE-2022-22965(Spring4Shell,SpringShell)是Spring框架中的一个漏洞,它利用数据绑定功能将HTTP请求中存储的数据绑定到应用程序使用的某些对象。该漏洞存在于getCachedIntrospectionResults方法中,攻击者可以通过HTTP请求传递类名来未经授权访问此类对象。当使用特殊对象类时,会导致数据泄露和远程代码执行的风险。此漏洞类似于早已关闭的CVE-2010-1622,该漏洞通过添加类名检查作为修复,以确保名称不匹配classLoader或protectionDomain。 评分...

9.8CVSS7.6AI score0.99638EPSS
SaveExploits105
RedhatCVE
RedhatCVE
added 2026/09/03 3:25 p.m.12 views

CVE-2026-84647

A flaw was found in Stapler, a web framework included in Jenkins. This vulnerability allows an attacker with 'Overall/Read' permission to instantiate objects related to configuration through form data binding. The system does not properly restrict the types of objects that can be created, enablin...

8.8CVSS5.8AI score0.00428EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/02 4:17 p.m.10 views

CVE-2026-84664

Jenkins GitLab Plugin 1.9.16 and earlier allows overwriting the global GitLab connection configuration through Stapler data binding, allowing attackers to connect to an attacker-specified URL using GitLab API tokens already configured by administrators...

5.4CVSS0.00101EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/02 4:17 p.m.8 views

CVE-2026-84667

Jenkins ThinBackup Plugin 2.1.4 and earlier allows overwriting the plugin's backup configuration through Stapler data binding, allowing attackers to redirect backup writes to an attacker-specified directory and to include arbitrary files from the Jenkins controller file system in backups...

7.1CVSS0.00265EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/02 4:17 p.m.7 views

CVE-2026-84673

Jenkins Customizable Header Plugin 295.v2544bca19b97 and earlier allows overwriting the plugin's appearance configuration through Stapler data binding, allowing attackers to configure a custom SVG icon containing inline JavaScript, resulting in a stored cross-site scripting XSS vulnerability...

8.8CVSS0.00287EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/02 4:17 p.m.6 views

CVE-2026-84668

Jenkins SAML Plugin 4.618.v441a27fa46d2 and earlier allows overwriting the SAML identity provider metadata file through Stapler data binding, allowing attackers to replace it with attacker-controlled content and authenticate as any user...

8.8CVSS0.0026EPSS
SaveExploits0References1
Rows per page
Query Builder