Skip to content

Commit 16afd16

Browse files
1 parent 9ae7613 commit 16afd16

File tree

2 files changed

+111
-40
lines changed

2 files changed

+111
-40
lines changed
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-25wf-7x6c-wmpf",
4+
"modified": "2025-10-24T17:43:16Z",
5+
"published": "2025-10-23T12:31:17Z",
6+
"aliases": [
7+
"CVE-2025-62398"
8+
],
9+
"summary": "Moodle does not properly enforce MFA",
10+
"details": "A serious authentication flaw allowed attackers with valid credentials to bypass multi-factor authentication under certain conditions, potentially compromising user accounts.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/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": "5.0.0-beta"
29+
},
30+
{
31+
"fixed": "5.0.3"
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.5.0-beta"
48+
},
49+
{
50+
"fixed": "4.5.7"
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.11"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62398"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://github.com/moodle/moodle/commit/67005f8b2098096f4c7ca4f78ab9ce69415d703b"
84+
},
85+
{
86+
"type": "WEB",
87+
"url": "https://github.com/moodle/moodle/commit/a2078f781ae065ca1f781bd159c7615c84afcaa5"
88+
},
89+
{
90+
"type": "WEB",
91+
"url": "https://access.redhat.com/security/cve/CVE-2025-62398"
92+
},
93+
{
94+
"type": "WEB",
95+
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404431"
96+
},
97+
{
98+
"type": "PACKAGE",
99+
"url": "https://github.com/moodle/moodle"
100+
}
101+
],
102+
"database_specific": {
103+
"cwe_ids": [
104+
"CWE-287"
105+
],
106+
"severity": "MODERATE",
107+
"github_reviewed": true,
108+
"github_reviewed_at": "2025-10-24T17:43:16Z",
109+
"nvd_published_at": "2025-10-23T12:15:32Z"
110+
}
111+
}

advisories/unreviewed/2025/10/GHSA-25wf-7x6c-wmpf/GHSA-25wf-7x6c-wmpf.json

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)