diff options
author | feld <feld@FreeBSD.org> | 2016-10-11 23:02:52 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-10-11 23:02:52 +0800 |
commit | f1c8b9e62c56c076b62dfe1b2a2fd9b94d4d7923 (patch) | |
tree | 5fe37ef8990a3bdf783868f6f62feef2ebf6e841 /security | |
parent | 507283864f3c803fd116bc9d74b02eda25240ddb (diff) | |
download | freebsd-ports-gnome-f1c8b9e62c56c076b62dfe1b2a2fd9b94d4d7923.tar.gz freebsd-ports-gnome-f1c8b9e62c56c076b62dfe1b2a2fd9b94d4d7923.tar.zst freebsd-ports-gnome-f1c8b9e62c56c076b62dfe1b2a2fd9b94d4d7923.zip |
Document redis vulnerability
PR: 211709
Security: CVE-2013-7458
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 04fb926a39cf..b527fc422f3c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="fa175f30-8c75-11e6-924a-60a44ce6887b"> + <topic>redis -- sensitive information leak through command history file</topic> + <affects> + <package> + <name>redis</name> + <name>redis-devel</name> + <range><lt>3.2.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Redis team reports:</p> + <blockquote cite="https://github.com/antirez/redis/pull/1418"> + <p>The redis-cli history file (in linenoise) is created with the + default OS umask value which makes it world readable in most systems + and could potentially expose authentication credentials to other + users.</p> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/antirez/redis/pull/1418</url> + <url>https://github.com/antirez/redis/issues/3284</url> + <cvename>CVE-2013-7458</cvename> + </references> + <dates> + <discovery>2013-11-30</discovery> + <entry>2016-10-11</entry> + </dates> + </vuln> + <vuln vid="1a71a972-8ee7-11e6-a590-14dae9d210b8"> <topic>FreeBSD -- Multiple libarchive vulnerabilities</topic> <affects> |