[Midnightbsd-cvs] mports: www/moinmoin: Update to 1.9.3.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 9 11:19:33 EDT 2010


Log Message:
-----------
Update to 1.9.3.

XSS by unescaped content emitted by theme.add_msg (CVE-2010-2487). Affected: likely all up to 1.9.2
fix XSS in template parameter
fix another potential XSS issue
fix more potential XSS issues
The portion of the above that patches MoinMoin/action/RenamePage.py has two problems
It doesn't apply directly to the 1.9.2 base because of other changes.
Use this diff made against 1.9.2 for applying to 1.9.2 installation: http://paste.pocoo.org/show/221927/ -- EugeneSyromyatnikov 2010-06-04 15:27:17
It contains an extraneous merge artifact ">>>>>>> other".
This issue (excuse me for my fault) fixed in http://hg.moinmo.in/moin/1.9/rev/60fde500cbc2 -- EugeneSyromyatnikov 2010-06-04 15:27:17
There is another problem with the above patch. The patch to MoinMoin/action/login.py does not import wikiutil and at least the 1.9.2 base does not have that import. -- MarkSapiro 2010-06-06 02:36:20
f8871116c6b3 -- EugeneSyromyatnikov 2010-06-06 05:38:08
fix XSS in Despam action (CVE-2010-0828) - thanks to Jamie Strandboge (Ubuntu) for fixing
To avoid the issue, please be careful when using Despam action (it is only available for superuser) - please check the page names of the pages to despam first. If they look strange (like containing javascript or html), then don't use Despam to clean them up. If you don't need Despam, you could of course also use actions_excluded to completely disable it.
Fixes security issues of moin 1.9.1:

1.9.2 fixes CVE-2010-0669.
1.9.2 fixes CVE-2010-0668 (and also CVE-2010-0717 which is just another sub-issue of the same issue)

Modified Files:
--------------
    mports/www/moinmoin:
        Makefile (r1.7 -> r1.8)
        (http://cvsweb.midnightbsd.org/mports/www/moinmoin/Makefile?r1=1.7&r2=1.8)
        distinfo (r1.7 -> r1.8)
        (http://cvsweb.midnightbsd.org/mports/www/moinmoin/distinfo?r1=1.7&r2=1.8)
        pkg-plist (r1.7 -> r1.8)
        (http://cvsweb.midnightbsd.org/mports/www/moinmoin/pkg-plist?r1=1.7&r2=1.8)

Added Files:
-----------
    mports/www/moinmoin/files:
        patch-setup.py (r1.1)
        (http://cvsweb.midnightbsd.org/mports/www/moinmoin/files/patch-setup.py?rev=1.1&content-type=text/x-cvsweb-markup)
        patch-wiki-server-moin.fcgi (r1.1)
        (http://cvsweb.midnightbsd.org/mports/www/moinmoin/files/patch-wiki-server-moin.fcgi?rev=1.1&content-type=text/x-cvsweb-markup)


More information about the Midnightbsd-cvs mailing list