cvelist/2022/43xxx/CVE-2022-43408.json

66 lines
2.3 KiB
JSON
Raw Normal View History

2022-10-18 21:00:51 +00:00
{
"CVE_data_meta": {
"ID": "CVE-2022-43408",
"ASSIGNER": "jenkinsci-cert@googlegroups.com"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Jenkins project",
"product": {
"product_data": [
{
"product_name": "Jenkins Pipeline: Stage View Plugin",
"version": {
"version_data": [
{
"version_value": "2.26",
"version_affected": "<="
},
{
"version_value": "2.24.2",
"version_affected": "!"
}
]
}
}
]
}
}
]
}
2022-10-18 21:00:51 +00:00
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-10-18 21:00:51 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "Jenkins Pipeline: Stage View Plugin 2.26 and earlier does not correctly encode the ID of 'input' steps when using it to generate URLs to proceed or abort Pipeline builds, allowing attackers able to configure Pipelines to specify 'input' step IDs resulting in URLs that would bypass the CSRF protection of any target URL in Jenkins."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-838: Inappropriate Encoding for Output Context"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://www.jenkins.io/security/advisory/2022-10-19/#SECURITY-2828",
"url": "https://www.jenkins.io/security/advisory/2022-10-19/#SECURITY-2828",
"refsource": "CONFIRM"
2022-10-18 21:00:51 +00:00
}
]
}
}