Skip to content

Commit 4bcac02

Browse files
authored
Merge pull request #1382 from mickhawkins/main
[docs] Add security announcements to 5.0.1 and friends
2 parents a5e04f8 + eeebb0b commit 4bcac02

File tree

4 files changed

+37
-8
lines changed

4 files changed

+37
-8
lines changed

general/releases/4.1/4.1.19.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,12 @@ 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-0030](https://moodle.org/mod/forum/discuss.php?d=468501) - Password can be revealed in login page after log out due to caching
23+
- [MSA-25-0031](https://moodle.org/mod/forum/discuss.php?d=468502) - Upgrade ADOdb including security fix (upstream)
24+
- [MSA-25-0032](https://moodle.org/mod/forum/discuss.php?d=468503) - SSRF risk via DNS rebind
25+
- [MSA-25-0033](https://moodle.org/mod/forum/discuss.php?d=468504) - Course visibility not honoured consistently
26+
- [MSA-25-0034](https://moodle.org/mod/forum/discuss.php?d=468505) - CSRF risk in badges backpack management
27+
- [MSA-25-0035](https://moodle.org/mod/forum/discuss.php?d=468506) - Missing authorisation checks in BigBlueButton view page
28+
- [MSA-25-0036](https://moodle.org/mod/forum/discuss.php?d=468507) - IDOR allows fetching of recently accessed courses for other users via web service
29+
<!-- cspell:enable -->

general/releases/4.4/4.4.9.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,12 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
3939
<!-- cspell:enable -->
4040

4141
## Security fixes
42-
43-
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.
42+
<!-- cspell:disable -->
43+
- [MSA-25-0030](https://moodle.org/mod/forum/discuss.php?d=468501) - Password can be revealed in login page after log out due to caching
44+
- [MSA-25-0031](https://moodle.org/mod/forum/discuss.php?d=468502) - Upgrade ADOdb including security fix (upstream)
45+
- [MSA-25-0032](https://moodle.org/mod/forum/discuss.php?d=468503) - SSRF risk via DNS rebind
46+
- [MSA-25-0033](https://moodle.org/mod/forum/discuss.php?d=468504) - Course visibility not honoured consistently
47+
- [MSA-25-0034](https://moodle.org/mod/forum/discuss.php?d=468505) - CSRF risk in badges backpack management
48+
- [MSA-25-0035](https://moodle.org/mod/forum/discuss.php?d=468506) - Missing authorisation checks in BigBlueButton view page
49+
- [MSA-25-0036](https://moodle.org/mod/forum/discuss.php?d=468507) - IDOR allows fetching of recently accessed courses for other users via web service
50+
<!-- cspell:enable -->

general/releases/4.5/4.5.5.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,12 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
8383
<!-- cspell:enable -->
8484

8585
## Security fixes
86-
87-
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.
86+
<!-- cspell:disable -->
87+
- [MSA-25-0030](https://moodle.org/mod/forum/discuss.php?d=468501) - Password can be revealed in login page after log out due to caching
88+
- [MSA-25-0031](https://moodle.org/mod/forum/discuss.php?d=468502) - Upgrade ADOdb including security fix (upstream)
89+
- [MSA-25-0032](https://moodle.org/mod/forum/discuss.php?d=468503) - SSRF risk via DNS rebind
90+
- [MSA-25-0033](https://moodle.org/mod/forum/discuss.php?d=468504) - Course visibility not honoured consistently
91+
- [MSA-25-0034](https://moodle.org/mod/forum/discuss.php?d=468505) - CSRF risk in badges backpack management
92+
- [MSA-25-0035](https://moodle.org/mod/forum/discuss.php?d=468506) - Missing authorisation checks in BigBlueButton view page
93+
- [MSA-25-0036](https://moodle.org/mod/forum/discuss.php?d=468507) - IDOR allows fetching of recently accessed courses for other users via web service
94+
<!-- cspell:enable -->

general/releases/5.0/5.0.1.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,13 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
9292
<!-- cspell:enable -->
9393

9494
## Security fixes
95-
96-
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.
95+
<!-- cspell:disable -->
96+
- [MSA-25-0029](https://moodle.org/mod/forum/discuss.php?d=468500) - XSS risk in MathJax (safe extension not loaded)
97+
- [MSA-25-0030](https://moodle.org/mod/forum/discuss.php?d=468501) - Password can be revealed in login page after log out due to caching
98+
- [MSA-25-0031](https://moodle.org/mod/forum/discuss.php?d=468502) - Upgrade ADOdb including security fix (upstream)
99+
- [MSA-25-0032](https://moodle.org/mod/forum/discuss.php?d=468503) - SSRF risk via DNS rebind
100+
- [MSA-25-0033](https://moodle.org/mod/forum/discuss.php?d=468504) - Course visibility not honoured consistently
101+
- [MSA-25-0034](https://moodle.org/mod/forum/discuss.php?d=468505) - CSRF risk in badges backpack management
102+
- [MSA-25-0035](https://moodle.org/mod/forum/discuss.php?d=468506) - Missing authorisation checks in BigBlueButton view page
103+
- [MSA-25-0036](https://moodle.org/mod/forum/discuss.php?d=468507) - IDOR allows fetching of recently accessed courses for other users via web service
104+
<!-- cspell:enable -->

0 commit comments

Comments
 (0)