Lucene search
+L

649 matches found

Kitploit
Kitploit
added 2026/09/05 8:46 p.m.4 views

cve-2022-1471-jira-lab

CVE-2022-1471 — Laboratorio de RCE de SnakeYAML contexto de Jira / Automation for Jira Laboratorio offline y autocontenido que demuestra el mecanismo detrás de CVE-2022-1471 deserialización insegura de SnakeYAML → RCE, CVSS 9.8, tal como se utiliza en el hallazgo de Jira / Jira Service Management...

9.8CVSS7.2AI score0.99569EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/05 3:43 p.m.4 views

CVE-2022-31691

CVE-2022-31691 A write-up of my so far inconclusive look into CVE-2022-31691. Background I'm a frequent user of the Spring Tool Suite STS for Eclipse, and tend to rely on it to initialise new Spring Boot projects. This vulnerability see https://tanzu.vmware.com/security/cve-2022-31691 is an RCE...

9.8CVSS8.1AI score0.02643EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 6:46 a.m.4 views

CVE-2020-1947

CVE-2020-1947 ApacheShardingShpereUIYAML解析远程代码执行漏洞复现及分析 概述 shardingsphere是apache的一套开源生态系统,是一组分布式数据库中间件解决方案,是由sharding-jdbc、sharding-proxy和sharding-sidecar三款相互独立的框架组成,被用来提供数据分片,分布式事务,数据库治理 受影响版本 ShardingSphere 4.0.0-RC3, 4.0.0 sharding-jdbc,sharding-proxy,sharding-ui等组件 分析环境 root@kitploit:...

9.8CVSS8.3AI score0.33918EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/05 2:22 a.m.5 views

yaml-payload

yaml-payload 一个用于 CVE-2022-1471 的 SnakeYAML 反序列化利用 payload,改编自 artsploit/yaml-payload(最初基于 mbechler/marshalsec)。 功能 当通过 SnakeYAML 不安全的 Yaml.load 加载时,此 payload 会接管正在运行的应用程序 ,并用一个 "You've Been PWNED" 页面替换它: 1. 通过反射将 Tomcat Valve 注入 到正在运行的 Spring Boot 应用中,劫持现有的 8080 端口 —— 相同的 URL(包括任何 ngrok 隧道)现在会提供...

9.8CVSS7.1AI score0.99569EPSS
SaveExploits10References3
Kitploit
Kitploit
added 2026/09/04 11:42 p.m.4 views

snakeyaml_cve_poc

snakeyamlcvepoc SnakeYAML-CVE-2022-1471-POC 构建 可以在宿主机上使用 mvn clean compile assembly:single 构建 jar 包 或者使用 docker 通过 docker build -t snakeyaml . 构建镜像 运行 使用 docker run --rm -p8080:8080 snakeyaml 运行容器 或者如果在宿主机上构建了 jar 包,使用 java -jar target/snakeyaml-1.0-SNAPSHOT-jar-with-dependencies.jar 运行 使用 发送 GET...

9.8CVSS7.1AI score0.99569EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/02 3:55 a.m.4 views

yaml-payload-2

yaml-payload Un payload de explotación de deserialización de SnakeYAML para CVE-2022-1471 , adaptado de artsploit/yaml-payload originalmente basado en mbechler/marshalsec. Qué hace Cuando se carga mediante el inseguro Yaml.load de SnakeYAML, este payload toma el control de la aplicación en...

9.8CVSS6.9AI score0.99569EPSS
SaveExploits10References2
Kitploit
Kitploit
added 2026/08/31 3:19 p.m.3 views

SnakeYAML-CVE-2022-1471-POC

SnakeYAML-CVE-2022-1471-POC Code for veracode blog To demonstrate the Code Execution, 1. Build the project using maven 2. Execute python3 -m http.server 8080 to run the http server 3. Run exploit.java. You should observe a HTTP GET request on the server 4. To demonstrate how SnakeYAML 2.0 prevent...

9.8CVSS6.8AI score0.99569EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/08/31 4:23 a.m.4 views

CVE-2025-56815

CVE-2025-56815 Datart 1.0.0-rc.3 在 POST /viz/image 接口中存在目录遍历漏洞,因为服务器直接使用 MultipartFile.transferTo 将上传的文件保存到用户可控的路径,并且缺乏对文件名的严格验证。 root@kitploit: POST /api/v1/files/viz/image?ownerType=DASHBOARD&ownerId=66822c13a9bc4381923456c11339497e&fileName=../../../../../../../../tmp/1 HTTP/1.1 Host: test.com...

8.8CVSS5.2AI score0.01351EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/08/31 2:56 a.m.3 views

seans-surf-and-skate

Sean's Surf & Skate Co. —— Seal Security Demo(Maven / Java) 一个小巧但看起来真实可信的电子商务店面("Sean's Surf & Skate Co."),基于 Spring Boot 构建。它内置了已知存在漏洞的开源依赖 ,可用于演示 Seal Security 如何通过反向移植的“密封”补丁修复 CVE——无需升级任何单个软件包版本。 漏洞 该店面的新闻通讯 /“优惠提醒”注册功能会将提交的值传入 SnakeYAML 的 Yaml.load: root@kitploit: Yaml yaml = new Yaml; Objec...

9.8CVSS6.9AI score0.99569EPSS
SaveExploits10References1
Kitploit
Kitploit
added 2026/08/31 2:10 a.m.5 views

yaml-payload

yaml-payload 一个针对 CVE-2022-1471 的 SnakeYAML 反序列化利用载荷,改编自 artsploit/yaml-payload(最初基于 mbechler/marshalsec)。 功能 当通过 SnakeYAML 不安全的 Yaml.load 加载时,此载荷接管正在运行的应用程序 ,并将其替换为一个“你已被PWNED”页面: 1. 注入一个 Tomcat Valve 到正在运行的 Spring Boot 应用中(通过反射),劫持已有的8080端口——相同的 URL(包括任何 ngrok 隧道)现在显示 PWNED 页面 2. 自动重定向浏览器 ——POS...

9.8CVSS6.9AI score0.99569EPSS
SaveExploits10References3
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.8 views

Astra Linux – Vulnerability in snakeyaml

The package org.yaml:snakeyaml in versions 0 and earlier than 1.31 is vulnerable to Denial of Service DoS attacks due to a missing nested depth limitation in collections...

7.5CVSS6.6AI score0.02749EPSS
SaveExploits2References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerability in snakeyaml

Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks DOS. If the parser is running on user-supplied input, an attacker may provide content that causes the parser to crash due to a stack overflow...

6.5CVSS6.6AI score0.02061EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.9 views

Astra Linux – Vulnerability in snakeyaml

Those who use Snakeyaml to parse untrusted YAML files may be vulnerable to Denial of Service attacks DOS. If the parser runs on user-supplied input, an attacker may provide content that causes the parser to crash due to a stack overflow. This vulnerability could potentially allow for a Denial of...

6.5CVSS6.7AI score0.01492EPSS
SaveExploits1References1
GithubExploit
GithubExploit
added 2026/08/15 8:11 a.m.25 views

Exploit for Deserialization of Untrusted Data in Snakeyaml_Project Snakeyaml

CVE-2022-1471 — SnakeYAML RCE lab Jira / Automation for Jira...

9.8CVSS7.5AI score0.99569EPSS
SaveExploits10
OSV
OSV
added 2026/08/04 2:52 p.m.7 views

CLSA-2026-1771373383 TuxCare security update for org.yaml:snakeyaml (7 CVEs)

TuxCare rebuilt org.yaml:snakeyaml to address 7 CVEs. Fixed in 1.28-tuxcare.1...

9.8CVSS6.4AI score0.99569EPSS
SaveExploits14
OSV
OSV
added 2026/08/04 2:52 p.m.7 views

CLSA-2025-1755043490 TuxCare security update for org.yaml:snakeyaml (8 CVEs)

TuxCare rebuilt org.yaml:snakeyaml to address 8 CVEs. Fixed in 1.23.tuxcare.1...

9.8CVSS6.8AI score0.99569EPSS
SaveExploits15
OSV
OSV
added 2026/08/04 2:52 p.m.7 views

CLSA-2025-1751328254 TuxCare security update for org.yaml:snakeyaml (1 CVE)

TuxCare rebuilt org.yaml:snakeyaml to address 1 CVE. Fixed in 1.29.tuxcare.1...

9.8CVSS7AI score0.99569EPSS
SaveExploits10
OSV
OSV
added 2026/08/04 2:52 p.m.6 views

CLSA-2025-1751328256 TuxCare security update for org.yaml:snakeyaml (1 CVE)

TuxCare rebuilt org.yaml:snakeyaml to address 1 CVE. Fixed in 1.30.tuxcare.1...

9.8CVSS7AI score0.99569EPSS
SaveExploits10
OSV
OSV
added 2026/08/04 2:52 p.m.5 views

CLSA-2025-1751328253 TuxCare security update for org.yaml:snakeyaml (1 CVE)

TuxCare rebuilt org.yaml:snakeyaml to address 1 CVE. Fixed in 1.26.tuxcare.1...

9.8CVSS5.3AI score0.99569EPSS
SaveExploits10
OSV
OSV
added 2026/08/04 2:52 p.m.8 views

CLSA-2024-1732492822 TuxCare security update for org.yaml:snakeyaml (1 CVE)

TuxCare rebuilt org.yaml:snakeyaml to address 1 CVE. Fixed in 1.33.tuxcare.1...

9.8CVSS7AI score0.99569EPSS
SaveExploits10
Rows per page
Query Builder