cvelist/2019/5xxx/CVE-2019-5428.json

72 lines
2.2 KiB
JSON
Raw Normal View History

2019-01-04 16:03:21 -05:00
{
2019-04-22 21:00:51 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
2019-03-18 03:33:18 +00:00
"CVE_data_meta": {
"ID": "CVE-2019-5428",
2019-04-22 21:00:51 +00:00
"ASSIGNER": "support@hackerone.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "jQuery",
"version": {
"version_data": [
{
"version_value": "before 3.4.0"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Modification of Assumed-Immutable Data (MAID) (CWE-471)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/",
"url": "https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/"
},
{
"refsource": "MISC",
"name": "https://github.com/jquery/jquery/pull/4333",
"url": "https://github.com/jquery/jquery/pull/4333"
},
{
"refsource": "MISC",
"name": "https://hackerone.com/reports/454365",
"url": "https://hackerone.com/reports/454365"
}
]
2019-03-18 03:33:18 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2019-04-22 21:00:51 +00:00
"value": "A prototype pollution vulnerability exists in jQuery versions < 3.4.0 that allows an attacker to inject properties on Object.prototype."
2019-03-18 03:33:18 +00:00
}
]
}
}