Your message dated Fri, 22 Dec 2006 17:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#404222: fixed in twiki 1:4.0.5-6
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: twiki
Version: 1:4.0.5-5
Severity: critical
Justification: breaks unrelated software
Tags: patch

Sven Dowideit wrote:
> it contains a fix for a bug i reported to bugs.debian.org about 6
> hours ago, but it's still not gotten a number ;(

It is not there yet... Did you use reportbug?
I am trying again here :)

> in case something went wrong with the bug submission I've appended it
> here
> 
> could you please take a peek for me some time :) I'll be away for the
> weekend

I sure will!

> Merry Christmas :)

You too!

> -----------------------------
> Package: twiki
> Version: 1:4.0.5-5
> Severity: critical
> Justification: breaks unrelated software
> 
> an possible phishing risk has been found in the ability of TWiki to
> redirect to any URL via the ?topic= parmeter.
> 
> The following patch prevents this.
> 
> --- lib/TWiki.pm.orig   2006-10-25 02:16:05.000000000 +0200
> +++ lib/TWiki.pm        2006-12-21 16:52:23.000000000 +0100
> @@ -720,6 +720,19 @@
> 
>      ASSERT($this->isa( 'TWiki')) if DEBUG;
> 
> +    # prevent phishing byt only allowing redirect to configured host
> +    if( $url =~ m!^([^:]*://[^/]*)(/.*)?$! ) {
> +        my $host = $1;
> +        unless ($host eq $TWiki::cfg{DefaultUrlHost}) {
> +               $url = $this->getOopsUrl( 'accessdenied',
> +                                def => 'topic_access',
> +                                web => $this->{web} || $TWiki::cfg 
> {UsersWebName},
> +                                topic => $this->{topic} ||  
> $TWiki::cfg{HomeTopicName},
> +                                params => [ 'redirect', 'unsafe  
> redirect to '.$url ]);
> +        }
> +        #die 'unsafe redirect to '.$url unless ($host eq $TWiki::cfg 
> {DefaultUrlHost});
> +    }
> +
>      my $query = $this->{cgiQuery};
>      unless( $this->{plugins}->redirectCgiQueryHandler( $query,  
> $url ) ) {
>          if ( $query && $query->param( 'noredirect' )) {
> 
> 
> Sven Dowideit
> 
> -- System Information:
> Debian Release: 4.0
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.17-2-686
> Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
> 
> Versions of packages twiki depends on:
> ii  apache-common                 1.3.34-4   support files for all  
> Apache webse
> ii  apache2.2-common              2.2.3-3.1  Next generation,  
> scalable, extenda
> ii  debconf [debconf-2.0]         1.5.8      Debian configuration  
> management sy
> ii  libalgorithm-diff-perl        1.19.01-2  a perl library for  
> finding Longest
> ii  libcgi-session-perl           4.14-1     Persistent session data  
> in CGI app
> ii  libdigest-sha1-perl           2.11-1     NIST SHA-1 message  
> digest algorith
> ii  liberror-perl                 0.15-8     Perl module for error/ 
> exception ha
> ii  liblocale-maketext-lexicon-pe 0.62-1     Lexicon-handling  
> backends for "Loc
> ii  libtext-diff-perl             0.35-2     Perform diffs on files  
> and record
> ii  perl [libmime-base64-perl]    5.8.8-6.1  Larry Wall's Practical  
> Extraction
> ii  perl-modules [libnet-perl]    5.8.8-6.1  Core Perl modules
> ii  rcs                           5.7-18     The GNU Revision Control  
> System
> 
> twiki recommends no packages.

-- 
  ยท''`.             If I can't dance to it, it's not my revolution
 : :' :                                            -- Emma Goldman
 `. `'           Proudly running Debian GNU/Linux (unstable)
   `-     www.amayita.com  www.malapecora.com  www.chicasduras.com


--- End Message ---
--- Begin Message ---
Source: twiki
Source-Version: 1:4.0.5-6

We believe that the bug you reported is fixed in the latest version of
twiki, which is due to be installed in the Debian FTP archive:

twiki_4.0.5-6.diff.gz
  to pool/main/t/twiki/twiki_4.0.5-6.diff.gz
twiki_4.0.5-6.dsc
  to pool/main/t/twiki/twiki_4.0.5-6.dsc
twiki_4.0.5-6_all.deb
  to pool/main/t/twiki/twiki_4.0.5-6_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Amaya Rodrigo Sastre <[EMAIL PROTECTED]> (supplier of updated twiki package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 22 Dec 2006 17:42:12 +0100
Source: twiki
Binary: twiki
Architecture: source all
Version: 1:4.0.5-6
Distribution: unstable
Urgency: high
Maintainer: Sven Dowideit <[EMAIL PROTECTED]>
Changed-By: Amaya Rodrigo Sastre <[EMAIL PROTECTED]>
Description: 
 twiki      - A Web Based Collaboration Platform
Closes: 400212 403464 403532 404222
Changes: 
 twiki (1:4.0.5-6) unstable; urgency=high
 .
   [ Sven Dowideit ]
   * made dependancy on apache-common | apache2-common | apache2.2-common
     (Closes: #400212, #403464).
   * French debconf translation update - thankyou Michel Grentzinger
     (Closes: #403532)
   * prevent redirect code from allowing redirect to other hosts
     (Closes: #404222)
 .
   [ Amaya Rodrigo Sastre ]
   * Added a Build-Depend on dpatch.
Files: 
 04c7eacd6585a9714325c942bc0501aa 643 web optional twiki_4.0.5-6.dsc
 d984b90886c12601b76f51419bb5352b 4264148 web optional twiki_4.0.5.orig.tar.gz
 155dac76e9e84fa1188aff222363e399 22462 web optional twiki_4.0.5-6.diff.gz
 348ffbed29fef5d0687e4d3483bf7f38 4239108 web optional twiki_4.0.5-6_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iEYEARECAAYFAkWMDEcACgkQNFDtUT/MKpDOAwCcCLpe8iSLsNnfr62ClmqV/Q9n
RlMAn2/yAeqx7N8eecVxYALQTm6GKZWz
=lOUH
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to