public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [scarthgap][PATCH 00/12] Fix multiple CVEs
@ 2026-04-09  6:16 jinfeng.wang.cn
  2026-04-09  6:16 ` [scarthgap][PATCH 01/12] gi-docgen: fix CVE-2025-11687 jinfeng.wang.cn
                   ` (11 more replies)
  0 siblings, 12 replies; 23+ messages in thread
From: jinfeng.wang.cn @ 2026-04-09  6:16 UTC (permalink / raw)
  To: openembedded-core

From: Jinfeng Wang <jinfeng.wang.cn@windriver.com>

test steps:
bitbake world
built without introducing new building errors.

Note:
This libpcap 1.10.4 -> 1.10.6 upgrade introduces a new enum PCAP_SOCKET definition that conflicts with nmap in meta-openembedded. A corresponding fix has been submitted to the openembedded-devel mailing list to rename the conflicting enum in nmap.

Related patch: "[meta-oe] nmap: rename enum PCAP_SOCKET" submitted to openembedded-devel@lists.openembedded.org


Changqing Li (2):
  libsoup: fix CVE-2025-14523/CVE-2025-32049
  libsoup-2.4: fix CVE-2025-14523/CVE-2025-32049

Chen Qi (1):
  busybox: fix CVE-2026-26157 and CVE-2026-26158

Guocai He (2):
  python3-wheel: fix CVE-2026-24049
  gnupg: fix CVE-2026-24882

Jiaying Song (2):
  python3-pyasn1: fix CVE-2026-23490
  python3-pyasn1: fix CVE-2026-30922

Kai Kang (1):
  libpcap: 1.10.4 -> 1.10.6

Libo Chen (1):
  python3-ply: fix CVE-2025-56005

Liyin Zhang (1):
  zlib: upgrade 1.3.1 -> 1.3.2

Mingli Yu (1):
  libxml2: Fix CVE-2026-1757

Zhang Peng (1):
  gi-docgen: fix CVE-2025-11687

 .../libpcap/libpcap/CVE-2023-7256-pre1.patch  |  37 -
 .../libpcap/libpcap/CVE-2023-7256.patch       | 365 ---------
 .../libpcap/libpcap/CVE-2024-8006.patch       |  42 -
 .../libpcap/libpcap/CVE-2025-11961-01.patch   |  38 -
 .../libpcap/libpcap/CVE-2025-11961-02.patch   | 433 -----------
 .../libpcap/libpcap/CVE-2025-11964.patch      |  33 -
 .../{libpcap_1.10.4.bb => libpcap_1.10.6.bb}  |   8 +-
 ...-hardlink-components-GNU-tar-does-th.patch | 201 +++++
 ...nsafe-components-from-hardlinks-not-.patch |  39 +
 meta/recipes-core/busybox/busybox_1.36.1.bb   |   2 +
 .../libxml/libxml2/CVE-2026-1757.patch        |  49 ++
 meta/recipes-core/libxml/libxml2_2.12.10.bb   |   1 +
 ...configure-Pass-LDFLAGS-to-link-tests.patch |  78 --
 .../zlib/zlib/CVE-2026-27171.patch            |  63 --
 .../zlib/{zlib_1.3.1.bb => zlib_1.3.2.bb}     |   4 +-
 .../recipes-devtools/python/python-pyasn1.inc |   4 +-
 .../python/python3-ply/CVE-2025-56005.patch   | 125 +++
 .../python/python3-ply_3.11.bb                |   4 +
 .../python3-pyasn1/CVE-2026-23490.patch       | 136 ++++
 .../python3-pyasn1/CVE-2026-30922.patch       | 257 +++++++
 .../python/python3-wheel/CVE-2026-24049.patch |  73 ++
 .../python/python3-wheel_0.42.0.bb            |   2 +
 .../gi-docgen/files/CVE-2025-11687.patch      |  90 +++
 .../gi-docgen/gi-docgen_2023.3.bb             |   5 +-
 .../gnupg/gnupg/CVE-2026-24882-0001.patch     |  70 ++
 .../gnupg/gnupg/CVE-2026-24882-0002.patch     |  47 ++
 meta/recipes-support/gnupg/gnupg_2.4.8.bb     |   2 +
 .../libsoup/libsoup-2.4/CVE-2025-14523.patch  |  52 ++
 .../libsoup-2.4/CVE-2025-32049-1.patch        | 229 ++++++
 .../libsoup-2.4/CVE-2025-32049-2.patch        | 131 ++++
 .../libsoup/libsoup-2.4_2.74.3.bb             |   3 +
 .../libsoup-3.4.4/CVE-2025-14523.patch        | 715 ++++++++++++++++++
 .../libsoup-3.4.4/CVE-2025-32049-1.patch      | 229 ++++++
 .../libsoup-3.4.4/CVE-2025-32049-2.patch      |  34 +
 .../libsoup-3.4.4/CVE-2025-32049-3.patch      | 134 ++++
 .../libsoup-3.4.4/CVE-2025-32049-4.patch      | 292 +++++++
 meta/recipes-support/libsoup/libsoup_3.4.4.bb |   5 +
 37 files changed, 2931 insertions(+), 1101 deletions(-)
 delete mode 100644 meta/recipes-connectivity/libpcap/libpcap/CVE-2023-7256-pre1.patch
 delete mode 100644 meta/recipes-connectivity/libpcap/libpcap/CVE-2023-7256.patch
 delete mode 100644 meta/recipes-connectivity/libpcap/libpcap/CVE-2024-8006.patch
 delete mode 100644 meta/recipes-connectivity/libpcap/libpcap/CVE-2025-11961-01.patch
 delete mode 100644 meta/recipes-connectivity/libpcap/libpcap/CVE-2025-11961-02.patch
 delete mode 100644 meta/recipes-connectivity/libpcap/libpcap/CVE-2025-11964.patch
 rename meta/recipes-connectivity/libpcap/{libpcap_1.10.4.bb => libpcap_1.10.6.bb} (83%)
 create mode 100644 meta/recipes-core/busybox/busybox/0001-tar-strip-unsafe-hardlink-components-GNU-tar-does-th.patch
 create mode 100644 meta/recipes-core/busybox/busybox/0002-tar-only-strip-unsafe-components-from-hardlinks-not-.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2026-1757.patch
 delete mode 100644 meta/recipes-core/zlib/zlib/0001-configure-Pass-LDFLAGS-to-link-tests.patch
 delete mode 100644 meta/recipes-core/zlib/zlib/CVE-2026-27171.patch
 rename meta/recipes-core/zlib/{zlib_1.3.1.bb => zlib_1.3.2.bb} (87%)
 create mode 100644 meta/recipes-devtools/python/python3-ply/CVE-2025-56005.patch
 create mode 100644 meta/recipes-devtools/python/python3-pyasn1/CVE-2026-23490.patch
 create mode 100644 meta/recipes-devtools/python/python3-pyasn1/CVE-2026-30922.patch
 create mode 100644 meta/recipes-devtools/python/python3-wheel/CVE-2026-24049.patch
 create mode 100644 meta/recipes-gnome/gi-docgen/files/CVE-2025-11687.patch
 create mode 100644 meta/recipes-support/gnupg/gnupg/CVE-2026-24882-0001.patch
 create mode 100644 meta/recipes-support/gnupg/gnupg/CVE-2026-24882-0002.patch
 create mode 100644 meta/recipes-support/libsoup/libsoup-2.4/CVE-2025-14523.patch
 create mode 100644 meta/recipes-support/libsoup/libsoup-2.4/CVE-2025-32049-1.patch
 create mode 100644 meta/recipes-support/libsoup/libsoup-2.4/CVE-2025-32049-2.patch
 create mode 100644 meta/recipes-support/libsoup/libsoup-3.4.4/CVE-2025-14523.patch
 create mode 100644 meta/recipes-support/libsoup/libsoup-3.4.4/CVE-2025-32049-1.patch
 create mode 100644 meta/recipes-support/libsoup/libsoup-3.4.4/CVE-2025-32049-2.patch
 create mode 100644 meta/recipes-support/libsoup/libsoup-3.4.4/CVE-2025-32049-3.patch
 create mode 100644 meta/recipes-support/libsoup/libsoup-3.4.4/CVE-2025-32049-4.patch

-- 
2.34.1



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

end of thread, other threads:[~2026-04-27  6:20 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-09  6:16 [scarthgap][PATCH 00/12] Fix multiple CVEs jinfeng.wang.cn
2026-04-09  6:16 ` [scarthgap][PATCH 01/12] gi-docgen: fix CVE-2025-11687 jinfeng.wang.cn
2026-04-09  6:16 ` [scarthgap][PATCH 02/12] libsoup: fix CVE-2025-14523/CVE-2025-32049 jinfeng.wang.cn
2026-04-23 17:09   ` [OE-core] " Yoann Congal
2026-04-24  7:16     ` Li, Changqing
2026-04-09  6:16 ` [scarthgap][PATCH 03/12] libsoup-2.4: " jinfeng.wang.cn
2026-04-23 17:13   ` [OE-core] " Yoann Congal
2026-04-24  7:37     ` Li, Changqing
2026-04-09  6:16 ` [scarthgap][PATCH 04/12] python3-ply: fix CVE-2025-56005 jinfeng.wang.cn
2026-04-24  6:45   ` [OE-core] " Yoann Congal
2026-04-27  6:20     ` Chen, Libo (CN)
2026-04-09  6:16 ` [scarthgap][PATCH 05/12] python3-pyasn1: fix CVE-2026-23490 jinfeng.wang.cn
2026-04-09  6:16 ` [scarthgap][PATCH 06/12] python3-wheel: fix CVE-2026-24049 jinfeng.wang.cn
2026-04-09  6:16 ` [scarthgap][PATCH 07/12] gnupg: fix CVE-2026-24882 jinfeng.wang.cn
2026-04-09  6:16 ` [scarthgap][PATCH 08/12] libxml2: Fix CVE-2026-1757 jinfeng.wang.cn
2026-04-09  6:16 ` [scarthgap][PATCH 09/12] python3-pyasn1: fix CVE-2026-30922 jinfeng.wang.cn
2026-04-24  7:36   ` [OE-core] " Yoann Congal
2026-04-27  6:04     ` Song, Jiaying (CN)
2026-04-09  6:16 ` [scarthgap][PATCH 10/12] busybox: fix CVE-2026-26157 and CVE-2026-26158 jinfeng.wang.cn
2026-04-09  6:16 ` [scarthgap][PATCH 11/12] zlib: upgrade 1.3.1 -> 1.3.2 jinfeng.wang.cn
2026-04-24  8:10   ` [OE-core] " Yoann Congal
2026-04-09  6:16 ` [scarthgap][PATCH 12/12] libpcap: 1.10.4 -> 1.10.6 jinfeng.wang.cn
2026-04-24  8:21   ` [OE-core] " Yoann Congal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox