Lucene search
+L

43452 matches found

Kitploit
Kitploit
added 2026/08/26 9:03 p.m.3 views

CVE-2022-1015

CVE-2022-1015 root@kitploit: id uid=1000d gid=1000d groups=1000d ./poc + unshare done table created: leaktable chain created: leakchain rule added Listening on port 9999 table created: leaktable chain created: leakchain rule added Listening on port 9999 kerneladdress: ffffffffb4a00000 kernelstack...

6.6CVSS6.4AI score0.01467EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/08/26 8:38 p.m.3 views

CVE-2026-36834

Sommario Esiste una lettura di array fuori dai limiti in src/decoders/pana8.cpp. La funzione GetDBit può restituire il valore 17 quando non viene trovata una corrispondenza nella tabella di Huffman, ma huffcoeff è dichiarato con soli 17 elementi indici validi 0-16. Ciò comporta l'accesso a...

5.4AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/26 8:19 p.m.3 views

CVE-2014-0160

CVE-2014-0160 Heartbleed का उपयोग करके वेबऐप्स की मेमोरी लीक करने के लिए लैब सेटअप यह रिपॉजिटरी एक कंटेनर बनाने पर केंद्रित है जो nginx का शोषण करने के लिए Heartbleed तकनीक का उपयोग करके आसान वातावरण प्रदान करती है: Docker का उपयोग करके वातावरण सेटअप सर्वर सेटअप का आरेख डेमो चरण सर्वर आरेख...

7.5CVSS7.2AI score0.99999EPSS
SaveExploits93
Kitploit
Kitploit
added 2026/08/26 6:58 p.m.85 views

memguard

MemGuard Software enclave for storage of sensitive information in memory. This package attempts to reduce the likelihood of sensitive data being exposed when in memory. It aims to support all major operating systems and is written in pure Go. Features Sensitive data is encrypted and authenticated...

5.8AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/08/26 6:37 p.m.3 views

drmemory

Dr. Memory: il debugger della memoria Informazioni su Dr. Memory Dr. Memory è uno strumento di monitoraggio della memoria in grado di identificare errori di programmazione legati alla memoria come accessi a memoria non inizializzata, accessi a memoria non indirizzabile inclusi accessi al di fuori...

5.4AI score
SaveExploits0
NVD
NVD
added 2026/08/26 3:17 p.m.7 views

CVE-2026-80588

In the Linux kernel, the following vulnerability has been resolved: mptcp: reclaim forward-allocated memory on RX path errors After commit 9db5b3cec4ec "mptcp: borrow forward memory from subflow", errors in the receive path prior to queueing skbs into the receive queue do not trigger...

7.5CVSS0.00339EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/26 3:17 p.m.6 views

CVE-2026-80555

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Free all memory if cpinit fails The routine cpfree is called to unpin/free any memory once an I/O is completed successfully, or if cpprefetch fails. But if cpinit fails, and cp-initialized is not enabled, the same...

7.1CVSS0.0014EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.37 views

CVE-2026-80588 mptcp: reclaim forward-allocated memory on RX path errors

In the Linux kernel, the following vulnerability has been resolved: mptcp: reclaim forward-allocated memory on RX path errors After commit 9db5b3cec4ec "mptcp: borrow forward memory from subflow", errors in the receive path prior to queueing skbs into the receive queue do not trigger...

7.5CVSS0.00339EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/26 2:37 p.m.4 views

CVE-2026-80588 mptcp: reclaim forward-allocated memory on RX path errors

In the Linux kernel, the following vulnerability has been resolved: mptcp: reclaim forward-allocated memory on RX path errors After commit 9db5b3cec4ec "mptcp: borrow forward memory from subflow", errors in the receive path prior to queueing skbs into the receive queue do not trigger...

7.5CVSS5.5AI score
SaveExploits0References6
CVE
CVE
added 2026/08/26 2:37 p.m.18 views

CVE-2026-80588

CVE-2026-80588 affects the Linux kernel's MPTCP (Multipath TCP) subsystem . After commit 9db5b3cec4ec ("mptcp: borrow forward memory from subflow"), errors in the receive path prior to queueing SKBs into the receive queue fail to trigger reclamation of forward-allocated memory. In pathological dr...

7.5CVSS5.3AI score0.00339EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/26 2:37 p.m.14 views

CVE-2026-80571

CVE-2026-80571 affects the Linux kernel on powerpc/pseries systems, specifically the papr-phy-attest driver. In the function papr_phy_attest_create_handle() , the field params->cmd.length is not validated before use, which can result in a buffer overflow . The driver also fails to free params ...

5.7AI score0.00154EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/26 2:37 p.m.4 views

CVE-2026-80571 powerpc/pseries: papr-phy-attest - validate cmd.length, plug mem leak

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: papr-phy-attest - validate cmd.length, plug mem leak In paprphyattestcreatehandle, the params-cmd.length is not validated before use, which can result in a buffer overlow. Check it and return -EINVAL if it is...

6AI score
SaveExploits0References6
CVE
CVE
added 2026/08/26 2:37 p.m.13 views

CVE-2026-80555

CVE-2026-80555 affects the Linux kernel on s390 architecture, specifically the vfio_ccw subsystem. The root cause is a memory leak that occurs when cp_init() fails: the existing cleanup in ccwchain_handle_ccw() only frees the currently-processed CCW segment, leaking other segments allocated as pa...

7.1CVSS5.4AI score0.0014EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/26 2:37 p.m.5 views

CVE-2026-80555 s390/vfio_ccw: Free all memory if cp_init() fails

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Free all memory if cpinit fails The routine cpfree is called to unpin/free any memory once an I/O is completed successfully, or if cpprefetch fails. But if cpinit fails, and cp-initialized is not enabled, the same...

7.1CVSS5.7AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.36 views

CVE-2026-80555 s390/vfio_ccw: Free all memory if cp_init() fails

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Free all memory if cpinit fails The routine cpfree is called to unpin/free any memory once an I/O is completed successfully, or if cpprefetch fails. But if cpinit fails, and cp-initialized is not enabled, the same...

7.1CVSS0.0014EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/26 2:37 p.m.14 views

CVE-2026-80539

CVE-2026-80539 affects the Linux kernel 's drm/amdgpu driver. In amdgpu_cs_pass1(), a user submission carrying multiple AMDGPU_CHUNK_ID_FENCE chunks causes amdgpu_cs_p1_user_fence() to run more than once. Because p->uf_bo is a single-slot field, each subsequent call overwrites it with a newly ...

5.4AI score0.00172EPSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/08/26 12:34 p.m.2 views

nwn-exploit

Exploit Neverwinter Nights: Enhanced Edition Questa repository contiene una PoC per sfruttare Neverwinter Nights: Enhanced Editions. Questo articolo del blog descrive le vulnerabilità e lo sfruttamento. Versione di Windows: 10.0.19045.2965 Neverwinter Night Enhanced Editions: versione vulnerabile...

5.4AI score
SaveExploits0
SUSE Linux
SUSE Linux
added 2026/08/26 10:44 a.m.3 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 11 SP4 kernel was updated to fix various security issues: The following security issues were fixed: CVE-2023-53995: net: ipv4: fix one memleak in inetdelifa bsc1255616. CVE-2026-23204: net: add skbheaderpointercareful helper bsc1258340. CVE-2026-52986: netfilter:...

9.3CVSS5.4AI score0.01482EPSS
SaveExploits7References54
SUSE Linux
SUSE Linux
added 2026/08/26 10:33 a.m.4 views

Security update for the Linux Kernel (Live Patch 84 for SUSE Linux Enterprise 12 SP5)

This update for the SUSE Linux Enterprise Kernel 4.12.14-122.317 fixes various security issues: The following security issues were fixed: CVE-2023-53995: net: ipv4: fix one memleak in inetdelifa bsc1269284. CVE-2025-40204,CVE-2026-53224,CVE-2026-53246: sctp: validate cached peer INIT chunk length...

8.8CVSS5.4AI score0.00583EPSS
SaveExploits21References32
Kitploit
Kitploit
added 2026/08/26 7:35 a.m.2 views

CVE-2023-4966

CVE-2023-4966 Exploit-Skript CVE-2023-4966 - NetScaler ADC und NetScaler Gateway Memory-Leak-Exploit Verwendung: root@kitploit: usage: python banner.py optional arguments: -h, --help show this help message and exit --target TARGET The Citrix ADC / Gateway target, excluding the protocol e.g...

9.4CVSS8AI score0.99999EPSS
SaveExploits15
Rows per page
Query Builder