Show filters
94 Total Results
Displaying 31-40 of 94
Sort by:
Attacker Value
Unknown

CVE-2017-16932

Disclosure Date: November 23, 2017 (last updated November 08, 2023)
parser.c in libxml2 before 2.9.5 does not prevent infinite recursion in parameter entities.
0
Attacker Value
Unknown

CVE-2017-16931

Disclosure Date: November 23, 2017 (last updated November 26, 2024)
parser.c in libxml2 before 2.9.5 mishandles parameter-entity references because the NEXTL macro calls the xmlParserHandlePEReference function in the case of a '%' character in a DTD name.
0
Attacker Value
Unknown

CVE-2017-10672

Disclosure Date: June 29, 2017 (last updated November 26, 2024)
Use-after-free in the XML-LibXML module through 2.0129 for Perl allows remote attackers to execute arbitrary code by controlling the arguments to a replaceChild call.
Attacker Value
Unknown

CVE-2017-9047

Disclosure Date: May 18, 2017 (last updated November 08, 2023)
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.
0
Attacker Value
Unknown

CVE-2017-9048

Disclosure Date: May 18, 2017 (last updated November 08, 2023)
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.
0
Attacker Value
Unknown

CVE-2017-9050

Disclosure Date: May 18, 2017 (last updated November 08, 2023)
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.
0
Attacker Value
Unknown

CVE-2017-9049

Disclosure Date: May 18, 2017 (last updated November 08, 2023)
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.
0
Attacker Value
Unknown

CVE-2017-8872

Disclosure Date: May 10, 2017 (last updated November 26, 2024)
The htmlParseTryOrFinish function in HTMLparser.c in libxml2 2.9.4 allows attackers to cause a denial of service (buffer over-read) or information disclosure.
0
Attacker Value
Unknown

CVE-2017-5969

Disclosure Date: April 11, 2017 (last updated November 08, 2023)
libxml2 2.9.4, when used in recover mode, allows remote attackers to cause a denial of service (NULL pointer dereference) via a crafted XML document. NOTE: The maintainer states "I would disagree of a CVE with the Recover parsing option which should only be used for manual recovery at least for XML parser.
0
Attacker Value
Unknown

CVE-2016-4483

Disclosure Date: April 11, 2017 (last updated November 08, 2023)
The xmlBufAttrSerializeTxtContent function in xmlsave.c in libxml2 allows context-dependent attackers to cause a denial of service (out-of-bounds read and application crash) via a non-UTF-8 attribute value, related to serialization. NOTE: this vulnerability may be a duplicate of CVE-2016-3627.