Bug 147808 - php curl open_basedir bypass
Summary: php curl open_basedir bypass
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: php
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact: David Lawrence
URL:
Whiteboard: impact=low,public=20041215
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-02-11 16:02 UTC by Josh Bressers
Modified: 2007-11-30 22:07 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-04-28 18:53:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Patch from ubuntu to fix this issue (499 bytes, patch)
2005-02-11 16:02 UTC, Josh Bressers
no flags Details | Diff
Updated patch for CAN-2004-1392 (1.42 KB, patch)
2005-02-26 16:45 UTC, Marc Deslauriers
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2005:405 0 high SHIPPED_LIVE Moderate: PHP security update 2005-04-28 04:00:00 UTC

Description Josh Bressers 2005-02-11 16:02:40 UTC
PHP 4.0 with cURL functions allows remote attackers to bypass the open_basedir
setting and read arbitrary files via a file: URL argument to the curl_init function.

You can verify this issue with this simple php example.

<?php
$ch = curl_init("file:///etc/parla");
$file=curl_exec($ch);
echo $file
?>

Comment 1 Josh Bressers 2005-02-11 16:02:40 UTC
Created attachment 110975 [details]
Patch from ubuntu to fix this issue

Comment 2 Josh Bressers 2005-02-11 16:06:12 UTC
This issue should also affect RHEL2.1.

Comment 3 Marc Deslauriers 2005-02-26 16:45:13 UTC
Created attachment 111457 [details]
Updated patch for CAN-2004-1392

from Ubuntu advisory USN-66-2

Comment 4 Joe Orton 2005-03-02 16:07:54 UTC
Safe mode bypasses are not considered to have "security" severity,
since the PHP interpreter does not really provide a sandbox in which
scripts are executed.

Comment 5 Josh Bressers 2005-04-28 18:53:25 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on the solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHSA-2005-405.html



Note You need to log in before you can comment on or make changes to this bug.