summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi/avahi_0.8.bb
diff options
context:
space:
mode:
authorMeenali Gupta <meenali.gupta@windriver.com>2023-11-16 11:18:17 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-20 15:30:46 +0000
commit292956cd7b2ea909a0cb39973536ddd007f7e47d (patch)
tree8a7603b7c2b0538f627ec750930b30b6a9140fbb /meta/recipes-connectivity/avahi/avahi_0.8.bb
parent93b4489c84f5f21e3fbcd66a39d50b5d64001a58 (diff)
downloadopenembedded-core-contrib-292956cd7b2ea909a0cb39973536ddd007f7e47d.tar.gz
avahi: fix CVE-2023-38471
A vulnerability was found in Avahi. A reachable assertion exists in the dbus_set_host_name function. Signed-off-by: Meenali Gupta <meenali.gupta@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi_0.8.bb')
-rw-r--r--meta/recipes-connectivity/avahi/avahi_0.8.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.8.bb b/meta/recipes-connectivity/avahi/avahi_0.8.bb
index a0b31a4697..9c903d6868 100644
--- a/meta/recipes-connectivity/avahi/avahi_0.8.bb
+++ b/meta/recipes-connectivity/avahi/avahi_0.8.bb
@@ -28,6 +28,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/avahi-${PV}.tar.gz \
file://invalid-service.patch \
file://CVE-2023-38469.patch \
file://CVE-2023-38470.patch \
+ file://CVE-2023-38471.patch \
"
GITHUB_BASE_URI = "https://github.com/lathiat/avahi/releases/"