Security announcements

MSA-12-0056: Information leak in drag-and-drop

by Michael de Raadt -
Topic: Information disclosure in yui_combo.php
Severity/Risk: Minor
Versions affected: 2.3 to 2.3.1+
Reported by: Mark Baseggio
Issue no.: MDL-35168

CVE Identifier:

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

Description:

The drag-and-drop script was responding to bad requests with information that included the full path to scripts on the server.

MSA-12-0055: Web service access token issue

by Michael de Raadt -
Topic: A web service token allows the user to run functions from any external service, not just those linked to the external service the token is for
Severity/Risk: Serious
Versions affected: 2.3 to 2.3.1+, 2.2 to 2.2.4+, 2.1 to 2.1.7+
Reported by: Nathan Mares
Issue no.: MDL-34368

CVE Identifier:

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

Description:

Users with permission to access multiple services were able to use a token from one service to access another.

MSA-12-0054: Course reset permission issue

by Michael de Raadt -
Topic: Course reset not protected by proper capability
Severity/Risk: Minor
Versions affected: 2.3 to 2.3.1+, 2.2 to 2.2.4+, 2.1 to 2.1.7+
Reported by: Rex Lorenzo
Issue no.: MDL-34519

CVE Identifier:

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

Description:

The course reset link was protected by a correct permission but the reset page itself was being checked for a different permission.

MSA-12-0053: Blog file access issue

by Michael de Raadt -
Topic: 'publishstate' === 'public'
Severity/Risk: Minor
Versions affected: 2.3 to 2.3.1+, 2.2 to 2.2.4+, 2.1 to 2.1.7+
Reported by: Kyle Decot
Issue no.: MDL-34585

CVE Identifier:

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

Description:

Files embedded as part of a blog were being delivered without checking the publication state properly.

MSA-12-0052: Course topics permission issue

by Michael de Raadt -
Topic: Permissions problems in topic course format
Severity/Risk: Minor
Versions affected: 2.3 to 2.3.1+, 2.2 to 2.2.4+
Reported by: Alexander Bias
Issue no.: MDL-28207

CVE Identifier:

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

Description:

Users with course editing capabilities, but without permission to show/hide topics and set the current topic were able to complete these actions under certain conditions.

MSA-12-0051: File upload size constraint issue

by Michael de Raadt -
Topic: /repository/repository_ajax.php allows you to supply -1 for "maxbytes" and side step moodle file size restrictions
Severity/Risk: Minor
Versions affected: 2.3 to 2.3.1+, 2.2 to 2.2.4+
Reported by: Andrew Davis
Issue no.: MDL-30792

CVE Identifier:

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

Description:

It was possible for a user to manipulate script parameters to upload a file larger than set limits.

MSA-12-0050: Potential DOS attack through database activity

by Michael de Raadt -
Topic: database activity advanced search can be very dangerous (backport of MDL-17327)
Severity/Risk: Minor
Versions affected: 2.2 to 2.2.3+, 2.1 to 2.1.6+, 2.0 to 2.0.9+, 1.9 to 1.9.18+
Reported by: Séverin Terrier
Issue no.: MDL-32126

CVE Identifier:

CVE-2012-3398
Changes (2.2): http://git.moodle.org/gw?p=moodle.git&a=search&h=refs%2Fheads%2FMOODLE_22_STABLE&st=commit&s=MDL-32126

Description:

Inefficient queries on a database activity with a large number of records could have caused long periods of high CPU load, crippling a system.

MSA-12-0049: Group restricted activity displayed to all users

by Michael de Raadt -
Topic: Grouping restriction settings not applied correctly when Restrict Access set to greyed-out
Severity/Risk: Minor
Versions affected: 2.3, 2.2 to 2.2.3+, 2.1 to 2.1.6+, 2.0 to 2.0.9+
Reported by: Luke Tucker
Issue no.: MDL-33466

CVE Identifier:

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

Description:

"Restrict access" conditions were incorrectly overriding grouping settings when displaying activities.

MSA-12-0048: Possible XSS in cohort administration

by Michael de Raadt -
Topic: Possible XSS vuln caused by MDL-31691 commit
Severity/Risk: Minor
Versions affected: 2.3, 2.2 to 2.2.3+, 2.1 to 2.1.6+, 2.0 to 2.0.9+
Reported by: Eugene
Issue no.: MDL-34045

CVE Identifier:

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

Description:

Fields used in the administration of cohorts were not being correctly filtered.

MSA-12-0047: SQL injection potential in Feedback module

by Michael de Raadt -
Topic: Feedback module abuses data_submitted
Severity/Risk: Serious
Versions affected: 2.2 to 2.2.3+, 2.1 to 2.1.6+, 2.0 to 2.0.9+
Reported by: Dan Marsden
Issue no.: MDL-27675

CVE Identifier:

CVE-2012-3395
Changes (2.2): http://git.moodle.org/gw?p=moodle.git&a=search&h=9d8d2ee6192e8b7ebb6713bd6215e06f94e2a9f7&st=commit&s=MDL-27675

Description:

The Feedback module was accepting some form data without filtering.