[NEWS] Format String in Netrek
- From: SecuriTeam <support@xxxxxxxxxxxxxx>
- Date: 4 Mar 2007 16:33:16 +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
- - - - - - - - -
Format String in Netrek
------------------------------------------------------------------------
SUMMARY
<http://www.netrek.org/> Netrek is a well known real-time strategy game
inspired to Star Trek.
A format string vulnerability was discovered in the Netrek game server.
DETAILS
Vulnerable Systems:
* Netrek versions 2.12.0 and prior. (Vanilla server)
Immune Systems:
* Netrek version 2.12.1
The Vanilla server is affected by a format string vulnerability caused by
the calling of the pmessage2() function without the needed format
argument.
The bug is located in new_warning() and can be exploitated through the
locking of a player (the same attacker too) who is using a malformed
nickname.
Note that the EVENTLOG switch must be enabled for exploiting this
vulnerability (default is disabled).
from ntserv/warning.c:
void new_warning(int index, const char *fmt, ...) {
char temp[150];
va_list args;
va_start(args, fmt);
vsprintf(temp, fmt, args);
...
if (eventlog) {
char from_str[9]="WRN->\0\0\0";
strcat(from_str, me->p_mapchars);
pmessage2(0, 0, from_str, me->p_no, temp);
}
Proof of concept:
<http://aluigi.org/poc/netrekfs.zip> http://aluigi.org/poc/netrekfs.zip
ADDITIONAL INFORMATION
The information has been provided by <mailto:aluigi@xxxxxxxxxxxxx> Luigi
Auriemma.
The original article can be found at:
<http://aluigi.org/adv/netrekfs-adv.txt>
http://aluigi.org/adv/netrekfs-adv.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@xxxxxxxxxxxxxx
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@xxxxxxxxxxxxxx
====================
====================
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 by Date: [NEWS] Apache Tomcat JK Web Server Connector Long URL Stack Overflow
- Next by Date: [NEWS] Kaspersky AntiVirus UPX File Decompression DoS
- Previous by thread: [NEWS] Apache Tomcat JK Web Server Connector Long URL Stack Overflow
- Next by thread: [NEWS] Kaspersky AntiVirus UPX File Decompression DoS
- Index(es):
Relevant Pages
- [NEWS] Doomsday Format String
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... Doomsday engine is vulnerable
to a Format String vulnerability, ... buffer = malloc; ... (Securiteam) - [NT] McAfee WebShield SMTP Format String
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... A format string vulnerability
exists within the McAfee WebShield SMTP ... (Securiteam) - [NEWS] Sparklet Format String
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... using a format string vulnerability
in Sparklet. ... The game is affected by a format string vulnerability located in the ...
Through this bug an attacker on a server or a client (the server is not ... (Securiteam) - [UNIX] Dropbear SSH Server Format String Vulnerability
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... A remotely exploitable format
string vulnerability exists in the default ... configuration of the Dropbear SSH Server
up until version 0.35, ... will fail before the vulnerable code is executed, but the methodname
may ... (Securiteam) - [UNIX] Perdition IMAP Proxy str_vwrite Format String Vulnerability
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... Perdition IMAP Proxy str_vwrite
Format String Vulnerability ... the actual number of format identifiers is compared
to ... (Securiteam)