Insufficient Verification of Data Authenticity Affecting cargobump package, versions *


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

Social Trends
EPSS
0.16% (6th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-MINIMOSLATEST-CARGOBUMP-16439762
  • published7 May 2026
  • disclosed9 May 2026

Introduced: 7 May 2026

CVE-2026-42575  (opens in a new tab)
CWE-345  (opens in a new tab)
CWE-494  (opens in a new tab)

How to fix?

There is no fixed version for Minimos:latest cargobump.

NVD Description

Note: Versions mentioned in the description apply only to the upstream cargobump package and not the cargobump package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

apko allows users to build and publish OCI container images built from apk packages. Prior to version 1.2.7, apko verifies the signature on APKINDEX.tar.gz but never compares individually downloaded .apk packages against the checksum recorded in the signed index. The checksum is parsed and available via ChecksumString(), and the downloaded package control hash is computed, but the two values are never compared in getPackageImpl(). Mismatched packages are silently accepted. An attacker who can substitute download responses (compromised mirror, HTTP repository, poisoned CDN cache) can install arbitrary packages into built images. This issue has been patched in version 1.2.7.