diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-03-12 10:30:02 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-03-12 10:30:02 +0800 |
commit | 863e4d837a1a96a546bb2762f924cf4c39463432 (patch) | |
tree | 6af8a5d181ac15824a33d8808457e6ec8a7bfce9 /security/vuxml | |
parent | c4afb79de89ec7f7ec7f72b7c3667f0c90295741 (diff) | |
download | freebsd-ports-gnome-863e4d837a1a96a546bb2762f924cf4c39463432.tar.gz freebsd-ports-gnome-863e4d837a1a96a546bb2762f924cf4c39463432.tar.zst freebsd-ports-gnome-863e4d837a1a96a546bb2762f924cf4c39463432.zip |
- Document epiphany -- untrusted search path vulnerability
Diffstat (limited to 'security/vuxml')
-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 9396cced792e..692cb35ba07b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,37 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="e848a92f-0e7d-11de-92de-000bcdc1757a"> + <topic>epiphany -- untrusted search path vulnerability</topic> + <affects> + <package> + <name>epiphany</name> + <range><lt>2.24.2.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>CVE Mitre reports:</p> + <blockquote cite="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5985"> + <p>Untrusted search path vulnerability in the Python interface in + Epiphany 2.22.3, and possibly other versions, allows local users to + execute arbitrary code via a Trojan horse Python file in the current + working directory, related to a vulnerability in the PySys_SetArgv + function (CVE-2008-5983). + </p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2008-5985</cvename> + <cvename>CVE-2008-5983</cvename> + </references> + <dates> + <discovery>2009-01-26</discovery> + <entry>2009-03-11</entry> + </dates> + </vuln> + <vuln vid="f1892066-0e74-11de-92de-000bcdc1757a"> <topic>apache -- Cross-site scripting vulnerability</topic> <affects> |