Lucene search
+L

1604 matches found

0day.today
0day.today
added 2016/01/01 12:0 a.m.57 views

Linux/x86-64 - Bind 4444/TCP Port Shellcode (103 bytes)

/--------------------------------------------------------------------------------------------------------------------- / Exploit Title: bindshell TCP Author: Scorpion Copyright: c 2016 iQube. http://iQube.io Release Date: January 1, 2016 Contact: https://www.facebook.com/sathish.royalmechanical...

7.4AI score
SaveExploits0
0day.today
0day.today
added 2015/12/31 12:0 a.m.32 views

Linux/x86-64 - Bind TCP Port Shellcode (103 bytes)

/--------------------------------------------------------------------------------------------------------------------- / Author: Scorpion Copyright: c 2016 iQube. http://iQube.io Release Date: January 1, 2016 Description: x64 Linux null-free TCP bind port shellcode Assembled Size: 103 bytes Teste...

7.1AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2015/12/02 12:0 a.m.10 views

PT-2015-3272 · Linux +5 · Linux Kernel +5

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 4.3.3 Description: The issue is related to the IPv6 stack in the Linux kernel, which mishandles options data. This can be exploited by local users to gain privileges or cause a denial of service, resulting in a...

10CVSS6.1AI score0.83014EPSS
SaveExploits176References518
0day.today
0day.today
added 2015/11/27 12:0 a.m.43 views

Linux 3.17 noexec Bypass with Python ctypes and memfd_create Vulnerability

Exploit for linux platform in category local exploits Exploit Title: Linux = 3.17 noexec bypass with python ctypes and memfdcreate Date: 2015.10.14 Exploit Author: soyer Version: linux = 3.17 Tested on: Ubuntu 15.04 x8664 usage: $ ls -la execfile -rwxr-xr-x 1 soyer soyer 8600 Oct 14 15:04 execfil...

6.8AI score
SaveExploits0
OpenVAS
OpenVAS
added 2015/10/06 12:0 a.m.41 views

Oracle: Security Advisory (ELSA-2015-3015)

The remote host is missing an update for the SPDX-FileCopyrightText: 2015 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.8CVSS7AI score0.05489EPSS
SaveExploits3References2
OpenVAS
OpenVAS
added 2015/10/06 12:0 a.m.54 views

Oracle: Security Advisory (ELSA-2015-3014)

The remote host is missing an update for the SPDX-FileCopyrightText: 2015 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.8CVSS7AI score0.05489EPSS
SaveExploits4References2
Exploit DB
Exploit DB
added 2015/09/29 12:0 a.m.64 views

Apport 2.19 (Ubuntu 15.04) - Local Privilege Escalation

Source: http://www.halfdog.net/Security/2015/ApportKernelCrashdumpFileAccessVulnerabilities/ Problem description: On Ubuntu Vivid Linux distribution apport is used for automated sending of client program crash dumps but also of kernel crash dumps. For kernel crashes, upstart or SysV init invokes...

7.2CVSS5.2AI score0.0091EPSS
SaveExploits3
Exploit DB
Exploit DB
added 2015/09/02 12:0 a.m.42 views

OS X x64 /bin/sh Shellcode, NULL Byte Free, 34 bytes

OS X x64 /bin/sh Shellcode, NULL Byte Free, 34 bytes. Shellcode exploit for osx platform Author: Csaba Fitzl, @theevilbit Tested on OS X 10.10.5 OS X x64 /bin/sh shellcode, NULL byte free, 34 bytes Assembly version binsh-shellcode.asm ./nasm -f macho64 binsh-shellcode.asm ld -macosxversionmin...

7.4AI score
SaveExploits0
NVD
NVD
added 2015/08/31 10:59 a.m.20 views

CVE-2015-3291

arch/x86/entry/entry64.S in the Linux kernel before 4.1.6 on the x8664 platform does not properly determine when nested NMI processing is occurring, which allows local users to cause a denial of service skipped NMI by modifying the rsp register, issuing a syscall instruction, and triggering an NM...

2.1CVSS8.2AI score0.00397EPSS
SaveExploits0References12
NVD
NVD
added 2015/08/17 12:0 a.m.18 views

CVE-2015-5757

libpthread in Apple iOS before 8.4.1 and OS X before 10.10.5 allows attackers to execute arbitrary code in a privileged context or cause a denial of service memory corruption via an app that uses a crafted syscall to interfere with locking...

9.3CVSS7.5AI score0.02774EPSS
SaveExploits0References6
Prion
Prion
added 2015/08/17 12:0 a.m.16 views

Memory corruption

libpthread in Apple iOS before 8.4.1 and OS X before 10.10.5 allows attackers to execute arbitrary code in a privileged context or cause a denial of service memory corruption via an app that uses a crafted syscall to interfere with locking...

9.3CVSS7.6AI score0.02774EPSS
SaveExploits0References6Affected Software2
Cvelist
Cvelist
added 2015/08/16 11:0 p.m.29 views

CVE-2015-5757

libpthread in Apple iOS before 8.4.1 and OS X before 10.10.5 allows attackers to execute arbitrary code in a privileged context or cause a denial of service memory corruption via an app that uses a crafted syscall to interfere with locking...

9AI score0.02774EPSS
SaveExploits0References6
F5 Networks
F5 Networks
added 2015/07/01 12:0 a.m.60 views

SOL16833 - Linux vulnerability CVE-2014-7826

kernel/trace/tracesyscalls.c in the Linux kernel through 3.17.2 does not properly handle private syscall numbers during use of the ftrace subsystem, which allows local users to gain privileges or cause a denial of service invalid pointer dereference via a crafted application. CVE-2014-7826...

7.8CVSS5.9AI score0.00589EPSS
SaveExploits1References3
0day.today
0day.today
added 2015/06/24 12:0 a.m.40 views

linux/x86-64 execve(/bin/sh) 30 bytes

/ William Borskey 2015 Compile with: gcc -fno-stack-protector -z execstack Shellcode written in 64 bit Intel assembly using yasm. 1 ; int execveconst char filename, char const argv, char const envp; 2 BITS 64 3 4 section .text 5 global start 6 7 start: 8 mov rcx, 0x1168732f6e69622f ;move the...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/06/24 12:0 a.m.31 views

linux/x86-64 execve/bin/sh 30 bytes

linux/x86-64 execve/bin/sh 30 bytes. Shellcode exploit for linx86-64 platform / William Borskey 2015 Compile with: gcc -fno-stack-protector -z execstack Shellcode written in 64 bit Intel assembly using yasm. 1 ; int execveconst char filename, char const argv, char const envp; 2 BITS 64 3 4 sectio...

7.4AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2015/06/11 12:0 a.m.71 views

Ubuntu 12.04 LTS : linux vulnerabilities (USN-2631-1)

Jan Beulich discovered the Xen virtual machine subsystem of the Linux kernel did not properly restrict access to PCI command registers. A local guest user could exploit this flaw to cause a denial of service host crash. CVE-2015-2150 A privilege escalation was discovered in the fork syscall via t...

9.3CVSS7.5AI score0.10108EPSS
SaveExploits6References6
Tenable Nessus
Tenable Nessus
added 2015/05/20 12:0 a.m.31 views

SUSE SLES11 Security Update : kernel (SUSE-SU-2014:1138-1)

The SUSE Linux Enterprise Server 11 SP1 LTSS received a roll up update to fix several security and non-security issues. The following security issues have been fixed : - CVE-2013-1860: Heap-based buffer overflow in the wdmincallback function in drivers/usb/class/cdc-wdm.c in the Linux kernel befo...

7.1CVSS7.8AI score0.05926EPSS
SaveExploits17References71
Metasploit
Metasploit
added 2015/05/02 6:52 p.m.42 views

BSD x64 Command Shell, Reverse TCP Inline

Connect back to attacker and spawn a command shell This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 81 include Msf::Payload::Single include Msf::Payload::Bsd include...

7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2015/05/01 12:0 a.m.54 views

Ubuntu 14.04 LTS : Linux kernel (Utopic HWE) vulnerabilities (USN-2589-1)

The remote Ubuntu 14.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-2589-1 advisory. Jan Beulich discovered the Xen virtual machine subsystem of the Linux kernel did not properly restrict access to PCI command registers. A local guest use...

6.9CVSS7.1AI score0.03052EPSS
SaveExploits1References5
OpenVAS
OpenVAS
added 2015/05/01 12:0 a.m.45 views

Ubuntu: Security Advisory (USN-2589-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2015 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

6.9CVSS6.1AI score0.03052EPSS
SaveExploits1References2
Rows per page
Query Builder