<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Apache CouchDB</title>
  <link>https://cvedaily.com/pages/tags/apache-couchdb.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/apache-couchdb.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Apache CouchDB</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:27:10 +0000</lastBuildDate>
  <item>
    <title>[Medium] CVE-2023-26268 – Design documents with matching document IDs, from databases on the same cluster,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-26268</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-26268</guid>
    <pubDate>Tue, 02 May 2023 21:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-26268</strong></p>
  <p>Design documents with matching document IDs, from databases on the same cluster, may share a mutable Javascript environment when using these design document functions:   *  validate_doc_update    *  list    *  filter    *  filter views (using view functions as filters)    *  rewrite    *  update    This doesn't affect map/reduce or search (Dreyfus) index functions.  Users are recommended to upgra…</p>
  <p><strong>CVSS:</strong> 4.4 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-26268">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-24706 – In Apache CouchDB prior to 3.2.2, an attacker can access an improperly secured d...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-24706</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-24706</guid>
    <pubDate>Tue, 26 Apr 2022 10:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-24706</strong></p>
  <p>In Apache CouchDB prior to 3.2.2, an attacker can access an improperly secured default installation without authenticating and gain admin privileges. The CouchDB documentation has always made recommendations for properly securing an installation, including recommending using a firewall in front of all CouchDB installations.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1188</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24706">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-38295 – In Apache CouchDB, a malicious user with permission to create documents in a dat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-38295</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-38295</guid>
    <pubDate>Thu, 14 Oct 2021 20:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-38295</strong></p>
  <p>In Apache CouchDB, a malicious user with permission to create documents in a database is able to attach a HTML attachment to a document. If a CouchDB admin opens that attachment in a browser, e.g. via the CouchDB admin interface Fauxton, any JavaScript code embedded in that HTML attachment will be executed within the security context of that admin. A similar route is available with the already de…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-38295">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-8007 – Apache CouchDB administrative users can configure the database server via HTTP(S...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-8007</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-8007</guid>
    <pubDate>Wed, 11 Jul 2018 13:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-8007</strong></p>
  <p>Apache CouchDB administrative users can configure the database server via HTTP(S). Due to insufficient validation of administrator-supplied configuration settings via the HTTP API, it is possible for a CouchDB administrator user to escalate their privileges to that of the operating system's user that CouchDB runs under, by bypassing the blacklist of configuration settings that are not allowed to…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-8007">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-8742 – The Windows installer that the Apache CouchDB team provides was vulnerable to lo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-8742</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-8742</guid>
    <pubDate>Mon, 12 Feb 2018 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-8742</strong></p>
  <p>The Windows installer that the Apache CouchDB team provides was vulnerable to local privilege escalation. All files in the install inherit the file permissions of the parent directory and therefore a non-privileged user can substitute any executable for the nssm.exe service launcher, or CouchDB batch or binary files. A subsequent service or server restart will then run that binary with administra…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-8742">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-12636 – CouchDB administrative users can configure the database server via HTTP(S). Some...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-12636</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-12636</guid>
    <pubDate>Tue, 14 Nov 2017 20:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-12636</strong></p>
  <p>CouchDB administrative users can configure the database server via HTTP(S). Some of the configuration options include paths for operating system-level binaries that are subsequently launched by CouchDB. This allows an admin user in Apache CouchDB before 1.7.0 and 2.x before 2.1.1 to execute arbitrary shell commands as the CouchDB user, including downloading and executing scripts from the public i…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-12636">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2017-12635 – Due to differences in the Erlang-based JSON parser and JavaScript-based JSON par...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-12635</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-12635</guid>
    <pubDate>Tue, 14 Nov 2017 20:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2017-12635</strong></p>
  <p>Due to differences in the Erlang-based JSON parser and JavaScript-based JSON parser, it is possible in Apache CouchDB before 1.7.0 and 2.x before 2.1.1 to submit _users documents with duplicate keys for 'roles' used for access control within the database, including the special case '_admin' role, that denotes administrative users. In combination with CVE-2017-12636 (Remote Code Execution), this c…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-12635">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2012-5649 – Apache CouchDB before 1.0.4, 1.1.x before 1.1.2, and 1.2.x before 1.2.1 allows r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2012-5649</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2012-5649</guid>
    <pubDate>Fri, 23 May 2014 14:55:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2012-5649</strong></p>
  <p>Apache CouchDB before 1.0.4, 1.1.x before 1.1.2, and 1.2.x before 1.2.1 allows remote attackers to execute arbitrary code via a JSONP callback, related to Adobe Flash.</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2012-5649">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2014-2668 – Apache CouchDB 1.5.0 and earlier allows remote attackers to cause a denial of se...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-2668</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-2668</guid>
    <pubDate>Fri, 28 Mar 2014 16:51:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2014-2668</strong></p>
  <p>Apache CouchDB 1.5.0 and earlier allows remote attackers to cause a denial of service (CPU and memory consumption) via the count parameter to /_uuids.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-2668">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2012-5650 – Cross-site scripting (XSS) vulnerability in the Futon UI in Apache CouchDB befor...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2012-5650</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2012-5650</guid>
    <pubDate>Tue, 18 Mar 2014 17:02:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2012-5650</strong></p>
  <p>Cross-site scripting (XSS) vulnerability in the Futon UI in Apache CouchDB before 1.0.4, 1.1.x before 1.1.2, and 1.2.x before 1.2.1 allows remote attackers to inject arbitrary web script or HTML via unspecified parameters to the browser-based test suite.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2012-5650">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2012-5641 – Directory traversal vulnerability in the partition2 function in mochiweb_util.er...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2012-5641</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2012-5641</guid>
    <pubDate>Tue, 18 Mar 2014 17:02:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2012-5641</strong></p>
  <p>Directory traversal vulnerability in the partition2 function in mochiweb_util.erl in MochiWeb before 2.4.0, as used in Apache CouchDB before 1.0.4, 1.1.x before 1.1.2, and 1.2.x before 1.2.1, allows remote attackers to read arbitrary files via a ..\ (dot dot backslash) in the default URI.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2012-5641">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2010-3854 – Multiple cross-site scripting (XSS) vulnerabilities in the web administration in...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2010-3854</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2010-3854</guid>
    <pubDate>Wed, 02 Feb 2011 01:00:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2010-3854</strong></p>
  <p>Multiple cross-site scripting (XSS) vulnerabilities in the web administration interface (aka Futon) in Apache CouchDB 0.8.0 through 1.0.1 allow remote attackers to inject arbitrary web script or HTML via unspecified vectors.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2010-3854">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2010-2234 – Cross-site request forgery (CSRF) vulnerability in Apache CouchDB 0.8.0 through ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2010-2234</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2010-2234</guid>
    <pubDate>Thu, 19 Aug 2010 22:00:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2010-2234</strong></p>
  <p>Cross-site request forgery (CSRF) vulnerability in Apache CouchDB 0.8.0 through 0.11.0 allows remote attackers to hijack the authentication of administrators for direct requests to an installation URL.</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2010-2234">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2010-0009 – Apache CouchDB 0.8.0 through 0.10.1 allows remote attackers to obtain sensitive ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2010-0009</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2010-0009</guid>
    <pubDate>Mon, 05 Apr 2010 16:30:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2010-0009</strong></p>
  <p>Apache CouchDB 0.8.0 through 0.10.1 allows remote attackers to obtain sensitive information by measuring the completion time of operations that verify (1) hashes or (2) passwords.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2010-0009">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
