diff options
author | sat <sat@FreeBSD.org> | 2006-10-15 19:31:33 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-10-15 19:31:33 +0800 |
commit | 1460ba9e59e44ffc2f1922ca424373d0970b28c8 (patch) | |
tree | 2c2779e42d702c8ec267f5428e1ea2e684fd3364 | |
parent | e4fc12149f3a33ff532fb3b812fb55a45e642460 (diff) | |
download | freebsd-ports-gnome-1460ba9e59e44ffc2f1922ca424373d0970b28c8.tar.gz freebsd-ports-gnome-1460ba9e59e44ffc2f1922ca424373d0970b28c8.tar.zst freebsd-ports-gnome-1460ba9e59e44ffc2f1922ca424373d0970b28c8.zip |
- Document multiple remote file inclusion vulnerabilities in vtiger
Reviewed by: secteam (simon)
Approved by: portmgr (secteam blanket)
-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 018beab180aa..66a4f0977b6c 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="2c8a84d9-5bee-11db-a5ae-00508d6a62df"> + <topic>vtiger -- multiple remote file inclusion vulnerabilities</topic> + <affects> + <package> + <name>vtiger</name> + <range><lt>5.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Dedi Dwianto a.k.a the_day reports:</p> + <blockquote cite="http://www.milw0rm.com/exploits/2508"> + <p>Input passed to the "$calpath" parameter in update.php is + not properly verified before being used. This can be + exploited to execute arbitrary PHP code by including files + from local or external resources.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2006-5289</cvename> + <bid>20435</bid> + <mlist msgid="20061009094328.15530.qmail@securityfocus.com">http://marc.theaimsgroup.com/?l=bugtraq&m=116049557032343</mlist> + <url>http://advisories.echo.or.id/adv/adv54-theday-2006.txt</url> + </references> + <dates> + <discovery>2006-10-09</discovery> + <entry>2006-10-15</entry> + </dates> + </vuln> + <vuln vid="5c9a2769-5ade-11db-a5ae-00508d6a62df"> <topic>google-earth -- heap overflow in the KML engine</topic> <affects> |