<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Memcached</title>
  <link>https://cvedaily.com/pages/tags/memcached.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/memcached.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Memcached</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:33 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-45686 – OpenTelemetry eBPF Instrumentation provides eBPF instrumentation based on the Op...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45686</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45686</guid>
    <pubDate>Tue, 02 Jun 2026 16:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45686</strong></p>
  <p>OpenTelemetry eBPF Instrumentation provides eBPF instrumentation based on the OpenTelemetry standard. From version 0.7.0 to before version 0.9.0, a remotely reachable integer overflow in OBI's memcached text protocol parser can crash the OBI process and cause denial of service. When parsing memcached storage commands such as set, add, replace, append, prepend, or cas, OBI accepts extremely large…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45686">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-47784 – In memcached before 1.6.42, password data for SASL password database authenticat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47784</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47784</guid>
    <pubDate>Wed, 20 May 2026 07:16:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-47784</strong></p>
  <p>In memcached before 1.6.42, password data for SASL password database authentication has a timing side channel because memcmp is used by sasl_server_userdb_checkpass.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-208</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47784">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-47783 – In memcached before 1.6.42, username data for SASL password database authenticat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47783</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47783</guid>
    <pubDate>Wed, 20 May 2026 07:16:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-47783</strong></p>
  <p>In memcached before 1.6.42, username data for SASL password database authentication has a timing side channel because a loop exits as soon as a valid username is found by sasl_server_userdb_checkpass.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-208</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47783">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-1527 – ImpactWhen an application passes user-controlled input to the upgrade option of ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1527</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1527</guid>
    <pubDate>Thu, 12 Mar 2026 21:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-1527</strong></p>
  <p>ImpactWhen an application passes user-controlled input to the upgrade option of client.request(), an attacker can inject CRLF sequences (\r\n) to:    *  Inject arbitrary HTTP headers   *  Terminate the HTTP request prematurely and smuggle raw data to non-HTTP services (Redis, Memcached, Elasticsearch) The vulnerability exists because undici writes the upgrade value directly to the socket without…</p>
  <p><strong>CVSS:</strong> 4.6 · <strong>CWE:</strong> CWE-93</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1527">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-29093 – WWBN AVideo is an open source video platform. Prior to version 24.0, the officia...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-29093</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-29093</guid>
    <pubDate>Fri, 06 Mar 2026 04:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-29093</strong></p>
  <p>WWBN AVideo is an open source video platform. Prior to version 24.0, the official docker-compose.yml publishes the memcached service on host port 11211 (0.0.0.0:11211) with no authentication, while the Dockerfile configures PHP to store all user sessions in that memcached instance. An attacker who can reach port 11211 can read, modify, or flush session data — enabling session hijacking, admin imp…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-29093">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2018-25160 – HTTP::Session2 versions through 1.09 for Perl does not validate the format of us...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-25160</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-25160</guid>
    <pubDate>Fri, 27 Feb 2026 21:16:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2018-25160</strong></p>
  <p>HTTP::Session2 versions through 1.09 for Perl does not validate the format of user provided session ids, enabling code injection or other impact depending on session backend.  For example, if an application uses memcached for session storage, then it may be possible for a remote attacker to inject memcached commands in the session id value.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-25160">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-43768 – An issue was discovered in Couchbase Server 6.6.x through 7.2.0, before 7.1.5 an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-43768</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-43768</guid>
    <pubDate>Wed, 27 Mar 2024 07:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-43768</strong></p>
  <p>An issue was discovered in Couchbase Server 6.6.x through 7.2.0, before 7.1.5 and 7.2.1. Unauthenticated users may cause memcached to run out of memory via large commands.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-43768">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-46853 – In Memcached before 1.6.22, an off-by-one error exists when processing proxy req...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-46853</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-46853</guid>
    <pubDate>Fri, 27 Oct 2023 20:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-46853</strong></p>
  <p>In Memcached before 1.6.22, an off-by-one error exists when processing proxy requests in proxy mode, if \n is used instead of \r\n.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-193</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-46853">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-46852 – In Memcached before 1.6.22, a buffer overflow exists when processing multiget re...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-46852</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-46852</guid>
    <pubDate>Fri, 27 Oct 2023 20:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-46852</strong></p>
  <p>In Memcached before 1.6.22, a buffer overflow exists when processing multiget requests in proxy mode, if there are many spaces after the "get" substring.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-46852">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-45148 – Nextcloud is an open source home cloud server. When Memcached is used as `memcac...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-45148</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-45148</guid>
    <pubDate>Mon, 16 Oct 2023 19:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-45148</strong></p>
  <p>Nextcloud is an open source home cloud server. When Memcached is used as `memcache.distributed` the rate limiting in Nextcloud Server could be reset unexpectedly resetting the rate count earlier than intended. Users are advised to upgrade to versions 25.0.11, 26.0.6 or 27.1.0. Users unable to upgrade should change their config setting `memcache.distributed` to `\OC\Memcache\Redis` and install Red…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-307</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-45148">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-41670 – Cross-Site Request Forgery (CSRF) vulnerability in Palasthotel (in person: Edwar...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-41670</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-41670</guid>
    <pubDate>Mon, 09 Oct 2023 19:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-41670</strong></p>
  <p>Cross-Site Request Forgery (CSRF) vulnerability in Palasthotel (in person: Edward Bock) Use Memcached plugin <= 1.0.4 versions.</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-41670">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-48571 – memcached 1.6.7 allows a Denial of Service via multi-packet uploads in UDP.</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-48571</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-48571</guid>
    <pubDate>Tue, 22 Aug 2023 19:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-48571</strong></p>
  <p>memcached 1.6.7 allows a Denial of Service via multi-packet uploads in UDP.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-48571">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-22570 – Memcached 1.6.0 before 1.6.3 allows remote attackers to cause a denial of servic...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-22570</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-22570</guid>
    <pubDate>Tue, 22 Aug 2023 19:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-22570</strong></p>
  <p>Memcached 1.6.0 before 1.6.3 allows remote attackers to cause a denial of service (daemon crash) via a crafted meta command.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-77</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-22570">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-34673 – Elenos ETG150 FM transmitter running on version 3.12 was discovered to be leakin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-34673</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-34673</guid>
    <pubDate>Fri, 23 Jun 2023 19:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-34673</strong></p>
  <p>Elenos ETG150 FM transmitter running on version 3.12 was discovered to be leaking SMTP credentials and other sensitive information by exploiting the publicly accessible Memcached service. The attack can occur over the public Internet in some cases.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-34673">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-27478 – libmemcached-awesome is an open source C/C++ client library and tools for the me...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-27478</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-27478</guid>
    <pubDate>Tue, 07 Mar 2023 18:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-27478</strong></p>
  <p>libmemcached-awesome is an open source C/C++ client library and tools for the memcached server. `libmemcached` could return data for a previously requested key, if that previous request timed out due to a low `POLL_TIMEOUT`. This issue has been addressed in version 1.1.4. Users are advised to upgrade. There are several ways to workaround or lower the probability of this bug affecting a given depl…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-27478">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-37519 – Buffer Overflow vulnerability in authfile.c memcached 1.6.9 allows attackers to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-37519</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-37519</guid>
    <pubDate>Fri, 03 Feb 2023 18:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-37519</strong></p>
  <p>Buffer Overflow vulnerability in authfile.c memcached 1.6.9 allows attackers to cause a denial of service via crafted authenticattion file.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-37519">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-26635 – PHP-Memcached v2.2.0 and below contains an improper NULL termination which allow...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-26635</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-26635</guid>
    <pubDate>Tue, 05 Apr 2022 17:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-26635</strong></p>
  <p>PHP-Memcached v2.2.0 and below contains an improper NULL termination which allows attackers to execute CLRF injection. Note: Third parties have disputed this as not affecting PHP-Memcached directly.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-26635">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-35945 – Couchbase Server 6.5.x, 6.6.0 through 6.6.2, and 7.0.0, has a Buffer Overflow. A...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-35945</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-35945</guid>
    <pubDate>Wed, 29 Sep 2021 20:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-35945</strong></p>
  <p>Couchbase Server 6.5.x, 6.6.0 through 6.6.2, and 7.0.0, has a Buffer Overflow. A specially crafted network packet sent from an attacker can crash memcached.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-35945">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-35944 – Couchbase Server 6.5.x, 6.6.x through 6.6.2, and 7.0.0 has a Buffer Overflow. A ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-35944</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-35944</guid>
    <pubDate>Wed, 29 Sep 2021 20:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-35944</strong></p>
  <p>Couchbase Server 6.5.x, 6.6.x through 6.6.2, and 7.0.0 has a Buffer Overflow. A specially crafted network packet sent from an attacker can crash memcached.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-35944">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2021-2340 – Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Me...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-2340</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-2340</guid>
    <pubDate>Wed, 21 Jul 2021 15:15:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2021-2340</strong></p>
  <p>Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Memcached). Supported versions that are affected are 8.0.25 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (…</p>
  <p><strong>CVSS:</strong> 2.7 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-2340">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2020-10697 – A flaw was found in Ansible Tower when running Openshift. Tower runs a memcached...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-10697</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-10697</guid>
    <pubDate>Thu, 27 May 2021 19:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2020-10697</strong></p>
  <p>A flaw was found in Ansible Tower when running Openshift. Tower runs a memcached, which is accessed via TCP. An attacker can take advantage of writing a playbook polluting this cache, causing a denial of service attack. This attack would not completely stop the service, but in the worst-case scenario, it can reduce the Tower performance, for which memcached is designed. Theoretically, more sophis…</p>
  <p><strong>CVSS:</strong> 4.4 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-10697">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-33026 – The Flask-Caching extension through 1.10.1 for Flask relies on Pickle for serial...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-33026</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-33026</guid>
    <pubDate>Thu, 13 May 2021 23:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-33026</strong></p>
  <p>The Flask-Caching extension through 1.10.1 for Flask relies on Pickle for serialization, which may lead to remote code execution or local privilege escalation. If an attacker gains access to cache storage (e.g., filesystem, Memcached, Redis, etc.), they can construct a crafted payload, poison the cache, and execute Python code. NOTE: a third party indicates that exploitation is extremely unlikely…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-33026">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-35197 – The official memcached docker images before 1.5.11-alpine (Alpine specific) cont...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-35197</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-35197</guid>
    <pubDate>Thu, 17 Dec 2020 02:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-35197</strong></p>
  <p>The official memcached docker images before 1.5.11-alpine (Alpine specific) contain a blank password for a root user. System using the memcached docker container deployed by affected versions of the docker image may allow a remote attacker to achieve root access with a blank password.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-35197">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2020-15105 – Django Two-Factor Authentication before 1.12, stores the user's password in clea...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-15105</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-15105</guid>
    <pubDate>Fri, 10 Jul 2020 21:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2020-15105</strong></p>
  <p>Django Two-Factor Authentication before 1.12, stores the user's password in clear text in the user session (base64-encoded). The password is stored in the session when the user submits their username and password, and is removed once they complete authentication by entering a two-factor authentication code. This means that the password is stored in clear text in the session for an arbitrary amoun…</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-15105">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2020-13254 – An issue was discovered in Django 2.2 before 2.2.13 and 3.0 before 3.0.7. In cas...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-13254</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-13254</guid>
    <pubDate>Wed, 03 Jun 2020 14:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2020-13254</strong></p>
  <p>An issue was discovered in Django 2.2 before 2.2.13 and 3.0 before 3.0.7. In cases where a memcached backend does not perform key validation, passing malformed cache keys could result in a key collision, and potential data leakage.</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-13254">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2020-2804 – Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Me...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-2804</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-2804</guid>
    <pubDate>Wed, 15 Apr 2020 14:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2020-2804</strong></p>
  <p>Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Memcached). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.19 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized abili…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-2804">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-10931 – Memcached 1.6.x before 1.6.2 allows remote attackers to cause a denial of servic...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-10931</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-10931</guid>
    <pubDate>Tue, 24 Mar 2020 15:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-10931</strong></p>
  <p>Memcached 1.6.x before 1.6.2 allows remote attackers to cause a denial of service (daemon crash) via a crafted binary protocol header to try_read_command_binary in memcached.c.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-10931">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2019-11465 – An issue was discovered in Couchbase Server 5.5.x through 5.5.3 and 6.0.0. The M...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-11465</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-11465</guid>
    <pubDate>Tue, 10 Sep 2019 17:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2019-11465</strong></p>
  <p>An issue was discovered in Couchbase Server 5.5.x through 5.5.3 and 6.0.0. The Memcached "connections" stat block command emits a non-redacted username. The system information submitted to Couchbase as part of a bug report included the usernames for all users currently logged into the system even if the log was redacted for privacy. This has been fixed (in 5.5.4 and 6.0.1) so that usernames are t…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-11465">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-15026 – memcached 1.5.16, when UNIX sockets are used, has a stack-based buffer over-read...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-15026</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-15026</guid>
    <pubDate>Fri, 30 Aug 2019 15:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-15026</strong></p>
  <p>memcached 1.5.16, when UNIX sockets are used, has a stack-based buffer over-read in conn_to_str in memcached.c.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-15026">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-11596 – In memcached before 1.5.14, a NULL pointer dereference was found in the "lru mod...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-11596</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-11596</guid>
    <pubDate>Mon, 29 Apr 2019 15:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-11596</strong></p>
  <p>In memcached before 1.5.14, a NULL pointer dereference was found in the "lru mode" and "lru temp_ttl" commands. This causes a denial of service when parsing crafted lru command messages in process_lru_command in memcached.c.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-11596">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-6340 – The Memcache::getextendedstats function can be used to trigger an out-of-bounds ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-6340</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-6340</guid>
    <pubDate>Mon, 31 Dec 2018 22:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-6340</strong></p>
  <p>The Memcache::getextendedstats function can be used to trigger an out-of-bounds read. Exploiting this issue requires control over memcached server hostnames and/or ports. This affects all supported versions of HHVM (3.30 and 3.27.4 and below).</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-6340">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2018-3276 – Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Serve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-3276</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-3276</guid>
    <pubDate>Wed, 17 Oct 2018 01:31:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2018-3276</strong></p>
  <p>Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Memcached). Supported versions that are affected are 5.6.41 and prior, 5.7.23 and prior and 8.0.12 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ab…</p>
  <p><strong>CVSS:</strong> 4.9 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-3276">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2018-3062 – Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Serve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-3062</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-3062</guid>
    <pubDate>Wed, 18 Jul 2018 13:29:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2018-3062</strong></p>
  <p>Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Memcached). Supported versions that are affected are 5.6.40 and prior, 5.7.22 and prior and 8.0.11 and prior. Difficult to exploit vulnerability allows low privileged attacker with network access via memcached to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-3062">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2018-1295 – In Apache Ignite 2.3 or earlier, the serialization mechanism does not have a lis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-1295</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-1295</guid>
    <pubDate>Mon, 02 Apr 2018 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2018-1295</strong></p>
  <p>In Apache Ignite 2.3 or earlier, the serialization mechanism does not have a list of classes allowed for serialization/deserialization, which makes it possible to run arbitrary code when 3-rd party vulnerable classes are present in Ignite classpath. The vulnerability can be exploited if the one sends a specially prepared form of a serialized object to one of the deserialization endpoints of some…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1295">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-1000127 – memcached version prior to 1.4.37 contains an Integer Overflow vulnerability in ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-1000127</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-1000127</guid>
    <pubDate>Tue, 13 Mar 2018 21:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-1000127</strong></p>
  <p>memcached version prior to 1.4.37 contains an Integer Overflow vulnerability in items.c:item_free() that can result in data corruption and deadlocks due to items existing in hash table being reused from free list. This attack appear to be exploitable via network connectivity to the memcached service. This vulnerability appears to have been fixed in 1.4.37 and later.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1000127">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-1000115 – Memcached version 1.5.5 contains an Insufficient Control of Network Message Volu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-1000115</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-1000115</guid>
    <pubDate>Mon, 05 Mar 2018 14:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-1000115</strong></p>
  <p>Memcached version 1.5.5 contains an Insufficient Control of Network Message Volume (Network Amplification, CWE-406) vulnerability in the UDP support of the memcached server that can result in denial of service via network flood (traffic amplification of 1:50,000 has been reported by reliable sources). This attack appear to be exploitable via network connectivity to port 11211 UDP. This vulnerabil…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1000115">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2017-10314 – Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Serve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-10314</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-10314</guid>
    <pubDate>Thu, 19 Oct 2017 17:29:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2017-10314</strong></p>
  <p>Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Memcached). Supported versions that are affected are 5.6.37 and earlier and 5.7.19 and earlier. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause…</p>
  <p><strong>CVSS:</strong> 4.9 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-10314">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2017-3633 – Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Serve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-3633</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-3633</guid>
    <pubDate>Tue, 08 Aug 2017 15:29:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2017-3633</strong></p>
  <p>Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Memcached). Supported versions that are affected are 5.6.36 and earlier and 5.7.18 and earlier. Difficult to exploit vulnerability allows unauthenticated attacker with network access via Memcached to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-3633">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-9951 – The try_read_command function in memcached.c in memcached before 1.4.39 allows r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-9951</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-9951</guid>
    <pubDate>Mon, 17 Jul 2017 13:18:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-9951</strong></p>
  <p>The try_read_command function in memcached.c in memcached before 1.4.39 allows remote attackers to cause a denial of service (segmentation fault) via a request to add/set a key, which makes a comparison between signed and unsigned int and triggers a heap-based buffer over-read. NOTE: this vulnerability exists because of an incomplete fix for CVE-2016-8705.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-9951">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-3450 – Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Serve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-3450</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-3450</guid>
    <pubDate>Mon, 24 Apr 2017 19:59:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-3450</strong></p>
  <p>Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Memcached). Supported versions that are affected are 5.6.35 and earlier and 5.7.17 and earlier. Easily "exploitable" vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cau…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-3450">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-8706 – An integer overflow in process_bin_sasl_auth function in Memcached, which is res...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-8706</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-8706</guid>
    <pubDate>Fri, 06 Jan 2017 21:59:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-8706</strong></p>
  <p>An integer overflow in process_bin_sasl_auth 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.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-8706">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2016-8705 – Multiple integer overflows in process_bin_update function in Memcached, which is...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-8705</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-8705</guid>
    <pubDate>Fri, 06 Jan 2017 21:59:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2016-8705</strong></p>
  <p>Multiple integer overflows in process_bin_update 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.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-8705">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2016-8704 – An integer overflow in the process_bin_append_prepend function in Memcached, whi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-8704</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-8704</guid>
    <pubDate>Fri, 06 Jan 2017 21:59:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2016-8704</strong></p>
  <p>An integer overflow in the process_bin_append_prepend 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.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-8704">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2016-5631 – Unspecified vulnerability in Oracle MySQL 5.7.13 and earlier allows remote admin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-5631</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-5631</guid>
    <pubDate>Tue, 25 Oct 2016 14:31:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2016-5631</strong></p>
  <p>Unspecified vulnerability in Oracle MySQL 5.7.13 and earlier allows remote administrators to affect availability via vectors related to Server: Memcached.</p>
  <p><strong>CVSS:</strong> 4.9 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-5631">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2015-4910 – Unspecified vulnerability in Oracle MySQL Server 5.6.26 and earlier allows remot...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-4910</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-4910</guid>
    <pubDate>Thu, 22 Oct 2015 00:00:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2015-4910</strong></p>
  <p>Unspecified vulnerability in Oracle MySQL Server 5.6.26 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server : Memcached.</p>
  <p><strong>CVSS:</strong> 2.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-4910">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2015-4761 – Unspecified vulnerability in Oracle MySQL Server 5.6.24 and earlier allows remot...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-4761</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-4761</guid>
    <pubDate>Thu, 16 Jul 2015 11:00:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2015-4761</strong></p>
  <p>Unspecified vulnerability in Oracle MySQL Server 5.6.24 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server : Memcached.</p>
  <p><strong>CVSS:</strong> 3.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-4761">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2015-0507 – Unspecified vulnerability in Oracle MySQL Server 5.6.23 and earlier allows remot...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-0507</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-0507</guid>
    <pubDate>Thu, 16 Apr 2015 16:59:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2015-0507</strong></p>
  <p>Unspecified vulnerability in Oracle MySQL Server 5.6.23 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server : Memcached.</p>
  <p><strong>CVSS:</strong> 3.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-0507">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2014-8124 – OpenStack Dashboard (Horizon) before 2014.1.3 and 2014.2.x before 2014.2.1 does ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-8124</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-8124</guid>
    <pubDate>Fri, 12 Dec 2014 15:59:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2014-8124</strong></p>
  <p>OpenStack Dashboard (Horizon) before 2014.1.3 and 2014.2.x before 2014.2.1 does not properly handle session records when using a db or memcached session engine, which allows remote attackers to cause a denial of service via a large number of requests to the login page.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-8124">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2014-6474 – Unspecified vulnerability in Oracle MySQL Server 5.6.19 and earlier allows remot...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-6474</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-6474</guid>
    <pubDate>Wed, 15 Oct 2014 15:55:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2014-6474</strong></p>
  <p>Unspecified vulnerability in Oracle MySQL Server 5.6.19 and earlier allows remote authenticated users to affect availability via vectors related to SERVER:MEMCACHED.</p>
  <p><strong>CVSS:</strong> 3.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-6474">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2014-0105 – The auth_token middleware in the OpenStack Python client library for Keystone (a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-0105</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-0105</guid>
    <pubDate>Tue, 15 Apr 2014 14:55:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2014-0105</strong></p>
  <p>The auth_token middleware in the OpenStack Python client library for Keystone (aka python-keystoneclient) before 0.7.0 does not properly retrieve user tokens from memcache, which allows remote authenticated users to gain privileges in opportunistic circumstances via a large number of requests, related to an "interaction between eventlet and python-memcached."</p>
  <p><strong>CVSS:</strong> 6.0 · <strong>CWE:</strong> CWE-255</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-0105">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2013-7291 – memcached before 1.4.17, when running in verbose mode, allows remote attackers t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-7291</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-7291</guid>
    <pubDate>Mon, 13 Jan 2014 21:55:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2013-7291</strong></p>
  <p>memcached before 1.4.17, when running in verbose mode, allows remote attackers to cause a denial of service (crash) via a request that triggers an "unbounded key print" during logging, related to an issue that was "quickly grepped out of the source tree," a different vulnerability than CVE-2013-0179 and CVE-2013-7290.</p>
  <p><strong>CVSS:</strong> 1.8 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-7291">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2013-7290 – The do_item_get function in items.c in memcached 1.4.4 and other versions before...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-7290</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-7290</guid>
    <pubDate>Mon, 13 Jan 2014 21:55:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2013-7290</strong></p>
  <p>The do_item_get function in items.c in memcached 1.4.4 and other versions before 1.4.17, when running in verbose mode, allows remote attackers to cause a denial of service (segmentation fault) via a request to delete a key, which does not account for the lack of a null terminator in the key and triggers a buffer over-read when printing to stderr, a different vulnerability than CVE-2013-0179.</p>
  <p><strong>CVSS:</strong> 1.8 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-7290">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2013-7239 – memcached before 1.4.17 allows remote attackers to bypass authentication by send...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-7239</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-7239</guid>
    <pubDate>Mon, 13 Jan 2014 21:55:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2013-7239</strong></p>
  <p>memcached before 1.4.17 allows remote attackers to bypass authentication by sending an invalid request with SASL credentials, then sending another request with incorrect SASL credentials.</p>
  <p><strong>CVSS:</strong> 4.8 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-7239">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2013-0179 – The process_bin_delete function in memcached.c in memcached 1.4.4 and other vers...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-0179</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-0179</guid>
    <pubDate>Mon, 13 Jan 2014 21:55:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2013-0179</strong></p>
  <p>The process_bin_delete function in memcached.c in memcached 1.4.4 and other versions before 1.4.17, when running in verbose mode, allows remote attackers to cause a denial of service (segmentation fault) via a request to delete a key, which does not account for the lack of a null terminator in the key and triggers a buffer over-read when printing to stderr.</p>
  <p><strong>CVSS:</strong> 1.8 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-0179">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2011-4971 – Multiple integer signedness errors in the (1) process_bin_sasl_auth, (2) process...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2011-4971</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2011-4971</guid>
    <pubDate>Thu, 12 Dec 2013 18:55:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2011-4971</strong></p>
  <p>Multiple integer signedness errors in the (1) process_bin_sasl_auth, (2) process_bin_complete_sasl_auth, (3) process_bin_update, and (4) process_bin_append_prepend functions in Memcached 1.4.5 and earlier allow remote attackers to cause a denial of service (crash) via a large body length value in a packet.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-189</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2011-4971">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2013-3798 – Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.6.11 a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-3798</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-3798</guid>
    <pubDate>Wed, 17 Jul 2013 13:41:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2013-3798</strong></p>
  <p>Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.6.11 and earlier allows remote attackers to affect integrity and availability via unknown vectors related to MemCached.</p>
  <p><strong>CVSS:</strong> 5.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-3798">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2013-1570 – Unspecified vulnerability in Oracle MySQL 5.6.10 and earlier allows remote attac...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-1570</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-1570</guid>
    <pubDate>Wed, 17 Apr 2013 17:55:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2013-1570</strong></p>
  <p>Unspecified vulnerability in Oracle MySQL 5.6.10 and earlier allows remote attackers to affect availability via unknown vectors related to MemCached.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-1570">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2012-4406 – OpenStack Object Storage (swift) before 1.7.0 uses the loads function in the pic...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2012-4406</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2012-4406</guid>
    <pubDate>Mon, 22 Oct 2012 23:55:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2012-4406</strong></p>
  <p>OpenStack Object Storage (swift) before 1.7.0 uses the loads function in the pickle Python module unsafely when storing and loading metadata in memcached, which allows remote attackers to execute arbitrary code via a crafted pickle object.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2012-4406">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2010-1152 – memcached.c in memcached before 1.4.3 allows remote attackers to cause a denial ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2010-1152</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2010-1152</guid>
    <pubDate>Mon, 12 Apr 2010 18:30:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2010-1152</strong></p>
  <p>memcached.c in memcached before 1.4.3 allows remote attackers to cause a denial of service (daemon hang or crash) via a long line that triggers excessive memory allocation.  NOTE: some of these details are obtained from third party information.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2010-1152">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2009-2415 – Multiple integer overflows in memcached 1.1.12 and 1.2.2 allow remote attackers ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2009-2415</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2009-2415</guid>
    <pubDate>Mon, 10 Aug 2009 18:30:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2009-2415</strong></p>
  <p>Multiple integer overflows in memcached 1.1.12 and 1.2.2 allow remote attackers to execute arbitrary code via vectors involving length attributes that trigger heap-based buffer overflows.</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-189</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2009-2415">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2009-1494 – The process_stat function in Memcached 1.2.8 discloses memory-allocation statist...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2009-1494</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2009-1494</guid>
    <pubDate>Thu, 30 Apr 2009 20:30:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2009-1494</strong></p>
  <p>The process_stat function in Memcached 1.2.8 discloses memory-allocation statistics in response to a stats malloc command, which allows remote attackers to obtain potentially sensitive information by sending this command to the daemon's TCP port.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2009-1494">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2009-1255 – The process_stat function in (1) Memcached before 1.2.8 and (2) MemcacheDB 1.2.0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2009-1255</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2009-1255</guid>
    <pubDate>Thu, 30 Apr 2009 20:30:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2009-1255</strong></p>
  <p>The process_stat function in (1) Memcached before 1.2.8 and (2) MemcacheDB 1.2.0 discloses (a) the contents of /proc/self/maps in response to a stats maps command and (b) memory-allocation statistics in response to a stats malloc command, which allows remote attackers to obtain sensitive information such as the locations of memory regions, and defeat ASLR protection, by sending a command to the d…</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2009-1255">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
