diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-06-23 06:28:05 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-06-23 06:28:05 +0800 |
commit | 62f398dff959fe12dcd6843a330cf93845ead70f (patch) | |
tree | 54b67163245568702ed93d2f76a96ecf6cd00ce8 /security | |
parent | 083acb4b3ffa8549a6c3c560b2cb53436b6f2546 (diff) | |
download | freebsd-ports-gnome-62f398dff959fe12dcd6843a330cf93845ead70f.tar.gz freebsd-ports-gnome-62f398dff959fe12dcd6843a330cf93845ead70f.tar.zst freebsd-ports-gnome-62f398dff959fe12dcd6843a330cf93845ead70f.zip |
Document vulnerabilities in devel/ipython < 3.2.0.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index bf188c008e87..85767e85abe8 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,42 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="a4460ac7-192c-11e5-9c01-bcaec55be5e5"> + <topic>devel/ipython -- remote execution</topic> + <affects> + <package> + <name>ipython</name> + <range><lt>3.2.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Kyle Kelley reports:</p> + <blockquote cite="http://seclists.org/oss-sec/2015/q2/779"> + <p>Summary: JSON error responses from the IPython notebook REST API + contained URL parameters and were incorrectly reported as text/html + instead of application/json. The error messages included some of these + URL params, resulting in a cross site scripting attack. This affects + users on Mozilla Firefox but not Chromium/Google Chrome.</p> + <p>API paths with issues:</p> + <ul> + <li>/api/contents (3.0-3.1)</li> + <li>/api/notebooks (2.0-2.4, 3.0-3.1)</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2015-4706</cvename> + <cvename>CVE-2015-4707</cvename> + <url>http://seclists.org/oss-sec/2015/q2/779</url> + </references> + <dates> + <discovery>2015-06-22</discovery> + <entry>2015-06-22</entry> + </dates> + </vuln> + <vuln vid="d46ed7b8-1912-11e5-9fdf-00262d5ed8ee"> <topic>www/chromium -- mulitple vulnerabilities</topic> <affects> |