Skip to content

Commit 731351c

Browse files
1 parent c3fa647 commit 731351c

2 files changed

Lines changed: 111 additions & 40 deletions

File tree

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-cg8j-5cr2-568q",
4+
"modified": "2026-02-25T15:50:58Z",
5+
"published": "2026-02-21T06:30:16Z",
6+
"aliases": [
7+
"CVE-2026-26047"
8+
],
9+
"summary": "Moodle TeX formula editor is vulnerable to DoS through lack of execution time limits",
10+
"details": "A Denial of Service vulnerability was identified in Moodle’s TeX formula editor. When rendering TeX content using mimetex, insufficient execution time limits could allow specially crafted formulas to consume excessive server resources. An authenticated user could abuse this behavior to degrade performance or cause service interruption.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/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-26047"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://github.com/moodle/moodle/commit/8683b4a04939332e353cad1be51222930dc40b2c"
84+
},
85+
{
86+
"type": "WEB",
87+
"url": "https://access.redhat.com/security/cve/CVE-2026-26047"
88+
},
89+
{
90+
"type": "WEB",
91+
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2440905"
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=473316"
100+
}
101+
],
102+
"database_specific": {
103+
"cwe_ids": [
104+
"CWE-400"
105+
],
106+
"severity": "MODERATE",
107+
"github_reviewed": true,
108+
"github_reviewed_at": "2026-02-25T15:50:58Z",
109+
"nvd_published_at": "2026-02-21T06:17:00Z"
110+
}
111+
}

advisories/unreviewed/2026/02/GHSA-cg8j-5cr2-568q/GHSA-cg8j-5cr2-568q.json

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

0 commit comments

Comments
 (0)