Skip to content

Commit 7c074ca

Browse files
1 parent 8aa0825 commit 7c074ca

File tree

1 file changed

+65
-4
lines changed

1 file changed

+65
-4
lines changed

advisories/unreviewed/2022/05/GHSA-xpv7-93cm-4mxv/GHSA-xpv7-93cm-4mxv.json renamed to advisories/github-reviewed/2022/05/GHSA-xpv7-93cm-4mxv/GHSA-xpv7-93cm-4mxv.json

Lines changed: 65 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,74 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-xpv7-93cm-4mxv",
4-
"modified": "2022-05-24T17:21:40Z",
4+
"modified": "2024-11-01T23:09:01Z",
55
"published": "2022-05-24T17:21:40Z",
66
"aliases": [
77
"CVE-2020-15005"
88
],
9+
"summary": "img_auth.php may leak private extension images into the public cache",
910
"details": "In MediaWiki before 1.31.8, 1.32.x and 1.33.x before 1.33.4, and 1.34.x before 1.34.2, private wikis behind a caching server using the img_auth.php image authorization security feature may have had their files cached publicly, so any unauthorized user could view them. This occurs because Cache-Control and Vary headers were mishandled.",
1011
"severity": [
1112

1213
],
1314
"affected": [
14-
15+
{
16+
"package": {
17+
"ecosystem": "Packagist",
18+
"name": "mediawiki/core"
19+
},
20+
"ranges": [
21+
{
22+
"type": "ECOSYSTEM",
23+
"events": [
24+
{
25+
"introduced": "0"
26+
},
27+
{
28+
"fixed": "1.31.8"
29+
}
30+
]
31+
}
32+
]
33+
},
34+
{
35+
"package": {
36+
"ecosystem": "Packagist",
37+
"name": "mediawiki/core"
38+
},
39+
"ranges": [
40+
{
41+
"type": "ECOSYSTEM",
42+
"events": [
43+
{
44+
"introduced": "1.32.0"
45+
},
46+
{
47+
"fixed": "1.33.4"
48+
}
49+
]
50+
}
51+
]
52+
},
53+
{
54+
"package": {
55+
"ecosystem": "Packagist",
56+
"name": "mediawiki/core"
57+
},
58+
"ranges": [
59+
{
60+
"type": "ECOSYSTEM",
61+
"events": [
62+
{
63+
"introduced": "1.34.0"
64+
},
65+
{
66+
"fixed": "1.34.2"
67+
}
68+
]
69+
}
70+
]
71+
}
1572
],
1673
"references": [
1774
{
@@ -30,6 +87,10 @@
3087
"type": "WEB",
3188
"url": "https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/REL1_34/RELEASE-NOTES-1.34"
3289
},
90+
{
91+
"type": "PACKAGE",
92+
"url": "https://github.com/wikimedia/mediawiki"
93+
},
3394
{
3495
"type": "WEB",
3596
"url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00034.html"
@@ -56,8 +117,8 @@
56117
"CWE-200"
57118
],
58119
"severity": "MODERATE",
59-
"github_reviewed": false,
60-
"github_reviewed_at": null,
120+
"github_reviewed": true,
121+
"github_reviewed_at": "2024-11-01T23:09:01Z",
61122
"nvd_published_at": "2020-06-24T23:15:00Z"
62123
}
63124
}

0 commit comments

Comments
 (0)