๐Ÿ” CVE Alert

CVE-2026-42576

MEDIUM 6.5

apko `DiscoverKeys` has a panic on non-rsa jwks key that causes crash during key discovery

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
9th

apko allows users to build and publish OCI container images built from apk packages. Prior to version 1.2.7, DiscoverKeys in pkg/apk/apk/implementation.go unconditionally type-asserts JWKS keys as *rsa.PublicKey without checking the key type. If a repository JWKS endpoint returns a non-RSA key (e.g. EC), the unchecked assertion panics and crashes apko. This affects any workflow that initializes the APK database and fetches repository keys. This issue has been patched in version 1.2.7.

CWE CWE-704
Vendor chainguard-dev
Product apko
Published May 9, 2026
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for chainguard-dev apko

Be the first to know when new medium vulnerabilities affecting chainguard-dev apko are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

chainguard-dev / apko
< 1.2.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/chainguard-dev/apko/security/advisories/GHSA-m7hm-vm4x-28jf github.com: https://github.com/chainguard-dev/apko/commit/6604826b19e36e9bc6e196592800fad93738f4a1 github.com: https://github.com/chainguard-dev/apko/releases/tag/v1.2.7