Skip to content

v5.30.1

Compare
Choose a tag to compare
@mtrmac mtrmac released this 09 May 15:56
· 238 commits to main since this release

This fixes CVE-2024-3727 .

Digest values used throughout this library were not always validated. That allowed attackers to trigger, when pulling untrusted images, unexpected authenticated registry accesses on behalf of a victim user.

In less common uses of this library (using other transports or not using the containers/image/v5/copy.Image API), an attacker could also trigger local path traversals or crashes.