Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion general/releases/4.5/4.5.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,12 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';

## Security fixes {/* #security-fixes */}

A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
{/* <!-- cspell:disable --> */}

- [MSA-26-0005](https://moodle.org/mod/forum/discuss.php?d=474063) - SQL injection risk in external database authentication plugin
- [MSA-26-0006](https://moodle.org/mod/forum/discuss.php?d=474064) - RCE risk via Moodle's Google Drive repository plugin
- [MSA-26-0007](https://moodle.org/mod/forum/discuss.php?d=474065) - Message panel breaks with messages from deleted users (messaging DoS risk)
- [MSA-26-0008](https://moodle.org/mod/forum/discuss.php?d=474066) - Upgrade PHPUnit version to avoid a security risk (upstream)
- [MSA-26-0010](https://moodle.org/mod/forum/discuss.php?d=474068) - Upgrade AWS SDK for PHP including security fix (upstream)
- [MSA-26-0011](https://moodle.org/mod/forum/discuss.php?d=474069) - CSRF and missing capability check in admin/mnet/peers.php
{/* <!-- cspell:enable --> */}
10 changes: 9 additions & 1 deletion general/releases/5.0/5.0.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,12 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';

## Security fixes {/* #security-fixes */}

A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
{/* <!-- cspell:disable --> */}

- [MSA-26-0005](https://moodle.org/mod/forum/discuss.php?d=474063) - SQL injection risk in external database authentication plugin
- [MSA-26-0006](https://moodle.org/mod/forum/discuss.php?d=474064) - RCE risk via Moodle's Google Drive repository plugin
- [MSA-26-0007](https://moodle.org/mod/forum/discuss.php?d=474065) - Message panel breaks with messages from deleted users (messaging DoS risk)
- [MSA-26-0009](https://moodle.org/mod/forum/discuss.php?d=474067) - CSRF risk in reset penalty rules functionality
- [MSA-26-0010](https://moodle.org/mod/forum/discuss.php?d=474068) - Upgrade AWS SDK for PHP including security fix (upstream)
- [MSA-26-0011](https://moodle.org/mod/forum/discuss.php?d=474069) - CSRF and missing capability check in admin/mnet/peers.php
{/* <!-- cspell:enable --> */}
10 changes: 9 additions & 1 deletion general/releases/5.1/5.1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,12 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';

## Security fixes {/* #security-fixes */}

A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
{/* <!-- cspell:disable --> */}

- [MSA-26-0005](https://moodle.org/mod/forum/discuss.php?d=474063) - SQL injection risk in external database authentication plugin
- [MSA-26-0006](https://moodle.org/mod/forum/discuss.php?d=474064) - RCE risk via Moodle's Google Drive repository plugin
- [MSA-26-0007](https://moodle.org/mod/forum/discuss.php?d=474065) - Message panel breaks with messages from deleted users (messaging DoS risk)
- [MSA-26-0009](https://moodle.org/mod/forum/discuss.php?d=474067) - CSRF risk in reset penalty rules functionality
- [MSA-26-0010](https://moodle.org/mod/forum/discuss.php?d=474068) - Upgrade AWS SDK for PHP including security fix (upstream)
- [MSA-26-0011](https://moodle.org/mod/forum/discuss.php?d=474069) - CSRF and missing capability check in admin/mnet/peers.php
{/* <!-- cspell:enable --> */}
Loading