diff options
author | eik <eik@FreeBSD.org> | 2004-02-25 12:18:19 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-02-25 12:18:19 +0000 |
commit | 67b8a82193fc33ba38d5960ca8beb2df5a6924ea (patch) | |
tree | eb19dc703fe9e38f9c1d72ca55844c5449f7a6cc /www/phpnuke | |
parent | d1d4ddaf279614b0d89c982742d5b0604401346c (diff) | |
download | FreeBSD-ports-67b8a82193fc33ba38d5960ca8beb2df5a6924ea.zip FreeBSD-ports-67b8a82193fc33ba38d5960ca8beb2df5a6924ea.tar.gz |
mark FORBIDDEN: SQL injection vulnerability in Php-Nuke <= 7.1.0
References:
<http://www.securityfocus.com/archive/1/353201>
<http://www.securityfocus.com/archive/1/352324>
<http://www.securityfocus.com/archive/1/348375>
<http://www.securityfocus.com/archive/1/353188> (XSS)
<http://www.securityfocus.com/archive/1/353291>
<http://www.net-security.org/vuln.php?id=3226>
<http://security.nnov.ru/search/document.asp?docid=5748>
<http://securitylab.ru/42540.html>
<http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=153818> (search)
Sorry, I couldn't find a CVS entry for this.
Submitted by: Vyacheslav I. Ivanchenko <ivi@dhs.net.ru>
Diffstat (limited to 'www/phpnuke')
-rw-r--r-- | www/phpnuke/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/phpnuke/Makefile b/www/phpnuke/Makefile index 6aa0e19..a38ecda 100644 --- a/www/phpnuke/Makefile +++ b/www/phpnuke/Makefile @@ -15,6 +15,8 @@ DISTNAME= PHP-Nuke-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An automated website package to distribute and manage content +FORBIDDEN= "SQL injection vulnerability in Php-Nuke <= 7.1.0" + .if defined(WITH_PHP3) RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 .else |