cvelist/2019/8xxx/CVE-2019-8790.json

63 lines
2.0 KiB
JSON
Raw Normal View History

2019-02-18 09:04:38 -05:00
{
2020-10-27 20:01:43 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
2019-03-17 22:07:01 +00:00
"CVE_data_meta": {
"ID": "CVE-2019-8790",
2020-10-27 20:01:43 +00:00
"ASSIGNER": "product-security@apple.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Apple",
"product": {
"product_data": [
{
"product_name": "Swift for Ubuntu",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "5.1"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Incorrect management of file descriptors in URLSession could lead to inadvertent data disclosure"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://support.apple.com/en-us/HT210647",
"name": "https://support.apple.com/en-us/HT210647"
}
]
2019-03-17 22:07:01 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2020-10-27 20:01:43 +00:00
"value": "This issue was addresses by updating incorrect URLSession file descriptors management logic to match Swift 5.0. This issue is fixed in Swift 5.1.1 for Ubuntu. Incorrect management of file descriptors in URLSession could lead to inadvertent data disclosure."
2019-03-17 22:07:01 +00:00
}
]
}
}