Lucene search
+L

1262 matches found

OSV
OSV
added 2018/06/17 8:29 p.m.9 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
Prion
Prion
added 2018/06/17 8:29 p.m.27 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
NVD
NVD
added 2018/06/17 8:29 p.m.32 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
Cvelist
Cvelist
added 2018/06/17 8:00 p.m.47 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:00 p.m.57 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:00 a.m.31 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.31 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.03968EPSS
SaveExploits0References1
zdt
zdt
added 2018/02/12 12:00 a.m.51 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
Exploit DB
Exploit DB
added 2018/02/12 12:00 a.m.44 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
Packet Storm
Packet Storm
added 2018/02/11 12:00 a.m.45 views

Juju-run Agent Privilege Escalation

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...

10CVSS9.2AI score0.48501EPSS
SaveExploits5
Cloud Foundry
Cloud Foundry
added 2018/02/01 12:00 a.m.133 views

USN-3538-1: OpenSSH vulnerabilities | Cloud Foundry

Severity Low Vendor Canonical Ubuntu Versions Affected Canonical Ubuntu 14.04 Description Jann Horn discovered that OpenSSH incorrectly loaded PKCS11 modules from untrusted directories. A remote attacker could possibly use this issue to execute arbitrary PKCS11 modules. This issue only affected...

7.8CVSS8.3AI score0.37431EPSS
SaveExploits10
Tenable Nessus
Tenable Nessus
added 2018/01/23 12:00 a.m.233 views

Ubuntu 14.04 LTS / 16.04 LTS : OpenSSH vulnerabilities (USN-3538-1)

The remote Ubuntu 14.04 LTS / 16.04 LTS host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-3538-1 advisory. Jann Horn discovered that OpenSSH incorrectly loaded PKCS11 modules from untrusted directories. A remote attacker could possibly use this iss...

7.8CVSS7.3AI score0.37431EPSS
SaveExploits10References6
Ubuntu
Ubuntu
added 2018/01/22 4:50 p.m.237 views

USN-3538-1: OpenSSH vulnerabilities

Jann Horn discovered that OpenSSH incorrectly loaded PKCS11 modules from untrusted directories. A remote attacker could possibly use this issue to execute arbitrary PKCS11 modules. This issue only affected Ubuntu 14.04 LTS and Ubuntu 16.04 LTS. CVE-2016-10009 Jann Horn discovered that OpenSSH...

7.8CVSS7AI score0.37431EPSS
SaveExploits10
Hacker One
Hacker One
added 2018/01/07 9:18 a.m.78 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.07026EPSS
SaveExploits0
seebug.org
seebug.org
added 2017/12/15 12:00 a.m.101 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:00 a.m.62 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
exploitpack
exploitpack
added 2017/12/11 12:00 a.m.34 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/12/11 12:00 a.m.56 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
Exploit DB
Exploit DB
added 2017/07/10 12:00 a.m.66 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:00 a.m.66 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