diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-17 01:48:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-17 01:48:48 +0800 |
commit | 921c43716c7172fb6bf8178a0760b63662397c51 (patch) | |
tree | cf1d75ece4a5a13a730171ddcad12a7a47fcbbd7 /net-mgmt | |
parent | 93e29b5ed537ca175f8c4b21ca2e1540b5024061 (diff) | |
download | freebsd-ports-gnome-921c43716c7172fb6bf8178a0760b63662397c51.tar.gz freebsd-ports-gnome-921c43716c7172fb6bf8178a0760b63662397c51.tar.zst freebsd-ports-gnome-921c43716c7172fb6bf8178a0760b63662397c51.zip |
- 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
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/zabbix-agent/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix2-agent/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/net-mgmt/zabbix-agent/Makefile b/net-mgmt/zabbix-agent/Makefile index 230157b6bfc1..78531b59ffc7 100644 --- a/net-mgmt/zabbix-agent/Makefile +++ b/net-mgmt/zabbix-agent/Makefile @@ -24,6 +24,8 @@ MAKE_ARGS= ARCH=freebsd CONFIGURE_ARGS+=--enable-ipv6 .endif +FORBIDDEN= multiple vulnerabilities http://www.vuxml.org/freebsd/03140526-1250-11de-a964-0030843d3802.html + ZABBIX_BIN= agent agentd get sender ZABBIX_CFG= agent agentd ZABBIX_BINFILES=${ZABBIX_BIN:S|^|zabbix_|:C|.+|&/&|:S|agentd/|agent/|} diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile index eb5faeddae4e..8eaf623c07d7 100644 --- a/net-mgmt/zabbix/Makefile +++ b/net-mgmt/zabbix/Makefile @@ -38,6 +38,8 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> +FORBIDDEN= multiple vulnerabilities http://www.vuxml.org/freebsd/03140526-1250-11de-a964-0030843d3802.html + .ifndef WITHOUT_JABBER USE_JABBER= yes CONFIGURE_ARGS+=--with-jabber=${LOCALBASE} diff --git a/net-mgmt/zabbix2-agent/Makefile b/net-mgmt/zabbix2-agent/Makefile index 230157b6bfc1..78531b59ffc7 100644 --- a/net-mgmt/zabbix2-agent/Makefile +++ b/net-mgmt/zabbix2-agent/Makefile @@ -24,6 +24,8 @@ MAKE_ARGS= ARCH=freebsd CONFIGURE_ARGS+=--enable-ipv6 .endif +FORBIDDEN= multiple vulnerabilities http://www.vuxml.org/freebsd/03140526-1250-11de-a964-0030843d3802.html + ZABBIX_BIN= agent agentd get sender ZABBIX_CFG= agent agentd ZABBIX_BINFILES=${ZABBIX_BIN:S|^|zabbix_|:C|.+|&/&|:S|agentd/|agent/|} diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index eb5faeddae4e..8eaf623c07d7 100644 --- a/net-mgmt/zabbix2/Makefile +++ b/net-mgmt/zabbix2/Makefile @@ -38,6 +38,8 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> +FORBIDDEN= multiple vulnerabilities http://www.vuxml.org/freebsd/03140526-1250-11de-a964-0030843d3802.html + .ifndef WITHOUT_JABBER USE_JABBER= yes CONFIGURE_ARGS+=--with-jabber=${LOCALBASE} |