Lucene search
+L

18 matches found

CVE
CVE
added 2026/08/26 4:35 a.m.11 views

CVE-2026-58090 Use-after-free in unix SOCK_STREAM message handling

FreeBSD 15.0 and later are affected by a use-after-free in the unix socket implementation (module: unix ). The SOCK_STREAM receive path failed to fully detach control messages from the socket buffer before processing them; certain error paths would free those messages, leaving freed data mbufs in...

SaveExploits0References1
FreeBSD
FreeBSD
added 2026/08/25 12:00 a.m.2 views

FreeBSD -- Use-after-free in unix SOCK_STREAM message handling

Problem Description: The SOCKSTREAM receive path in the unix socket implementation failed to fully detach control messages from the socket buffer before processing them. Some error paths would free those messages, leaving freed data mbufs in the receive socket buffer. Impact: An unprivileged loca...

SaveExploits0
CVE
CVE
added 2024/11/07 9:31 a.m.179 views

CVE-2024-50169

CVE-2024-50169 is a Linux kernel vulnerability in virtio_vsock/rx accounting. The connected Nessus entry confirms a concrete fix: after vtock read_skb(), the kernel now updates rx_bytes via virtio_transport_inc_rx_pkt() and virtio_transport_dec_rx_pkt() to keep rx_bytes in sync with dequeued pack...

5.5CVSS5.2AI score0.00215EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/11/07 9:31 a.m.24 views

CVE-2024-50169 vsock: Update rx_bytes on read_skb()

In the Linux kernel, the following vulnerability has been resolved: vsock: Update rxbytes on readskb Make sure virtiotransportincrxpkt and virtiotransportdecrxpkt calls are balanced i.e. virtiovsocksock::rxbytes doesn't lie after vsocktransport::readskb. While here, also inform the peer that we'v...

0.00215EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/07 9:31 a.m.16 views

CVE-2024-50169 vsock: Update rx_bytes on read_skb()

In the Linux kernel, the following vulnerability has been resolved: vsock: Update rxbytes on readskb Make sure virtiotransportincrxpkt and virtiotransportdecrxpkt calls are balanced i.e. virtiovsocksock::rxbytes doesn't lie after vsocktransport::readskb. While here, also inform the peer that we'v...

5.5CVSS6.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/04/24 9:49 p.m.48 views

CVE-2024-26923 af_unix: Fix garbage collector racing against connect()

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix garbage collector racing against connect Garbage collector does not take into account the risk of embryo getting enqueued during the garbage collection. If such embryo has a peer that carries SCMRIGHTS, two consecutiv...

7.8CVSS7.7AI score0.00207EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/24 9:49 p.m.9243 views

CVE-2024-26923

CVE-2024-26923 in the Linux kernel exposes a race in the AF_UNIX garbage collector during connect() handling. An embryo enqueued during GC may be reachable via a peer with SCM_RIGHTS, causing two consecutive scan passes to observe different child sets and inflate the inflight count, which can lea...

7.8CVSS6.3AI score0.00207EPSS
SaveExploits0References13Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/24 9:49 p.m.33 views

CVE-2024-26923 af_unix: Fix garbage collector racing against connect()

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix garbage collector racing against connect Garbage collector does not take into account the risk of embryo getting enqueued during the garbage collection. If such embryo has a peer that carries SCMRIGHTS, two consecutiv...

7.8CVSS6.7AI score0.00207EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/03/01 5:40 a.m.48 views

CVE-2021-47068

A flaw was found in the Linux kernel’s Near Field Communication NFC subsystem. The issue involves a use-after-free condition introduced by commits to fix reference count leaks. This vulnerability can be triggered if the same local address is assigned to two different sockets, leading to a potenti...

7.3CVSS7.4AI score0.00233EPSS
SaveExploits0References4
zdt
zdt
added 2017/05/09 12:00 a.m.48 views

Linux/x86-64 - Reverse Shell Shellcode (IPv6) (113 bytes)

BITS 64 ; reverse ip6 tcp shell ; size = 113 bytes depends of ip addr, default is ::1 ; nullbytes free depends only on ip addr, ; you could always and the ip add to remove ; the nulls like i did with the port ; it sleeps and then tries to recconect default 3 seconds ; ;shell =...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2017/03/22 12:00 a.m.144 views

Linux Kernel 3.11 < 4.8 0 - 'SO_SNDBUFFORCE' / 'SO_RCVBUFFORCE' Local Privilege Escalation

// CAPNETADMIN - root LPE exploit for CVE-2016-9793 // No KASLR, SMEP or SMAP bypass included // Affected kernels: 3.11 - 4.8 // Tested in QEMU only // https://github.com/xairy/kernel-exploits/tree/master/CVE-2016-9793 // // Usage: // gcc -pthread exploit.c -o exploit // chown guest:guest exploit...

7.8CVSS6.2AI score0.01566EPSS
SaveExploits8
exploitpack
exploitpack
added 2016/05/29 12:00 a.m.33 views

FreeBSD Kernel (FreeBSD 10.2 x64) - sendmsg Kernel Heap Overflow (PoC)

FreeBSD Kernel FreeBSD 10.2 x64 - sendmsg Kernel Heap Overflow PoC include include include include include include include include include include void atagetxportvoid; int kprintfconst char fmt, ...; char ostype; void resolvechar name struct kldsymlookup ksym; ksym.version = sizeofksym;...

0.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2016/01/02 12:00 a.m.30 views

TCP Bindshell with Password Prompt - 162 bytes

TCP Bindshell with Password Prompt - 162 bytes. Shellcode exploit for linux platform /--------------------------------------------------------------------------------------------------------------------- / Title: tcp bindshell with password prompt in 162 bytes Author: Sathish kumar Contact:...

7.4AI score
SaveExploits0
Metasploit
Metasploit
added 2014/06/04 1:27 a.m.61 views

Command Shell, Reverse TCP (via python)

Creates an interactive shell via Python, encodes with base64 by design. Compatible with Python 2.4-2.7 and 3.4+. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = :dynamic include...

7.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2013/03/13 12:00 a.m.37 views

Linux Kernel SCTP_GET_ASSOC_STATS() Buffer Overflow

include include include include define SCTPGETASSOCSTATS 112 define SOLSCTP 132 int mainvoid char buf =...

6.9CVSS1.8AI score0.01014EPSS
SaveExploits3
Exploit DB
Exploit DB
added 2009/01/01 12:00 a.m.41 views

Solaris/SPARC - Bind TCP (2001/TCP) Shell (/bin/sh) Shellcode

Solaris/SPARC - Bind TCP 2001/TCP Shell /bin/sh Shellcode. Shellcode exploit for SolarisSPARC platform !!! $Id: sparc-bind.s,v 1.1 2003/03/01 01:10:51 ghandi Exp $ !!! Bind /bin/sh to TCP port 2001. Calls setuid0 so /bin/sh won't !!! drop privileges. After assembly, change the third byte in the !...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2008/07/07 12:00 a.m.19 views

Emulive Server4 7560 Remote Denial of Service Exploit

No description provided by source. !/usr/bin/perl EmuLive Server4 Commerce Edition Build 7560 Remote crash proof of conecpt code. When the machine running Server4 recieves a malformed request on TCP port 66 it crashes very hard! GulfTech Security http://www.gulftech.org use IO::Socket; unless...

7.1AI score
SaveExploits0
exploitpack
exploitpack
added 2006/09/27 12:00 a.m.29 views

NaviCOPA Web Server 2.01 - GET Remote Buffer Overflow

NaviCOPA Web Server 2.01 - GET Remote Buffer Overflow / naviexp.c NaviCOPA Web Server 2.01 0day Remote Buffer Overflow Exploit Coded by h07 Tested on XP SP2 Polish, 2000 SP4 Polish Example: C:\naviexp 192.168.0.1 0 NaviCOPA Web Server 2.01 0day Remote Buffer Overflow Exploit Coded by h07 + Sendin...

0.8AI score
SaveExploits0
Rows per page
Query Builder