Skip to content

Commit 919889f

Browse files
mickhawkinsandrewnicols
authored andcommitted
[docs] Add security announcements to 4.5.4 and friends
1 parent 75bcaab commit 919889f

File tree

4 files changed

+66
-8
lines changed

4 files changed

+66
-8
lines changed

general/releases/4.1/4.1.18.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,17 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
1818
<!-- cspell:enable -->
1919

2020
## Security fixes
21-
22-
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.
21+
<!-- cspell:disable -->
22+
- [MSA-25-0013](https://moodle.org/mod/forum/discuss.php?d=467592) - Remote code execution risk via MimeTeX command (upstream)
23+
- [MSA-25-0018](https://moodle.org/mod/forum/discuss.php?d=467597) - CSRF risk in user tours manager allows tour duplication
24+
- [MSA-25-0019](https://moodle.org/mod/forum/discuss.php?d=467598) - IDOR in RSS block allows access to additional RSS feeds
25+
- [MSA-25-0020](https://moodle.org/mod/forum/discuss.php?d=467599) - mod_data edit/delete pages pass CSRF token in GET parameter
26+
- [MSA-25-0021](https://moodle.org/mod/forum/discuss.php?d=467600) - CSRF risk in Brickfield tool's analysis request action
27+
- [MSA-25-0022](https://moodle.org/mod/forum/discuss.php?d=467601) - IDOR in web service allows users enrolled in a course to access some details of other users
28+
- [MSA-25-0023](https://moodle.org/mod/forum/discuss.php?d=467602) - Authenticated remote code execution risk in the Moodle LMS Dropbox repository
29+
- [MSA-25-0024](https://moodle.org/mod/forum/discuss.php?d=467603) - Authenticated remote code execution risk in the Moodle LMS EQUELLA repository
30+
- [MSA-25-0025](https://moodle.org/mod/forum/discuss.php?d=467604) - Reflected XSS risk in policy tool
31+
- [MSA-25-0026](https://moodle.org/mod/forum/discuss.php?d=467605) - AJAX section delete does not respect course_can_delete_section()
32+
- [MSA-25-0027](https://moodle.org/mod/forum/discuss.php?d=467606) - IDOR in messaging web service allows access to some user details
33+
- [MSA-25-0028](https://moodle.org/mod/forum/discuss.php?d=467607) - IDOR when accessing the cohorts report
34+
<!-- cspell:enable -->

general/releases/4.3/4.3.12.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,20 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
1818
<!-- cspell:enable -->
1919

2020
## Security fixes
21-
22-
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.
21+
<!-- cspell:disable -->
22+
- [MSA-25-0013](https://moodle.org/mod/forum/discuss.php?d=467592) - Remote code execution risk via MimeTeX command (upstream)
23+
- [MSA-25-0014](https://moodle.org/mod/forum/discuss.php?d=467593) - User DoS and name disclosure risks via IDOR in MFA email factor revoke action
24+
- [MSA-25-0015](https://moodle.org/mod/forum/discuss.php?d=467594) - Some user data available before completing second factor with MFA enabled
25+
- [MSA-25-0017](https://moodle.org/mod/forum/discuss.php?d=467596) - Self enrolment available before completing second factor with MFA enabled
26+
- [MSA-25-0018](https://moodle.org/mod/forum/discuss.php?d=467597) - CSRF risk in user tours manager allows tour duplication
27+
- [MSA-25-0019](https://moodle.org/mod/forum/discuss.php?d=467598) - IDOR in RSS block allows access to additional RSS feeds
28+
- [MSA-25-0020](https://moodle.org/mod/forum/discuss.php?d=467599) - mod_data edit/delete pages pass CSRF token in GET parameter
29+
- [MSA-25-0021](https://moodle.org/mod/forum/discuss.php?d=467600) - CSRF risk in Brickfield tool's analysis request action
30+
- [MSA-25-0022](https://moodle.org/mod/forum/discuss.php?d=467601) - IDOR in web service allows users enrolled in a course to access some details of other users
31+
- [MSA-25-0023](https://moodle.org/mod/forum/discuss.php?d=467602) - Authenticated remote code execution risk in the Moodle LMS Dropbox repository
32+
- [MSA-25-0024](https://moodle.org/mod/forum/discuss.php?d=467603) - Authenticated remote code execution risk in the Moodle LMS EQUELLA repository
33+
- [MSA-25-0025](https://moodle.org/mod/forum/discuss.php?d=467604) - Reflected XSS risk in policy tool
34+
- [MSA-25-0026](https://moodle.org/mod/forum/discuss.php?d=467605) - AJAX section delete does not respect course_can_delete_section()
35+
- [MSA-25-0027](https://moodle.org/mod/forum/discuss.php?d=467606) - IDOR in messaging web service allows access to some user details
36+
- [MSA-25-0028](https://moodle.org/mod/forum/discuss.php?d=467607) - IDOR when accessing the cohorts report
37+
<!-- cspell:enable -->

general/releases/4.4/4.4.8.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,20 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
4646
<!-- cspell:enable -->
4747

4848
## Security fixes
49-
50-
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.
49+
<!-- cspell:disable -->
50+
- [MSA-25-0013](https://moodle.org/mod/forum/discuss.php?d=467592) - Remote code execution risk via MimeTeX command (upstream)
51+
- [MSA-25-0014](https://moodle.org/mod/forum/discuss.php?d=467593) - User DoS and name disclosure risks via IDOR in MFA email factor revoke action
52+
- [MSA-25-0015](https://moodle.org/mod/forum/discuss.php?d=467594) - Some user data available before completing second factor with MFA enabled
53+
- [MSA-25-0017](https://moodle.org/mod/forum/discuss.php?d=467596) - Self enrolment available before completing second factor with MFA enabled
54+
- [MSA-25-0018](https://moodle.org/mod/forum/discuss.php?d=467597) - CSRF risk in user tours manager allows tour duplication
55+
- [MSA-25-0019](https://moodle.org/mod/forum/discuss.php?d=467598) - IDOR in RSS block allows access to additional RSS feeds
56+
- [MSA-25-0020](https://moodle.org/mod/forum/discuss.php?d=467599) - mod_data edit/delete pages pass CSRF token in GET parameter
57+
- [MSA-25-0021](https://moodle.org/mod/forum/discuss.php?d=467600) - CSRF risk in Brickfield tool's analysis request action
58+
- [MSA-25-0022](https://moodle.org/mod/forum/discuss.php?d=467601) - IDOR in web service allows users enrolled in a course to access some details of other users
59+
- [MSA-25-0023](https://moodle.org/mod/forum/discuss.php?d=467602) - Authenticated remote code execution risk in the Moodle LMS Dropbox repository
60+
- [MSA-25-0024](https://moodle.org/mod/forum/discuss.php?d=467603) - Authenticated remote code execution risk in the Moodle LMS EQUELLA repository
61+
- [MSA-25-0025](https://moodle.org/mod/forum/discuss.php?d=467604) - Reflected XSS risk in policy tool
62+
- [MSA-25-0026](https://moodle.org/mod/forum/discuss.php?d=467605) - AJAX section delete does not respect course_can_delete_section()
63+
- [MSA-25-0027](https://moodle.org/mod/forum/discuss.php?d=467606) - IDOR in messaging web service allows access to some user details
64+
- [MSA-25-0028](https://moodle.org/mod/forum/discuss.php?d=467607) - IDOR when accessing the cohorts report
65+
<!-- cspell:enable -->

general/releases/4.5/4.5.4.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,21 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
4949
<!-- cspell:enable -->
5050

5151
## Security fixes
52-
53-
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.
52+
<!-- cspell:disable -->
53+
- [MSA-25-0013](https://moodle.org/mod/forum/discuss.php?d=467592) - Remote code execution risk via MimeTeX command (upstream)
54+
- [MSA-25-0014](https://moodle.org/mod/forum/discuss.php?d=467593) - User DoS and name disclosure risks via IDOR in MFA email factor revoke action
55+
- [MSA-25-0015](https://moodle.org/mod/forum/discuss.php?d=467594) - Some user data available before completing second factor with MFA enabled
56+
- [MSA-25-0016](https://moodle.org/mod/forum/discuss.php?d=467595) - Assignment submissions search on anonymous submissions reveals student identities
57+
- [MSA-25-0017](https://moodle.org/mod/forum/discuss.php?d=467596) - Self enrolment available before completing second factor with MFA enabled
58+
- [MSA-25-0018](https://moodle.org/mod/forum/discuss.php?d=467597) - CSRF risk in user tours manager allows tour duplication
59+
- [MSA-25-0019](https://moodle.org/mod/forum/discuss.php?d=467598) - IDOR in RSS block allows access to additional RSS feeds
60+
- [MSA-25-0020](https://moodle.org/mod/forum/discuss.php?d=467599) - mod_data edit/delete pages pass CSRF token in GET parameter
61+
- [MSA-25-0021](https://moodle.org/mod/forum/discuss.php?d=467600) - CSRF risk in Brickfield tool's analysis request action
62+
- [MSA-25-0022](https://moodle.org/mod/forum/discuss.php?d=467601) - IDOR in web service allows users enrolled in a course to access some details of other users
63+
- [MSA-25-0023](https://moodle.org/mod/forum/discuss.php?d=467602) - Authenticated remote code execution risk in the Moodle LMS Dropbox repository
64+
- [MSA-25-0024](https://moodle.org/mod/forum/discuss.php?d=467603) - Authenticated remote code execution risk in the Moodle LMS EQUELLA repository
65+
- [MSA-25-0025](https://moodle.org/mod/forum/discuss.php?d=467604) - Reflected XSS risk in policy tool
66+
- [MSA-25-0026](https://moodle.org/mod/forum/discuss.php?d=467605) - AJAX section delete does not respect course_can_delete_section()
67+
- [MSA-25-0027](https://moodle.org/mod/forum/discuss.php?d=467606) - IDOR in messaging web service allows access to some user details
68+
- [MSA-25-0028](https://moodle.org/mod/forum/discuss.php?d=467607) - IDOR when accessing the cohorts report
69+
<!-- cspell:enable -->

0 commit comments

Comments
 (0)