Insufficient Verification of Data Authenticity Affecting dagdotdev package, versions <0.0.20-r14


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.02% (5th 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-WOLFILATEST-DAGDOTDEV-16423668
  • published5 May 2026
  • disclosed9 May 2026

Introduced: 5 May 2026

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

How to fix?

Upgrade Wolfi dagdotdev to version 0.0.20-r14 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream dagdotdev package and not the dagdotdev package as distributed by Wolfi. See How to fix? for Wolfi 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.