mbox series

[meta-oe,0/6] dnsmasq: fix multiple CVEs

Message ID 20260518171336.470608-1-Abhishek.Bachiphale@windriver.com
Headers show
Series dnsmasq: fix multiple CVEs | expand

Message

Abhishek Bachiphale May 18, 2026, 5:13 p.m. UTC
Fixes:
- CVE-2026-2291
- CVE-2026-4890
- CVE-2026-4891
- CVE-2026-4892
- CVE-2026-4893
- CVE-2026-5172

All fixes are backported from upstream.

Tested by building dnsmasq successfully.

Abhishek Bachiphale (6):
  dnsmasq: fix CVE-2026-2291
  dnsmasq: fix CVE-2026-4890
  dnsmasq: fix CVE-2026-4891
  dnsmasq: fix CVE-2026-4892
  dnsmasq: fix CVE-2026-4893
  dnsmasq: fix CVE-2026-5172

 .../recipes-support/dnsmasq/dnsmasq_2.92.bb   |  6 +++
 .../dnsmasq/files/CVE-2026-2291.patch         | 37 ++++++++++++++
 .../dnsmasq/files/CVE-2026-4890.patch         | 50 +++++++++++++++++++
 .../dnsmasq/files/CVE-2026-4891.patch         | 40 +++++++++++++++
 .../dnsmasq/files/CVE-2026-4892.patch         | 36 +++++++++++++
 .../dnsmasq/files/CVE-2026-4893.patch         | 34 +++++++++++++
 .../dnsmasq/files/CVE-2026-5172.patch         | 34 +++++++++++++
 7 files changed, 237 insertions(+)
 create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2026-2291.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2026-4890.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2026-4891.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2026-4892.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2026-4893.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2026-5172.patch