aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-03-17 01:38:25 +0800
committermiwi <miwi@FreeBSD.org>2009-03-17 01:38:25 +0800
commitb9f463ebc33b0b27969c3773b4339767b87a5f5e (patch)
tree8f5168eb76fc5fb920dac6dd6dbe50d03f50a367 /security
parent6d0c13fff6ac2d1a6b4effcf413d212ff3926aac (diff)
downloadfreebsd-ports-graphics-b9f463ebc33b0b27969c3773b4339767b87a5f5e.tar.gz
freebsd-ports-graphics-b9f463ebc33b0b27969c3773b4339767b87a5f5e.tar.zst
freebsd-ports-graphics-b9f463ebc33b0b27969c3773b4339767b87a5f5e.zip
- Document zappix -- php frontend multiple vulnerabilities
PR: based on 132315
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml46
1 files changed, 46 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 246c37a9bba..dc714ebe6c6 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -34,6 +34,52 @@ Note: Please add new entries to the beginning of this file.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="03140526-1250-11de-a964-0030843d3802">
+ <topic>zappix -- php frontend multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>zabbix</name>
+ <range><gt>0</gt></range>
+ </package>
+ <package>
+ <name>zabbix-agent</name>
+ <range><gt>0</gt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>secunia reports:</p>
+ <blockquote cite="http://secunia.com/advisories/34091/">
+ <p>Some vulnerabilities have been reported in the ZABBIX PHP frontend,
+ which can be exploited by malicious people to conduct cross-site
+ request forgery attacks and malicious users to disclose sensitive
+ information and compromise a vulnerable system.</p>
+ <p>Input appended to and passed via the "extlang" parameter to the
+ "calc_exp2()" function in include/validate.inc.php is not properly
+ sanitised before being used. This can be exploited to inject and
+ execute arbitrary PHP code.</p>
+ <p>The application allows users to perform certain actions via HTTP
+ requests without performing any validity checks to verify the
+ requests. This can be exploited to e.g. create users by enticing a
+ logged in administrator to visit a malicious web page.</p>
+ <p>Input passed to the "srclang" parameter in locales.php (when "next"
+ is set to a non-NULL value) is not properly verified before being used
+ to include files. This can be exploited to include arbitrary files
+ from local resources via directory traversal attacks and URL-encoded
+ NULL bytes.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>http://secunia.com/advisories/34091/</url>
+ <url>http://www.ush.it/team/ush/hack-zabbix_162/adv.txt</url>
+ </references>
+ <dates>
+ <discovery>2009-03-04</discovery>
+ <entry>2009-03-16</entry>
+ </dates>
+ </vuln>
+
<vuln vid="a2074ac6-124c-11de-a964-0030843d3802">
<topic>php-mbstring -- php mbstring buffer overflow vulnerability</topic>
<affects>