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: | [NEWS] Silc Server and Toolkit Symlink Attack |
|---|---|
| Date: | 19 Sep 2005 10:40:46 +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 - - - - - - - - - Silc Server and Toolkit Symlink Attack ------------------------------------------------------------------------ SUMMARY " <http://silcnet.org/> SILC Server enables system administrators to set up their own SILC networks. SILC Toolkit is full implementation of the SILC protocol and is intended for software and application developers who want to integrate SILC support in their products." Insecure temporary file usage allows local attackers to perform a symlink attack on Silc server and toolkit. DETAILS Vulnerable Systems: * silc-server version 1.0 and prior * silc toolkit version 0.9.12-r3 and prior The vulnerability is caused due to temporary file being created insecurely. This can be exploited via symlink attacks in combination to create and overwrite arbitrary files with the privileges of the user running the affected script. Vulnerable code: silcd/silcd.c: 258 /* Dump server statistics into a file into /tmp directory */ 259 260 SILC_TASK_CALLBACK(dump_stats) 261 { 262 FILE *fdd; 263 char filename[256]; 264 265 memset(filename, 0, sizeof(filename)); 266 snprintf(filename, sizeof(filename) - 1, "/tmp/silcd.%d.stats", getpid()); 267 fdd = fopen(filename, "w+"); 268 if (!fdd) 269 return; 270 271 #define STAT_OUTPUT(fmt, stat) fprintf(fdd, fmt "\n", (int)stat); 272 273 fprintf(fdd, "SILC Server %s Statistics\n\n", silcd->server_name); 274 fprintf(fdd, "Local Stats:\n"); Disclosure Timeline: Discovered : 2005-05-31 Vendor notified : 2005-06-15 Vendor response : none Vendor fix : none Disclosure : 2005-09-01 ADDITIONAL INFORMATION The information has been provided by <mailto:eromang@zataz.com> Eric Romang. The original article can be found at: <http://www.zataz.net/adviso/silc-server-toolkit-06152005.txt> http://www.zataz.net/adviso/silc-server-toolkit-06152005.txt ======================================== 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> |
|---|---|---|
| ||
| Previous by Date: | [EXPL] Stoney FTPd Buffer Overflow (PORT, Exploit), SecuriTeam |
|---|---|
| Next by Date: | [NEWS] QNX RTOS inputtrap Arbitrary File Reading, SecuriTeam |
| Previous by Thread: | [EXPL] Stoney FTPd Buffer Overflow (PORT, Exploit), SecuriTeam |
| Next by Thread: | [NEWS] QNX RTOS inputtrap Arbitrary File Reading, SecuriTeam |
| Indexes: | [Date] [Thread] [Top] [All Lists] |