Date: Mon, 16 Mar 2009 17:48:48 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net-mgmt/zabbix Makefile ports/net-mgmt/zabbix-agent Makefile Message-ID: <200903161748.n2GHmmFV076821@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2009-03-16 17:48:48 UTC
FreeBSD ports repository
Modified files:
net-mgmt/zabbix Makefile
net-mgmt/zabbix-agent Makefile
Log:
- Mark FORBIDDEN: multiple vulnerabilities
Note:
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.
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.
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.
Original Advisory:
http://www.ush.it/team/ush/hack-zabbix_162/adv.txt
With hat: secteam
Security: http://www.vuxml.org/freebsd/03140526-1250-11de-a964-0030843d3802.html
Revision Changes Path
1.24 +2 -0 ports/net-mgmt/zabbix-agent/Makefile
1.60 +2 -0 ports/net-mgmt/zabbix/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903161748.n2GHmmFV076821>
