2019-03-27 12:00:51 +00:00
{
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"data_version" : "4.0" ,
"CVE_data_meta" : {
"ID" : "CVE-2019-10192" ,
2019-07-11 19:00:53 +00:00
"ASSIGNER" : "secalert@redhat.com" ,
"STATE" : "PUBLIC"
2019-07-08 10:15:11 +02:00
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "Redis Labs" ,
"product" : {
"product_data" : [
{
"product_name" : "redis" ,
"version" : {
"version_data" : [
{
2019-07-09 08:40:02 +02:00
"version_value" : "3.x before 3.2.13"
2019-07-08 10:15:11 +02:00
} ,
{
2019-07-09 08:40:02 +02:00
"version_value" : "4.x before 4.0.14"
2019-07-08 10:15:11 +02:00
} ,
{
2019-07-09 08:40:02 +02:00
"version_value" : "5.x before 5.0.4"
2019-07-08 10:15:11 +02:00
}
]
}
}
]
}
}
]
}
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-122"
}
]
}
]
} ,
"references" : {
"reference_data" : [
2019-07-12 11:00:47 +00:00
{
"refsource" : "DEBIAN" ,
"name" : "DSA-4480" ,
"url" : "https://www.debian.org/security/2019/dsa-4480"
} ,
{
"refsource" : "BUGTRAQ" ,
"name" : "20190712 [SECURITY] [DSA 4480-1] redis security update" ,
"url" : "https://seclists.org/bugtraq/2019/Jul/19"
2019-07-16 16:00:49 +00:00
} ,
{
"refsource" : "UBUNTU" ,
"name" : "USN-4061-1" ,
"url" : "https://usn.ubuntu.com/4061-1/"
2019-07-19 10:00:49 +00:00
} ,
{
"refsource" : "BID" ,
"name" : "109290" ,
"url" : "http://www.securityfocus.com/bid/109290"
2019-07-22 16:00:50 +00:00
} ,
{
"refsource" : "REDHAT" ,
"name" : "RHSA-2019:1819" ,
"url" : "https://access.redhat.com/errata/RHSA-2019:1819"
2019-07-25 19:00:50 +00:00
} ,
{
"refsource" : "REDHAT" ,
"name" : "RHSA-2019:1860" ,
"url" : "https://access.redhat.com/errata/RHSA-2019:1860"
2019-08-07 14:00:49 +00:00
} ,
{
"refsource" : "REDHAT" ,
"name" : "RHSA-2019:2002" ,
"url" : "https://access.redhat.com/errata/RHSA-2019:2002"
2019-08-09 23:00:50 +00:00
} ,
{
"refsource" : "GENTOO" ,
"name" : "GLSA-201908-04" ,
"url" : "https://security.gentoo.org/glsa/201908-04"
2019-08-15 17:00:50 +00:00
} ,
{
"refsource" : "REDHAT" ,
"name" : "RHSA-2019:2508" ,
"url" : "https://access.redhat.com/errata/RHSA-2019:2508"
} ,
{
"refsource" : "REDHAT" ,
"name" : "RHSA-2019:2506" ,
"url" : "https://access.redhat.com/errata/RHSA-2019:2506"
2019-09-03 19:00:55 +00:00
} ,
{
"refsource" : "REDHAT" ,
"name" : "RHSA-2019:2621" ,
"url" : "https://access.redhat.com/errata/RHSA-2019:2621"
2019-09-03 20:01:03 +00:00
} ,
{
"refsource" : "REDHAT" ,
"name" : "RHSA-2019:2630" ,
"url" : "https://access.redhat.com/errata/RHSA-2019:2630"
2020-07-14 13:55:31 -07:00
} ,
{
2020-07-15 03:02:07 +00:00
"url" : "https://www.oracle.com/security-alerts/cpujul2020.html" ,
"refsource" : "MISC" ,
"name" : "https://www.oracle.com/security-alerts/cpujul2020.html"
} ,
{
"url" : "https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES" ,
"refsource" : "MISC" ,
"name" : "https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES"
} ,
{
"url" : "https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES" ,
"refsource" : "MISC" ,
"name" : "https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES"
} ,
{
"url" : "https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES" ,
"refsource" : "MISC" ,
"name" : "https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES"
} ,
{
"url" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10192" ,
"name" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10192" ,
"refsource" : "CONFIRM"
2019-07-08 10:15:11 +02:00
}
]
2019-03-27 12:00:51 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2019-07-09 08:40:02 +02:00
"value" : "A heap-buffer overflow vulnerability was found in the Redis hyperloglog data structure versions 3.x before 3.2.13, 4.x before 4.0.14 and 5.x before 5.0.4. By carefully corrupting a hyperloglog using the SETRANGE command, an attacker could trick Redis interpretation of dense HLL encoding to write up to 3 bytes beyond the end of a heap-allocated buffer."
2019-03-27 12:00:51 +00:00
}
]
2019-07-08 10:15:11 +02:00
} ,
"impact" : {
"cvss" : [
[
{
"vectorString" : "7.2/CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" ,
"version" : "3.0"
}
]
]
2019-03-27 12:00:51 +00:00
}
2019-07-11 19:00:53 +00:00
}