mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 17:00:40 +01:00
IRC/Supybot: add special character problem with !web title
This commit is contained in:
parent
2327ccb6cc
commit
fe574e5605
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="description" content="Supybot security issues," /> <meta name="keywords" content="Security,Issues,Supybot,crash,Debian,Ubuntu,IRC" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/IRC/Supybot.html">
|
<meta charset="UTF-8" /> <meta name="description" content="Supybot security issues," /> <meta name="keywords" content="Security,Issues,Supybot,crash,Debian,Ubuntu,IRC" /> <meta name="author" content="Mika Suomalainen" /> <link rel="canonical" href="http://mkaysi.github.com/IRC/Supybot.html">
|
||||||
<title>
|
<title>
|
||||||
Security issues of Supybot
|
Security issues of Supybot
|
||||||
</title>
|
</title>
|
||||||
@ -30,6 +30,10 @@ Security issues of Supybot
|
|||||||
<h2 id="anyone-can-access-network-services-via-the-bot.">3. Anyone can access network services via the bot.</h2>
|
<h2 id="anyone-can-access-network-services-via-the-bot.">3. Anyone can access network services via the bot.</h2>
|
||||||
<p>I don't have example command for this, but it happens by nesting "format cut" and "misc tell".</p>
|
<p>I don't have example command for this, but it happens by nesting "format cut" and "misc tell".</p>
|
||||||
<p>What does this mean? Anyone can tell the bot to ghost someone else on same account, take over a channel by telling the bot to give flags (if it has correct flags), change password of the account and everything else what you do with network services.</p>
|
<p>What does this mean? Anyone can tell the bot to ghost someone else on same account, take over a channel by telling the bot to give flags (if it has correct flags), change password of the account and everything else what you do with network services.</p>
|
||||||
|
<h2 id="web-page-with-special-characters-in-title-can-be-used-to-send-dccctcp-commands.">4. Web page with special characters in title can be used to send DCC/CTCP commands.</h2>
|
||||||
|
<p>This doesn't mean only things like CTCP actions (also known as /me), but known problems with old routers ( ) which make them reconnect to the internet.</p>
|
||||||
|
<p>This is currently* fixed only in Limnoria's testing version.</p>
|
||||||
|
<p>*See the changelog link at bottom. Currently means 17:43 (UTC) on 2012-10-31.</p>
|
||||||
<h1 id="are-these-issues-publicly-known">Are these issues publicly known?</h1>
|
<h1 id="are-these-issues-publicly-known">Are these issues publicly known?</h1>
|
||||||
<p><STRONG>Of course they are.</strong> They have been reported to</p>
|
<p><STRONG>Of course they are.</strong> They have been reported to</p>
|
||||||
<ol class="incremental" style="list-style-type: decimal">
|
<ol class="incremental" style="list-style-type: decimal">
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
<meta name="description" content="Supybot security issues," />
|
<meta name="description" content="Supybot security issues," />
|
||||||
<meta name="keywords" content="Security,Issues,Supybot,crash,Debian,Ubuntu,IRC" />
|
<meta name="keywords" content="Security,Issues,Supybot,crash,Debian,Ubuntu,IRC" />
|
||||||
<meta name="author" content="Mika Suomalainen" />
|
<meta name="author" content="Mika Suomalainen" />
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<link rel="canonical" href="http://mkaysi.github.com/IRC/Supybot.html">
|
<link rel="canonical" href="http://mkaysi.github.com/IRC/Supybot.html">
|
||||||
<title>Security issues of Supybot</title>
|
<title>Security issues of Supybot</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../tyyli.css" />
|
<link rel="stylesheet" type="text/css" href="../tyyli.css" />
|
||||||
@ -58,6 +58,16 @@ I don't have example command for this, but it happens by nesting "format cut" an
|
|||||||
|
|
||||||
What does this mean? Anyone can tell the bot to ghost someone else on same account, take over a channel by telling the bot to give flags (if it has correct flags), change password of the account and everything else what you do with network services.
|
What does this mean? Anyone can tell the bot to ghost someone else on same account, take over a channel by telling the bot to give flags (if it has correct flags), change password of the account and everything else what you do with network services.
|
||||||
|
|
||||||
|
## 4. Web page with special characters in title can be used to send DCC/CTCP commands.
|
||||||
|
|
||||||
|
This doesn't mean only things like CTCP actions (also known as /me), but known problems with old routers ( ) which make
|
||||||
|
them reconnect to the internet.
|
||||||
|
|
||||||
|
This is currently* fixed only in Limnoria's testing version.
|
||||||
|
|
||||||
|
*See the changelog link at bottom. Currently means 17:43 (UTC) on 2012-10-31.
|
||||||
|
|
||||||
|
|
||||||
# Are these issues publicly known?
|
# Are these issues publicly known?
|
||||||
|
|
||||||
<STRONG>Of course they are.</strong> They have been reported to
|
<STRONG>Of course they are.</strong> They have been reported to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user