CVE-2026-48702
Reported by GitHub_M · Published August 13, 2026
Rekor is a software supply chain transparency log. Starting in version 0.3.0 and prior to version 1.5.2, the `Package.Unmarshal()` function in `pkg/types/alpine/apk.go` decompresses the signature and control gzip members of an APK file into in-memory buffers without bounding the total decompressed size. The existing `max_apk_metadata_size` check (default 1MB) is only applied to individual tar entry header sizes after decompression completes, so it does not prevent a decompression bomb from consuming unbounded heap memory. An attacker can craft a gzip stream that compresses at a ~1000:1 ratio (e.g., 2MB compressed zeros → 2GB decompressed). When submitted as spec.package.content in an Alpine `ProposedEntry`, the server decompresses the full payload into memory during request processing, triggering a fatal Go runtime out-of-memory error or OS OOM-kill that cannot be caught by the server's recover() middleware. This is reachable via two unauthenticated endpoints, `POST /api/v1/log/entries (createLogEntry)` and `POST /api/v1/log/entries/retrieve (searchLogQuery)`. Both invoke `V001Entry.Canonicalize()` → `fetchExternalEntities()` → `apk.Unmarshal(packageData)`, which performs the unbounded decompression. Version 1.5.2 patches the issue. There is no effective workaround. Setting `max_request_body_size` reduces but does not eliminate exposure due to the ~1000:1 compression ratio (a 1MB body limit still allows ~1GB heap allocation). Setting `max_apk_metadata_size` has no effect on this vulnerability since the check is applied after decompression.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| sigstore | rekor | >= 0.3.0, < 1.5.2 |
| chainguard | kubescape-server | 0, 0, 0 |
| chainguard | spire-server-fips | 0, 0, 0 |
| chainguard | ratify | 0, 0, 0 |
| chainguard | teleport-18 | 0, 0, 0 |
| wolfi | aactl | 0, 0, 0 |
| chainguard | crossplane-2.2 | 0, 0, 0 |
| chainguard | docker-fips-29 | 0, 0, 0 |
| chainguard | cloudbeat-8.17 | 0, 0, 0 |
| wolfi | policy-controller | 0, 0, 0 |
| chainguard | teleport-17 | 0, 0, 0 |
| chainguard | crossplane-2.1 | 0, 0, 0 |
| chainguard | crossplane-fips-2.0 | 0, 0, 0 |
| wolfi | zarf | 0, 0, 0 |
| wolfi | neuvector-sigstore-interface | 0, 0, 0 |
| chainguard | crossplane-fips-2.1 | 0, 0, 0 |
| chainguard | kubescape-server-fips | 0, 0, 0 |
| chainguard | kyverno-fips-1.17 | 0, 0, 0 |
| chainguard | kyverno-notation-aws | 0, 0, 0 |
| wolfi | kubescape | 0, 0, 0 |
…and 73 more
Timeline
- Jun 25, 2026 CVE Published
- Jun 26, 2026 Security Advisory
- Aug 24, 2026 EPSS Score
- Aug 27, 2026 EPSS Score
- Sep 1, 2026 EPSS Score
- Sep 6, 2026 EPSS Score