Skip to content

Commit 696d7c9

Browse files
1 parent 731351c commit 696d7c9

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-ggxq-2mg9-8966",
4+
"modified": "2026-02-25T15:52:47Z",
5+
"published": "2026-02-21T06:30:16Z",
6+
"aliases": [
7+
"CVE-2026-26045"
8+
],
9+
"summary": "Moodle has a Remote Code Execution risk via file restore",
10+
"details": "A flaw was identified in Moodle’s backup restore functionality where specially crafted backup files were not properly validated during processing. If a malicious backup file is restored, it could lead to unintended execution of server-side code. Since restore capabilities are typically available to privileged users, exploitation requires authenticated access. Successful exploitation could result in full compromise of the Moodle server.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
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.1.0-beta"
29+
},
30+
{
31+
"fixed": "5.1.2"
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": "5.0.0-beta"
48+
},
49+
{
50+
"fixed": "5.0.5"
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": "0"
67+
},
68+
{
69+
"fixed": "4.5.9"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26045"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://github.com/moodle/moodle/commit/566054ba11f609a6d48d09b32e85d435d49927da"
84+
},
85+
{
86+
"type": "WEB",
87+
"url": "https://access.redhat.com/security/cve/CVE-2026-26045"
88+
},
89+
{
90+
"type": "WEB",
91+
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2440901"
92+
},
93+
{
94+
"type": "PACKAGE",
95+
"url": "https://github.com/moodle/moodle"
96+
},
97+
{
98+
"type": "WEB",
99+
"url": "https://moodle.org/mod/forum/discuss.php?d=473314"
100+
}
101+
],
102+
"database_specific": {
103+
"cwe_ids": [
104+
"CWE-94"
105+
],
106+
"severity": "HIGH",
107+
"github_reviewed": true,
108+
"github_reviewed_at": "2026-02-25T15:52:47Z",
109+
"nvd_published_at": "2026-02-21T06:16:58Z"
110+
}
111+
}

advisories/unreviewed/2026/02/GHSA-ggxq-2mg9-8966/GHSA-ggxq-2mg9-8966.json

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

0 commit comments

Comments
 (0)