cvelist/2019/6xxx/CVE-2019-6250.json

77 lines
2.8 KiB
JSON
Raw Normal View History

2019-01-13 10:03:27 -05:00
{
2019-03-17 22:34:51 +00:00
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-6250",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
2019-01-13 10:03:27 -05:00
{
2019-03-17 22:34:51 +00:00
"lang": "eng",
"value": "A pointer overflow, with code execution, was discovered in ZeroMQ libzmq (aka 0MQ) 4.2.x and 4.3.x before 4.3.1. A v2_decoder.cpp zmq::v2_decoder_t::size_ready integer overflow allows an authenticated attacker to overwrite an arbitrary amount of bytes beyond the bounds of a buffer, which can be leveraged to run arbitrary code on the target system. The memory layout allows the attacker to inject OS commands into a data structure located immediately after the problematic buffer (i.e., it is not necessary to use a typical buffer-overflow exploitation technique that changes the flow of control)."
2019-01-13 10:03:27 -05:00
}
2019-03-17 22:34:51 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "DSA-4368",
"refsource": "DEBIAN",
"url": "https://www.debian.org/security/2019/dsa-4368"
},
{
"name": "https://github.com/zeromq/libzmq/issues/3351",
"refsource": "CONFIRM",
"url": "https://github.com/zeromq/libzmq/issues/3351"
},
{
"name": "https://github.com/zeromq/libzmq/releases/tag/v4.3.1",
"refsource": "CONFIRM",
"url": "https://github.com/zeromq/libzmq/releases/tag/v4.3.1"
2019-03-28 05:00:59 +00:00
},
{
"refsource": "GENTOO",
"name": "GLSA-201903-22",
"url": "https://security.gentoo.org/glsa/201903-22"
2019-03-17 22:34:51 +00:00
}
]
}
}