From 75bc86106850f06a0ffb7e7287e60bdc2483fbe8 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 16 May 2014 15:51:00 +0300 Subject: [PATCH] add files --- Supybot.html | 101 +++++++++++++++++++++++++++ Supybot.html.md | 167 +++++++++++++++++++++++++++++++++++++++++++++ css.css | 37 ++++++++++ header.html | 19 ++++++ header.html.md | 19 ++++++ index.html | 17 +++++ index.real.html | 20 ++++++ index.real.html.md | 31 +++++++++ navbar.html | 20 ++++++ navbar.html.md | 23 +++++++ 10 files changed, 454 insertions(+) create mode 100644 Supybot.html create mode 100644 Supybot.html.md create mode 100644 css.css create mode 100644 header.html create mode 100644 header.html.md create mode 100644 index.html create mode 100644 index.real.html create mode 100644 index.real.html.md create mode 100644 navbar.html create mode 100644 navbar.html.md diff --git a/Supybot.html b/Supybot.html new file mode 100644 index 000000000..943d6a738 --- /dev/null +++ b/Supybot.html @@ -0,0 +1,101 @@ + + + + + +Security issues of Supybot + + + + + +

Latest version of Supybot was released in 2005

+

All activity happens in git repository of Supybot nowadays and it happens seldomly. The version, which was released in 2005 is 0.83.4.1.

+

It's available from SourceForge, Debian repositories, Ubuntu repositories and repositories of many other Linux distributions.

+

0.83.4.1 has critical issues

+

What issues?

+

1. Anyone can crash it and computer where it's running on

+

And this is very easy. Just run the command

+
!misc last --regexp m/(.*\w){512}/
+

where ! is the prefix character.

+

Misc is loaded by default and cannot be unloaded without modifying the config.

+

2. The previous wasn't the only way to do this

+

Everyone can also make the bot count an equation, which brings it and the host computer down.

+

For example:

+
!math calc factorial(999999)
+

3. Anyone can access network services via the bot.

+

I don't have example command for this, but it happens by nesting "format cut" and "misc tell".

+

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 ( FF ? DCC SEND “ff???f??????????????” 0 0 0 ) which make them reconnect to the internet.

+

Usage:

+
!web title <malicious.page.here>
+!web fetch <malicious.page.here>
+

Note that web fetch is disabled by default.

+

Are these issues publicly known?

+

Of course they are. They have been reported to

+
    +
  1. Ubuntu, issue 1 and issue 2
  2. +
+
    +
  1. Debian, issue 1 and issue 2.
  2. +
+

The first issue has been also used to take down some of Ubuntu IRC bots several times. At least UbotX (I don't remember the number) and meetingology.

+
    +
  1. to their IRC channel.
  2. +
+

Some of them are fixed in git repository, but most people aren't using it.

+

How to avoid them?

+

You can add anticapability for these commands using "owner defaultcapability", but that is only a temporary solution. There can also be other issues.

+

There are also two active Supybot forks, known as Limnoria and Gribble, which are actively developed and have fixed these issues. If you want permanent solution, you should install either of them.

+

I recommend Limnoria, because it seems to be more active (activity of Gribble isn't announced anywhere) and it has additional commands, translations and new plugin called PluginDownloader, which makes installing of 3rd party plugins easy. Ohloh supports comparing different projescts, here is comparsion of Limnoria, Gribble and Supybot.

+

If you use Debian/Ubuntu or any Debian based distribution, you can get stable version of Limnoria here or testing version here.

+

The links above should always be the latest version of Limnoria and they are updated daily.

+

Gribble modifications when compared to Supybot.

+

Limnoria modifications when compared to Gribble. Features of Gribble have been fully merged to Limnoria.

+

Your current botname.conf is 100% compatible with forks.

+

Join Supybot channels on freenode!

+

Changelog of this page.

+
+ +
+ + + +

+comments powered by Disqus +

+ + + + + + diff --git a/Supybot.html.md b/Supybot.html.md new file mode 100644 index 000000000..54d3bdd72 --- /dev/null +++ b/Supybot.html.md @@ -0,0 +1,167 @@ + + + + + + + + +Security issues of Supybot + + + + +# Latest version of Supybot was released in 2005 + +All activity happens in git repository of Supybot nowadays and it happens seldomly. The version, which was released in 2005 is 0.83.4.1. + +It's available from [SourceForge], Debian repositories, Ubuntu repositories and repositories of many other Linux distributions. + +[SourceForge]:http://supybot.sf.net/ + +# 0.83.4.1 has critical issues + +What issues? + +## 1. Anyone can crash it and computer where it's running on + +And this is very easy. Just run the command + +``` +!misc last --regexp m/(.*\w){512}/ +``` + +where ! is the prefix character. + +Misc is loaded by default and cannot be unloaded without modifying the config. + +## 2. The previous wasn't the only way to do this + +Everyone can also make the bot count an equation, which brings it and the host computer down. + +For example: + +``` +!math calc factorial(999999) +``` + +## 3. Anyone can access network services via the bot. + +I don't have example command for this, but it happens by nesting "format cut" and "misc tell". + +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 ( FF ? DCC SEND “ff???f??????????????” 0 0 0 ) which make +them reconnect to the internet. + +Usage: + +``` +!web title +!web fetch +``` + +Note that web fetch is disabled by default. + +# Are these issues publicly known? + +Of course they are. They have been reported to + +1. [Ubuntu], [issue 1] and [issue 2] + +[Ubuntu]:http://ubuntu.com/ +[issue 1]:https://bugs.launchpad.net/ubuntu/+source/supybot/+bug/996947 +[issue 2]:https://bugs.launchpad.net/ubuntu/+source/supybot/+bug/996950 + +2. [Debian], [issue 1] and [issue 2]. + +[Debian]:http://debian.org/ +[issue 1]:http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672214 +[issue 2]:http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672215 + +The first issue has been also used to take down some of [Ubuntu IRC bots] several times. At least UbotX (I don't remember the number) and meetingology. + +[Ubuntu IRC bots]:https://wiki.ubuntu.com/IRC/Bots + +3. to their IRC channel. + +Some of them are fixed in git repository, but most people aren't using it. + +## How to avoid them? + +You can add anticapability for these commands using "owner defaultcapability", but that is only a temporary solution. There can also be other issues. + +There are also two active Supybot forks, known as [Limnoria] and [Gribble], which are actively developed and have fixed these issues. If you want permanent solution, you should install either of them. + +I recommend [Limnoria], because it seems to be more active (activity of [Gribble] isn't announced anywhere) and it has additional commands, translations and new plugin called [PluginDownloader], which makes installing of 3rd party plugins easy. Ohloh supports comparing different projescts, [here is comparsion of Limnoria, Gribble and Supybot](https://www.ohloh.net/p/compare?project_0=Limnoria&project_1=Gribble%3A+Support+Bottie&project_2=Supybot). + +If you use Debian/Ubuntu or any Debian based distribution, you can get [stable version of Limnoria here] or [testing version here]. + +The links above should always be the latest version of Limnoria and they are updated daily. + +[stable version of Limnoria here]:http://builds.progval.net/limnoria/limnoria-master-HEAD.deb +[testing version here]:http://builds.progval.net/limnoria/limnoria-testing-HEAD.deb + +[Gribble modifications when compared to Supybot.] + +[Limnoria modifications when compared to Gribble.] Features of Gribble have been fully merged to Limnoria. + +[Gribble modifications when compared to Supybot.]:http://sourceforge.net/apps/mediawiki/gribble/index.php?title=Gribble_Project_Git_Repository +[Limnoria modifications when compared to Gribble.]:https://github.com/ProgVal/Limnoria/wiki/LGC + +Your current botname.conf is 100% compatible with forks. + +[Join Supybot channels on freenode!] + +[Limnoria]:https://github.com/ProgVal/Limnoria +[Gribble]:http://sourceforge.net/apps/mediawiki/gribble/index.php?title=Main_Page +[PluginDownloader]:https://github.com/ProgVal/Limnoria/tree/master/plugins/PluginDownloader +[Join Supybot channels on freenode!]:irc://irc.freenode.net/#supybot,#gribble,#limnoria + +[Changelog of this page.] + +[Changelog of this page.]:https://github.com/Mkaysi/mkaysi.github.com/commits/master/IRC/Supybot.html.md + +
+ +
+ + + +

comments powered by Disqus +

+ + + + diff --git a/css.css b/css.css new file mode 100644 index 000000000..ed3ad01d0 --- /dev/null +++ b/css.css @@ -0,0 +1,37 @@ +h1, +h2, +h3, +h4, +h5, +h6 { + color: #FFFFFF; + background-color: #000000; + text-align: center +} + +body { + color: #FFFFFF; + background-color: #000000; + font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif; + text-align: justify-center +} + +pre { + color: #000000; + background-color: #FFFFFF; + font-family: "Ubuntu Mono", "DejaVu Sans Mono", Courier, "Courier New"; +} + +a:link { + color: #66FF66 +} + +a:visited { + color: red +} + +img { + display: inherit; + margin-left: auto; + margin-right: auto +} diff --git a/header.html b/header.html new file mode 100644 index 000000000..7a05c7f36 --- /dev/null +++ b/header.html @@ -0,0 +1,19 @@ + + + + + +Header + + + + + + + + + + + + + diff --git a/header.html.md b/header.html.md new file mode 100644 index 000000000..7d4d12204 --- /dev/null +++ b/header.html.md @@ -0,0 +1,19 @@ + + + + + + + + +Header + + + + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 000000000..e0ccf4906 --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + + + + + + Mikaela's Supybot site + + + + + + + + + diff --git a/index.real.html b/index.real.html new file mode 100644 index 000000000..5e716352d --- /dev/null +++ b/index.real.html @@ -0,0 +1,20 @@ + + + + + +The real index (not-iframe) + + + + + +

Welcome to Mikaela's Supybot pages. These are what remains of mkaysi.github.io's old Supybot related pages.

+

This site isn't official and won't help with most of issues. In case you are looking for official sites, they are here:

+

+Supybook +Supybot Website +Q & A website +Limnoria official documentation +Gribble Wiki

+

If you cannot find what you are looking for from them, please come to IRC and ask. The Support channels are #supybot,#limnoria on chat.freenode.net

+ + + + + diff --git a/index.real.html.md b/index.real.html.md new file mode 100644 index 000000000..2572202aa --- /dev/null +++ b/index.real.html.md @@ -0,0 +1,31 @@ + + + + + + + + +The real index (not-iframe) + + + + +Welcome to Mikaela's Supybot pages. These are what remains of +mkaysi.github.io's old Supybot related pages. + +This site isn't official and won't help with most of issues. In case you +are looking for official sites, they are here: + ++[Supybook](http://supybook.fealdia.org/devel/) ++[Supybot Website](http://supybot.aperio.fr/) + +[Q & A website](http://qa.supybot.aperio.fr/) + +[Limnoria official documentation](http://supybot.aperio.fr/doc/) ++[Gribble Wiki](http://sourceforge.net/apps/mediawiki/gribble/index.php?title=Main_Page) + +If you cannot find what you are looking for from them, please come to IRC +and ask. The Support channels are [#supybot,#limnoria on chat.freenode.net](ircs://chat.freenode.net:6697/#supybot,#limnoria) + + + + diff --git a/navbar.html b/navbar.html new file mode 100644 index 000000000..26d2efdaf --- /dev/null +++ b/navbar.html @@ -0,0 +1,20 @@ + + + + + +Navigation bar + + + + +

On-site links

+

Index

+

Security issues of Supybot

+ + + + + + + diff --git a/navbar.html.md b/navbar.html.md new file mode 100644 index 000000000..3bd5b7274 --- /dev/null +++ b/navbar.html.md @@ -0,0 +1,23 @@ + + + + + + + + +Navigation bar + + + +**On-site links** + +Index + +Security issues of Supybot + + + + + +