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:   06-Aug-2003 17:26:43
  Branch: HEAD                             Handle: 2003080616264201

  Added files:
    openpkg-web/security    OpenPKG-SA-2003.036-perl-www.txt
  Modified files:
    openpkg-web             security.txt security.wml
    openpkg-web/security    page.pl

  Log:
    OpenPKG-SA-2003.036-perl-www; CAN-2003-0615

  Summary:
    Revision    Changes     Path
    1.42        +1  -0      openpkg-web/security.txt
    1.60        +1  -0      openpkg-web/security.wml
    1.1         +75 -0      openpkg-web/security/OpenPKG-SA-2003.036-perl-www.txt
    1.21        +1  -1      openpkg-web/security/page.pl
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-web/security.txt
  ============================================================================
  $ cvs diff -u -r1.41 -r1.42 security.txt
  --- openpkg-web/security.txt  6 Aug 2003 13:07:50 -0000       1.41
  +++ openpkg-web/security.txt  6 Aug 2003 15:26:42 -0000       1.42
  @@ -1,3 +1,4 @@
  +06-Aug-2003: Security Advisory: S<OpenPKG-SA-2003.036-perl-www>
   06-Aug-2003: Security Advisory: S<OpenPKG-SA-2003.035-openssh>
   10-Jul-2003: Security Advisory: S<OpenPKG-SA-2003.034-imagemagick>
   10-Jul-2003: Security Advisory: S<OpenPKG-SA-2003.033-infozip>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security.wml
  ============================================================================
  $ cvs diff -u -r1.59 -r1.60 security.wml
  --- openpkg-web/security.wml  6 Aug 2003 13:07:50 -0000       1.59
  +++ openpkg-web/security.wml  6 Aug 2003 15:26:42 -0000       1.60
  @@ -76,6 +76,7 @@
   </define-tag>
   <box bdwidth=1 bdcolor="#a5a095" bdspace=10 bgcolor="#e5e0d5">
   <table cellspacing=0 cellpadding=0 border=0>
  +  <sa 2003.036 perl-www>
     <sa 2003.035 openssh>
     <sa 2003.034 imagemagick>
     <sa 2003.033 infozip>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security/OpenPKG-SA-2003.036-perl-www.txt
  ============================================================================
  $ cvs diff -u -r0 -r1.1 OpenPKG-SA-2003.036-perl-www.txt
  --- /dev/null 2003-08-06 17:26:43.000000000 +0200
  +++ OpenPKG-SA-2003.036-perl-www.txt  2003-08-06 17:26:43.000000000 +0200
  @@ -0,0 +1,75 @@
  +________________________________________________________________________
  +
  +OpenPKG Security Advisory                            The OpenPKG Project
  +http://www.openpkg.org/security.html              http://www.openpkg.org
  [EMAIL PROTECTED]                         [EMAIL PROTECTED]
  +OpenPKG-SA-2003.perl-www                                     06-Aug-2003
  +________________________________________________________________________
  +
  +Package:             perl-www
  +Vulnerability:       CGI.pm cross site scripting
  +OpenPKG Specific:    no
  +
  +Affected Releases:   Affected Packages:            Corrected Packages:
  +OpenPKG CURRENT      <= perl-www-20030726-20030726 >= perl-www-20030802-20030802
  +OpenPKG 1.3          <= perl-www-1.3.0-1.3.0       >= perl-www-1.3.1-1.3.1
  +OpenPKG 1.2          <= perl-www-1.2.0-1.2.0       >= perl-www-1.2.1-1.2.1
  +
  +Dependent Packages:  none
  +
  +Description:
  +  According to a security advisory [0] from [EMAIL PROTECTED] a
  +  cross site scripting vulnerability exists in the start_form() function
  +  in CGI.pm [1]. The Common Vulnerabilities and Exposures (CVE) project
  +  assigned the id CAN-2003-0615 [2] to the problem.
  +
  +  Note that beginning with perl-www-20030609-20030609 and
  +  perl-www-1.3.0-1.3.0 a preliminary patch was already included which
  +  fixes the specific issue discussed in the original SA. The corrected
  +  packages include a more generalized patch.
  +
  +  Please check whether you are affected by running "<prefix>/bin/rpm
  +  -q perl-www". If you have the "perl-www" package installed and its
  +  version is affected (see above), we recommend that you immediately
  +  upgrade it (see Solution).
  +
  +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.2, 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 perl-www-1.3.1-1.3.1.src.rpm
  +  ftp> bye
  +  $ <prefix>/bin/rpm -v --checksig perl-www-1.3.1-1.3.1.src.rpm
  +  $ <prefix>/bin/rpm --rebuild perl-www-1.3.1-1.3.1.src.rpm
  +  $ su -
  +  # <prefix>/bin/rpm -Fvh <prefix>/RPM/PKG/perl-www-1.3.1-1.3.1.*.rpm
  +________________________________________________________________________
  +
  +References:
  +  [0] http://eyeonsecurity.org/advisories/CGI.pm/adv.html
  +  [1] http://stein.cshl.org/WWW/software/CGI/
  +  [2] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0615
  +  [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/perl-www-1.2.1-1.2.1.src.rpm
  +  [6] ftp://ftp.openpkg.org/release/1.3/UPD/perl-www-1.3.1-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.
  +________________________________________________________________________
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security/page.pl
  ============================================================================
  $ cvs diff -u -r1.20 -r1.21 page.pl
  --- openpkg-web/security/page.pl      6 Aug 2003 13:37:34 -0000       1.20
  +++ openpkg-web/security/page.pl      6 Aug 2003 15:26:43 -0000       1.21
  @@ -13,7 +13,7 @@
   foreach my $sa (reverse sort @SA) {
       my ($base, $name, $year) = ($sa =~ m|^(OpenPKG-SA-((\d+)\..+))\.txt$|);
       next if ($name =~ m|^0000|);
  -    next if ($name =~ m|^2003\.03[6-9]|);
  +    next if ($name =~ m|^2003\.03[7-9]|);
       if ($this_year ne $year) {
           $sidebar .= "<br>\n";
           $this_year = $year;
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to