Описание
Security update for libxml2
This update for libxml2 fixes the following issues:
- CVE-2017-9047, CVE-2017-9048: The function xmlSnprintfElementContent in valid.c was vulnerable to a stack buffer overflow (bsc#1039063, bsc#1039064)
- CVE-2017-9049: The function xmlDictComputeFastKey in dict.c was vulnerable to a heap-based buffer over-read. (bsc#1039066)
- CVE-2017-9050: The function xmlDictAddString was vulnerable to a heap-based buffer over-read (bsc#1039661)
- CVE-2016-1839: heap-based buffer overflow (xmlDictAddString func) (bnc#1039069)
This update was imported from the SUSE:SLE-12-SP2:Update update project.
Список пакетов
openSUSE Leap 42.2
Ссылки
- E-Mail link for openSUSE-SU-2017:1510-1
- SUSE Security Ratings
Описание
The xmlDictAddString function in libxml2 before 2.9.4, as used in Apple iOS before 9.3.2, OS X before 10.11.5, tvOS before 9.2.1, and watchOS before 2.2.1, allows remote attackers to cause a denial of service (heap-based buffer over-read) via a crafted XML document.
Затронутые продукты
Ссылки
- CVE-2016-1839
- SUSE Bug 1039069
- SUSE Bug 1039661
- SUSE Bug 1069433
- SUSE Bug 1069690
- SUSE Bug 1123919
- SUSE Bug 963963
- SUSE Bug 981114
Описание
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