CVE 5.5 MEDIUM

melange has a path traversal in license-path which allows reading files outside workspace_CVE-2026-25145

5.5 / 10
MEDIUM
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N

Description

melange allows users to build apk packages using declarative pipelines. From version 0.14.0 to before 0.40.3, an attacker who can influence a melange configuration file (e.g., through pull request-driven CI or build-as-a-service scenarios) could read arbitrary files from the host system. The LicensingInfos function in pkg/config/config.go reads license files specified in copyright[].license-path without validating that paths remain within the workspace directory, allowing path traversal via ../ sequences. The contents of the traversed file are embedded into the generated SBOM as license text, enabling exfiltration of sensitive data through build artifacts. This issue has been patched in version 0.40.3.

Basic Information

ID CVE-2026-25145
Source GitHub_M
Published Feb 4, 2026 at 19:32

Affected Product

Vendor chainguard-dev
Product melange
Version >= 0.14.0, < 0.40.3
Affected Versions chainguard-dev melange >= 0.14.0, < 0.40.3

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.