Lucene search
+L

706 matches found

Kitploit
Kitploit
added 2026/09/16 6:39 p.m.8 views

USTP-Secure

USTP USTP means UDP Speedy Transmission Protocol. USTP keeps the same authenticated transport model, but the project name is now simply USTP again. By default, USTP uses AEAD for DATA. It also supports an optional negotiated cleartext + HMAC mode for DATA, where payload bytes are visible on the...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 5:16 p.m.10 views

CVE-2026-31431-CopyFail-static-ELF--POC

CVE-2026-31431: Copy Fail - ELF estático de 587 bytes No encontré este bug. El crédito es para Xint Code / Theori. Este repo es mi enfoque para hacer el exploit lo más pequeño posible: un ELF x8664 hecho a mano que hace el LPE completo en 587 bytes. Sin libc, sin enlazador, sin runtime. Solo NASM...

7.8CVSS7.1AI score0.99907EPSS
SaveExploits243References1
Kitploit
Kitploit
added 2026/09/16 1:42 p.m.9 views

Copy-Fail-CVE-2026-31431

Copy-Fail-CVE-2026-31431 Una reproducción de exploit de prueba de concepto de la vulnerabilidad del kernel de Linux CVE-2026-31431 , también conocida como Copy Fail. Créditos a: Copy Fail Sistemas Afectados Versiones del kernel de Linux 4.14 y posteriores La mayoría de las distribuciones...

7.8CVSS6.8AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/16 10:35 a.m.11 views

COPY-FAIL

Copy Fail -- CVE-2026-31431 为红队和授权渗透测试操作而强化的C语言实现。 ⚠️ 法律声明: 本工具仅用于授权的安全研究、授权的渗透测试和防御性分析。仅可在您拥有或获得明确书面授权测试的系统上使用。未经授权访问计算机系统是违法的。 🚀 主要开发已迁移至GitLab。 此仓库在此处积极维护。如有问题或贡献,请使用GitLab。 目录 概述 原始研究 我们的改进 架构 构建 使用 模块 操作安全 检测与缓解 致谢 许可证 概述 本项目是CVE-2026-31431 ("Copy Fail")本地权限提升漏洞的一个强化、生产就绪的C语言移植版本,最初由Theori...

7.8CVSS6.8AI score0.99907EPSS
SaveExploits243References2
Kitploit
Kitploit
added 2026/09/16 5:50 a.m.8 views

cve-2026-31431

CVE-2026-31431 Copy Fail Herramienta de Detección y Mitigación Este proyecto proporciona un conjunto de scripts Bash para detectar y mitigar la vulnerabilidad de escalada de privilegios local CVE-2026-31431 también conocida como "Copy Fail" en el kernel de Linux. Resumen de la Vulnerabilidad ID C...

7.8CVSS6.6AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/16 4:24 a.m.10 views

copy-fail-CVE-2026-31431-universal

CVE-2026-31431 - PoC de UAF por Splice en AFALG AEAD Implementación en múltiples lenguajes y compatibilidad con versiones antiguas de Python. C exploit.c root@kitploit: gcc -o exploit exploit.c -O2 gcc -o exploit exploit.c -static -O2 ./exploit Probado en Ubuntu 20.04: Python...

7.8CVSS6.9AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/16 4:02 a.m.12 views

cve-2026-31431

CVE-2026-31431 Este documento describe un exploit público en Python relacionado con la vulnerabilidad CVE-2026-31431. El código demuestra la explotación de la falla utilizando primitivas del subsistema AFALG de Linux, operaciones de cifrado AEAD y manipulación de memoria mediante splice, con el...

7.8CVSS6.2AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/16 3:28 a.m.8 views

CVE-2026-31431-copyfail-rs

CVE-2026-31431 CopyFail POC de CVE-2026-31431. Implementación pura en Rust, sin dependencias en tiempo de ejecución. Objetivos aplicables Kernels Linux x8664 con CONFIGCRYPTOUSERAPIAEAD=y soporte AFALG AEAD y módulo algifaead cargable. Uso root@kitploit: ./CVE-2026-31431-copyfail-rs Dependencias ...

7.8CVSS6.7AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/15 6:51 p.m.8 views

copy-fail-cve-2026-31431-linux-kernel-page-cache-lpe

Copy Fail CVE-2026-31431 - Comprobador de Vulnerabilidad Script de validación conceptual para CVE-2026-31431 «Copy Fail» — una escalada de privilegios local del kernel de Linux a través de la escritura en la caché de páginas de algifaead. Vulnerabilidad CVE-2026-31431 es un error lógico en la...

7.8CVSS6.6AI score0.99907EPSS
SaveExploits243References1
Kitploit
Kitploit
added 2026/09/15 6:41 p.m.7 views

CVE-2026-31431-C

copy-fail CVE-2026-31431(Copy Fail)C 语言 PoC,逻辑对齐 theori-io/copy-fail-CVE-2026-31431 原版 Python exploit。 仅用于已授权的安全研究与实验环境。禁止在未授权系统上使用。 原理简述 Linux AFALG 中 authencesnhmacsha256,cbcaes 在 splice + AEAD 路径下,可将 AAD 里 4 字节写入目标文件页缓存 (磁盘内容不变)。 本仓库 exploit 行为与原版一致: 1. 对 /usr/bin/su 页缓存逐 4 字节写入 zlib 解压后的微型 EL...

7.8CVSS6.8AI score0.99907EPSS
SaveExploits243References1
CVE
CVE
added 2026/09/15 5:13 p.m.43 views

CVE-2026-54251

netty-incubator-codec-ohttp is a Netty incubator library implementing Oblivious HTTP (OHTTP) gateway and client functionality. Prior to 0.0.23.Final , the OHTTP gateway decryption path allocates a pooled direct (native off-heap) ByteBuf for decrypted plaintext before the AEAD tag is verified. Whe...

8.7CVSS5.5AI score0.00292EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/15 5:13 p.m.6 views

CVE-2026-54251 netty-incubator-codec-ohttp: [OHttpServerCodec] Native Direct-Memory Leak on AEAD Decryption Failure Leads to Gateway Denial of Service

netty-incubator-codec-ohttp implements Oblivious HTTP OHTTP gateway and client functionality using Netty. Prior to 0.0.23.Final, the OHTTP gateway decryption path in codec-ohttp/src/main/java/io/netty/incubator/codec/ohttp/OHttpRequestResponseContext.java allocates a pooled direct ByteBuf for...

8.7CVSS5.5AI score
SaveExploits0References5
NVD
NVD
added 2026/09/15 10:17 a.m.5 views

CVE-2026-59341

A security vulnerability exists in the Sealed Secrets controller's unauthenticated POST endpoints. By submitting a modified payload containing custom Go template logic in spec.template.data, an attacker with internal network access can abuse the handler as a decryption oracle to recover the full...

4.2CVSS0.00313EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 9:26 a.m.9 views

CVE-2026-31431-EXPLOIT

CVE-2026-31431 - Copy Fail Esta vulnerabilidad permite a un atacante local sin privilegios obtener privilegios de root en un sistema Linux vulnerable. ⚠️ AVISO LEGAL Este código se proporciona únicamente con fines educativos y de investigación en seguridad. Demuestra una vulnerabilidad hipotética...

7.8CVSS6.6AI score0.99907EPSS
SaveExploits243
OSV
OSV
added 2026/09/15 9:16 a.m.6 views

CVE-2026-59341 Sealed Secrets: decryption oracle via Go template injection in unauthenticated controller endpoints

A security vulnerability exists in the Sealed Secrets controller's unauthenticated POST endpoints. By submitting a modified payload containing custom Go template logic in spec.template.data, an attacker with internal network access can abuse the handler as a decryption oracle to recover the full...

4.2CVSS6AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/09/15 6:31 a.m.7 views

CVE-2026-75803

A flaw in OpenSSL causes EVPCipher to skip AEAD tag verification for ChaCha20-Poly1305 and AES-OCB ciphers when decrypting empty ciphertexts. This allows remote attackers to submit forged messages that affected applications incorrectly accept as valid. Mitigation To mitigate this ensure that all...

9.1CVSS5.8AI score0.00221EPSS
SaveExploits0References9
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.7 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: net/tipc: fixed the slab-use-after-free issue in tipcaeadencryptdone+0x4bd/0x510 net/tipc/crypto.c:840 Syzbot reported a slab-use-after-free issue with the following call trace:...

8.8CVSS6.3AI score0.00503EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/09/14 10:21 a.m.8 views

kernel: tipc: fix slab-use-after-free Read in tipc_aead_decrypt_done

A flaw was found in the Linux kernel. A remote attacker could exploit a use-after-free vulnerability in the Transparent Inter-Process Communication TIPC cryptographic decryption process. This flaw occurs when a network namespace, a mechanism for isolating network resources, is deallocated before ...

8.8CVSS6.1AI score0.00513EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/11 11:15 a.m.8 views

cve-2026-31431

CVE-2026-31431 — Copy Fail: Linux Kernel LPE Research Lab Educational purposes only. Do NOT use on systems without explicit authorization. Índice Descripción de la vulnerabilidad Componentes afectados Cómo funciona Setup del lab Docker PoC — Demostración Mitigación Referencias Descripción de la...

7.8CVSS6.9AI score0.99907EPSS
SaveExploits243References4
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/09 4:41 a.m.7 views

Security Bulletin: IBM SPSS Modeler is affected by multiple vulnerabilities in Bouncy Castle for Java

Summary IBM SPSS Modeler is affected by multiple vulnerabilities in Bouncy Castle for Java. This has been addressed in the remediation section. Vulnerability Details CVEID:CVE-2026-59645 DESCRIPTION: In Bouncy Castle for Java before 1.85, OER parser recurses without depth limit on self-referentia...

8.7CVSS6.1AI score0.00524EPSS
SaveExploits0Affected Software1
Rows per page
Query Builder