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.




Network Security Exploits-HackingTools
[Top] [All Lists]

[UNIX] ez-ipupdate show_message() Format String

Subject: [UNIX] ez-ipupdate show_message() Format String
Date: 15 Nov 2004 19:25:42 +0200
The following security advisory is sent to the securiteam mailing list, and can 
be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion

The SecuriTeam alerts list - Free, Accurate, Independent.

Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html 

- - - - - - - - -



  ez-ipupdate show_message() Format String
------------------------------------------------------------------------


SUMMARY

 <http://www.ez-ip.net/> ez-ipupdate is "a complete client for the dynamic 
DNS service". The a format string vulnerability in ez-ipupdate allows a 
malicious remote DNS server to cause the program to execute arbitrary 
code.

DETAILS

Vulnerable Systems:
 * ez-ipupdate versions 3.0.11b8, 3.0.11b7, 3.0.11b6, 3.0.11b5 and 3.0.10

Immune Systems:
 * ez-ipupdate version 2.9.6

CVE Information:
 <http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0980.> 
CAN-2004-0980.

The format string bug allows a malicious remote server to execute 
arbitrary code on the machine running ez-ipupdate, if and only if the 
daemon mode is on (very common) and certain service types are used.

Unofficial patch:
--- ez-ipupdate.c.old 2002-03-12 00:31:47.000000000 +0100
+++ ez-ipupdate.c 2004-11-10 15:28:23.000000000 +0100
@@ -798,7 +798,7 @@ void show_message(char *fmt, ...)
     sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt);
 #endif
 
- syslog(LOG_NOTICE, buf);
+ syslog(LOG_NOTICE, "%s", buf);
   }
   else
   {


ADDITIONAL INFORMATION

The information has been provided by  
<mailto:Ulf.Harnhammar.9485@student.uu.se> Ulf H rnhammar.



======================================== 


This bulletin is sent to members of the SecuriTeam mailing list. 
To unsubscribe from the list, send mail with an empty subject line and body to: 
list-unsubscribe@securiteam.com 
In order to subscribe to the mailing list, simply forward this email to: 
list-subscribe@securiteam.com 


==================== 
==================== 

DISCLAIMER: 
The information in this bulletin is provided "AS IS" without warranty of any 
kind. 
In no event shall we be liable for any damages whatsoever including direct, 
indirect, incidental, consequential, loss of business profits or special 
damages. 




<Prev in Thread] Current Thread [Next in Thread>
  • [UNIX] ez-ipupdate show_message() Format String, SecuriTeam <=