From owner-svn-ports-head@FreeBSD.ORG Wed Sep 26 15:37:59 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B911A106564A; Wed, 26 Sep 2012 15:37:59 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8AEFA8FC0C; Wed, 26 Sep 2012 15:37:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8QFbxH6050351; Wed, 26 Sep 2012 15:37:59 GMT (envelope-from glarkin@svn.freebsd.org) Received: (from glarkin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8QFbx8E050348; Wed, 26 Sep 2012 15:37:59 GMT (envelope-from glarkin@svn.freebsd.org) Message-Id: <201209261537.q8QFbx8E050348@svn.freebsd.org> From: Greg Larkin Date: Wed, 26 Sep 2012 15:37:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304919 - in head: lang/eperl security/vuxml X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 15:37:59 -0000 Author: glarkin Date: Wed Sep 26 15:37:58 2012 New Revision: 304919 URL: http://svn.freebsd.org/changeset/ports/304919 Log: - Document remote code execution in ePerl (all versions) - Deprecate and schedule removal in month - no upstream fix available and no active development since 1998 Security: 73efb1b7-07ec-11e2-a391-000c29033c32 Security: CVE-2001-0733 Security: http://www.shmoo.com/mail/bugtraq/jun01/msg00286.shtml Modified: head/lang/eperl/Makefile head/security/vuxml/vuln.xml Modified: head/lang/eperl/Makefile ============================================================================== --- head/lang/eperl/Makefile Wed Sep 26 15:29:31 2012 (r304918) +++ head/lang/eperl/Makefile Wed Sep 26 15:37:58 2012 (r304919) @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= tool/${PORTNAME} MAINTAINER= glarkin@FreeBSD.org COMMENT= Embedded Perl 5 Language +DEPRECATED= Unfixed upstream remote vulnerability and no activity since 1998 +EXPIRATION_DATE=2012-10-26 + # User-controlled variables list # INSTALL_ALSO_AS_SSSL # install ePerl also as a Server-Side Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Sep 26 15:29:31 2012 (r304918) +++ head/security/vuxml/vuln.xml Wed Sep 26 15:37:58 2012 (r304919) @@ -51,6 +51,42 @@ Note: Please add new entries to the beg --> + + eperl -- Remote code execution + + + eperl + 2.2.14_4 + + + + +

David Madison reports:

+
+

ePerl is a multipurpose Perl filter and interpreter program + for Unix systems. The ePerl preprocessor contains an input + validation error. The preprocessor allows foreign data to be + "safely" included using the 'sinclude' directive.

+

The problem occurs when a file referenced by a 'sinclude' + directive contains a 'include' directive; the contents of + the file referred to by the second directive will be loaded + and executed.

+
+ +
+ + CVE-2001-0733 + http://www.shmoo.com/mail/bugtraq/jun01/msg00286.shtml + 2912 + http://xforce.iss.net/xforce/xfdb/6743 + http://osvdb.org/show/osvdb/1880 + + + 2001-06-21 + 2012-09-26 + +
+ ImageMagick and GraphicsMagick -- DoS via specially crafted PNG file