diff options
author | Steve Sakoman <steve@sakoman.com> | 2020-11-18 05:25:22 -1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-24 10:27:45 +0000 |
commit | 1e41bd793fdd9b10341405c77b3f59a6c60249d7 (patch) | |
tree | 8e2b2e9cf8e3b661aee21b4bcaaf5c91e05c507a /meta/recipes-extended | |
parent | f5f81aec83e5a4aad710789e20da14f370a530bb (diff) | |
download | poky-1e41bd793fdd9b10341405c77b3f59a6c60249d7.tar.gz |
cups: whitelist CVE-2018-6553
This an Ububtu specific issue:
The CUPS AppArmor profile incorrectly confined the dnssd backend
due to use of hard links. A local attacker could possibly use this
issue to escape confinement. This flaw affects versions prior to
2.2.7-1ubuntu2.1 in Ubuntu 18.04 LTS, prior to 2.2.4-7ubuntu3.1
in Ubuntu 17.10, prior to 2.1.3-4ubuntu0.5 in Ubuntu 16.04 LTS,
and prior to 1.7.2-0ubuntu1.10 in Ubuntu 14.04 LTS
(From OE-Core rev: 22e89983a8f83a369d83bc67e4f3492bc50db648)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 87870e4aba..df8d4d284a 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -20,6 +20,9 @@ SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.t | |||
20 | UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" | 20 | UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" |
21 | UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" | 21 | UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" |
22 | 22 | ||
23 | # This is an Ubuntu only issue. | ||
24 | CVE_CHECK_WHITELIST += "CVE-2018-6553" | ||
25 | |||
23 | LEAD_SONAME = "libcupsdriver.so" | 26 | LEAD_SONAME = "libcupsdriver.so" |
24 | 27 | ||
25 | CLEANBROKEN = "1" | 28 | CLEANBROKEN = "1" |