OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web Date: 24-Sep-2003 10:09:35
Branch: HEAD Handle: 2003092409093401
Added files:
openpkg-web/security OpenPKG-SA-2003.043-proftpd.txt
Modified files:
openpkg-web security.txt security.wml
Log:
SA-2003.043-proftpd; CAN unknown
Summary:
Revision Changes Path
1.50 +1 -0 openpkg-web/security.txt
1.68 +1 -0 openpkg-web/security.wml
1.1 +86 -0 openpkg-web/security/OpenPKG-SA-2003.043-proftpd.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-web/security.txt
============================================================================
$ cvs diff -u -r1.49 -r1.50 security.txt
--- openpkg-web/security.txt 24 Sep 2003 08:08:10 -0000 1.49
+++ openpkg-web/security.txt 24 Sep 2003 08:09:34 -0000 1.50
@@ -1,3 +1,4 @@
+24-Sep-2003: Security Advisory: S<OpenPKG-SA-2003.043-proftpd>
24-Sep-2003: Security Advisory: S<OpenPKG-SA-2003.042-openssh>
19-Sep-2003: Security Advisory: S<OpenPKG-SA-2003.041-sendmail>
17-Sep-2003: Security Advisory: S<OpenPKG-SA-2003.040-openssh>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/security.wml
============================================================================
$ cvs diff -u -r1.67 -r1.68 security.wml
--- openpkg-web/security.wml 24 Sep 2003 08:08:10 -0000 1.67
+++ openpkg-web/security.wml 24 Sep 2003 08:09:34 -0000 1.68
@@ -76,6 +76,7 @@
</define-tag>
<box bdwidth=1 bdcolor="#a5a095" bdspace=10 bgcolor="#e5e0d5">
<table cellspacing=0 cellpadding=0 border=0>
+ <sa 2003.043 proftpd>
<sa 2003.042 openssh>
<sa 2003.041 sendmail>
<sa 2003.040 openssh>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/security/OpenPKG-SA-2003.043-proftpd.txt
============================================================================
$ cvs diff -u -r0 -r1.1 OpenPKG-SA-2003.043-proftpd.txt
--- /dev/null 2003-09-24 10:09:35.000000000 +0200
+++ OpenPKG-SA-2003.043-proftpd.txt 2003-09-24 10:09:35.000000000 +0200
@@ -0,0 +1,86 @@
+________________________________________________________________________
+
+OpenPKG Security Advisory The OpenPKG Project
+http://www.openpkg.org/security.html http://www.openpkg.org
[EMAIL PROTECTED] [EMAIL PROTECTED]
+OpenPKG-SA-2003.043 24-Sep-2003
+________________________________________________________________________
+
+Package: proftpd
+Vulnerability: arbitrary code execution
+OpenPKG Specific: no
+
+Affected Releases: Affected Packages: Corrected Packages:
+OpenPKG CURRENT <= proftpd-1.2.9rc2-20030911 >= proftpd-1.2.9rc2-20030923
+OpenPKG 1.3 <= proftpd-1.2.8-1.3.0 >= proftpd-1.2.8-1.3.1
+OpenPKG 1.2 <= proftpd-1.2.7-1.2.0 >= proftpd-1.2.7-1.2.1
+
+Dependent Packages: none
+
+Description:
+ According to a ISS X-Force security advisory [0] a vulnerability
+ exists in the ProFTPD server [1]. It can be triggered by remote
+ attackers when transferring files from the FTP server in ASCII mode.
+ The attacker must have the ability to upload a file to the server, and
+ then attempt to download the same file to trigger the vulnerability.
+ During ASCII transfer, file data is examined in 1024 byte chunks
+ to check for newline characters. The translation of these newline
+ characters is not handled correctly, and a buffer overflow can
+ manifest if ProFTPD parses a specially crafted file.
+
+ Note that the OpenPKG 20030923 version of the proftpd package contains
+ the vendor version 1.2.9rc2p, also the trailing 'p' was omitted from
+ the package filename.
+
+ The Common Vulnerabilities and Exposures (CVE) project assigned the id
+ CAN-FIXME [2] to the problem.
+
+ Please check whether you are affected by running "<prefix>/bin/rpm
+ -q proftpd". If you have the "proftpd" package installed and its version
+ is affected (see above), we recommend that you immediately upgrade
+ it (see Solution) and it's dependent packages (see above), if any,
+ too. [3][4]
+
+Solution:
+ Select the updated source RPM appropriate for your OpenPKG release
+ [5][6], fetch it from the OpenPKG FTP service [7][8] or a mirror
+ location, verify its integrity [9], build a corresponding binary RPM
+ from it [3] and update your OpenPKG installation by applying the binary
+ RPM [4]. For the current release OpenPKG 1.3, perform the following
+ operations to permanently fix the security problem (for other releases
+ adjust accordingly).
+
+ $ ftp ftp.openpkg.org
+ ftp> bin
+ ftp> cd release/1.3/UPD
+ ftp> get proftpd-1.2.8-1.3.1.src.rpm
+ ftp> bye
+ $ <prefix>/bin/rpm -v --checksig proftpd-1.2.8-1.3.1.src.rpm
+ $ <prefix>/bin/rpm --rebuild proftpd-1.2.8-1.3.1.src.rpm
+ $ su -
+ # <prefix>/bin/rpm -Fvh <prefix>/RPM/PKG/proftpd-1.2.8-1.3.1.*.rpm
+
+ Additionally, we recommend that you rebuild and reinstall
+ all dependent packages (see above), if any, too. [3][4]
+________________________________________________________________________
+
+References:
+ [0] http://xforce.iss.net/xforce/alerts/id/154
+ [1] http://www.proftpd.net/
+ [2] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-FIXME
+ [3] http://www.openpkg.org/tutorial.html#regular-source
+ [4] http://www.openpkg.org/tutorial.html#regular-binary
+ [5] ftp://ftp.openpkg.org/release/1.2/UPD/proftpd-1.2.7-1.2.1.src.rpm
+ [6] ftp://ftp.openpkg.org/release/1.3/UPD/proftpd-1.2.8-1.3.1.src.rpm
+ [7] ftp://ftp.openpkg.org/release/1.2/UPD/
+ [8] ftp://ftp.openpkg.org/release/1.3/UPD/
+ [9] http://www.openpkg.org/security.html#signature
+________________________________________________________________________
+
+For security reasons, this advisory was digitally signed with the
+OpenPGP public key "OpenPKG <[EMAIL PROTECTED]>" (ID 63C4CB9F) of the
+OpenPKG project which you can retrieve from http://pgp.openpkg.org and
+hkp://pgp.openpkg.org. Follow the instructions on http://pgp.openpkg.org/
+for details on how to verify the integrity of this advisory.
+________________________________________________________________________
+
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]