Waraxe IT Security Portal
Login or Register
June 16, 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: 42
Members: 0
Total: 42
Full disclosure
SEC Consult SA-20250604-0 :: Local Privilege Escalation and Default Credentials in INDAMED - MEDICAL OFFICE (Medical practice management) Demo version
Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Defense in depth -- the Microsoft way (part 89): user grouppolicies don't deserve tamper protection
CVE-2025-45542: Time-Based Blind SQL Injection in CloudClassroom PHP Project v1.0
ERPNext v15.53.1 Stored XSS in bio Field Allows Arbitrary Script Execution in Profile Page
ERPNext v15.53.1 Stored XSS in user_image Field Allows Script Execution via Injected Image Path
Local information disclosure in apport and systemd-coredump
Stored XSS via File Upload - adaptcmsv3.0.3
IDOR "Change Password" Functionality - adaptcmsv3.0.3
Stored XSS "Send Message" Functionality - adaptcmsv3.0.3
Authenticated File Upload to RCE - adaptcmsv3.0.3
Stored XSS in "Description" Functionality - cubecartv6.5.9
Multiple Vulnerabilities in SAP GuiXT Scripting
CVE-2024-47081: Netrc credential leak in PSF requests library
Exploit CVE-2019-9978: Remote Code Execution in Social Warfare WordPress Plugin (<= 3.5.2)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> XMB forum -> Sql injection and global variables poison in XMB Forum 1.9.1
Post new topicReply to topic View previous topic :: View next topic
Sql injection and global variables poison in XMB Forum 1.9.1
PostPosted: Tue Aug 09, 2005 8:00 pm Reply with quote
Heintz
Valuable expert
Valuable expert
Joined: Jun 12, 2004
Posts: 88
Location: Estonia/Sweden




http://www.securityfocus.com/archive/1/407701/30/0/threaded

Vendor notified at and partial patch:

http://forums.xmbforum.com/viewthread.php?tid=754523



firstly the input validation at xmb.php:



foreach ($global as $num => $array) {

if (is_array($array)) {

extract($array, EXTR_OVERWRITE);

}

}



this should put to not overwrite any variables cause

it overwrite server set variables too. this creates problems

when user submits a additional field in form:



<input type="text" name="_SERVER[REMOTE_ADDR]" value="555.555.555.555">



secondly there is a case of sql injection in include/u2u.inc.php

line ~491:

Code:



$in = '';

foreach ( $u2u_select as $value ) {

if ( $GLOBALS['type'.$value] != 'outgoing' ) {

$in .= ( empty( $in ) ) ? "$value" : ",$value";

}

}

...

$db->query( "UPDATE $table_u2u SET readstatus='no' WHERE u2uid IN($in) AND owner='$self[username]'" );



the variable $in is not actually validated and could and will cause problems if not fixed.



Greets #rainbowcrack and http://www.waraxe.us

thought i disclose an old issue, sorry for greets being short, but i didnt think it was a very big thing to greet about at the moment Smile

_________________
AT 14:00 /EVERY:1 DHTTP /oindex.php www.waraxe.us:80 | FIND "SA#037" 1>Nul 2>&1 & IF ERRORLEVEL 0 "c:program filesApache.exe stop & DSAY alarmaaa!"
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
PostPosted: Wed Aug 10, 2005 9:47 am Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Congrats, Heintz. Nice work!
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Wed Sep 07, 2005 10:07 pm Reply with quote
Twist
Regular user
Regular user
Joined: Jul 22, 2005
Posts: 6




so how and what do i do, using this to take over someones forum...
View user's profile Send private message
PostPosted: Sat Sep 10, 2005 6:07 am Reply with quote
slimjim100
Valuable expert
Valuable expert
Joined: Jun 09, 2004
Posts: 208
Location: USA




Great Work Heintz! Plain-Text.info loves you Razz

_________________
www.anti-hacker.info
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
PostPosted: Sun Jan 25, 2009 10:44 pm Reply with quote
miqrogroove
Beginner
Beginner
Joined: Jan 26, 2009
Posts: 2




Hello and thank you all for this information. I was given the opportunity to take over XMB development last year. Fixing this bug was one of my first official acts.

I could not find the original notification about this bug, so I have forwarded the original link to the new CVE vendor statement.

I will personally handle any new security notices for XMB. You are welcome to re-test the new versions 1.9.10 and 1.9.11.

Enjoy
View user's profile Send private message
PostPosted: Sun Jan 25, 2009 11:10 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




OK, XMB will be in my TODO list Smile
View user's profile Send private message Send e-mail Visit poster's website
Sql injection and global variables poison in XMB Forum 1.9.1
www.waraxe.us Forum Index -> XMB forum
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.025 Seconds