Security announcements

MSA-12-0040: Capabilities issue through caching

بواسطة - Michael de Raadt
Topic: lib/accesslib.php is_enrolled doesn't check capabilities for cached users
Severity/Risk: Minor
Versions affected: 2.3, 2.2 to 2.2.3+
Reported by: Andrew Nicols
Issue no.: MDL-33916

CVE Identifier:

CVE-2012-3388
Changes (master): http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-33916

Description:

Capability checks were not working properly after a user record had been cached.

MSA-12-0039: File upload validation issue

بواسطة - Michael de Raadt
Topic: file_save_draft_area_files() does not validate references are allowed
Severity/Risk: Minor
Versions affected: 2.3
Reported by: Petr Škoda
Issue no.: MDL-33948

CVE Identifier:

CVE-2012-3387
Changes (master): http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-33948

Description:

Where file shortcuts/aliases were not permitted, this was being validated at the client, but not on the server.

MSA-12-0038: Calendar event write permission issue

بواسطة - Michael de Raadt
Topic: Calendar New Entry still shows and works for roles preventing calendar entry
Severity/Risk: Minor
Versions affected: 2.2 to 2.2.2+, 2.1 to 2.1.5+, 2.0 to 2.0.8+, 1.9 to 1.9.17+
Reported by: Martin Huntley
Issue no.: MDL-18335

CVE Identifier:

CVE-2012-2367
Changes (master): http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-18335

Description:

Users without appropriate permissions were able to access the new calendar entry page and create a calendar entry.

MSA-12-0037: Write access issue in Database activity module

بواسطة - Michael de Raadt
Topic: It's possible for any user to overwrite site wide database presets
Severity/Risk: Minor
Versions affected: 2.2 to 2.2.2+, 2.1 to 2.1.5+
Reported by: Dan Poltawski
Issue no.: MDL-31763

CVE Identifier:

CVE-2012-2366
Changes (master): http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-31763

Description:

Users were able to overwrite site-wide Database activity presets created by other users.

MSA-12-0036: Cross-site scripting vulnerability in category identifier

بواسطة - Michael de Raadt
Topic: XSS in /cohort/edit.php (POST parameter: idnumber)
Severity/Risk: Serious
Versions affected: 2.2 to 2.2.2+, 2.1 to 2.1.5+, 2.0 to 2.0.8+
Reported by: Dan Poltawski
Issue no.: MDL-31691

CVE Identifier:

CVE-2012-2365
Changes (master): http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-31691

Description:

The idnumber field, an arbitrary unique identifier for a category, was able to be entered without being filtered.

MSA-12-0035: Cross-site scripting vulnerability in "download all"

بواسطة - Michael de Raadt
Topic: Content-Type is TEXT/HTML for zip Download instead of application/x-zip-compressed or forced download
Severity/Risk: Minor
Versions affected: 2.2 to 2.2.2+, 2.1 to 2.1.5+, 2.0 to 2.0.8+
Reported by: Asaf Ohaion
Workaround: Avoid "download all" feature in Assignment
Issue no.: MDL-31558

CVE Identifier:

CVE-2012-2364
Changes (master): http://git.moodle.org/gw?p=moodle.git;a=commit;h=ce4126c7a9e07dd0514f7ac297b5e60cad0b8d20

Description:

An incorrect mimetype was being reported for zipped assignment submissions, causing some browsers to render the response. The fix for this issue also prevents incorrect use of file sending functions by third-party modules.

MSA-12-0034: Potential SQL injection issue

بواسطة - Michael de Raadt
Topic: Stored SQL Injection in calendar
Severity/Risk: Serious
Versions affected: 1.9 to 1.9.17+
Reported by: Simon Coggins
Issue no.: MDL-31746

CVE Identifier:

CVE-2012-2363
Changes (1.9): http://git.moodle.org/gw?p=moodle.git&a=search&h=refs%2Fheads%2FMOODLE_19_STABLE&st=commit&s=MDL-31746

Description:

It was possible to include unfiltered information when adding a calendar event that was stored in the database.

MSA-12-0033: Cross-site scripting vulnerability in Blog

بواسطة - Michael de Raadt
Topic: XSS bug in blog/index.php in IE
Severity/Risk: Serious
Versions affected: 1.9 to 1.9.17+
Reported by: Simon Coggins
Issue no.: MDL-31745

CVE Identifier:

CVE-2012-2362
Changes (1.9): http://git.moodle.org/gw?p=moodle.git;a=commit;h=038131c8b5614f18c14d964dc53b6960ae6c30d8

Description:

Parameters sent to the Blog module were not sufficiently filtered. This allowed the potential for cross-site scripting in IE.

MSA-12-0032: Cross-site scripting vulnerability in Web services

بواسطة - Michael de Raadt
Topic: XSS in /admin/webservice/service.php
Severity/Risk: Serious
Versions affected: 2.2 to 2.2.2+, 2.1 to 2.1.5+, 2.0 to 2.0.8+
Reported by: Dan Poltawski
Workaround: Avoid Web services
Issue no.: MDL-31694

CVE Identifier:

CVE-2012-2361
Changes (master): http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-31694

Description:

The name parameter, sent to the Web service script service.php, was not being filtered correctly.

MSA-12-0031: Cross-site scripting vulnerability in Wiki

بواسطة - Michael de Raadt
Topic: Injection and XSS vulnerability in wiki through insufficient validation
Severity/Risk: Serious
Versions affected: 2.2 to 2.2.2+, 2.1 to 2.1.5+, 2.0 to 2.0.8+
Reported by: Sam Hemelryk
Issue no.: MDL-32018

CVE Identifier:

CVE-2012-2360
Changes (master): http://git.moodle.org/gw?p=moodle.git&a=search&h=HEAD&st=commit&s=MDL-32018

Description:

It was possible to inject unfiltered HTML into a wiki page title.