Lucene search
+L

134234 matches found

Kitploit
Kitploit
•added 2026/09/24 3:57 p.m.•11 views

poc-yaws-dav-xxe

XXE en el servidor web Yaws CVE-2020-24379 Prueba de concepto Construir imagen de prueba: docker build -t vulnbe/yaws-pocs:xxe-dav-mod -f Dockerfile . y/o Ejecutar el contenedor docker run --rm -d -i -p 127.0.0.1:8000:8080 vulnbe/yaws-pocs:xxe-dav-mod A continuación, ejecutar: root@kitploit: curl...

9.8CVSS8.6AI score0.03354EPSS
SaveExploits2
Kitploit
Kitploit
•added 2026/09/24 3:56 p.m.•14 views

awesome-jenkins-rce-2019

awesome-jenkins-rce-2019 No hay RCE sin autenticación previa en Jenkins desde mayo de 2017, ¡pero este es el definitivo! Encadena CVE-2018-1000861, CVE-2019-1003005 y CVE-2019-1003029 para lograr una ejecución remota de código sin autenticación previa más fiable y elegante. Lista de versiones...

10CVSS7.7AI score0.98326EPSS
SaveExploits4
Kitploit
Kitploit
•added 2026/09/24 3:56 p.m.•18 views

qu1ckr00t

qu1ckr00t Una aplicación de PoC que demuestra el poder de un R/W arbitrario del kernel de Android CVE-2019-2215. Writeup: https://hernan.de/blog/2019/10/15/tailoring-cve-2019-2215-to-achieve-root/ Qu1ckR00t es una PRUEBA DE CONCEPTO. NO debe usarse en tu dispositivo personal con datos de usuario...

7.8CVSS8AI score0.72105EPSS
SaveExploits31References4
Kitploit
Kitploit
•added 2026/09/24 3:55 p.m.•16 views

andriller

Andriller CE 社区版 Andriller 是一款包含多种智能手机取证工具集的软件工具。它能够对 Android 设备执行只读、符合取证规范、非破坏性的数据提取。其功能包括:强大的锁屏破解(图案、PIN码或密码);为 Android(部分 Apple iOS 和 Windows)应用数据库提供自定义解码器,用于解码通信数据。提取和解码器可生成 HTML 和 Excel 格式的报告。 功能特性 自动化数据提取和解码 通过 Android 备份(Android 4.x 版本,支持程度各异/有限)从非 root 设备提取数据 使用 root 权限提取数据:root ADB...

6AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/24 3:55 p.m.•9 views

miniupnpd_poc

Vulnerabilidad de lectura fuera de los límites en Miniupnpd path superior a 526 bytes. La causa raíz se debe a la falta de validación del valor de retorno de snprintf, ya que snprintf devuelve el valor de cuántos bytes podría haber copiado, no cuántos bytes copió realmente. A fecha de 25-ene-2019...

6.1AI score
SaveExploits0References1
EUVD
EUVD
•added 2026/09/24 3:52 p.m.•3 views

EUVD-2026-86153

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix HE extended capability length check rtw89maccheckheobssnarrowbwruiter reads extended capability byte 10, but rejects only datalen values below 10. Byte 10 requires at least 11 bytes. Require datalen = 11 before...

5.8AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/24 3:52 p.m.•2 views

EUVD-2026-86152

In the Linux kernel, the following vulnerability has been resolved: greybus: audio: bound the topology section sizes against the fetched size gbaudiogbgettopology fetches a topology blob of a module-supplied size, and gbaudiotplgparsedata then walks it by adding the module-supplied sizedais,...

5.9AI score
SaveExploits0References8
CVE
CVE
•added 2026/09/24 3:52 p.m.•6 views

CVE-2026-93280

A vulnerability exists in the Linux kernel within the greybus audio component. The function gb_audio_gb_get_topology() fetches a topology blob based on a size provided by a module. However, gbaudio_tplg_parse_data() fails to validate the module-supplied size_dais, size_controls, and size_widgets ...

5.9AI score
SaveExploits0References8
CVE
CVE
•added 2026/09/24 3:51 p.m.•5 views

CVE-2026-93246

A vulnerability in the Linux kernel (specifically the octeontx2-af driver) allows an out-of-bounds read during the setting of MSI-X IRQ affinity. The rvu_register_interrupts() function uses strstr() to search for "Mbox" or "FLR" within the irq_name buffer. Because this buffer may contain uninitia...

5.8AI score
SaveExploits0References2
EUVD
EUVD
•added 2026/09/24 3:51 p.m.•2 views

EUVD-2026-86256

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: fix out-of-bounds read setting MSI-X irq affinity rvuregisterinterrupts walks every MSI-X vector and uses strstr to match "Mbox" or "FLR" in irqname before pinning those interrupts to CPU 0. irqname is a per-vector...

5.8AI score
SaveExploits0References2
CVE
CVE
•added 2026/09/24 3:33 p.m.•3 views

CVE-2026-93234

A vulnerability exists in the Linux kernel 's drm/gud component where the gud_connector_add_tv_mode() function fails to validate that TV mode names returned via the GUD protocol are NUL-terminated. Because the protocol uses fixed-size entries, a device returning a name without a terminating NUL b...

5.8AI score
SaveExploits0References7
EUVD
EUVD
•added 2026/09/24 3:33 p.m.•2 views

EUVD-2026-86239

In the Linux kernel, the following vulnerability has been resolved: drm/gud: validate TV mode names before creating enum property The GUD protocol returns TV mode names as fixed-size GUDCONNECTORTVMODENAMELEN entries and requires each name to be NUL-terminated. gudconnectoraddtvmode currently...

5.8AI score
SaveExploits0References7
EUVD
EUVD
•added 2026/09/24 3:29 p.m.•2 views

EUVD-2026-86234

In the Linux kernel, the following vulnerability has been resolved: nfsd: add missing read barrier to rpcstatusget dumpit seqcount retry The hand-rolled seqcount-like protocol in nfsdnlrpcstatusgetdumpit is missing a read memory barrier smprmb before its second counter check. The standard kernel...

5.8AI score
SaveExploits0References4
NVD
NVD
•added 2026/09/24 3:17 p.m.•2 views

CVE-2026-58005

Out-of-bounds read vulnerability in Altera Trusted Firmware on HPS allows Privilege Escalation and Overflow Buffers. This issue affects Trusted Firmware: through socfpgav2.14.0...

8.3CVSS
SaveExploits0References1
NVD
NVD
•added 2026/09/24 3:17 p.m.•4 views

CVE-2026-58004

Out-of-bounds read vulnerability in Altera Trusted Firmware on HPS allows Privilege Escalation and Overflow Buffers. This issue affects Trusted Firmware: through socfpgav2.14.0...

8.3CVSS
SaveExploits0References1
NVD
NVD
•added 2026/09/24 3:17 p.m.•3 views

CVE-2026-18870

IBM PowerVM Hypervisor FW1120.00 through FW1120.01, FW1110.00 through FW1110.31, FW1060.00 through FW1060.81, and FW950.00 through FW950.H3 could allow a remote attacker to obtain sensitive information due to an out-of-bounds read...

4.3CVSS
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/24 3:11 p.m.•11 views

php_filter_chains_oracle_exploit

Cadenas de filtros PHP: lectura de archivos desde un oráculo basado en errores Una CLI para explotar parámetros afectados por la lectura de archivos causada por el oráculo basado en errores de las cadenas de filtros PHP. Puede utilizarse para filtrar el contenido de un archivo local cuando se pas...

5.9AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 3:11 p.m.•9 views

glpi-logbleed

glpi-logbleed Inyección SQL ciega en el filtro del historial de registros de GLPI. CVE-2026-53629, corregida en 11.0.8 y 10.0.26, vulnerable desde 9.4.0. Requiere cualquier cuenta con el permiso de lectura logs. El perfil estándar de solo lectura lo tiene. Aviso: GHSA-cpcj-x335-5cmh Análisis: cóm...

5.9AI score
SaveExploits0References1
CVE
CVE
•added 2026/09/24 3:10 p.m.•4 views

CVE-2026-93213

The Linux kernel contains an out-of-bounds read vulnerability in the of_alias_scan() stem parser. The flaw occurs because the parser evaluates isdigit(*(end - 1)) before verifying that end > start. This logic error causes the system to read one byte before the property name when the name is em...

5.8AI score
SaveExploits0References8
EUVD
EUVD
•added 2026/09/24 3:10 p.m.•1 views

EUVD-2026-85942

In the Linux kernel, the following vulnerability has been resolved: of: fix out-of-bounds read in ofaliasscan stem parser The stem parser tests isdigitend - 1 before checking end start and so reads one byte before the property name when the name is empty or all digits. Check the bound first...

5.8AI score
SaveExploits0References8
Rows per page
Query Builder