OESA-2025-2233

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2025-2233
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2025-2233.json
JSON Data
https://api.osv.dev/v1/vulns/OESA-2025-2233
Upstream
Published
2025-09-12T14:24:24Z
Modified
2025-09-12T19:01:02.967426Z
Summary
skopeo security update
Details

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)

Database specific
{
    "severity": "High"
}
References

Affected packages

openEuler:24.03-LTS / skopeo

Package

Name
skopeo
Purl
pkg:rpm/openEuler/skopeo&distro=openEuler-24.03-LTS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.14.2-6.oe2403

Ecosystem specific

{
    "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"
    ],
    "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"
    ]
}