Lucene search
+L

59 matches found

Kitploit
Kitploit
added 2026/09/23 9:22 p.m.7 views

CVE-2025-30065

💥 CVE-2025-30065 - Parquet 反序列化 PoC 该项目演示了 CVE-2025-30065 的安全概念验证,利用 Apache Parquet 和 Java 反序列化。 当读取包含序列化 Java 对象的 Parquet 文件时,负载会执行一条可见命令以证明代码执行。 📦 使用方法 生成 Parquet 负载: root@kitploit: docker-compose run --rm maven-parquet mvn compile exec:java -Dexec.mainClass=ParquetPayloadWriter docker-compose...

10CVSS8.5AI score0.43597EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/09/23 7:56 p.m.8 views

parquet-rce-poc-CVE-2025-30065

CVE-2025-30065 Este repositorio ilustra cómo explotar CVE-2025-30065 y lograr la instanciación remota de clases y activar una solicitud de red desde dentro de la aplicación víctima, es decir, la JVM, logrando así SSRF. El parquet generado en Malicious.java asume que la clase RCEPayload.java está...

10CVSS8.4AI score0.43597EPSS
SaveExploits9References5
Kitploit
Kitploit
added 2026/09/23 5:56 p.m.10 views

CVE-2025-30065

CVE-2025-30065 研究笔记 此仓库刻意保持小巧且可读性高。它旨在用于对 Apache Parquet / Avro 模式处理中的 CVE-2025-30065 进行授权安全研究、本地验证和防御性研究。 本 README 侧重于仓库卫生、构建可复现性和安全使用。它不提供可操作的漏洞利用指导。 仓库内容 一个基于 Java 的研究框架。 一组用于在受控实验室中研究此漏洞的少量源文件。 一个 Maven 构建定义。 一个辅助脚本,用于在本地编译和运行项目。 前提条件 Java 8 或更新版本。 Maven。 一个您拥有或得到明确授权使用的受控测试环境。 构建和运行...

10CVSS8.2AI score0.43597EPSS
SaveExploits9References3
Kitploit
Kitploit
added 2026/09/22 2:14 a.m.5 views

TRAI-001-Critical-RCE-Vulnerability-in-Apache-Parquet-CVE-2025-30065-Simulation

TRAI-001 CVE-2025-30065: Simulador de Explotación de Ejecución Remota de Código RCE en Apache Parquet Captura de pantalla de demostración Interfaz del simulador que muestra la cadena de explotación 📌 Resumen Este repositorio contiene una simulación educativa de CVE-2025-30065, una vulnerabilidad...

10CVSS8.4AI score0.43597EPSS
SaveExploits9
RedhatCVE
RedhatCVE
added 2026/09/09 12:48 p.m.9 views

CVE-2026-73334

A flaw was found in Apache Parquet Hadoop. When processing a Parquet file, if the Key Management Service KMS Uniform Resource Locator URL is controlled by the file and not explicitly set by the application, a vulnerability can arise. An attacker could craft a malicious Parquet file to direct a KM...

6.5CVSS5.7AI score0.00376EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/09 11:17 a.m.5 views

CVE-2026-73334

Potential problem for users of the org.apache.parquet.crypto.keytools package in Apache Parquet, versions 1.12 to 1.18. This package enables users to encrypt Parquet files via an envelope encryption mechanism that wraps encrypts data keys via a Key Management Service KMS. On the reader side, the...

8.1CVSS0.00376EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/09 10:48 a.m.37 views

CVE-2026-73334

The org.apache.parquet.crypto.keytools package in Apache Parquet (versions 1.12 to 1.18 ) is vulnerable to Server-side Request Forgery (SSRF) . The issue resides in FileKeyUnwrapper.java , where a reader may forward a file-controlled KMS URL to a pluggable KmsClient without performing host valida...

5.7AI score0.00376EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/09/09 10:48 a.m.47 views

CVE-2026-73334 Apache Parquet Hadoop: File-controlled KMS URL is forwarded to pluggable KmsClient that skips host validation

Potential problem for users of the org.apache.parquet.crypto.keytools package in Apache Parquet, versions 1.12 to 1.18. This package enables users to encrypt Parquet files via an envelope encryption mechanism that wraps encrypts data keys via a Key Management Service KMS. On the reader side, the...

0.00376EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/09 10:48 a.m.8 views

EUVD-2026-74804

Potential problem for users of the org.apache.parquet.crypto.keytools package in Apache Parquet, versions 1.12 to 1.18. This package enables users to encrypt Parquet files via an envelope encryption mechanism that wraps encrypts data keys via a Key Management Service KMS. On the reader side, the...

5.7AI score0.00376EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/09/09 10:48 a.m.11 views

CVE-2026-73334 Apache Parquet Hadoop: File-controlled KMS URL is forwarded to pluggable KmsClient that skips host validation

Potential problem for users of the org.apache.parquet.crypto.keytools package in Apache Parquet, versions 1.12 to 1.18. This package enables users to encrypt Parquet files via an envelope encryption mechanism that wraps encrypts data keys via a Key Management Service KMS. On the reader side, the...

5.7AI score0.00376EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/09/09 10:48 a.m.7 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF through FileKeyUnwrapper in parquet-hadoop/src/main/java/org/apache/parquet/crypto/keytools/FileKeyUnwrapper.java. An attacker can make a reader send its KMS access token to an attacker-controlled host b...

7.1CVSS5.6AI score0.00376EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.14 views

PT-2026-88925

Potential problem for users of the org.apache.parquet.crypto.keytools package in Apache Parquet, versions 1.12 to 1.18. This package enables users to encrypt Parquet files via an envelope encryption mechanism that wraps encrypts data keys via a Key Management Service KMS. On the reader side, the...

5.7AI score0.00376EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2025-13488

Malicious code in bioql PyPI...

8.1CVSS6.9AI score0.01494EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.19 views

EUVD-2022-0600

Malicious code in bioql PyPI...

7.5CVSS7.5AI score0.03052EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2025-9322

Malicious code in bioql PyPI...

10CVSS8.9AI score0.43597EPSS
SaveExploits9References12
IBM Security Bulletins
IBM Security Bulletins
added 2025/07/23 2:46 p.m.41 views

Security Bulletin: IBM® Db2® federated server is affected by a vulnerability in Apache Parquet (CVE-2025-30065).

Summary Schema parsing in the parquet-avro module of Apache Parquet 1.15.0 and previous versions allows bad actors to execute arbitrary code. Users are recommended to upgrade to version 1.15.1, which fixes the issue. Note: A Db2 server is not vulnerable to CVE-2025-30065 if the database manager...

10CVSS8.9AI score0.43597EPSS
SaveExploits9Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2025/07/21 3:41 p.m.16 views

Security Bulletin: Apache Parquet Common Vulnerability reported in Cloudera offerings with IBM. Fixes available from Cloudera

Summary On April 1, 2025, a critical vulnerability in the parquet-avro module of Apache Parquet CVE-2025-30065, CVSS score 10.0 was announced. Vulnerability Details CVEID:CVE-2025-30065 DESCRIPTION: Schema parsing in the parquet-avro module of Apache Parquet 1.15.0 and previous versions allows ba...

10CVSS8.7AI score0.43597EPSS
SaveExploits9Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2025/07/18 8:11 a.m.10 views

Security Bulletin: There are multiple vulnerabilities in IBM DB2 bundled with IBM Application Performance Management products.

Summary IBM Application Performance Management is vulnerable to denial of service, remote code execution, information disclosures and other vulnerabilities due to bundled product IBM ® Db2. This bulletin identifies the steps to address the vulnerabilities. Vulnerability Details CVEID:CVE-2025-300...

10CVSS8.8AI score0.43597EPSS
SaveExploits10Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/07/17 12:00 a.m.12 views

Oracle GoldenGate for Big Data Multiple Vulnerabilities 21.x < 21.19.0.0.0 (July 2025 CPU)

According to its self-reported version number, the Oracle GoldenGate for Big Data application located on the remote host is affected by multiple vulnerabilities: - Security-in-Depth issue in the Oracle GoldenGate Big Data and Application Adapters product of Oracle GoldenGate component: GoldenGate...

10CVSS8.5AI score0.43597EPSS
SaveExploits9References3
IBM Security Bulletins
IBM Security Bulletins
added 2025/06/20 5:37 a.m.18 views

Security Bulletin: Apache Parquet vulnerabilities affect watsonx.data

Summary Schema parsing in the parquet-avro module of Apache Parquet 1.15.0 and previous versions allows bad actors to execute arbitrary code and this could affect watsonx.data. Vulnerability Details CVEID:CVE-2025-30065 DESCRIPTION: Schema parsing in the parquet-avro module of Apache Parquet 1.15...

10CVSS9.7AI score0.43597EPSS
SaveExploits9Affected Software1
Rows per page
Query Builder