Bug 709747 (CVE-2011-1944)
Summary: | CVE-2011-1944 libxml, libxml2: Heap-based buffer overflow by adding new namespace node to an existing nodeset or merging nodesets | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Jan Lieskovsky <jlieskov> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | bressers, ohudlick, paul, veillard |
Target Milestone: | --- | Keywords: | Reopened, Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libxml2 2.8.0 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-09-18 20:11:39 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 709750, 709751, 710393, 710394, 710395, 710396, 710397, 771906, 771907, 820846, 833934, 891477, 891478 | ||
Bug Blocks: | 711277, 734217, 734221, 771915, 891480 |
Description
Jan Lieskovsky
2011-06-01 14:46:56 UTC
This issue affects the versions of the libxml2 package, as shipped with Red Hat Enterprise Linux 4, 5, and 6. -- This issue affects the versions of the libxml and libxml2 package, as shipped with Fedora release of 13, 14 and 15. Please schedule an update. Created libxml2 tracking bugs for this issue Affects: fedora-all [bug 709750] Created libxml tracking bugs for this issue Affects: fedora-all [bug 709751] (In reply to comment #3) > Created libxml tracking bugs for this issue > > Affects: fedora-all [bug 709751] Note: In libxml F-* package, the relevant affected function is (a/xpath.c): 386 /** 387 * xmlXPathNodeSetAdd: 388 * @cur: the initial node set 389 * @val: a new xmlNodePtr 390 * 391 * add a new xmlNodePtr ot an existing NodeSet 392 */ 393 void 394 xmlXPathNodeSetAdd(xmlNodeSetPtr cur, xmlNodePtr val) { The rest functions from the patch are not present there. Created libxml2 tracking bugs for this issue Affects: fedora-all [bug 709750] Created libxml tracking bugs for this issue Affects: fedora-all [bug 709751] This issue has been addressed in following products: Red Hat Enterprise Linux 6 Via RHSA-2011:1749 https://rhn.redhat.com/errata/RHSA-2011-1749.html This issue has been addressed in following products: Red Hat Enterprise Linux 5 Via RHSA-2012:0017 https://rhn.redhat.com/errata/RHSA-2012-0017.html Statement: (none) This issue has been addressed in following products: Red Hat Enterprise Linux 6 Via RHSA-2013:0217 https://rhn.redhat.com/errata/RHSA-2013-0217.html |