[Buildroot] [PATCH] package/avahi: ignore CVE-2021-26720

Arnout Vandecappelle arnout at mind.be
Wed Apr 7 18:42:20 UTC 2021



On 07/04/2021 15:54, Peter Korsgaard wrote:
> CVE-2021-26720 is an issue in avahi-daemon-check-dns.sh, which is part of
> the Debian packaging and not part of upstream avahi - So ignore the CVE.
> 
> https://security-tracker.debian.org/tracker/CVE-2021-26720
> 
> Signed-off-by: Peter Korsgaard <peter at korsgaard.com>

 Applied to master, thanks.

 BTW, is there an easy way to run the CVE check for a single package? Or do you
really have to go through configure + pkg-stats?

 Regards,
 Arnout

> ---
>  package/avahi/avahi.mk | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk
> index e2b27328cd..b71fc189a0 100644
> --- a/package/avahi/avahi.mk
> +++ b/package/avahi/avahi.mk
> @@ -11,6 +11,10 @@ AVAHI_LICENSE_FILES = LICENSE
>  AVAHI_CPE_ID_VENDOR = avahi
>  AVAHI_INSTALL_STAGING = YES
>  
> +# CVE-2021-26720 is an issue in avahi-daemon-check-dns.sh, which is
> +# part of the Debian packaging and not part of upstream avahi
> +AVAHI_IGNORE_CVES += CVE-2021-26720
> +
>  AVAHI_CONF_ENV = \
>  	avahi_cv_sys_cxx_works=yes \
>  	DATADIRNAME=share
> 



More information about the buildroot mailing list