cvelist/2021/23xxx/CVE-2021-23435.json

92 lines
3.0 KiB
JSON
Raw Normal View History

2021-01-08 23:02:33 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
2021-09-12 21:00:24 +01:00
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2021-09-12T20:00:23.031648Z",
2021-01-08 23:02:33 +00:00
"ID": "CVE-2021-23435",
2021-09-12 21:00:24 +01:00
"STATE": "PUBLIC",
"TITLE": "Open Redirect"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "clearance",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "2.5.0"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Open Redirect"
}
]
}
]
},
"references": {
"reference_data": [
{
2021-09-12 21:00:58 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-RUBY-CLEARANCE-1577284",
"name": "https://snyk.io/vuln/SNYK-RUBY-CLEARANCE-1577284"
2021-09-12 21:00:24 +01:00
},
{
2021-09-12 21:00:58 +00:00
"refsource": "MISC",
"url": "https://github.com/thoughtbot/clearance/pull/945",
"name": "https://github.com/thoughtbot/clearance/pull/945"
2021-09-12 21:00:24 +01:00
}
]
2021-01-08 23:02:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2021-09-12 21:00:58 +00:00
"value": "This affects the package clearance before 2.5.0. The vulnerability can be possible when users are able to set the value of session[:return_to]. If the value used for return_to contains multiple leading slashes (/////example.com) the user ends up being redirected to the external domain that comes after the slashes (http://example.com)."
2021-01-08 23:02:33 +00:00
}
]
2021-09-12 21:00:24 +01:00
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "REQUIRED",
"scope": "UNCHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"availabilityImpact": "HIGH"
}
},
"credit": [
{
"lang": "eng",
"value": "Snyk Security Team"
}
]
2021-01-08 23:02:33 +00:00
}