diff options
author | thierry <thierry@FreeBSD.org> | 2006-03-16 05:27:33 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-03-16 05:27:33 +0800 |
commit | 7f879c02fa390a36ddb1dce0b3e45ab56739b556 (patch) | |
tree | 22feacbf17ed7d86c8283c32c279211f1947a108 /security/vuxml | |
parent | 7d3e8c736747f1bc5e8caf53d6ae7cf22dea192e (diff) | |
download | freebsd-ports-gnome-7f879c02fa390a36ddb1dce0b3e45ab56739b556.tar.gz freebsd-ports-gnome-7f879c02fa390a36ddb1dce0b3e45ab56739b556.tar.zst freebsd-ports-gnome-7f879c02fa390a36ddb1dce0b3e45ab56739b556.zip |
Add an entry for Horde < 3.1 (SA19246).
Noticed by: mnag
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index fecfdc73e913..b88d9c46e201 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,44 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c7c09579-b466-11da-82d0-0050bf27ba24"> + <topic>horde -- "url" disclosure of sensitive information + vulnerability</topic> + <affects> + <package> + <name>horde</name> + <name>horde-php5</name> + <range><lt>3.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p> Secunia advisory SA19246:</p> + <blockquote cite="http://secunia.com/advisories/19246/"> + <p>Paul Craig has discovered a vulnerability in Horde, which + can be exploited by malicious people to disclose sensitive + information. + Input passed to the "url" parameter in "services/go.php" + isn't properly verified, before it is used in a + "readfile()" call. This can be exploited to disclose the + content of arbitrary files via e.g. the "php://" protocol + wrapper.</p> + <p>The vulnerability has been confirmed in version 3.0.9 and + has also been reported in prior versions.</p> + <p>Provided and/or discovered by: + Paul Craig, Security-Assessment.com.</p> + </blockquote> + </body> + </description> + <references> + <url>http://secunia.com/advisories/19246/</url> + </references> + <dates> + <discovery>2006-03-15</discovery> + <entry>2006-03-15</entry> + </dates> + </vuln> + <vuln vid="83421018-b3ef-11da-a32d-000c6ec775d9"> <topic>linux-flashplugin -- arbitrary code execution vulnerability</topic> <affects> |