#VU75675 Improper access control in CouchDB - CVE-2023-26268
Published: May 2, 2023
CouchDB
Apache Foundation
Description
The vulnerability allows a remote attacker to gain unauthorized access to otherwise restricted functionality.
The vulnerability exists due to improper access restrictions in the couchjs processes. 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