Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | [Full-disclosure] xmysqladmin insecure temporary file creation |
|---|---|
| Date: | Thu, 09 Jun 2005 10:17:38 +0200 |
#########################################################
xmysqladmin insecure temporary file creation
Vendor: Gilbert Therrien gilbert@ican.net or mysql@tcx.se Advisory: http://www.zataz.net/adviso/xmysqladmin-05292005.txt Vendor informed: yes Exploit available: yes Impact : low Exploitation : low
#########################################################
xmysqladmin contain a security flaw wich could allow a malicious local user to delete arbitrary files with the right off the user how use xmysqladmin or to get sensible informations (content off a database)
The exploitation require that the malicious local user no wich database gonna be deleted.
########## Versions: ##########
xmysqladmin <= 1.0
########## Solution: ##########
In Makefile :
BACKUPDIR = .
To prevent symlink attack use kernel patch such as grsecurity
######### Timeline: #########
Discovered : 2005-05-24 Vendor notified : 2005-05-29 Vendor response : no reponse Vendor fix : no fix Disclosure : 2005-05-29
##################### Technical details : #####################
Vulnerable code : -----------------
In Makefile :
BACKUPDIR = /tmp
In createDropDB.c : begin line 94
void dropdb_drop(FL_OBJECT *obj, long data)
{
char *cmd;cmd = (char *) malloc(2048); if(!cmd) return;
fl_show_command_log(FL_TRANSIENT); fl_exe_command(cmd, 1); free(cmd);
mysql_close(&connection);
}
else
{
fl_show_alert("Cannot connect to server","","",0);
}
}######### Related : #########
Bug report : http://bugs.gentoo.org/show_bug.cgi?id=93792
##################### Credits : #####################
Eric Romang (eromang@zataz.net - ZATAZ Audit) Thxs to Gentoo Security Team. (Taviso, jaervosz, solar, etc.)
_______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.grok.org.uk/full-disclosure-charter.html Hosted and sponsored by Secunia - http://secunia.com/
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Full-disclosure] [ Suresec Advisories ] - Mac OS X 10.4 - launchd local root vulnerability, [ Suresec Advisories ] |
|---|---|
| Next by Date: | [Full-disclosure] Re:[ Suresec Advisories ] - Mac OS X 10.4 - launchd local root vulnerability, Jonathan Weiss |
| Previous by Thread: | [Full-disclosure] [ Suresec Advisories ] - Mac OS X 10.4 - launchd local root vulnerability, [ Suresec Advisories ] |
| Next by Thread: | [VulnWatch] [CIRT.DK - Advisory] Novell iManager 2.0.2 ASN.1 Parsing vulnerability in Apache module, CIRT.DK Mailinglists |
| Indexes: | [Date] [Thread] [Top] [All Lists] |