Lucene search
+L

1407 matches found

Tenable Nessus
Tenable Nessus
added 2016/11/15 12:0 a.m.33 views

Fedora 24 : memcached (2016-66c70cadb4)

Security fix for CVE-2016-8704, CVE-2016-8705, CVE-2016-8706 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. Tenable has attempted to automatically clean and format it as much as possible without introducing addition...

9.8CVSS8.4AI score0.45703EPSS
SaveExploits4References4
Fedora
Fedora
added 2016/11/14 11:52 p.m.45 views

[SECURITY] Fedora 23 Update: memcached-1.4.17-5.fc23

memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load...

9.8CVSS2.8AI score0.45703EPSS
SaveExploits4
Fedora
Fedora
added 2016/11/14 9:2 p.m.32 views

[SECURITY] Fedora 24 Update: memcached-1.4.25-2.fc24

memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load...

9.8CVSS2.8AI score0.45703EPSS
SaveExploits4
Tenable Nessus
Tenable Nessus
added 2016/11/11 12:0 a.m.33 views

Amazon Linux AMI : memcached (ALAS-2016-761)

An integer overflow flaw, leading to a heap-based buffer overflow, was found in the memcached binary protocol. An attacker could create a specially crafted message that would cause the memcached server to crash or, potentially, execute arbitrary code. CVE-2016-8704 , CVE-2016-8705 An integer...

9.8CVSS9.1AI score0.45703EPSS
SaveExploits4References4
Amazon
Amazon
added 2016/11/10 12:0 a.m.42 views

Important: memcached

Issue Overview: An integer overflow flaw, leading to a heap-based buffer overflow, was found in the memcached binary protocol. An attacker could create a specially crafted message that would cause the memcached server to crash or, potentially, execute arbitrary code. CVE-2016-8704, CVE-2016-8705 ...

9.8CVSS9.8AI score0.45703EPSS
SaveExploits4
OpenVAS
OpenVAS
added 2016/11/08 12:0 a.m.38 views

Ubuntu: Security Advisory (USN-3120-1)

The remote host is missing an update for the 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
SaveExploits4References2
Tenable Nessus
Tenable Nessus
added 2016/11/07 12:0 a.m.46 views

Debian DLA-701-1 : memcached security update

Multiple vulnerabilites have been found in memcached, a high-performance memory object caching system. A remote attacker could take advantage of these flaws to cause a denial of service daemon crash, or potentially to execute arbitrary code. CVE-2013-7291 It was discovered that memcached, when...

9.8CVSS8.9AI score0.45703EPSS
SaveExploits5References6
Debian
Debian
added 2016/11/05 2:57 p.m.30 views

[SECURITY] [DLA 701-1] memcached security update

Package : memcached Version : 1.4.13-0.2+deb7u2 CVE ID : CVE-2013-7291 CVE-2016-8704 CVE-2016-8705 CVE-2016-8706 Debian Bug : 735314 842811 842812 842814 Multiple vulnerabilites have been found in memcached, a high-performance memory object caching system. A remote attacker could take advantage o...

9.8CVSS10AI score0.45703EPSS
SaveExploits5
OSV
OSV
added 2016/11/05 12:0 a.m.179 views

DLA-701-1 memcached - security update

Bulletin has no description...

9.8CVSS9AI score0.45703EPSS
SaveExploits5
Tenable Nessus
Tenable Nessus
added 2016/11/04 12:0 a.m.34 views

Debian DSA-3704-1 : memcached - security update

Aleksandar Nikolic of Cisco Talos discovered several integer overflow vulnerabilities in memcached, a high-performance memory object caching system. A remote attacker can take advantage of these flaws to cause a denial of service daemon crash, or potentially to execute arbitrary code. %NASLMINLEV...

9.8CVSS8.6AI score0.45703EPSS
SaveExploits4References8
Debian
Debian
added 2016/11/03 4:24 p.m.26 views

[SECURITY] [DSA 3704-1] memcached security update

------------------------------------------------------------------------- Debian Security Advisory DSA-3704-1 [email protected] https://www.debian.org/security/ Salvatore Bonaccorso November 03, 2016 https://www.debian.org/security/faq -...

7.5CVSS3.5AI score0.45703EPSS
SaveExploits4
Debian
Debian
added 2016/11/03 4:24 p.m.123 views

[SECURITY] [DSA 3704-1] memcached security update

------------------------------------------------------------------------- Debian Security Advisory DSA-3704-1 [email protected] https://www.debian.org/security/ Salvatore Bonaccorso November 03, 2016 https://www.debian.org/security/faq -...

9.8CVSS9.5AI score0.45703EPSS
SaveExploits4
OSV
OSV
added 2016/11/03 12:0 a.m.36 views

DSA-3704-1 memcached - security update

Bulletin has no description...

9.8CVSS8.9AI score0.45703EPSS
SaveExploits4
0day.today
0day.today
added 2016/11/03 12:0 a.m.24 views

Memcached 1.4.33 - PoC (3)

Exploit for linux platform in category dos / 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 +...

7AI score
SaveExploits0
0day.today
0day.today
added 2016/11/03 12:0 a.m.30 views

Memcached 1.4.33 - PoC (1)

Exploit for linux platform in category dos / 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...

7.4AI score
SaveExploits0
Packet Storm
Packet Storm
added 2016/11/03 12:0 a.m.283 views

Memcached 1.4.33 Proof Of Concept

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

9.2AI score0.45703EPSS
SaveExploits4
OpenVAS
OpenVAS
added 2016/11/03 12:0 a.m.30 views

Debian Security Advisory DSA 3704-1 (memcached - security update)

Aleksandar Nikolic of Cisco Talos discovered several integer overflow vulnerabilities in memcached, a high-performance memory object caching system. A remote attacker can take advantage of these flaws to cause a denial of service daemon crash, or potentially to execute arbitrary code. OpenVAS...

7.5CVSS0.6AI score0.45703EPSS
SaveExploits4References1
0day.today
0day.today
added 2016/11/03 12:0 a.m.25 views

Memcached 1.4.33 - PoC (2)

Exploit for linux platform in category dos / 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...

7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2016/11/03 12:0 a.m.29 views

Ubuntu 14.04 LTS / 16.04 LTS : Memcached vulnerabilities (USN-3120-1)

The remote Ubuntu 14.04 LTS / 16.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-3120-1 advisory. Aleksandar Nikolic discovered that Memcached incorrectly handled certain malformed commands. A remote attacker could use this issue to cause...

9.8CVSS8.8AI score0.45703EPSS
SaveExploits4References4
OSV
OSV
added 2016/11/02 2:13 p.m.7 views

USN-3120-1 memcached vulnerabilities

Aleksandar Nikolic discovered that Memcached incorrectly handled certain malformed commands. A remote attacker could use this issue to cause Memcached to crash, resulting in a denial of service, or possibly execute arbitrary code...

9.8CVSS7.3AI score0.45703EPSS
SaveExploits4References4
Rows per page
Query Builder