Srodne teme
12.06.2005. Addons 4 mIRC
25.05.2004. mIRC i OP
20.12.2003. xchat 2.0.6. DCC bug...
10.03.2004. Izasao je mIC 6.14
29.08.2005. XChat, mIRC....Xircon?
17.12.2014. mirc 6.15 released
Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

mIRC 6.x exploit

[es] :: Security Coding :: mIRC 6.x exploit

[ Pregleda: 6079 | Odgovora: 0 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

bananko

Član broj: 29517
Poruke: 152



Profil

icon mIRC 6.x exploit14.07.2004. u 23:10 - pre 239 meseci
DCC Exploit Affecting 6.12
On Oct 20, another exploit was identified which can crash even the recently released version 6.12. It only seems to affect people who minimize DCC get dialog windows (manually or by default), and then open those windows to get a file with an excessively long filename. You can't be crashed unless that sequence of events occurs. That manual step is required. If you auto-get the file, or don't get the file at all, nothing happens.

If and only if you think the above affects you, then here is a temporary fix which should be pasted in your "remotes" section (alt-r to access). It basically rejects any excessively long filename.

ctcp *:dcc send:*: if ($len($nopath($filename)) >= 225) { echo 4 -s $nick tried to crash you with an illegal dcc send of $nopath($filename) | halt }

or this shorter version without the warning message:

ctcp *:dcc send:*: if ($len($nopath($filename)) >= 225) halt

If you are not comfortable with modifying your remotes, you can just ignore all incoming DCC sends with the following, which is the same temporary fix as for the other bug described in the next section:

/ignore -wd *

You can undo the above command by /ignore -rwd * (note the r for remove).

DCC Exploit Affecting 6.0-6.11
Starting Oct 12, 2003, an exploit was used to crash many people's mIRC clients. All versions from 6.0 thru 6.11 were affected, version 6.12 was released Oct 13 to fix the problem. The exploit involves a DCC command which can be sent to any person or channel, no matter what your DCC options are. (DCC is used to trade files or for DCC chat.) Just download the new version to fix this problem.

Check EFnet #mIRC topic (use /raw list #mIRC if you cannot join) for updates too. The information was contributed by EFnet helpers from many sources, working together in harmony without ego or drama, who knew. It is not an official message from the author of mIRC.
 
Odgovor na temu

[es] :: Security Coding :: mIRC 6.x exploit

[ Pregleda: 6079 | Odgovora: 0 ] > FB > Twit

Postavi temu Odgovori

Srodne teme
12.06.2005. Addons 4 mIRC
25.05.2004. mIRC i OP
20.12.2003. xchat 2.0.6. DCC bug...
10.03.2004. Izasao je mIC 6.14
29.08.2005. XChat, mIRC....Xircon?
17.12.2014. mirc 6.15 released
Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.