Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-24778: Release imgcrypt 1.1.4 · containerd/imgcrypt

The imgcrypt library provides API exensions for containerd to support encrypted container images and implements the ctd-decoder command line tool for use by containerd to decrypt encrypted container images. The imgcrypt function CheckAuthorization is supposed to check whether the current used is authorized to access an encrypted image and prevent the user from running an image that another user previously decrypted on the same system. In versions prior to 1.1.4, a failure occurs when an image with a ManifestList is used and the architecture of the local host is not the first one in the ManifestList. Only the first architecture in the list was tested, which may not have its layers available locally since it could not be run on the host architecture. Therefore, the verdict on unavailable layers was that the image could be run anticipating that image run failure would occur later due to the layers not being available. However, this verdict to allow the image to run enabled other architectures in the ManifestList to run an image without providing keys if that image had previously been decrypted. A patch has been applied to imgcrypt 1.1.4. Workarounds may include usage of different namespaces for each remote user.

CVE
#git

Compare

Choose a tag to compare

imgcrypt 1.1.4

Latest

Latest

@stefanberger stefanberger released this

v1.1.4

This tag was signed with the committer’s verified signature.

stefanberger Stefan Berger

GPG key ID: 75AD65802A0B4211 Learn about vigilant mode.

4b71208

This commit was created on GitHub.com and signed with GitHub’s verified signature.

GPG key ID: 4AEE18F83AFDEB23 Learn about vigilant mode.

Compare

Choose a tag to compare

v1.1.4:

  • Fixed issue in CheckAuthorization() callpath for images with a ManifestList
    • CVE-2022-24778
    • Fix: 6fdd981
    • Added test case covering this
  • Updated to ocicrypt 1.1.3
  • Updated to containerd 1.6.1

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907