diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-02-28 18:16:58 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-03-08 06:35:36 -0800 |
| commit | 2159b5f8ae1969e21bafe38b9c84be257973c9fd (patch) | |
| tree | 23e28c1a162cc4133f6629957c51771141941587 | |
| parent | 9c934f60ce05ba23e9ecaa1e5d540b3baae9a540 (diff) | |
| download | poky-2159b5f8ae1969e21bafe38b9c84be257973c9fd.tar.gz | |
libxml2: mark patch as fixing CVE-2025-27113
This vulnerability has now a CVE assigned.
(From OE-Core rev: 204ff9dd9c62a8a346e89880b2e15a4c0e9ad6e0)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-core/libxml/libxml2/CVE-2025-27113.patch (renamed from meta/recipes-core/libxml/libxml2/0001-pattern-Fix-compilation-of-explicit-child-axis.patch) | 1 | ||||
| -rw-r--r-- | meta/recipes-core/libxml/libxml2_2.9.14.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2/0001-pattern-Fix-compilation-of-explicit-child-axis.patch b/meta/recipes-core/libxml/libxml2/CVE-2025-27113.patch index 932c0ec422..92713375eb 100644 --- a/meta/recipes-core/libxml/libxml2/0001-pattern-Fix-compilation-of-explicit-child-axis.patch +++ b/meta/recipes-core/libxml/libxml2/CVE-2025-27113.patch | |||
| @@ -6,6 +6,7 @@ Subject: [PATCH] pattern: Fix compilation of explicit child axis | |||
| 6 | The child axis is the default axis and should generate XML_OP_ELEM like | 6 | The child axis is the default axis and should generate XML_OP_ELEM like |
| 7 | the case without an axis. | 7 | the case without an axis. |
| 8 | 8 | ||
| 9 | CVE: CVE-2025-27113 | ||
| 9 | Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/libxml2/-/commit/503f788e84f1c1f1d769c2c7258d77faee94b5a3] | 10 | Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/libxml2/-/commit/503f788e84f1c1f1d769c2c7258d77faee94b5a3] |
| 10 | Signed-off-by: Peter Marko <peter.marko@siemens.com> | 11 | Signed-off-by: Peter Marko <peter.marko@siemens.com> |
| 11 | --- | 12 | --- |
diff --git a/meta/recipes-core/libxml/libxml2_2.9.14.bb b/meta/recipes-core/libxml/libxml2_2.9.14.bb index 8f1d882505..1cbd620b34 100644 --- a/meta/recipes-core/libxml/libxml2_2.9.14.bb +++ b/meta/recipes-core/libxml/libxml2_2.9.14.bb | |||
| @@ -34,7 +34,7 @@ SRC_URI += "http://www.w3.org/XML/Test/xmlts20080827.tar;subdir=${BP};name=testt | |||
| 34 | file://CVE-2024-25062.patch \ | 34 | file://CVE-2024-25062.patch \ |
| 35 | file://CVE-2024-34459.patch \ | 35 | file://CVE-2024-34459.patch \ |
| 36 | file://CVE-2022-49043.patch \ | 36 | file://CVE-2022-49043.patch \ |
| 37 | file://0001-pattern-Fix-compilation-of-explicit-child-axis.patch \ | 37 | file://CVE-2025-27113.patch \ |
| 38 | file://CVE-2024-56171.patch \ | 38 | file://CVE-2024-56171.patch \ |
| 39 | file://CVE-2025-24928.patch \ | 39 | file://CVE-2025-24928.patch \ |
| 40 | " | 40 | " |
