- Synchronized data.

This commit is contained in:
CVE Team 2018-10-22 09:04:09 -04:00
parent df9fb93f29
commit 55add19f13
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
2 changed files with 52 additions and 49 deletions

View File

@ -34,7 +34,7 @@
"description_data" : [ "description_data" : [
{ {
"lang" : "eng", "lang" : "eng",
"value" : "The Requests package through 2.19.1 before 2018-09-14 for Python sends an HTTP Authorization header to an http URI upon receiving a same-hostname https-to-http redirect, which makes it easier for remote attackers to discover credentials by sniffing the network." "value" : "The Requests package before 2.20.0 for Python sends an HTTP Authorization header to an http URI upon receiving a same-hostname https-to-http redirect, which makes it easier for remote attackers to discover credentials by sniffing the network."
} }
] ]
}, },
@ -72,6 +72,11 @@
"refsource" : "MISC", "refsource" : "MISC",
"url" : "https://github.com/requests/requests/pull/4718" "url" : "https://github.com/requests/requests/pull/4718"
}, },
{
"name" : "http://docs.python-requests.org/en/master/community/updates/#release-and-version-history",
"refsource" : "CONFIRM",
"url" : "http://docs.python-requests.org/en/master/community/updates/#release-and-version-history"
},
{ {
"name" : "USN-3790-1", "name" : "USN-3790-1",
"refsource" : "UBUNTU", "refsource" : "UBUNTU",

View File

@ -1,17 +1,10 @@
{ {
"problemtype" : { "CVE_data_meta" : {
"problemtype_data" : [ "ASSIGNER" : "psirt@us.ibm.com",
{ "DATE_PUBLIC" : "2018-10-17T00:00:00",
"description" : [ "ID" : "CVE-2018-1850",
{ "STATE" : "PUBLIC"
"value" : "Bypass Security",
"lang" : "eng"
}
]
}
]
}, },
"data_type" : "CVE",
"affects" : { "affects" : {
"vendor" : { "vendor" : {
"vendor_data" : [ "vendor_data" : [
@ -41,56 +34,61 @@
] ]
} }
}, },
"references" : { "data_format" : "MITRE",
"reference_data" : [ "data_type" : "CVE",
{ "data_version" : "4.0",
"name" : "http://www.ibm.com/support/docview.wss?uid=ibm10734555",
"title" : "IBM Security Bulletin 734555 (Security Access Manager Appliance)",
"url" : "http://www.ibm.com/support/docview.wss?uid=ibm10734555",
"refsource" : "CONFIRM"
},
{
"name" : "ibm-sam-cve20181850-auth-bypass (150998)",
"title" : "X-Force Vulnerability Report",
"refsource" : "XF",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/150998"
}
]
},
"CVE_data_meta" : {
"STATE" : "PUBLIC",
"ASSIGNER" : "psirt@us.ibm.com",
"ID" : "CVE-2018-1850",
"DATE_PUBLIC" : "2018-10-17T00:00:00"
},
"description" : { "description" : {
"description_data" : [ "description_data" : [
{ {
"lang" : "eng", "lang" : "eng",
"value" : "IBM Security Access Manager Appliance 9.0.3.1, 9.0.4.0 and 9.0.5.0 could allow unauthorized administration operations when Advanced Access Control services are running. IBM X-Force ID: 150998." "value" : "IBM Security Access Manager Appliance 9.0.3.1, 9.0.4.0 and 9.0.5.0 could allow unauthorized administration operations when Advanced Access Control services are running. IBM X-Force ID: 150998."
} }
] ]
}, },
"data_format" : "MITRE",
"impact" : { "impact" : {
"cvssv3" : { "cvssv3" : {
"TM" : {
"RL" : "O",
"RC" : "C",
"E" : "U"
},
"BM" : { "BM" : {
"UI" : "N",
"I" : "H",
"A" : "H", "A" : "H",
"AV" : "N",
"SCORE" : "8.800",
"C" : "H",
"AC" : "L", "AC" : "L",
"AV" : "N",
"C" : "H",
"I" : "H",
"PR" : "L",
"S" : "U", "S" : "U",
"PR" : "L" "SCORE" : "8.800",
"UI" : "N"
},
"TM" : {
"E" : "U",
"RC" : "C",
"RL" : "O"
} }
} }
}, },
"data_version" : "4.0" "problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Bypass Security"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "http://www.ibm.com/support/docview.wss?uid=ibm10734555",
"refsource" : "CONFIRM",
"url" : "http://www.ibm.com/support/docview.wss?uid=ibm10734555"
},
{
"name" : "ibm-sam-cve20181850-auth-bypass(150998)",
"refsource" : "XF",
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/150998"
}
]
}
} }