Lucene search
+L

1430 matches found

seebug.org
seebug.org
added 2016/11/01 12:00 a.m.33 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.25 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
exploitpack
exploitpack
added 2016/11/01 12:00 a.m.26 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
Exploit DB
Exploit DB
added 2016/11/01 12:00 a.m.24 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.38 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.531 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

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
CNVD
CNVD
added 2016/11/01 12:00 a.m.4 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
Exploit DB
Exploit DB
added 2016/11/01 12:00 a.m.26 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
CNVD
CNVD
added 2016/11/01 12:00 a.m.4 views

Remote Code Execution Vulnerability in Memcached Update

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 Update. processbinupdate function handling multiple commands of the Memcached binary protocol can lead to a...

9.8CVSS9.9AI score0.19854EPSS
SaveExploits2References1
Talos
Talos
added 2016/10/31 12:00 a.m.1275 views

Memcached Server Update Remote Code Execution Vulnerability

Summary Multiple integer overflows in processbinupdate function which is responsible for processing multiple commands of Memcached binary protocol can be abused to cause heap overflow and lead to remote code execution. Tested Versions Memcached 1.4.31 Product URLs https://memcached.org/ CVSSv3...

9.8CVSS9.3AI score0.19854EPSS
SaveExploits2
FreeBSD
FreeBSD
added 2016/10/31 12:00 a.m.167 views

memcached -- multiple vulnerabilities

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

8.1CVSS1.8AI score0.45703EPSS
SaveExploits2References1
Talos
Talos
added 2016/10/31 12:00 a.m.46 views

Memcached Server SASL Autentication Remote Code Execution Vulnerability

Summary An integer overflow in processbinsaslauth function which is responsible for authentication commands of Memcached binary protocol can be abused to cause heap overflow and lead to remote code execution. Tested Versions Memcached 1.4.31 Product URLs https://memcached.org/ CVSSv3 Score 8.1 -...

8.1CVSS9.7AI score0.45703EPSS
SaveExploits2
Talos
Talos
added 2016/10/31 12:00 a.m.71 views

Memcached Server Append/Prepend Remote Code Execution Vulnerability

Summary An integer overflow in the processbinappendprepend function which is responsible for processing multiple commands of Memcached binary protocol can be abused to cause heap overflow and lead to remote code execution. Tested Versions Memcached 1.4.31 Product URLs https://memcached.org/ CVSSv...

9.8CVSS10AI score0.23173EPSS
SaveExploits2
OSV
OSV
added 2016/10/25 2:31 p.m.12 views

CVE-2016-5631

Unspecified vulnerability in Oracle MySQL 5.7.13 and earlier allows remote administrators to affect availability via vectors related to Server: Memcached...

4.9CVSS4.2AI score
SaveExploits0References4
NVD
NVD
added 2016/10/25 2:31 p.m.17 views

CVE-2016-5631

Unspecified vulnerability in Oracle MySQL 5.7.13 and earlier allows remote administrators to affect availability via vectors related to Server: Memcached...

4.9CVSS4.7AI score0.02471EPSS
SaveExploits0References4
OSV
OSV
added 2016/10/25 2:31 p.m.6 views

UBUNTU-CVE-2016-5631

Unspecified vulnerability in Oracle MySQL 5.7.13 and earlier allows remote administrators to affect availability via vectors related to Server: Memcached...

4.9CVSS6.7AI score0.02471EPSS
SaveExploits0References3
Prion
Prion
added 2016/10/25 2:31 p.m.18 views

Design/Logic Flaw

Unspecified vulnerability in Oracle MySQL 5.7.13 and earlier allows remote administrators to affect availability via vectors related to Server: Memcached...

4CVSS6.1AI score0.02471EPSS
SaveExploits0References4Affected Software1
UbuntuCve
UbuntuCve
added 2016/10/25 2:31 p.m.21 views

CVE-2016-5631

Unspecified vulnerability in Oracle MySQL 5.7.13 and earlier allows remote administrators to affect availability via vectors related to Server: Memcached...

4.9CVSS6.7AI score0.02471EPSS
SaveExploits0References2
CVE
CVE
added 2016/10/25 2:00 p.m.80 views

CVE-2016-5631

Affected software: Oracle MySQL 5.7.13 and earlier. Vulnerable component: Server: Memcached. Description: Unspecified vulnerability allows remote administrators to affect availability. Impact: Partial availability impact. Root cause and remediation are not specified in the provided documents.

4.9CVSS4.5AI score0.02471EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder