Lucene search
+L

454 matches found

Packet Storm
Packet Storm
added 2018/08/02 12:0 a.m.41 views

Imperva SecureSphere 11.5 / 12.0 / 13.0 Privilege Escalation

Title: Imperva SecureSphere = v13 - Privilege Escalation Author: 0x09AL Date: 01/08/2018 Tested on: Imperva SecureSphere 11.5,12.0,13.0 Vendor: https://www.imperva.com/ Vulnerability Description There is a program named PCE.py which runs as root and starts a unix domain socket listener in...

0.4AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2018/06/19 1:20 a.m.30 views

CVE-2018-12027

An Insecure Permissions vulnerability in SpawningKit in Phusion Passenger 5.3.x before 5.3.2 causes information disclosure in the following situation: given a Passenger-spawned application process that reports that it listens on a certain Unix domain socket, if any of the parent directories of sa...

8.8CVSS0.7AI score0.01088EPSS
SaveExploits0References2
NVD
NVD
added 2018/06/17 8:29 p.m.29 views

CVE-2018-12027

An Insecure Permissions vulnerability in SpawningKit in Phusion Passenger 5.3.x before 5.3.2 causes information disclosure in the following situation: given a Passenger-spawned application process that reports that it listens on a certain Unix domain socket, if any of the parent directories of sa...

8.8CVSS8.3AI score0.01088EPSS
SaveExploits0References2
Prion
Prion
added 2018/06/17 8:29 p.m.25 views

Information disclosure

An Insecure Permissions vulnerability in SpawningKit in Phusion Passenger 5.3.x before 5.3.2 causes information disclosure in the following situation: given a Passenger-spawned application process that reports that it listens on a certain Unix domain socket, if any of the parent directories of sa...

6.5CVSS8.1AI score0.01088EPSS
SaveExploits0References2Affected Software1
UbuntuCve
UbuntuCve
added 2018/06/17 8:29 p.m.23 views

CVE-2018-12027

An Insecure Permissions vulnerability in SpawningKit in Phusion Passenger 5.3.x before 5.3.2 causes information disclosure in the following situation: given a Passenger-spawned application process that reports that it listens on a certain Unix domain socket, if any of the parent directories of sa...

8.8CVSS7.2AI score0.01088EPSS
SaveExploits0References3
OSV
OSV
added 2018/06/17 8:29 p.m.4 views

UBUNTU-CVE-2018-12027

An Insecure Permissions vulnerability in SpawningKit in Phusion Passenger 5.3.x before 5.3.2 causes information disclosure in the following situation: given a Passenger-spawned application process that reports that it listens on a certain Unix domain socket, if any of the parent directories of sa...

8.8CVSS7.3AI score0.01088EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2018/06/17 8:0 p.m.40 views

CVE-2018-12027

An Insecure Permissions vulnerability in SpawningKit in Phusion Passenger 5.3.x before 5.3.2 causes information disclosure in the following situation: given a Passenger-spawned application process that reports that it listens on a certain Unix domain socket, if any of the parent directories of sa...

8.3AI score0.01088EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2018/06/17 8:0 p.m.51 views

CVE-2018-12027

An Insecure Permissions vulnerability in SpawningKit in Phusion Passenger 5.3.x before 5.3.2 causes information disclosure in the following situation: given a Passenger-spawned application process that reports that it listens on a certain Unix domain socket, if any of the parent directories of sa...

8.8CVSS8.3AI score0.01088EPSS
SaveExploits0
RubySec
RubySec
added 2018/06/12 12:0 a.m.29 views

Insecure Permissions in Phusion Passenger

"An Insecure Permissions vulnerability in SpawningKit in Phusion Passenger 5.3.x before 5.3.2 causes information disclosure in the following situation: given a Passenger-spawned application process that reports that it listens on a certain Unix domain socket, if any of the parent directories of...

8.8CVSS6.3AI score0.01088EPSS
SaveExploits0References1Affected Software1
RedhatCVE
RedhatCVE
added 2018/05/23 8:19 p.m.29 views

CVE-2018-5388

An integer underflow has been discovered in strongSwan VPN's charon server, which could lead to a buffer overflow and consequent crash. A local attacker, with enough privileges to access the Unix Domain Socket /var/run/charon.ctl, could use this vulnerability to crash the charon server. Mitigatio...

6.5CVSS2.6AI score0.04019EPSS
SaveExploits0References1
Exploit DB
Exploit DB
added 2018/02/12 12:0 a.m.40 views

Juju-run Agent - Privilege Escalation (Metasploit)

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Juju-run Agent Privilege Escalation', 'Description' = %q This module attempts to gain root privileges on Juju agent systems running the juju-run...

10CVSS7.5AI score0.48501EPSS
SaveExploits5
zdt
zdt
added 2018/02/12 12:0 a.m.47 views

Juju-run Agent Privilege Escalation Exploit

This Metasploit module attempts to gain root privileges on Juju agent systems running the juju-run agent utility. Juju agent systems running agent tools prior to version 1.25.12, 2.0.x before 2.0.4, and 2.1.x before 2.1.3, provide a UNIX domain socket to manage software "units" without setting...

10CVSS9.6AI score0.48501EPSS
SaveExploits5
Metasploit
Metasploit
added 2018/01/14 5:57 a.m.31 views

Juju-run Agent Privilege Escalation

This module attempts to gain root privileges on Juju agent systems running the juju-run agent utility. Juju agent systems running agent tools prior to version 1.25.12, 2.0.x before 2.0.4, and 2.1.x before 2.1.3, provide a UNIX domain socket to manage software "units" without setting appropriate...

9.8CVSS1AI score0.48501EPSS
SaveExploits5
Hacker One
Hacker One
added 2018/01/07 9:18 a.m.74 views

Ruby: Unix domain socket and a path containing a null character

Some methods on UNIX domain socket are not checked for null characters. vagrant@localhost $ ls /tmp vagrant@localhost $ irb irbmain:001:0 require 'socket' = true irbmain:002:0 UNIXServer.open"/tmp/socket\0ruby" |serv| irbmain:003:1 c = UNIXSocket.open"/tmp/socket\0sapphire" irbmain:004:1 s =...

5CVSS1.3AI score0.07169EPSS
SaveExploits0
seebug.org
seebug.org
added 2017/12/15 12:0 a.m.98 views

MacOS so_pcb type confusion in necp_get_socket_attributes(CVE-2017-13855)

When getsockopt edited; original report said "setsockopt" is called on any socket with level SOLSOCKET and optname SONECPATTRIBUTES, necpgetsocketattributes is invoked. necpgetsocketattributes unconditionally calls sotoinpcbso: errnot necpgetsocketattributesstruct socket so, struct sockopt sopt i...

6.6AI score0.04778EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/12/12 12:0 a.m.60 views

macOS necp_get_socket_attributes so_pcb Type Confusion

MacOS sopcb type confusion in necpgetsocketattributes CVE-2017-13855 When setsockopt is called on any socket with level SOLSOCKET and optname SONECPATTRIBUTES, necpgetsocketattributes is invoked. necpgetsocketattributes unconditionally calls sotoinpcbso: errnot necpgetsocketattributesstruct socke...

6.6AI score0.04778EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2017/12/11 12:0 a.m.53 views

Apple macOS - 'necp_get_socket_attributes' so_pcb Type Confusion

/ Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1392&desc=2 When getsockopt edited; original report said "setsockopt" is called on any socket with level SOLSOCKET and optname SONECPATTRIBUTES, necpgetsocketattributes is invoked. necpgetsocketattributes unconditionally calls...

5.5CVSS6.7AI score0.04778EPSS
SaveExploits4
exploitpack
exploitpack
added 2017/12/11 12:0 a.m.30 views

Apple macOS - necp_get_socket_attributes so_pcb Type Confusion

Apple macOS - necpgetsocketattributes sopcb Type Confusion / Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1392&desc=2 When getsockopt edited; original report said "setsockopt" is called on any socket with level SOLSOCKET and optname SONECPATTRIBUTES, necpgetsocketattributes i...

7.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2017/07/10 12:0 a.m.60 views

NfSen < 1.3.7 / AlienVault OSSIM < 5.3.6 - Local Privilege Escalation

Exploit Title: Local root exploit affecting NfSen = 1.3.7, AlienVault USM/OSSIM = 5.3.6 Version: NfSen 1.3.7 Version: AlienVault 5.3.6 Date: 2017-07-10 Vendor Homepage: http://nfsen.sourceforge.net/ Vendor Homepage: http://www.alienvault.com/ Software Link:...

8.4CVSS7.8AI score0.01678EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/06/08 12:0 a.m.65 views

PuTTY ssh_agent_channel_data Integer Overflow

Source: https://www.chiark.greenend.org.uk/sgtatham/putty/wishlist/vuln-agent-fwd-overflow.html summary: Vulnerability: integer overflow permits memory overwrite by forwarded ssh-agent connections class: vulnerability: This is a security vulnerability. difficulty: fun: Just needs tuits, and not...

7.5CVSS0.1AI score0.21816EPSS
SaveExploits4
Rows per page
Query Builder