Lucene search
+L

1305 matches found

Kitploit
Kitploit
added 2026/09/23 3:54 p.m.12 views

cve-2022-31692

CVE-2022-31692 Demo Overview A simple Spring Boot application demonstrating configuration that is vulnerable to CVE-2022-31692. This vulnerability may attract attention due to its severity - it has a CVSS 3.x base score of 9.8 as it allows authentication bypass. The purpose of this project is to...

9.8CVSS7.5AI score0.03634EPSS
SaveExploits3References1
Kitploit
Kitploit
added 2026/09/23 10:56 a.m.12 views

cve-2023-34035-mitigations

This repo is a set of samples to demonstrate the arrangements wherein applications may be vulnerable to https://spring.io/security/cve-2023-34035CVE-2023-34035. An application is vulnerable when all of the following are true: Spring MVC is on the classpath DispatcherServlet and at least one other...

7.3CVSS6.8AI score0.00658EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/23 8:53 a.m.8 views

CVE-2022-22978

CVE-2022-22978 Spring-Security bypass Demo When using RegexRequestMatcher in Spring Security and the regex rule contains a dot ., an attacker can bypass authentication by crafting a malicious packet. Affected Range Spring Security 5.5.x Spring Security 5.6.x http://localhost:8080/admin/index%0a...

9.8CVSS7.3AI score0.12351EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/23 5:10 a.m.8 views

cve-2023-34034

cve-2023-34034 Demonstration of CVE-2023-34034 authorization bypass in Spring Security. See CVE-2023-34034 Spring Security Authorization Bypass on Don't Panic!...

9.8CVSS7.2AI score0.03975EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/23 2:42 a.m.11 views

CVE-2022-22978

CVE-2022-22978 Spring Security Pass Spring Security 成功 http://localhost:9090/login%0a Pass Spring Security with SayMyName 失敗 http://localhost:9090/name%0d Bypass Spring Security with Custom RBAC 失敗 http://localhost:9090/admin/admin%0d Bypass Spring Security with Annotation RBAC 失敗...

9.8CVSS7.5AI score0.12351EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/22 10:35 p.m.13 views

CVE-2022-22978

CVE 2022-22978: Authorization Bypass in RegexRequestMatcher 🥶 Overview According to the information I have gathered, this vulnerability relates to the RegexRequestMatcher class in the Spring Security framework. Specifically, applications using RegexRequestMatcher where the regular expression...

9.8CVSS7.4AI score0.12351EPSS
SaveExploits6References1
Kitploit
Kitploit
added 2026/09/22 9:19 p.m.7 views

CVE-2022-22978-PoC

CVE 2022-22978: Authorization Bypass in RegexRequestMatcher 🥶 Overview According to the information I have gathered, this vulnerability is related to the RegexRequestMatcher class in the Spring Security framework. Specifically, applications using RegexRequestMatcher where the regular expression...

9.8CVSS7.4AI score0.12351EPSS
SaveExploits6References1
Kitploit
Kitploit
added 2026/09/22 4:34 p.m.14 views

SpringSource__spring-security-oauth_CVE-2018-1260_2-3-2-RELEASE

This project provides support for using Spring Security with OAuth 1a and OAuth2. It provides features for implementing both consumers and providers of these protocols using standard Spring and Spring Security programming models and configuration idioms. Code of Conduct This project adheres to th...

9.8CVSS8.2AI score0.10813EPSS
SaveExploits2References7
OSV
OSV
added 2026/09/22 9:46 a.m.20 views

ROOT-APP-MAVEN-CVE-2024-22257 CVE-2024-22257 in org.springframework.security:spring-security-core - Patched by Root

Root has patched CVE-2024-22257 in the org.springframework.security:spring-security-core package for Root:Maven. Multiple fixed versions available...

8.2CVSS6.6AI score0.00956EPSS
SaveExploits0
OSV
OSV
added 2026/09/22 9:44 a.m.36 views

ROOT-APP-MAVEN-CVE-2022-31692 CVE-2022-31692 in org.springframework.security:spring-security-core - Patched by Root

Root has patched CVE-2022-31692 in the org.springframework.security:spring-security-core package for Root:Maven. Multiple fixed versions available...

9.8CVSS7AI score0.03634EPSS
SaveExploits3
OSV
OSV
added 2026/09/22 9:44 a.m.24 views

ROOT-APP-MAVEN-CVE-2025-22228 CVE-2025-22228 in org.springframework.security:spring-security-crypto - Patched by Root

Root has patched CVE-2025-22228 in the org.springframework.security:spring-security-crypto package for Root:Maven. Multiple fixed versions available...

7.4CVSS7.4AI score0.00598EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 6:18 a.m.11 views

CVE-2022-22978

CVE 2022-22978: Authorization Bypass in RegexRequestMatcher 🥶 Overview According to the information I gathered, this is a vulnerability related to the RegexRequestMatcher class in the Spring Security framework. Specifically, applications using RegexRequestMatcher where the regular expression...

9.8CVSS7.5AI score0.12351EPSS
SaveExploits6References1
Kitploit
Kitploit
added 2026/09/22 3:06 a.m.9 views

cve-2025-22235-demo

CVE-2025-22235: Spring Boot EndpointRequest.to Authentication Bypass Vulnerability Demo Vulnerability Description CVE-2025-22235 is a Spring Boot security vulnerability involving the EndpointRequest.to method, which may generate an incorrect matcher when configuring security rules, leading to the...

7.3CVSS7.3AI score0.00415EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 2:21 a.m.10 views

CVE-2024-38821-POC

CVE-2024-38821: Proof of Concept PoC: Authentication Bypass in Spring Framework This is a proof of concept for the CVE-2024-38821 vulnerability Execution Steps 1. Build the Docker image Spring Boot 3.3.4, based on Spring Framework 6.1.13 root@kitploit: cd vuln docker build -t cve-2024-38821-poc...

9.1CVSS7AI score0.01741EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/21 3:21 p.m.9 views

CVE-2022-22978-demo

CVE-2022-22978-demo CVE-2022-22978 vulnerability demo code Exploitation Conditions Although rated as high severity, the exploitation conditions are quite stringent. Personally, I find this vulnerability rather underwhelming. 1. First, spring-security must be within the affected scope. 2. Second, ...

9.8CVSS7.7AI score0.12351EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/21 9:21 a.m.12 views

cve-2022-31692

CVE-2022-31692 A demonstration of a Spring Security authorization bypass. See CVE-2022-31692 Spring Security Authorization bypass on Don't Panic!...

9.8CVSS7.5AI score0.03634EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/19 8:17 p.m.15 views

CVE-2025-4427-CVE-2025-4428

CVE-2025-4428 & CVE-2025-4427 CVE-2025-4428 is a post-auth remote code execution vulnerability in EPMM's DeviceFeatureUsageReportQueryRequestValidator. It arises from the unsafe handling of user-supplied input within error messages processed via Spring’s AbstractMessageSource, which allows...

8.8CVSS8.2AI score0.99927EPSS
SaveExploits9References1
Kitploit
Kitploit
added 2026/09/19 4:21 p.m.10 views

CVE-2022-22978

CVE-2022-22978: Spring Security Authorization Bypass Summary Spring Security framework is a security framework that provides authentication and authorization functions in Spring-based applications. In Spring Security versions 5.5.6, 5.6.3 and earlier, when using RegexRequestMatcher, a function th...

9.8CVSS7.3AI score0.12351EPSS
SaveExploits6References1
Kitploit
Kitploit
added 2026/09/19 2:47 p.m.9 views

CVE-2019-3778-Spring-Security-OAuth-2.3-Open-Redirection

CVE-2019-3778-Spring-Security-OAuth-2.3-Open-Redirection Spring Security OAuth 2.3 Open Redirection 分析复现篇 Exploit Title: Open Redirector in spring-security-oauth2 Date: 17 June 2019 Exploit Author: Riemann Vendor Homepage: https://spring.io/projects/spring-security-oauth Software Link:...

6.5CVSS6.4AI score0.15498EPSS
SaveExploits4
OSV
OSV
added 2026/09/19 4:49 a.m.9 views

ROOT-APP-MAVEN-CVE-2025-41248 CVE-2025-41248 in org.springframework.security:spring-security-core - Patched by Root

Root has patched CVE-2025-41248 in the org.springframework.security:spring-security-core package for Root:Maven. Multiple fixed versions available...

7.5CVSS7.3AI score0.00434EPSS
SaveExploits0
Rows per page
Query Builder