All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Fix multiple CVEs
@ 2017-06-14 15:26 Andrej Valek
  2017-06-14 15:26 ` [PATCH 1/7] libxml2-2.9.4: Disable LeakSanitizer when running API testsFix CVE-2016-4658 Andrej Valek
                   ` (15 more replies)
  0 siblings, 16 replies; 22+ messages in thread
From: Andrej Valek @ 2017-06-14 15:26 UTC (permalink / raw)
  To: openembedded-core

Fix CVE:
 - CVE-2017-0663
 - CVE-2017-9047
 - CVE-2017-9048
 - CVE-2017-9049
 - CVE-2017-9050
 - CVE-2017-5969
 - Sync necessary changes for CVE fixing from master.

Andrej Valek (7):
  libxml2-2.9.4: Disable LeakSanitizer when running API testsFix
    CVE-2016-4658
  libxml2-2.9.4: Avoid reparsing and simplify control flow in
    xmlParseStartTag2
  libxml2: Fix CVE-2017-9047 and CVE-2017-9048
  libxml2: Fix CVE-2017-9049 and CVE-2017-9050
  libxml2-2.9.4: Fix CVE-2017-5969
  libxml2: Fix CVE-2017-0663
  libxml2: Revert "Add an XML_PARSE_NOXXE flag to block all entities
    loading even local"

 .../libxml/libxml2/CVE-2016-9318.patch             | 207 --------
 .../libxml/libxml2/libxml2-CVE-2017-0663.patch     |  40 ++
 .../libxml/libxml2/libxml2-CVE-2017-5969.patch     |  62 +++
 .../libxml2-CVE-2017-9047_CVE-2017-9048.patch      | 103 ++++
 .../libxml2-CVE-2017-9049_CVE-2017-9050.patch      | 291 ++++++++++
 ...ibxml2-fix_and_simplify_xmlParseStartTag2.patch | 591 +++++++++++++++++++++
 meta/recipes-core/libxml/libxml2/runtest.patch     |  22 +-
 meta/recipes-core/libxml/libxml2_2.9.4.bb          |   6 +-
 8 files changed, 1110 insertions(+), 212 deletions(-)
 delete mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-9318.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/libxml2-CVE-2017-0663.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/libxml2-CVE-2017-5969.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/libxml2-CVE-2017-9047_CVE-2017-9048.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/libxml2-CVE-2017-9049_CVE-2017-9050.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/libxml2-fix_and_simplify_xmlParseStartTag2.patch

-- 
2.1.4



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2017-06-15 12:13 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-14 15:26 [PATCH 0/7] Fix multiple CVEs Andrej Valek
2017-06-14 15:26 ` [PATCH 1/7] libxml2-2.9.4: Disable LeakSanitizer when running API testsFix CVE-2016-4658 Andrej Valek
2017-06-14 16:37   ` Burton, Ross
2017-06-14 15:26 ` [PATCH 2/7] libxml2-2.9.4: Avoid reparsing and simplify control flow in xmlParseStartTag2 Andrej Valek
2017-06-14 15:26 ` [PATCH 3/7] libxml2: Fix CVE-2017-9047 and CVE-2017-9048 Andrej Valek
2017-06-14 15:26 ` [PATCH 4/7] libxml2: Fix CVE-2017-9049 and CVE-2017-9050 Andrej Valek
2017-06-14 15:26 ` [PATCH 5/7] libxml2-2.9.4: Fix CVE-2017-5969 Andrej Valek
2017-06-14 15:26 ` [PATCH 6/7] libxml2: Fix CVE-2017-0663 Andrej Valek
2017-06-14 15:26 ` [PATCH 7/7] libxml2: Revert "Add an XML_PARSE_NOXXE flag to block all entities loading even local" Andrej Valek
2017-06-14 15:31 ` ✗ patchtest: failure for Fix multiple CVEs Patchwork
2017-06-15  6:34 ` [PATCH v2 0/7] libxml2: " Andrej Valek
2017-06-15  6:34 ` [PATCH v2 1/7] libxml2: Disable LeakSanitizer when running API tests Andrej Valek
2017-06-15 11:31   ` Burton, Ross
2017-06-15 11:42     ` Andrej Valek
2017-06-15 11:47       ` Burton, Ross
2017-06-15 12:13         ` Andrej Valek
2017-06-15  6:34 ` [PATCH v2 2/7] libxml2: Avoid reparsing and simplify control flow in xmlParseStartTag2 Andrej Valek
2017-06-15  6:34 ` [PATCH v2 3/7] libxml2: Fix CVE-2017-9047 and CVE-2017-9048 Andrej Valek
2017-06-15  6:34 ` [PATCH v2 4/7] libxml2: Fix CVE-2017-9049 and CVE-2017-9050 Andrej Valek
2017-06-15  6:34 ` [PATCH v2 5/7] libxml2: Fix CVE-2017-5969 Andrej Valek
2017-06-15  6:34 ` [PATCH v2 6/7] libxml2: Fix CVE-2017-0663 Andrej Valek
2017-06-15  6:34 ` [PATCH v2 7/7] libxml2: Revert "Add an XML_PARSE_NOXXE flag to block all entities loading even local" Andrej Valek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.