|
-
May 21st, 2002, 01:09 AM
#1
Vulnerability: id Software Quake II Server Remote Information Disclosure
A vulnerability has been reported in some versions of the Quake II server.
While variable expansion is normally performed on the client side, a modified client may pass unexpanded variables such as $rcon_password to the server. The server will expand these variables within it's local context, potentially leaking sensitive information to the remote attacker.
Remote: Yes
Exploit: Redix has contributed exploit details:
you must modify your q2 client, that the client will not replace the $... variables in says
quick hack:
in qcommon/cmd.c
change the line
Cmd_TokenizeString (text, true);
to
Cmd_TokenizeString( text, false);
Threshold
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|