1473 matches found
memcached security update
0:1.4.15-10.el73.1 - fix vulnerabilities allowing remote code execution CVE-2016-8704, CVE-2016-8705, CVE-2016-8706 0:1.4.15-10 - fix binding to IPv6 address 1298603 - enable SASL support 1263696 - don't allow authentication with bad SASL credentials CVE-2013-7239...
openSUSE Security Update : memcached (openSUSE-2016-1314)
This update for memcached fixes the following security issues : - CVE-2016-8704: Server append/prepend remote code execution boo1007871 - CVE-2016-8705: Server update remote code execution boo1007870 - CVE-2016-8706: Server ASL authentication remote code execution boo1007869 In addition, memcache...
openSUSE Security Update : memcached (openSUSE-2016-1313)
This update for memcached fixes the following security issues : - CVE-2016-8704: Server append/prepend remote code execution boo1007871 - CVE-2016-8705: Server update remote code execution boo1007870 - CVE-2016-8706: Server ASL authentication remote code execution boo1007869 %NASLMINLEVEL 70300 C...
MGASA-2016-0381 Updated memcached packages fix security vulnerability
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 CVE-2016-8704, CVE-2016-8705, CVE-2016-8706...
Updated memcached packages fix security vulnerability
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 CVE-2016-8704, CVE-2016-8705, CVE-2016-8706...
Fedora 23 : memcached (2016-4df986a71f)
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...
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...
[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...
[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...
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...
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 ...
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...
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...
[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...
DLA-701-1 memcached - security update
Bulletin has no description...
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...
[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 -...
[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 -...
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 +...