File tree Expand file tree Collapse file tree 2 files changed +29
-14
lines changed Expand file tree Collapse file tree 2 files changed +29
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "schema_version" : " 1.3.1" ,
2
3
"id" : " GO-2022-1130" ,
3
4
"published" : " 0001-01-01T00:00:00Z" ,
4
5
"modified" : " 0001-01-01T00:00:00Z" ,
38
39
"ecosystem_specific" : {
39
40
"imports" : [
40
41
{
41
- "path" : " github.com/prometheus/exporter-toolkit/web"
42
+ "path" : " github.com/prometheus/exporter-toolkit/web" ,
43
+ "symbols" : [
44
+ " Listen" ,
45
+ " ListenAndServe" ,
46
+ " Serve" ,
47
+ " ServeMultiple" ,
48
+ " webHandler.ServeHTTP"
49
+ ]
42
50
}
43
51
]
44
52
}
58
66
{
59
67
"name" : " Lei Wan"
60
68
}
61
- ],
62
- "schema_version" : " 1.3.1"
69
+ ]
63
70
}
Original file line number Diff line number Diff line change 1
1
modules :
2
- - module : github.com/prometheus/exporter-toolkit
3
- versions :
4
- - fixed : 0.7.2
5
- - introduced : 0.8.0
6
- fixed : 0.8.2
7
- packages :
8
- - package : github.com/prometheus/exporter-toolkit/web
2
+ - module : github.com/prometheus/exporter-toolkit
3
+ versions :
4
+ - fixed : 0.7.2
5
+ - introduced : 0.8.0
6
+ fixed : 0.8.2
7
+ vulnerable_at : 0.8.1
8
+ packages :
9
+ - package : github.com/prometheus/exporter-toolkit/web
10
+ symbols :
11
+ - webHandler.ServeHTTP
12
+ derived_symbols :
13
+ - Listen
14
+ - ListenAndServe
15
+ - Serve
16
+ - ServeMultiple
9
17
description : |
10
18
If an attacker has access to a Prometheus web.yml file and users' bcrypted
11
19
passwords, it would be possible to bypass security via the built-in
12
20
authentication cache.
13
21
cves :
14
- - CVE-2022-46146
22
+ - CVE-2022-46146
15
23
ghsas :
16
- - GHSA-7rg2-cxvp-9p7p
24
+ - GHSA-7rg2-cxvp-9p7p
17
25
credit : Lei Wan
18
26
references :
19
- - advisory : https://github.com/prometheus/exporter-toolkit/security/advisories/GHSA-7rg2-cxvp-9p7p
20
- - fix : https://github.com/prometheus/exporter-toolkit/commit/5b1eab34484ddd353986bce736cd119d863e4ff5
27
+ - advisory : https://github.com/prometheus/exporter-toolkit/security/advisories/GHSA-7rg2-cxvp-9p7p
28
+ - fix : https://github.com/prometheus/exporter-toolkit/commit/5b1eab34484ddd353986bce736cd119d863e4ff5
You can’t perform that action at this time.
0 commit comments