-
Notifications
You must be signed in to change notification settings - Fork 741
/
Copy pathCVE-2022-25179.json
75 lines (75 loc) · 2.84 KB
/
CVE-2022-25179.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"CVE_data_meta": {
"ID": "CVE-2022-25179",
"ASSIGNER": "[email protected]",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Jenkins project",
"product": {
"product_data": [
{
"product_name": "Jenkins Pipeline: Multibranch Plugin",
"version": {
"version_data": [
{
"version_value": "2.26.1",
"version_affected": "!"
},
{
"version_value": "2.23.1",
"version_affected": "!"
},
{
"version_value": "696.698.v9b4218eea50f",
"version_affected": "!"
},
{
"version_value": "706.vd43c65dec013",
"version_affected": "<="
}
]
}
}
]
}
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Jenkins Pipeline: Multibranch Plugin 706.vd43c65dec013 and earlier follows symbolic links to locations outside of the checkout directory for the configured SCM when reading files using the readTrusted step, allowing attackers able to configure Pipelines permission to read arbitrary files on the Jenkins controller file system."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-59: Improper Link Resolution Before File Access ('Link Following')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://www.jenkins.io/security/advisory/2022-02-15/#SECURITY-2613",
"url": "https://www.jenkins.io/security/advisory/2022-02-15/#SECURITY-2613",
"refsource": "CONFIRM"
}
]
}
}