summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSana Kazi <Sana.Kazi@kpit.com>2021-03-09 12:08:56 +0530
committerArmin Kuster <akuster808@gmail.com>2021-03-16 08:40:06 -0700
commit1ad4455f2830c408f9c2e7a4b094c5e555db0cf2 (patch)
treec5aa69179b5c9759ff242612a41c83f3848cc0c6
parenta8e3b20df3e1a97601bc54da9b2f1405c2056f7b (diff)
downloadmeta-openembedded-1ad4455f2830c408f9c2e7a4b094c5e555db0cf2.tar.gz
mdns: Whitelisted CVE-2007-0613 for mdns
CVE-2007-0613 is not applicable as it only affects Apple products i.e. ichat,mdnsresponder, instant message framework and MacOS. Also, https://www.exploit-db.com/exploits/3230 shows the part of code affected by CVE-2007-0613 which is not preset in upstream source code. Hence, CVE-2007-0613 does not affect other Yocto implementations and is not reported for other distros can be marked whitelisted. Links: https://vulmon.com/vulnerabilitydetails?qid=CVE-2007-0613 https://www.incibe-cert.es/en/early-warning/vulnerabilities/cve-2007-0613 https://security-tracker.debian.org/tracker/CVE-2007-0613 https://ubuntu.com/security/CVE-2007-0613 https://vulmon.com/vulnerabilitydetails?qid=CVE-2007-0613 Signed-off-by: Sana Kazi <Sana.Kazi@kpit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f37e5423da984b7dc721d52f04673d3afc0879a1) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-protocols/mdns/mdns_878.270.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/mdns/mdns_878.270.2.bb b/meta-networking/recipes-protocols/mdns/mdns_878.270.2.bb
index 0f8dc92df..ce3123326 100644
--- a/meta-networking/recipes-protocols/mdns/mdns_878.270.2.bb
+++ b/meta-networking/recipes-protocols/mdns/mdns_878.270.2.bb
@@ -26,6 +26,19 @@ SRC_URI = "https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-${P
26SRC_URI[md5sum] = "4e139a8e1133349006b0436291c9e29b" 26SRC_URI[md5sum] = "4e139a8e1133349006b0436291c9e29b"
27SRC_URI[sha256sum] = "2cef0ee9900504c5277fb81de0a28e6c0835fe482ebecf1067c6864f5c4eda74" 27SRC_URI[sha256sum] = "2cef0ee9900504c5277fb81de0a28e6c0835fe482ebecf1067c6864f5c4eda74"
28 28
29# CVE-2007-0613 is not applicable as it only affects Apple products
30# i.e. ichat,mdnsresponder, instant message framework and MacOS.
31# Also, https://www.exploit-db.com/exploits/3230 shows the part of code
32# affected by CVE-2007-0613 which is not preset in upstream source code.
33# Hence, CVE-2007-0613 does not affect other Yocto implementations and
34# is not reported for other distros can be marked whitelisted.
35# Links:
36# https://vulmon.com/vulnerabilitydetails?qid=CVE-2007-0613
37# https://www.incibe-cert.es/en/early-warning/vulnerabilities/cve-2007-0613
38# https://security-tracker.debian.org/tracker/CVE-2007-0613
39# https://vulmon.com/vulnerabilitydetails?qid=CVE-2007-0613
40CVE_CHECK_WHITELIST += "CVE-2007-0613"
41
29PARALLEL_MAKE = "" 42PARALLEL_MAKE = ""
30 43
31S = "${WORKDIR}/mDNSResponder-${PV}/mDNSPosix" 44S = "${WORKDIR}/mDNSResponder-${PV}/mDNSPosix"