CVE-2026-42576
MEDIUM EPSS 16.4%
Published May 9, 20261mo ago · Modified Jun 17, 20262w ago
6.5 CVSS 3.1
Published May 9, 2026 1mo ago
Last Modified Jun 17, 2026 2w ago
Description
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.
CVSS Details
Base Score
Exploitability
Impact
Vector string
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
Threat Intelligence
EPSS Exploit Probability
16.4% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-704
References 3
- github.com https://github.com/chainguard-dev/apko/commit/6604826b19e36e9bc6e196592800fad93738f4a1
- github.com https://github.com/chainguard-dev/apko/releases/tag/v1.2.7
- github.com https://github.com/chainguard-dev/apko/security/advisories/GHSA-m7hm-vm4x-28jf
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.