Apache Software Foundation CouchDB 3.3.1

CPE Details

Apache Software Foundation CouchDB 3.3.1
3.3.1
2023-05-09
11h48 +00:00
2023-05-15
13h26 +00:00
Alerte pour un CPE
Stay informed of any changes for a specific CPE.
Notifications manage

CPE Name: cpe:2.3:a:apache:couchdb:3.3.1:*:*:*:*:*:*:*

Informations

Vendor

apache

Product

couchdb

Version

3.3.1

Related CVE

Open and find in CVE List

CVE ID Published Description Score Severity
CVE-2023-45725 2023-12-13 08h02 +00:00 Design document functions which receive a user http request object may expose authorization or session cookie headers of the user who accesses the document. These design document functions are: *   list *   show *   rewrite *   update An attacker can leak the session component using an HTML-like output, insert the session as an external resource (such as an image), or store the credential in a _local document with an "update" function. For the attack to succeed the attacker has to be able to insert the design documents into the database, then manipulate a user to access a function from that design document. Workaround: Avoid using design documents from untrusted sources which may attempt to access or manipulate request object's headers
5.7
Medium
CVE-2023-26268 2023-05-02 20h06 +00:00 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 upgrade to a version that is no longer affected by this issue (Apache CouchDB 3.3.2 or 3.2.3). Workaround: Avoid using design documents from untrusted sources which may attempt to cache or store data in the Javascript environment.
5.3
Medium