cvelist/2020/4xxx/CVE-2020-4037.json

88 lines
3.2 KiB
JSON
Raw Normal View History

2019-12-30 14:01:41 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2019-12-30 14:01:41 +00:00
"ID": "CVE-2020-4037",
"STATE": "PUBLIC",
"TITLE": "Open Redirect in OAuth2 Proxy"
2019-12-30 14:01:41 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "OAuth2 Proxy",
"version": {
"version_data": [
{
"version_value": ">= 5.1.1, < 6.0.0"
}
]
}
}
]
},
"vendor_name": "OAuth2 Proxy"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2019-12-30 14:01:41 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-06-29 20:01:25 +00:00
"value": "In OAuth2 Proxy from version 5.1.1 and less than version 6.0.0, users can provide a redirect address for the proxy to send the authenticated user to at the end of the authentication flow. This is expected to be the original URL that the user was trying to access. This redirect URL is checked within the proxy and validated before redirecting the user to prevent malicious actors providing redirects to potentially harmful sites. This has been fixed in version 6.0.0."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-601: URL Redirection to Untrusted Site ('Open Redirect')"
}
]
2019-12-30 14:01:41 +00:00
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-5m6c-jp6f-2vcv",
"refsource": "CONFIRM",
"url": "https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-5m6c-jp6f-2vcv"
},
{
"name": "https://github.com/oauth2-proxy/oauth2-proxy/commit/ee5662e0f5001d76ec76562bb605abbd07c266a2",
"refsource": "MISC",
"url": "https://github.com/oauth2-proxy/oauth2-proxy/commit/ee5662e0f5001d76ec76562bb605abbd07c266a2"
}
]
},
"source": {
"advisory": "GHSA-5m6c-jp6f-2vcv",
"discovery": "UNKNOWN"
2019-12-30 14:01:41 +00:00
}
}