Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
May 22, 2013
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 y3dips ITsec
 Md5 Cracker
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: boys
New Today: 2
New Yesterday: 4
Overall: 8629

People Online:
Visitors: 201
Members: 0
Total: 201
milw0rm
·[web applications] - Moa Gallery 1.2.6 Multiple Vulnerabilities
·[web applications] - ZPanel Crafted Template Remote Command Execution Vulnerability
·[dos / poc] - nginx 1.3.9-1.4.0 DoS PoC
·[web applications] - CKEditor < 4.1 Drupal 6.x & 7.x - Persistent XSS Vulnerability
·[web applications] - Wordpress hd-player 0day Exploit
·[web applications] - Exponent CMS 2.2.0 Beta 3 LFI / SQL Injection Vulnerabilities
·[remote exploits] - SSH User Code Execution Vulnerability
·[remote exploits] - Mutiny 5 Arbitrary File Upload Vulnerability
·[web applications] - Wordpress Newsletter 3.2.6 Cross Site Scripting Vulnerability
·[local exploits] - Kloxo 6.1.12 Privilege Escalation Vulnerability

read more...
PacketStorm News
·Red Hat Security Advisory 2013-0832-01
·RSA SecurID Sensitive Information Disclosure
·EMC VNX / Celerra Control Station Privilege Escalation
·Ubuntu Security Notice USN-1831-1
·Red Hat Security Advisory 2013-0831-01
·Ubuntu Security Notice USN-1830-1
·Red Hat Security Advisory 2013-0830-01
·Ubuntu Security Notice USN-1829-1
·Slackware Security Advisory - mozilla-thunderbird Updates
·Slackware Security Advisory - mozilla-firefox Updates

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Sql injection -> into outfle
Post new topic  Reply to topic View previous topic :: View next topic 
into outfle
PostPosted: Sun Oct 11, 2009 1:11 pm Reply with quote
wokky
Regular user
Regular user
 
Joined: Oct 09, 2009
Posts: 11




Hello all,

I found mysql root account, I can login via phpmyadmin and do eveything i want but now i want to take advantage of this and install a phpbackdoor.

So i tried something like this:

select '<?php *phpcode*?' INTO OUTFILE '/www/backdoor.php'

and i got:
Can't create/write to file '/www/backdoor.php' (Errcode: 13)

if i don't use path of course it works and copy the file into tmp folder

I am sure that the directory exists and this probably due to write permission.

So how can i bypass that.

sry bad english :/
View user's profile Send private message
PostPosted: Sun Oct 11, 2009 6:59 pm Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2405
Location: Estonia, Tartu




It's all about Linux filesystem security and you can do only things, you are allowed to, unless you have some 0-day vulnerability in your possession.
Now, some things to try:

1. load_file() allows to read files, this can be useful.
2. try to find some web-accessible directory, which is writable to mysql.
Examples: avatars,cache, smilies,temp,data,files,pictures,upload, uploads.
Many webmasters are giving 777 permissions to some dirs, this can be exploited.
3. use load_file() for peeking into the php script sources. This may reveal additional security vulnerabilities, which can lead to further exploitation (insecure uploads, LFI, RFI, sql injections).
4. try to find LFI vulns and in case of success just write your php code to the tmp dir and use LFI for getting php-level access.
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Sun Oct 11, 2009 7:20 pm Reply with quote
wokky
Regular user
Regular user
 
Joined: Oct 09, 2009
Posts: 11




ye i tried to read some files successefully and i know where are directories writable by php but it doesn't works with mysql dunno why
View user's profile Send private message
PostPosted: Mon Oct 12, 2009 8:58 pm Reply with quote
wokky
Regular user
Regular user
 
Joined: Oct 09, 2009
Posts: 11




ok i dit it i found a directory to write but i got an another problem,
suPHP, safe mode ! impossible to execute the file, probably nothing to do about it
View user's profile Send private message
PostPosted: Mon Oct 12, 2009 9:49 pm Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2405
Location: Estonia, Tartu




What php version?
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Tue Oct 13, 2009 6:21 pm Reply with quote
wokky
Regular user
Regular user
 
Joined: Oct 09, 2009
Posts: 11




PHP Version 5.2.5-pl1-gentoo
View user's profile Send private message
PostPosted: Tue Oct 13, 2009 7:20 pm Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2405
Location: Estonia, Tartu




It's old php version. There can be ways to bypass open_basedir, safe_mode and other restrictions.

http://secunia.com/advisories/product/13446/?task=advisories

http://feeds2.feedburner.com/phpvulnerability_database
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Tue Oct 13, 2009 7:58 pm Reply with quote
wokky
Regular user
Regular user
 
Joined: Oct 09, 2009
Posts: 11




Well, suPHP test if the php file is execute by the right user.
in this case i wrote a file with mysql user so it cannot be executable by php

Look:

I tried a simple php without file/dir access file like that:
<?php echo 'test'; ?>

And it can't be executable.
View user's profile Send private message
PostPosted: Wed Oct 14, 2009 11:32 am Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2405
Location: Estonia, Tartu




You can write arbitrary files to the web server, right? Then consider other ways to leverage attack: .htaccess, cgi, perl, python.
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Fri Oct 16, 2009 7:26 am Reply with quote
wokky
Regular user
Regular user
 
Joined: Oct 09, 2009
Posts: 11




ok, can you give me some exemples cause i don't know how to process
View user's profile Send private message
into outfle
  www.waraxe.us Forum Index -> Sql injection
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Post new topic  Reply to topic  




Powered by phpBB © 2001-2008 phpBB Group






Nvidia GeForce Reviews
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2013 Janek Vind "waraxe"
Page Generation: 0.112 Seconds