CVE-2026-75625
Received Received - Intake

Kraken Agents Cache Poisoning via CRC32 Validation Bypass

Vulnerability report for CVE-2026-75625, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: VulnCheck

Description

Kraken agents fail to verify peer-to-peer downloaded blobs against their requested SHA-256 digest before committing to the content-addressable cache, relying only on CRC32 checksums for piece validation. Attackers on the agent-to-agent path or malicious peers can supply substituted content with forged CRC32 corrections that passes per-piece checks, poisoning the cache with attacker-chosen container image layers or manifests that are re-seeded and executed by other hosts.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-18
Last Modified
2026-08-18
Generated
2026-08-18
AI Q&A
2026-08-18
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
uber kraken to 0.1.27 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-354 The product does not validate or incorrectly validates the integrity check values or "checksums" of a message. This may prevent it from detecting if the data has been modified or corrupted in transmission.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Kraken agents fail to verify peer-to-peer downloaded blobs against their requested SHA-256 digest before storing them in the content-addressable cache. Instead, they rely only on CRC32 checksums for piece validation. Attackers can substitute malicious content with forged CRC32 corrections that pass per-piece checks, poisoning the cache with attacker-chosen container image layers or manifests that are then re-seeded and executed by other hosts.

Detection Guidance

Detecting this vulnerability requires monitoring Kraken agent logs for cache poisoning events or unexpected content under trusted SHA-256 digests. Check agent logs for mismatches between requested SHA-256 digests and actual content. Inspect the content-addressable cache for files not matching their expected digests. Monitor network traffic for plaintext TCP transfers between Kraken agents, as the issue stems from lack of integrity protection beyond CRC32.

Impact Analysis

This vulnerability allows attackers to inject malicious container images or layers into the cache. When other hosts download these images, they execute attacker-controlled content, potentially leading to unauthorized code execution, data breaches, or supply chain attacks. The impact includes compromised systems, data integrity loss, and propagation of malicious content across the network.

Compliance Impact

This vulnerability can lead to unauthorized access or execution of malicious code, violating data integrity and confidentiality requirements in GDPR and HIPAA. Non-compliance may result from unauthorized data exposure, lack of integrity controls, or failure to protect sensitive information during distribution, potentially leading to legal penalties or reputational damage.

Mitigation Strategies

Upgrade Kraken to versions newer than 0.1.27 where the issue is fixed. Disable P2P downloads temporarily if possible. Implement network-level integrity checks or TLS for agent-to-agent traffic. Monitor cache contents for unexpected files and verify SHA-256 digests manually. Restrict agent-to-agent communication to trusted networks only.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75625. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart