diff options
author | dch <dch@FreeBSD.org> | 2018-07-11 21:09:47 +0800 |
---|---|---|
committer | dch <dch@FreeBSD.org> | 2018-07-11 21:09:47 +0800 |
commit | b1f5b4c52244d430b1f15d6dcef4b3bee9339d55 (patch) | |
tree | 47a41152cc7246703e306c42da19ced1e0b83246 /security | |
parent | 25b65d1bea4c3abc716cb2c8c377322d47cc0261 (diff) | |
download | freebsd-ports-gnome-b1f5b4c52244d430b1f15d6dcef4b3bee9339d55.tar.gz freebsd-ports-gnome-b1f5b4c52244d430b1f15d6dcef4b3bee9339d55.tar.zst freebsd-ports-gnome-b1f5b4c52244d430b1f15d6dcef4b3bee9339d55.zip |
security/vuxml: add CVE for Apache CouchDB 1.7.2 (databases/couchdb)
Approved by: jrm
Differential Revision: https://reviews.freebsd.org/D16212
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 89f6a4ef3663..56c7ff446bf6 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1e54d140-8493-11e8-a795-0028f8d09152"> + <topic>couchdb -- multiple vulnerabilities</topic> + <affects> + <package> + <name>databases/couchdb</name> + <range><lt>1.7.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Apache CouchDB PMC reports:</p> + <blockquote cite="https://blog.couchdb.org/2018/07/10/cve-2018-8007/"> + <p>Database Administrator could achieve privilege escalation to + the account that CouchDB runs under, by abusing insufficient validation + in the HTTP API, escaping security controls implemented in previous + releases.</p> + </blockquote> + </body> + </description> + <references> + <url>https://blog.couchdb.org/2018/07/10/cve-2018-8007/</url> + <cvename>CVE-2018-8007</cvename> + <url>https://blog.couchdb.org/2017/11/14/apache-couchdb-cve-2017-12635-and-cve-2017-12636/</url> + <cvename>CVE-2017-12636</cvename> + <cvename>CVE-2017-12635</cvename> + <url>https://lists.apache.org/thread.html/6fa798e96686b7b0013ec2088140d00aeb7d34487d3f5ad032af6934@%3Cdev.couchdb.apache.org%3E</url> + </references> + <dates> + <discovery>2017-11-14</discovery> + <entry>2018-07-10</entry> + </dates> + </vuln> + <vuln vid="d1e9d8c5-839b-11e8-9610-9c5c8e75236a"> <topic>clamav -- multiple vulnerabilities</topic> <affects> |