pearweb_index
[ class tree: pearweb_index ] [ index: pearweb_index ] [ all elements ]

Source for file 20051104-sa.php

Documentation is available at 20051104-sa.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2003-2005 The PEAR Group                               |
  7.    +----------------------------------------------------------------------+
  8.    | This source file is subject to version 2.02 of the PHP license,      |
  9.    | that is bundled with this package in the file LICENSE, and is        |
  10.    | available at through the world-wide-web at                           |
  11.    | http://www.php.net/license/2_02.txt.                                 |
  12.    | If you did not receive a copy of the PHP license and are unable to   |
  13.    | obtain it through the world-wide-web, please send a note to          |
  14.    | license@php.net so we can mail you a copy immediately.               |
  15.    +----------------------------------------------------------------------+
  16.    | Authors: Martin Jansen <mj@php.net>                                  |
  17.    +----------------------------------------------------------------------+
  18.    $Id$
  19. */
  20. response_header("The PEAR Group: Security Vulnerability Announcement");
  21. ?>
  22.  
  23. <h1>PEAR Group - Administrative Documents</h1>
  24.  
  25. <h2>&raquo; Security Vulnerability Announcement</h2>
  26.  
  27. <p>Published: 04th November 2005</p>
  28.  
  29. <p>A vulnerability in the <a href="/package/PEAR/">PEAR installer</a> 
  30. has been found which allows arbitrary code execution.  All versions of 
  31. the installer up to and including release 1.4.2 are affected by this.</p>
  32.  
  33. <p>An new release of the installer is available which fixes
  34. this issue.  One is strongly encouraged to upgrade to it by
  35. using <tt>pear upgrade PEAR</tt>.</p>
  36.  
  37. <p>Details about the vulnerability can be found in a 
  38. <a href="/advisory-20051104.txt">separate document</a>.</p>
  39.  
  40. <?php
  41.  
  42. echo make_link('/group/''Back');
  43.  
  44. response_footer();

Documentation generated on Mon, 11 Mar 2019 16:01:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.