Waraxe IT Security Portal
Login or Register
April 19, 2025
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: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 198
Members: 0
Total: 198
Full disclosure
83 vulnerabilities in Vasion Print / PrinterLogic
[CVE-2025-32102, CVE-2025-32103] SSRF and Directory Traversal in CrushFTP 10.7.1 and 11.1.0 (as well as legacy 9.x)
Re: APPLE-SA-03-11-2025-2 iOS 18.3.2 and iPadOS 18.3.2
[KIS-2025-01] UNA CMS <= 14.0.0-RC4 (BxBaseMenuSetAclLevel.ph p) PHP Object Injection Vulnerability
OXAS-ADV-2025-0001: OX App Suite Security Advisory
APPLE-SA-04-01-2025-1 watchOS 11.4
APPLE-SA-03-31-2025-11 visionOS 2.4
APPLE-SA-03-31-2025-10 tvOS 18.4
APPLE-SA-03-31-2025-9 macOS Ventura 13.7.5
APPLE-SA-03-31-2025-8 macOS Sonoma 14.7.5
APPLE-SA-03-31-2025-7 macOS Sequoia 15.4
APPLE-SA-03-31-2025-6 iOS 15.8.4 and iPadOS 15.8.4
APPLE-SA-03-31-2025-5 iOS 16.7.11 and iPadOS 16.7.11
APPLE-SA-03-31-2025-4 iPadOS 17.7.6
APPLE-SA-03-31-2025-3 iOS 18.4 and iPadOS 18.4
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Sql injection -> into outfle
Post new topicReply 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: 2407
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: 2407
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: 2407
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: 2407
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 topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
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-2024 Janek Vind "waraxe"
Page Generation: 0.036 Seconds