Skip to content

Commit 64975cb

Browse files
1 parent 9c0257b commit 64975cb

File tree

4 files changed

+260
-88
lines changed

4 files changed

+260
-88
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-34g7-pg9j-pxgp",
4+
"modified": "2025-04-25T17:28:42Z",
5+
"published": "2025-04-25T15:31:24Z",
6+
"aliases": [
7+
"CVE-2025-3647"
8+
],
9+
"summary": "Moodle allows IDOR when accessing the cohorts report",
10+
"details": "A flaw was discovered in Moodle. Additional checks were required to ensure that users can only access cohort data they are authorized to retrieve.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "moodle/moodle"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "4.1.18"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Packagist",
40+
"name": "moodle/moodle"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "4.3.0-beta"
48+
},
49+
{
50+
"fixed": "4.3.12"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Packagist",
59+
"name": "moodle/moodle"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "4.4.0-beta"
67+
},
68+
{
69+
"fixed": "4.4.8"
70+
}
71+
]
72+
}
73+
]
74+
},
75+
{
76+
"package": {
77+
"ecosystem": "Packagist",
78+
"name": "moodle/moodle"
79+
},
80+
"ranges": [
81+
{
82+
"type": "ECOSYSTEM",
83+
"events": [
84+
{
85+
"introduced": "4.5.0-beta"
86+
},
87+
{
88+
"fixed": "4.5.4"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
],
95+
"references": [
96+
{
97+
"type": "ADVISORY",
98+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3647"
99+
},
100+
{
101+
"type": "WEB",
102+
"url": "https://github.com/moodle/moodle/commit/bd6ec0ac84cf0f73ab35e7e244e1f9b06929083a"
103+
},
104+
{
105+
"type": "WEB",
106+
"url": "https://access.redhat.com/security/cve/CVE-2025-3647"
107+
},
108+
{
109+
"type": "WEB",
110+
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359762"
111+
},
112+
{
113+
"type": "PACKAGE",
114+
"url": "https://github.com/moodle/moodle"
115+
},
116+
{
117+
"type": "WEB",
118+
"url": "https://moodle.org/mod/forum/discuss.php?d=467607"
119+
}
120+
],
121+
"database_specific": {
122+
"cwe_ids": [
123+
"CWE-863"
124+
],
125+
"severity": "MODERATE",
126+
"github_reviewed": true,
127+
"github_reviewed_at": "2025-04-25T17:28:41Z",
128+
"nvd_published_at": "2025-04-25T15:15:38Z"
129+
}
130+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-pj96-xh2w-fgqx",
4+
"modified": "2025-04-25T17:28:36Z",
5+
"published": "2025-04-25T15:31:23Z",
6+
"aliases": [
7+
"CVE-2025-3645"
8+
],
9+
"summary": "Moodle has an IDOR in messaging web service which allows access to some user details",
10+
"details": "A flaw was found in Moodle. Insufficient capability checks in a messaging web service allowed users to view other users' names and online statuses.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "moodle/moodle"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "4.1.18"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Packagist",
40+
"name": "moodle/moodle"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "4.3.0-beta"
48+
},
49+
{
50+
"fixed": "4.3.12"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Packagist",
59+
"name": "moodle/moodle"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "4.4.0-beta"
67+
},
68+
{
69+
"fixed": "4.4.8"
70+
}
71+
]
72+
}
73+
]
74+
},
75+
{
76+
"package": {
77+
"ecosystem": "Packagist",
78+
"name": "moodle/moodle"
79+
},
80+
"ranges": [
81+
{
82+
"type": "ECOSYSTEM",
83+
"events": [
84+
{
85+
"introduced": "4.5.0-beta"
86+
},
87+
{
88+
"fixed": "4.5.4"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
],
95+
"references": [
96+
{
97+
"type": "ADVISORY",
98+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3645"
99+
},
100+
{
101+
"type": "WEB",
102+
"url": "https://access.redhat.com/security/cve/CVE-2025-3645"
103+
},
104+
{
105+
"type": "WEB",
106+
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359761"
107+
},
108+
{
109+
"type": "PACKAGE",
110+
"url": "https://github.com/moodle/moodle"
111+
},
112+
{
113+
"type": "WEB",
114+
"url": "https://github.com/search?q=repo%3Amoodle%2Fmoodle+MDL-72704&type=commits"
115+
},
116+
{
117+
"type": "WEB",
118+
"url": "https://moodle.org/mod/forum/discuss.php?d=467606"
119+
}
120+
],
121+
"database_specific": {
122+
"cwe_ids": [
123+
"CWE-863"
124+
],
125+
"severity": "MODERATE",
126+
"github_reviewed": true,
127+
"github_reviewed_at": "2025-04-25T17:28:36Z",
128+
"nvd_published_at": "2025-04-25T15:15:38Z"
129+
}
130+
}

advisories/unreviewed/2025/04/GHSA-34g7-pg9j-pxgp/GHSA-34g7-pg9j-pxgp.json

-44
This file was deleted.

advisories/unreviewed/2025/04/GHSA-pj96-xh2w-fgqx/GHSA-pj96-xh2w-fgqx.json

-44
This file was deleted.

0 commit comments

Comments
 (0)