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

Source for file vulnerability2.php

Documentation is available at vulnerability2.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2001-2005 The PHP 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                                               |
  17.    +----------------------------------------------------------------------+
  18.    $Id: vulnerability2.php,v 1.1 2007/05/08 04:12:19 cellog Exp $
  19. */
  20.  
  21. response_header("Arbitrary File Overwrite Vulnerability in the PEAR Installer");
  22.  
  23. ?>
  24. <h1>Arbitrary File Overwrite Vulnerability in the PEAR Installer</h1>
  25.  
  26. <div style="margin-left:2em;margin-right:2em">
  27. <p>
  28. On May 6, 2007 a <strong>serious vulnerability in the PEAR installer</strong> 
  29. has been discovered and fixed.  One is strongly encouraged to
  30. upgrade to version 1.5.4.  Details about the issue are 
  31. <a href="/advisory-20070507.txt">available here</a>.</p>
  32. <p>
  33. This vulnerability is assigned candidate CVE <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2519">CVE-2007-2519</a>.
  34. </p>
  35.  
  36. </p>
  37. </div>
  38.  
  39. <?php response_footer()?>

Documentation generated on Mon, 11 Mar 2019 15:14:36 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.