Описание
Security update for libxml2
This update for libxml2 fixes the following issues:
- CVE-2017-9050: heap-based buffer overflow (xmlDictAddString func) [bsc#1039069, bsc#1039661]
- CVE-2017-9049: heap-based buffer overflow (xmlDictComputeFastKey func) [bsc#1039066]
- CVE-2017-9048: stack overflow vulnerability (xmlSnprintfElementContent func) [bsc#1039063]
- CVE-2017-9047: stack overflow vulnerability (xmlSnprintfElementContent func) [bsc#1039064]
Список пакетов
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
Ссылки
- Link for SUSE-SU-2017:1587-1
- E-Mail link for SUSE-SU-2017:1587-1
- SUSE Security Ratings
- SUSE Bug 1039063
- SUSE Bug 1039064
- SUSE Bug 1039066
- SUSE Bug 1039069
- SUSE Bug 1039661
- SUSE CVE CVE-2017-9047 page
- SUSE CVE CVE-2017-9048 page
- SUSE CVE CVE-2017-9049 page
- SUSE CVE CVE-2017-9050 page
Описание
A buffer overflow was discovered in libxml2 20904-GITv2.9.4-16-g0741801. The function xmlSnprintfElementContent in valid.c is supposed to recursively dump the element content definition into a char buffer 'buf' of size 'size'. The variable len is assigned strlen(buf). If the content->type is XML_ELEMENT_CONTENT_ELEMENT, then (i) the content->prefix is appended to buf (if it actually fits) whereupon (ii) content->name is written to the buffer. However, the check for whether the content->name actually fits also uses 'len' rather than the updated buffer length strlen(buf). This allows us to write about "size" many bytes beyond the allocated memory. This vulnerability causes programs that use libxml2, such as PHP, to crash.
Затронутые продукты
Ссылки
- CVE-2017-9047
- SUSE Bug 1039063
- SUSE Bug 1039066
- SUSE Bug 1039657
- SUSE Bug 1123919
Описание
libxml2 20904-GITv2.9.4-16-g0741801 is vulnerable to a stack-based buffer overflow. The function xmlSnprintfElementContent in valid.c is supposed to recursively dump the element content definition into a char buffer 'buf' of size 'size'. At the end of the routine, the function may strcat two more characters without checking whether the current strlen(buf) + 2 < size. This vulnerability causes programs that use libxml2, such as PHP, to crash.
Затронутые продукты
Ссылки
- CVE-2017-9048
- SUSE Bug 1039064
- SUSE Bug 1039066
- SUSE Bug 1039658
Описание
libxml2 20904-GITv2.9.4-16-g0741801 is vulnerable to a heap-based buffer over-read in the xmlDictComputeFastKey function in dict.c. This vulnerability causes programs that use libxml2, such as PHP, to crash. This vulnerability exists because of an incomplete fix for libxml2 Bug 759398.
Затронутые продукты
Ссылки
- CVE-2017-9049
- SUSE Bug 1039063
- SUSE Bug 1039064
- SUSE Bug 1039066
- SUSE Bug 1039659
- SUSE Bug 1039661
- SUSE Bug 1069690
- SUSE Bug 1123919
Описание
libxml2 20904-GITv2.9.4-16-g0741801 is vulnerable to a heap-based buffer over-read in the xmlDictAddString function in dict.c. This vulnerability causes programs that use libxml2, such as PHP, to crash. This vulnerability exists because of an incomplete fix for CVE-2016-1839.
Затронутые продукты
Ссылки
- CVE-2017-9050
- SUSE Bug 1039066
- SUSE Bug 1039069
- SUSE Bug 1039661
- SUSE Bug 1069433
- SUSE Bug 1069690
- SUSE Bug 1123919