Lucene search
+L

1481 matches found

OSV
OSV
added 2016/11/02 12:00 a.m.6 views

UBUNTU-CVE-2016-8705

Multiple integer overflows in processbinupdate function in Memcached, which is responsible for processing multiple commands of Memcached binary protocol, can be abused to cause heap overflow and lead to remote code execution...

9.8CVSS7.6AI score0.19854EPSS
SaveExploits2References6
OSV
OSV
added 2016/11/02 12:00 a.m.9 views

UBUNTU-CVE-2016-8706

An integer overflow in processbinsaslauth function in Memcached, which is responsible for authentication commands of Memcached binary protocol, can be abused to cause heap overflow and lead to remote code execution...

8.1CVSS7.7AI score0.45703EPSS
SaveExploits2References6
UbuntuCve
UbuntuCve
added 2016/11/02 12:00 a.m.30 views

CVE-2016-8705

Multiple integer overflows in processbinupdate function in Memcached, which is responsible for processing multiple commands of Memcached binary protocol, can be abused to cause heap overflow and lead to remote code execution...

9.8CVSS7.4AI score0.19854EPSS
SaveExploits2References5
UbuntuCve
UbuntuCve
added 2016/11/02 12:00 a.m.72 views

CVE-2016-8706

An integer overflow in processbinsaslauth function in Memcached, which is responsible for authentication commands of Memcached binary protocol, can be abused to cause heap overflow and lead to remote code execution...

8.1CVSS7.6AI score0.45703EPSS
SaveExploits2References5
OpenVAS
OpenVAS
added 2016/11/02 12:00 a.m.36 views

Debian: Security Advisory (DSA-3704-1)

The remote host is missing an update for the Debian SPDX-FileCopyrightText: 2016 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...

9.8CVSS9.2AI score0.45703EPSS
SaveExploits4References3
Tenable Nessus
Tenable Nessus
added 2016/11/02 12:00 a.m.32 views

FreeBSD : memcached -- multiple vulnerabilities (f4bf713f-6ac7-4b76-8980-47bf90c5419f)

Cisco Talos reports : Multiple integer overflow vulnerabilities exist within Memcached that could be exploited to achieve remote code execution on the targeted system. These vulnerabilities manifest in various Memcached functions that are used in inserting, appending, prepending, or modifying...

9.8CVSS9.4AI score0.45703EPSS
SaveExploits4References5
The Hacker News
The Hacker News
added 2016/11/01 11:21 p.m.197 views

Multiple Critical Remotely Exploitable Flaws Discovered in Memcached Caching System

Hey Webmasters, are you using Memcached to boost the performance of your website? Beware! It might be vulnerable to remote hackers. Three critical Remote Code Execution vulnerabilities have been reported in Memcached by security researcher Aleksandar Nikolich at Cisco Talos Group that expose majo...

7.5CVSS10.4AI score0.45703EPSS
SaveExploits4
RedhatCVE
RedhatCVE
added 2016/11/01 9:47 a.m.38 views

CVE-2016-8706

An integer overflow flaw, leading to a heap-based buffer overflow, was found in memcached's parsing of SASL authentication messages. An attacker could create a specially crafted message that would cause the memcached server to crash or, potentially, execute arbitrary code. Mitigation This flaw...

8.1CVSS4.7AI score0.45703EPSS
SaveExploits2References2
seebug.org
seebug.org
added 2016/11/01 12:00 a.m.32 views

Memcached Server Append/Prepend remote code execution vulnerability

DETAILS Memcached is a high performance object caching server intended for speeding up dynamic web applications and is used by some of the most popular Internet websites. It has two versions of the protocol for storing and retrieving arbitrary data, an ASCII based one and a binary one. The binary...

7.6AI score
SaveExploits0
exploitpack
exploitpack
added 2016/11/01 12:00 a.m.14 views

Memcached 1.4.33 - sasl (PoC)

Memcached 1.4.33 - sasl PoC Source: http://paper.seebug.org/95/ import struct import socket import sys MEMCACHEDREQUESTMAGIC = "\x80" OPCODESET = "\x21" keylen = struct.pack"!H",32 bodylen = struct.pack"!I",1 packet = MEMCACHEDREQUESTMAGIC + OPCODESET + keylen + bodylen2 + "A"1000 if lensys.argv ...

7.4AI score
SaveExploits0
seebug.org
seebug.org
added 2016/11/01 12:00 a.m.34 views

Memcached Server SASL authentication remote command execution vulnerability

Details Memcached is a high performance object caching server intended for speeding up dynamic web applications and is used by some of the most popular Internet websites. It has two versions of the protocol for storing and retrieving arbitrary data, an ASCII based one and a binary one. The binary...

8AI score
SaveExploits0
exploitpack
exploitpack
added 2016/11/01 12:00 a.m.29 views

Memcached 1.4.33 - Add (PoC)

Memcached 1.4.33 - Add PoC Source: http://paper.seebug.org/95/ import struct import socket import sys MEMCACHEDREQUESTMAGIC = "\x80" OPCODEADD = "\x02" keylen = struct.pack"!H",0xfa extralen = "\x08" datatype = "\x00" vbucket = "\x00\x00" bodylen = struct.pack"!I",0xffffffd0 opaque =...

7.4AI score
SaveExploits0
seebug.org
seebug.org
added 2016/11/01 12:00 a.m.30 views

Memcached Server Update remote code execution vulnerability

DETAILS Memcached is a high performance object caching server intended for speeding up dynamic web applications and is used by some of the most popular Internet websites. It has two versions of the protocol for storing and retrieving arbitrary data, an ASCII based one and a binary one. The binary...

7.8AI score
SaveExploits0
exploitpack
exploitpack
added 2016/11/01 12:00 a.m.27 views

Memcached 1.4.33 - Crash (PoC)

Memcached 1.4.33 - Crash PoC Source: http://paper.seebug.org/95/ import struct import socket import sys MEMCACHEDREQUESTMAGIC = "\x80" OPCODEPREPENDQ = "\x1a" keylen = struct.pack"!H",0xfa extralen = "\x00" datatype = "\x00" vbucket = "\x00\x00" bodylen = struct.pack"!I",0 opaque =...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2016/11/01 12:00 a.m.25 views

Memcached 1.4.33 - 'Add' (PoC)

Source: http://paper.seebug.org/95/ import struct import socket import sys MEMCACHEDREQUESTMAGIC = "\x80" OPCODEADD = "\x02" keylen = struct.pack"!H",0xfa extralen = "\x08" datatype = "\x00" vbucket = "\x00\x00" bodylen = struct.pack"!I",0xffffffd0 opaque = struct.pack"!I",0 CAS = struct.pack"!Q"...

5.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2016/11/01 12:00 a.m.39 views

Memcached 1.4.33 - 'Crash' (PoC)

Source: http://paper.seebug.org/95/ import struct import socket import sys MEMCACHEDREQUESTMAGIC = "\x80" OPCODEPREPENDQ = "\x1a" keylen = struct.pack"!H",0xfa extralen = "\x00" datatype = "\x00" vbucket = "\x00\x00" bodylen = struct.pack"!I",0 opaque = struct.pack"!I",0 CAS = struct.pack"!Q",0...

5.3AI score
SaveExploits0
ArchLinux
ArchLinux
added 2016/11/01 12:00 a.m.533 views

[ASA-201611-1] memcached: arbitrary code execution

Arch Linux Security Advisory ASA-201611-1 ========================================= Severity: Critical Date : 2016-11-01 CVE-ID : CVE-2016-8704 CVE-2016-8705 CVE-2016-8706 Package : memcached Type : arbitrary code execution Remote : Yes Link : https://wiki.archlinux.org/index.php/CVE Summary...

9.8CVSS1.7AI score0.45703EPSS
SaveExploits4References9
CNVD
CNVD
added 2016/11/01 12:00 a.m.5 views

Remote Code Execution Vulnerability in Memcached Append/Prepend

Memcached is a high-performance distributed in-memory object caching system for dynamic Web applications to reduce database load. A remote code execution vulnerability exists in Memcached Append/Prepend. processbinappendprepend function handles multiple commands of the Memcached binary protocol c...

9.8CVSS9.9AI score0.23173EPSS
SaveExploits2References1
CNVD
CNVD
added 2016/11/01 12:00 a.m.6 views

Authentication Remote Code Execution Vulnerability in Memcached SASL

Memcached is a high-performance distributed in-memory object caching system for dynamic Web applications to reduce database load. An authentication remote code execution vulnerability exists in Memcached SASL. processbinsaslauth function handling multiple commands of the Memcached binary protocol...

8.1CVSS8.9AI score0.45703EPSS
SaveExploits2References1
Exploit DB
Exploit DB
added 2016/11/01 12:00 a.m.27 views

Memcached 1.4.33 - 'sasl' (PoC)

Source: http://paper.seebug.org/95/ import struct import socket import sys MEMCACHEDREQUESTMAGIC = "\x80" OPCODESET = "\x21" keylen = struct.pack"!H",32 bodylen = struct.pack"!I",1 packet = MEMCACHEDREQUESTMAGIC + OPCODESET + keylen + bodylen2 + "A"1000 if lensys.argv != 3: print "./pocsasl.py " ...

5.3AI score
SaveExploits0
Rows per page
Query Builder