Lucene search
+L

10233 matches found

Kitploit
Kitploit
added 2026/08/27 10:11 a.m.3 views

CVE-2026-31431-Copy-Fail

CVE-2026-31431 — Copy Fail Gravità: Critica CVSS v3.1: 9.8 AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H Stato: Exploit pubblico disponibile Riepilogo CVE-2026-31431 "Copy Fail" è una vulnerabilità di escalation dei privilegi locale nel sottosistema crittografico del kernel Linux. Qualsiasi utente non...

7.8CVSS5.3AI score0.99907EPSS
SaveExploits239References3
Kitploit
Kitploit
added 2026/08/27 10:11 a.m.4 views

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

CVE-2026-31431: Copy Fail - ELF statico da 587 byte Non ho trovato io questo bug. Il merito va a Xint Code / Theori. Questo repo è la mia interpretazione su come rendere l'exploit il più piccolo possibile - un ELF x8664 scritto a mano che esegue l'intero LPE in 587 byte. Niente libc, niente linke...

7.8CVSS5.6AI score0.99907EPSS
SaveExploits239References1
Kitploit
Kitploit
added 2026/08/27 10:10 a.m.3 views

c-copy-fail

CopyFail CVE-2026-31431 nell'API Crypto del kernel Linux Risorse: sito principale syscalls aarch64 https://arm64.syscall.sh/ pwntools per generare shell code come funzionano i dati ancillari in sendmsg...

7.8CVSS5.4AI score0.99907EPSS
SaveExploits239
Kitploit
Kitploit
added 2026/08/27 9:56 a.m.2 views

CVE-2026-31431

📌 CVE-2026-31431 – Privilege Escalation durch Missbrauch von AEAD-Crypto-Sockets 🧠 Überblick CVE-2026-31431 ist eine Linux-Privilege-Escalation-Schwachstelle, die die AFALG Kernel-Crypto-API -Schnittstelle missbraucht. Durch die Erstellung einer bösartigen Interaktion mit AEAD-Sockets Authenticat...

7.8CVSS5.3AI score0.99907EPSS
SaveExploits239References1
Kitploit
Kitploit
added 2026/08/27 9:46 a.m.3 views

CVE-2021-34600

Proof of Concept für CVE-2021-34600 Eine detaillierte Erklärung, wie dieser PoC funktioniert, finden Sie in unserem Blog-Beitrag. Auf der benutzerseitigen Seite haben wir nur zwei neue Befehle hinzugefügt: hf 14a getchallenge und hf 14a opendoor . Damit diese funktionieren, mussten wir etwas Code...

5.5CVSS5.6AI score0.00414EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/08/27 9:10 a.m.4 views

Paranoid-Copy-Fail-CVE-2026-31431

================================ Paranoides AFALG-Härtungsskript ================================ Blockiert alle Kernel-Krypto-Schnittstellen im Benutzerraum AFALG + algif-Module Mildert CVE-2026-31431 und reduziert die zukünftige Angriffsfläche Sicher für normale Systeme SSH, TLS, LUKS, WireGuar...

7.8CVSS5.3AI score0.99907EPSS
SaveExploits239
Kitploit
Kitploit
added 2026/08/27 9:02 a.m.3 views

CVE-2026-31431

CVE-2026-31431 - Copy Fail Copy Fail è un bug logico nel sottosistema crypto del kernel Linux CVE-2026-31431. Un'ottimizzazione del 2017 in algifaead.c ha accidentalmente inserito le pagine della cache delle pagine in uno scatterlist scrivibile. L'algoritmo AEAD authescesn scrive 4 byte di scratc...

7.8CVSS5.4AI score0.99907EPSS
SaveExploits239References3
RedhatCVE
RedhatCVE
added 2026/08/27 8:56 a.m.5 views

CVE-2026-80543

A flaw was found in the Linux kernel's s390/zcrypt component. When copying user-space messages into a kernel buffer, the system fails to properly pad the message to a 4-byte length. This oversight can lead to up to three bytes of uninitialized kernel memory being exposed to the crypto card...

5.5CVSS5.2AI score0.00155EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/27 8:47 a.m.6 views

CVE-2026-74750

A flaw was found in the Linux kernel's ovpn module. This vulnerability arises from an incorrect handling of cryptographic resource freeing, where a function that requires the ability to pause sleep is executed in a context that does not allow it. This improper resource management could lead to...

7.5CVSS5.4AI score0.00359EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/27 6:31 a.m.10 views

EUVD-2026-66480

In the Linux kernel, the following vulnerability has been resolved: crypto: qce - fix error path in devmqceregisteralgs If ops-registeralgs fails, the error path repeatedly calls the same ops-unregisteralgs from the failed registration. Use the loop index to unregister the previously registered...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/08/27 6:31 a.m.8 views

EUVD-2026-66588

In the Linux kernel, the following vulnerability has been resolved: crypto: tegra - fix rctx-cryptlen calculation in tegragcmdoonereq Perform rctx-cryptlen calculation in tegragcmdoonereq the same way it is done in tegraccmcryptinit. The current formulae may lead to a crash if a caller does not...

7.8CVSS5.4AI score0.00128EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/27 6:31 a.m.6 views

EUVD-2026-66580

In the Linux kernel, the following vulnerability has been resolved: ovpn: defer key slot crypto freeing to workqueue Key slots are released through a kref and the existing release path frees the AEAD transforms from an RCU callback. That is not safe for all crypto implementations: cryptofreeaead...

7.5CVSS5.4AI score0.00359EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/27 6:31 a.m.6 views

EUVD-2026-66586

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix NULL dereference when killing missing key ovpncryptokillkey assumes both crypto slots are populated and dereferences each slot before checking it. That is not guaranteed: a peer can have only one installed key, and the...

7.5CVSS5.4AI score0.00432EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/27 6:31 a.m.6 views

EUVD-2026-66585

In the Linux kernel, the following vulnerability has been resolved: ovpn: finish crypto callback cleanup before peer release Crypto completion callbacks hold both key-slot and peer references. The peer reference pins the netdev, and dropping the last peer reference can let netdev unregistration a...

9.8CVSS5.3AI score0.00448EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/27 6:09 a.m.4 views

CVE-2026-1357-POC

CVE-2026-1357 — WPvivid Backup & Migration RCE Credito CVE: Lucas Montes NiRoX Strumento di: CyberTechAjju CVSS: 9.8 Critico | Interessati: ≤ 0.9.123 | Corretto: 0.9.124 ⚠️ Disclaimer Solo per test di sicurezza autorizzati. L'accesso non autorizzato ai sistemi è illegale. Panoramica RCE non...

9.8CVSS8.9AI score0.32714EPSS
SaveExploits14References1
RedhatCVE
RedhatCVE
added 2026/08/27 5:45 a.m.6 views

CVE-2026-80522

A flaw was found in the Linux kernel's Tegra cryptography module. An incorrect calculation in the 'tegragcmdoonereq' function, specifically when handling the 'cryptlen' parameter, can occur if a caller does not properly initialize the authentication size. This can lead to a write beyond the...

7.8CVSS5.6AI score0.00128EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/27 5:33 a.m.3 views

cve-2026-31431-mitigation

Script di Mitigazione CVE-2026-31431 Questo repository fornisce uno script temporaneo di mitigazione e ripristino per CVE-2026-31431, una vulnerabilità di escalation dei privilegi locali nel kernel Linux. Disclaimer Questa è una soluzione temporanea, non una correzione definitiva. Usalo a tuo...

7.8CVSS5.3AI score0.99907EPSS
SaveExploits239
Kitploit
Kitploit
added 2026/08/27 4:28 a.m.3 views

hdmi-sniff

hdmi-sniff HDMI-DDC-Inspektionstool I2C Neueste Version: https://github.com/ApertureLabsLtd/hdmi-sniff Dieses Tool soll demonstrieren, wie einfach es ist, HDCP-Kryptoschlüssel von HDMI-Geräten auszulesen, kann aber erweitert werden, um alle über die I2C-Schnittstelle übertragenen Daten zu...

5.3AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/27 4:01 a.m.6 views

Poc-CVE-2024-32962-xml-crypto

Poc-CVE-2024-32962-xml-crypto Eine Simulation eines Angriffs, der die Schwachstelle CVE-2024-32962 ausnutzt, um SAML-Nachrichten zu fälschen und unbefugte Berechtigungen zu erlangen Sehr bald verfügbar. Poc...

10CVSS8.8AI score0.00833EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/08/27 3:35 a.m.5 views

CVE-2026-31431

CVE-2026-31431 Erkennung und Test von CVE-2026-31431 0x01 Schnellstart Einige Zielumgebungen haben kein Python installiert, daher wurde diese Privilege-Escalation-Logik in C neu geschrieben. 1. Kompilieren Führen Sie den folgenden Befehl auf Ihrem Linux-Rechner oder WSL aus die Verwendung von...

7.8CVSS5.3AI score0.99907EPSS
SaveExploits239
Rows per page
Query Builder