Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32c6ddc

Browse files
1 parent 5a9f2e1 commit 32c6ddc

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,46 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-xhfx-rm8q-c3xv",
4-
"modified": "2022-05-24T17:40:31Z",
4+
"modified": "2023-07-10T22:23:56Z",
55
"published": "2022-05-24T17:40:31Z",
66
"aliases": [
77
"CVE-2021-20183"
88
],
9+
"summary": "Moodle Vulnerable to Reflected XSS",
910
"details": "It was found in Moodle before version 3.10.1 that some search inputs were vulnerable to reflected XSS due to insufficient escaping of search queries.",
1011
"severity": [
1112

1213
],
1314
"affected": [
14-
15+
{
16+
"package": {
17+
"ecosystem": "Packagist",
18+
"name": "moodle/moodle"
19+
},
20+
"ranges": [
21+
{
22+
"type": "ECOSYSTEM",
23+
"events": [
24+
{
25+
"introduced": "0"
26+
},
27+
{
28+
"fixed": "4.0.0-beta"
29+
}
30+
]
31+
}
32+
]
33+
}
1534
],
1635
"references": [
1736
{
1837
"type": "ADVISORY",
1938
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20183"
2039
},
40+
{
41+
"type": "WEB",
42+
"url": "https://github.com/moodle/moodle/commit/dc9de7b0d487b73c23c221dc0b8b6e01654921f3"
43+
},
2144
{
2245
"type": "WEB",
2346
"url": "https://moodle.org/mod/forum/discuss.php?d=417166"
@@ -28,8 +51,8 @@
2851
"CWE-79"
2952
],
3053
"severity": "MODERATE",
31-
"github_reviewed": false,
32-
"github_reviewed_at": null,
54+
"github_reviewed": true,
55+
"github_reviewed_at": "2023-07-10T22:23:56Z",
3356
"nvd_published_at": "2021-01-28T19:15:00Z"
3457
}
3558
}

0 commit comments

Comments
 (0)