cvelist/2018/6xxx/CVE-2018-6333.json

68 lines
2.4 KiB
JSON
Raw Normal View History

2018-01-26 15:02:43 -05:00
{
2019-03-18 03:42:47 +00:00
"CVE_data_meta": {
"ASSIGNER": "cve-assign@fb.com",
"DATE_ASSIGNED": "2018-03-19",
"ID": "CVE-2018-6333",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Nuclide",
"version": {
"version_data": [
{
"version_affected": "!=>",
"version_value": "v0.290.0"
},
{
"version_affected": "<=",
"version_value": "v0.290.0"
}
]
}
}
]
},
"vendor_name": "Facebook"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
2018-12-31 15:53:41 -05:00
{
2019-03-18 03:42:47 +00:00
"lang": "eng",
"value": "The hhvm-attach deep link handler in Nuclide did not properly sanitize the provided hostname parameter when rendering. As a result, a malicious URL could be used to render HTML and other content inside of the editor's context, which could potentially be chained to lead to code execution. This issue affected Nuclide prior to v0.290.0."
2018-12-31 15:53:41 -05:00
}
2019-03-18 03:42:47 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Neutralization of Input During Web Page Generation (CWE-79)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/facebook/nuclide/commit/65f6bbd683404be1bb569b8d1be84b5d4c74a324",
"refsource": "MISC",
"url": "https://github.com/facebook/nuclide/commit/65f6bbd683404be1bb569b8d1be84b5d4c74a324"
}
]
}
}