Bug 918196 (CVE-2013-1635) - CVE-2013-1635 php, php53: Arbitrary locations file write due absent validation of soap.wsdl_cache_dir configuration directive value
Summary: CVE-2013-1635 php, php53: Arbitrary locations file write due absent validatio...
Keywords:
Status: CLOSED DUPLICATE of bug 169857
Alias: CVE-2013-1635
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 918202
TreeView+ depends on / blocked
 
Reported: 2013-03-05 17:07 UTC by Jan Lieskovsky
Modified: 2021-02-17 07:58 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-03-07 17:25:38 UTC
Embargoed:


Attachments (Terms of Use)

Description Jan Lieskovsky 2013-03-05 17:07:25 UTC
A security flaw was found in the way PHP performed soap.wsdl_cache_dir configuration directive validation before projecting SOAP WSDL cache content to the local filesystem. A remote attacker could use this flaw to place SOAP WSDL files at arbitrary file system locations (locations accessible with the privileges of the PHP application).

References:
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702221
[2] https://bugs.gentoo.org/show_bug.cgi?id=459904
[3] http://www.mandriva.com/en/support/security/advisories/advisory/MDVSA-2013:016/

Relevant upstream patch:
[4] http://git.php.net/?p=php-src.git;a=commitdiff;h=702b436ef470cc02f8e2cc21f2fadeee42103c74

Comment 3 Vincent Danen 2013-03-07 17:25:38 UTC
Note that this is actually an open_basedir bypass issue.

The problem is that soap.wsdl_cache_dir does not consult the open_basedir directive to determine where it is allowed to write files.

*** This bug has been marked as a duplicate of bug 169857 ***

Comment 4 Vincent Danen 2013-03-07 17:56:35 UTC
Statement:

We do not consider safe_mode / open_basedir restriction bypass issues to be security sensitive.  For more details see http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169857#c1 and http://www.php.net/security-note.php


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