A command line utility that performs various operations on container images and image repositories
Security Fix(es):
A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.(CVE-2024-3727)
Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of .
characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of .
characters.(CVE-2025-27144)
Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.(CVE-2025-47907)
{ "severity": "High" }
{ "aarch64": [ "skopeo-1.14.2-6.oe2403.aarch64.rpm", "skopeo-debuginfo-1.14.2-6.oe2403.aarch64.rpm", "skopeo-debugsource-1.14.2-6.oe2403.aarch64.rpm", "skopeo-tests-1.14.2-6.oe2403.aarch64.rpm" ], "src": [ "skopeo-1.14.2-6.oe2403.src.rpm" ], "x86_64": [ "skopeo-1.14.2-6.oe2403.x86_64.rpm", "skopeo-debuginfo-1.14.2-6.oe2403.x86_64.rpm", "skopeo-debugsource-1.14.2-6.oe2403.x86_64.rpm", "skopeo-tests-1.14.2-6.oe2403.x86_64.rpm" ] }