Bugzilla – Bug 991387
VUL-1: CVE-2016-6494: mongodb: world-readable .dbshell history file
Last modified: 2020-04-01 18:01:37 UTC
mongodb-clients stores its history in ~/.dbshell, this file is created with permissions 0644. With readable home directories this leaks the mongodb history, even though db.auth commands don't appear to be logged like redis did. (bug 991250) Upstream bug: https://jira.mongodb.org/browse/SERVER-25335 References: https://jira.mongodb.org/browse/SERVER-25335 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-6494 http://seclists.org/oss-sec/2016/q3/203
https://jira.mongodb.org/browse/SERVER-25335?focusedCommentId=1342085&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-1342085 This may be influenced by the umask setting and not be a bug fixable in mongodb.
bugbot adjusting priority
reading upstream discussion this looks like a non issue (umask)