Apache CouchDB, IBM Cloudant: Information sharing via couchjs processes
CVE-2023-26268
4.4MEDIUM
Summary
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.
Affected Version(s)
Apache CouchDB 0 <= 3.3.1
IBM Cloudant 0 <= 8349
References
CVSS V3.1
Score:
4.4
Severity:
MEDIUM
Confidentiality:
Low
Integrity:
Low
Availability:
Low
Attack Vector:
Network
Attack Complexity:
High
Privileges Required:
Low
User Interaction:
Required
Scope:
Changed
Timeline
Vulnerability published
Vulnerability Reserved
Credit
Nick Vatamaniuc [email protected]