Lucene search
+L

1197 matches found

Kitploit
Kitploit
added 2026/09/02 10:39 p.m.4 views

cve-2023-34035-mitigations

이 저장소는 애플리케이션이 https://spring.io/security/cve-2023-34035CVE-2023-34035에 취약할 수 있는 구성을 보여주는 샘플 모음입니다. 다음 조건이 모두 참일 때 애플리케이션이 취약합니다: Spring MVC가 클래스패스에 있습니다 DispatcherServlet과 최소 하나 이상의 다른 서블릿이 매핑되어 있으며, 그중 하나가 경로 기반 서블릿 매핑예: /path/을 가지고 있습니다 애플리케이션이 /path/ 형식의 서블릿 매핑을 가진 엔드포인트를 참조하기 위해...

7.3CVSS6.7AI score0.00658EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/02 7:35 p.m.7 views

CVE-2022-22978

CVE-2022-22978 Spring Security Spring Security 우회 성공 http://localhost:9090/login%0a SayMyName으로 Spring Security 우회 실패 http://localhost:9090/name%0d Custom RBAC으로 Spring Security 우회 실패 http://localhost:9090/admin/admin%0d Annotation RBAC으로 Spring Security 우회 실패 http://localhost:9090/user/user%0a...

9.8CVSS6.7AI score0.12351EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/02 6:02 p.m.3 views

CVE-2022-22978

CVE-2022-22978: Spring Security Authorization Bypass 요약 Spring Security 프레임워크는 Spring 기반 애플리케이션에서 인증 및 권한 부여 기능을 제공하는 보안 프레임워크이다. Spring Security 5.5.6, 5.6.3 및 그 이전 버전에서 정규표현식을 이용하여 권한을 부여하는 기능인 RegexRequestMatcher를 사용할 때 요청 URL에 개행 문자가 포함되어 있으면 권한 우회가 발생할 수 있다. 공격자는 %0a, %0d 등 인코딩된 개행문자를 사용하여 관...

9.8CVSS6.7AI score0.12351EPSS
SaveExploits6References1
Kitploit
Kitploit
added 2026/09/02 4:39 p.m.3 views

CVE-2022-22978

CVE 2022-22978: RegexRequestMatcher의 인증 우회 🥶 개요 내가 조사한 정보에 따르면, 이 취약점은 Spring Security 프레임워크의 RegexRequestMatcher 클래스와 관련이 있습니다. 구체적으로, 정규 표현식에 점.이 포함된 RegexRequestMatcher를 사용하는 애플리케이션은 \r%0a , \n%0d 문자를 사용하여 우회될 수 있으며, 이를 통해 공격자는 인증 없이 허용되지 않은 경로에 접근할 수 있습니다. Spring Security 프레임워크의 취약한 버전: 5.5.x...

9.8CVSS6.7AI score0.12351EPSS
SaveExploits6References1
Kitploit
Kitploit
added 2026/09/02 3:47 p.m.4 views

CVE-2022-22978-PoC

CVE 2022-22978: RegexRequestMatcher 인증 우회 🥶 개요 제가 조사한 정보에 따르면, 이 취약점은 Spring Security 프레임워크의 RegexRequestMatcher 클래스와 관련이 있습니다. 구체적으로, 정규 표현식에 마침표.가 포함된 RegexRequestMatcher를 사용하는 애플리케이션은 \r%0a , \n%0d 문자를 사용하여 우회될 수 있습니다. 이로 인해 공격자는 인증 없이 허용되지 않은 경로에 접근할 수 있습니다. 취약한 Spring Security 프레임워크 버전: 5.5....

9.8CVSS6.7AI score0.12351EPSS
SaveExploits6References1
Kitploit
Kitploit
added 2026/09/02 2:23 p.m.6 views

cve-2022-31692

CVE-2022-31692 Spring Security の認可バイパスのデモンストレーション。 Don't Panic! の CVE-2022-31692 Spring Security 認可バイパス を参照してください。...

9.8CVSS6.7AI score0.03634EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/02 1:07 p.m.4 views

CVE-2022-22978-demo

CVE-2022-22978-demo Código de ejemplo de la vulnerabilidad CVE-2022-22978 Condiciones de explotación Aunque está clasificada como de alta gravedad, las condiciones de explotación son bastante estrictas; personalmente creo que esta vulnerabilidad es bastante insignificante. 1. En primer lugar, por...

9.8CVSS6.7AI score0.12351EPSS
SaveExploits6
RedhatCVE
RedhatCVE
added 2026/09/02 12:30 p.m.4 views

CVE-2026-59276

Several components in Spring Security compare security-sensitive values using standard string equality String.equals rather than a constant-time comparison. Because String.equals returns as soon as it finds a differing character, the time taken to reject an incorrect value is proportional to the...

5.9CVSS5.9AI score0.00257EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/02 11:52 a.m.4 views

Spring-CVE-2022-22947-

このリポジトリには README がありません。...

10CVSS7AI score0.98253EPSS
SaveExploits54
RedhatCVE
RedhatCVE
added 2026/09/02 11:49 a.m.3 views

CVE-2026-59277

Spring Security InetAddressMatchers utility provides matchInternal and matchExternal builders for constructing an InetAddressMatcher that classifies a given IP address as belonging to an internal private or external public network. In Spring Security 7.1.0, the internal address classification did...

5.3CVSS5.9AI score0.00208EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/02 10:39 a.m.4 views

cve-2025-22235-demo

CVE-2025-22235: Spring Boot EndpointRequest.to 認証バイパス脆弱性デモ 脆弱性の説明 CVE-2025-22235はSpring Bootのセキュリティ脆弱性で、EndpointRequest.toメソッドを使用してセキュリティルールを設定する際に誤ったマッチャーが生成される可能性があり、公開されていないアクチュエータエンドポイントのパス(例:/null/)のセキュリティ保護が無効になります。 影響を受けるバージョン Spring Security 5.7.16 Spring Security 5.8.18 Spring Security...

7.3CVSS7.1AI score0.00415EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 8:54 a.m.6 views

cve-2023-34034

cve-2023-34034 Spring Security의 CVE-2023-34034 인가 우회에 대한 데모입니다. 참조: CVE-2023-34034 Spring Security 인가 우회 on Don't Panic!...

9.8CVSS6.7AI score0.03975EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/02 7:05 a.m.5 views

CVE-2022-22978

CVE 2022-22978: Bypass de autorización en RegexRequestMatcher 🥶 Resumen Según la información que he investigado, esta es una vulnerabilidad relacionada con la clase RegexRequestMatcher del framework Spring Security. En concreto, las aplicaciones que usan RegexRequestMatcher y que en su expresión...

9.8CVSS6.7AI score0.12351EPSS
SaveExploits6References1
Kitploit
Kitploit
added 2026/09/02 7:00 a.m.3 views

CVE-2022-22978

CVE-2022-22978 Spring-Security bypass Demo Cuando se usa RegexRequestMatcher en Spring Security y la regla contiene una expresión regular con un punto, un atacante puede omitir la autenticación construyendo un paquete malicioso Versiones afectadas Spring Security 5.5.x Spring Security 5.6.x...

9.8CVSS6.7AI score0.12351EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/02 5:38 a.m.6 views

cve-2022-31692

CVE-2022-31692 演示 概述 一个简单的 Spring Boot 应用程序,演示了一种存在 CVE-2022-31692 漏洞的配置。 该漏洞因其严重性而备受关注——它的 CVSS 3.x 基础评分为 9.8,因为它允许身份验证绕过。 本项目的目的是演示安全公告中描述的、导致该漏洞成立的条件。 应用程序期望 Spring Security 对 forward 和 include 调度器类型应用安全机制。 应用程序手动使用 AuthorizationFilter,或通过 authorizeHttpRequests 方法使用。 应用程序将 FilterChainProxy...

9.8CVSS6.7AI score0.03634EPSS
SaveExploits3References1
Kitploit
Kitploit
added 2026/09/01 9:18 p.m.2 views

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

本项目提供对在Spring Security中使用OAuth 1a和OAuth2的支持。它提供了实现这些协议的消费者和提供者的功能,使用标准的Spring和Spring Security编程模型及配置习惯用法。 行为准则 本项目遵循贡献者公约行为准则。参与即表示您同意遵守该准则。如有不可接受的行为,请向[email protected]报告。 开始使用 下载 或从GIT克隆,然后使用Maven 3.0.和Java 1.6或更高版本: root@kitploit: $ git clone ... $ mvn install -P bootstrap 仅首次使用 bootstrap...

9.8CVSS7.2AI score0.08404EPSS
SaveExploits2References7
OSV
OSV
added 2026/09/01 8:33 a.m.5 views

CLSA-2026-1788251580 TuxCare security update for org.springframework.security (1 CVE)

TuxCare rebuilt 19 org.springframework.security packages to address 1 CVE. Fixed in 6.5.11-tuxcare.1...

9.4CVSS5.9AI score0.0029EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 2:21 a.m.5 views

CVE-2024-38821-POC

CVE-2024-38821: 概念実証(PoC): Spring Framework における認証バイパス これは CVE-2024-38821 脆弱性の概念実証です。 実行手順 1. Docker イメージをビルドします(Spring Boot 3.3.4、Spring Framework 6.1.13 ベース) root@kitploit: cd vuln docker build -t cve-2024-38821-poc . 2. コンテナを起動し、ポート8080をホストマシンに公開します root@kitploit: docker run -d -p 8080:8080...

9.1CVSS6.6AI score0.01741EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/08/31 4:32 p.m.5 views

CVE-2025-4427-CVE-2025-4428

CVE-2025-4428 & CVE-2025-4427 CVE-2025-4428 是 EPMM 的 DeviceFeatureUsageReportQueryRequestValidator 中的一个认证后远程代码执行漏洞。该漏洞源于对用户提供的输入在通过 Spring 的 AbstractMessageSource 处理的错误消息中进行了不安全处理,从而导致攻击者可控的 EL(表达式语言)注入。在 /api/v2/featureusage 端点中使用精心构造的 format 参数会导致任意 Java 代码执行,已通过命令注入(例如 Runtime.exec)得到确认。...

8.8CVSS6.9AI score0.99927EPSS
SaveExploits10References1
RedhatCVE
RedhatCVE
added 2026/08/31 10:51 a.m.7 views

CVE-2026-47842

A flaw was found in Spring Security. Applications configured to use AesBytesEncryptor with a two-argument constructor or a null Initialization Vector IV generator in Cipher Block Chaining CBC mode will encrypt data using a predictable, all-zero IV. This deterministic encryption allows an attacker...

6.5CVSS5.8AI score0.00149EPSS
SaveExploits0References4
Rows per page
Query Builder