CVE-2026-48702

HIGHPre-NVD 7.57.5
EchelonGraph scoreLOW confidence

This high-severity CVE scores 7.5 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: cna:github_m
7.5
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: CVSS: 7.5Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

Rekor has an OOM Condition due to Unbounded gzip Decompression in Alpine APK Parsing Logic

Description

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)
  • POST /api/v1/log/entries/retrieve (searchLogQuery)

Both invoke V001Entry.Canonicalize()fetchExternalEntities()apk.Unmarshal(packageData), which performs the unbounded decompression.

Workarounds

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.

CVSS v3
7.5
EG Score
7.5(low)
EPSS
KEV
Not listed

Published

June 25, 2026

Last Modified

June 25, 2026

Vendor Advisories for CVE-2026-48702(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 15× in last 7d / 24× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-06 22:39 UTCEG score recompute
  2. 2026-07-06 11:13 UTCEG score recompute
  3. 2026-07-05 23:29 UTCEG score recompute
  4. 2026-07-05 12:03 UTCEG score recompute
  5. 2026-07-05 00:38 UTCEG score recompute
  6. 2026-07-04 13:11 UTCEG score recompute
  7. 2026-07-04 01:46 UTCEG score recompute
  8. 2026-07-03 14:19 UTCEG score recompute
  9. 2026-07-03 02:53 UTCEG score recompute
  10. 2026-07-02 15:28 UTCEG score recompute
  11. 2026-07-02 04:02 UTCEG score recompute
  12. 2026-07-01 16:37 UTCEG score recompute
  13. 2026-07-01 05:12 UTCEG score recompute
  14. 2026-06-30 17:46 UTCEG score recompute
  15. 2026-06-30 06:20 UTCEG score recompute
  16. 2026-06-29 18:54 UTCEG score recompute
  17. 2026-06-29 07:29 UTCEG score recompute
  18. 2026-06-28 20:04 UTCEG score recompute
  19. 2026-06-28 08:38 UTCEG score recompute
  20. 2026-06-27 21:13 UTCEG score recompute
  21. 2026-06-27 09:47 UTCEG score recompute
  22. 2026-06-26 22:22 UTCEG score recompute
  23. 2026-06-26 10:56 UTCEG score recompute
  24. 2026-06-25 21:46 UTCEG score recompute

Frequently asked(4)

What is CVE-2026-48702?
CVE-2026-48702 is a high vulnerability published on June 25, 2026. Rekor has an OOM Condition due to Unbounded gzip Decompression in Alpine APK Parsing Logic Description 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.…
When was CVE-2026-48702 disclosed?
CVE-2026-48702 was first published in the National Vulnerability Database on June 25, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
What is the CVSS score of CVE-2026-48702?
CVE-2026-48702 has a CVSS v4.0 base score of 7.5 (CNA self-assessment; NVD's own analysis pending). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-48702?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-48702, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-48702

Explore →

Is Your Infrastructure Affected by CVE-2026-48702?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.