From: Devansh Patel <[email protected]> CVE-2011-3374 affects the legacy apt-key net-update command [1].
Upstream removed apt-key in apt 2.9.19 [2]. OE-Core uses apt 3.0.3, so the vulnerable code is no longer present and cannot be restored by configuration. Mark the CVE as fixed-version. [1] https://security-tracker.debian.org/tracker/CVE-2011-3374 [2] https://salsa.debian.org/apt-team/apt/-/commit/a00fbbdb2 Signed-off-by: Devansh Patel <[email protected]> --- Changes in v2: - Use fixed-version instead of not-applicable-config because apt-key was removed in apt 2.9.19. - Shorten the CVE_STATUS explanation and add supporting references. meta/recipes-devtools/apt/apt_3.0.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/apt/apt_3.0.3.bb b/meta/recipes-devtools/apt/apt_3.0.3.bb index 08b6bac2e4..7c72f489a3 100644 --- a/meta/recipes-devtools/apt/apt_3.0.3.bb +++ b/meta/recipes-devtools/apt/apt_3.0.3.bb @@ -34,6 +34,9 @@ UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/apt/" # to express 'divisible by 4 plus 2' in regex (that I know of), let's hardcode a few. UPSTREAM_CHECK_REGEX = "[^\d\.](?P<pver>((2\.2)|(2\.6)|(3\.0)|(3\.4)|(3\.8)|(4\.2))(\.\d+)+)\.tar" +# apt-key, including the vulnerable net-update path, was removed in 2.9.19. +CVE_STATUS[CVE-2011-3374] = "fixed-version: apt-key was removed in 2.9.19" + inherit cmake perlnative bash-completion useradd # User is added to allow apt to drop privs, will runtime warn without -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243341): https://lists.openembedded.org/g/openembedded-core/message/243341 Mute This Topic: https://lists.openembedded.org/mt/120731214/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
