From 82d5728e5844b85aaecef2b45a432f0068058975 Mon Sep 17 00:00:00 2001 From: junovitch Date: Sat, 10 Oct 2015 15:01:54 +0000 Subject: Document iPython vulnerabilities fixed in 3.2.2 PR: 203668 Security: CVE-2015-6938 Security: CVE-2015-7337 Security: https://vuxml.FreeBSD.org/freebsd/290351c9-6f5c-11e5-a2a1-002590263bf5.html --- security/vuxml/vuln.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'security') diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 5b7f15844f6c..ac9a03c64594 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,53 @@ Notes: --> + + devel/ipython -- multiple vulnerabilities + + + ipython + 3.2.2 + + + + +

Matthias Bussonnier reports:

+
+

Summary: Local folder name was used in HTML templates without + escaping, allowing XSS in said pages by carefully crafting folder + name and URL to access it.

+

URI with issues:

+
    +
  • GET /tree/**
  • +
+
+

Benjamin RK reports:

+
+

Vulnerability: A maliciously forged file opened for editing can + execute javascript, specifically by being redirected to /files/ due + to a failure to treat the file as plain text.

+

URI with issues:

+
    +
  • GET /edit/**
  • +
+
+ +
+ + ports/203668 + CVE-2015-6938 + CVE-2015-7337 + http://www.openwall.com/lists/oss-security/2015/09/02/3 + https://github.com/ipython/ipython/commit/3ab41641cf6fce3860c73d5cf4645aa12e1e5892 + http://www.openwall.com/lists/oss-security/2015/09/16/3 + https://github.com/ipython/ipython/commit/0a8096adf165e2465550bd5893d7e352544e5967 + + + 2015-09-01 + 2015-10-10 + +
+ PostgreSQL -- minor security problems. -- cgit