๐Ÿ” CVE Alert

CVE-2025-71422

MEDIUM 5.7

Contrast before 1.12.1 Insecure LUKS2 Persistent Storage

CVSS Score
5.7
EPSS Score
0.0%
EPSS Percentile
0th

Contrast is a Kubernetes runtime for confidential containers. In versions before 1.12.1, the secure persistent volume feature is vulnerable to a malicious host supplying a crafted LUKS2 volume to a pod VM. LUKS2 volume metadata is not authenticated and, with cryptsetup versions prior to 2.8.1, a header specifying the null keyslot encryption algorithm (cipher_null-ecb) is accepted without error. Because the Contrast Initializer assumes a device is protected if `cryptsetup open` succeeds with the secret seed, the guest will open the attacker-supplied volume and write secret data in plaintext, or under a volume key known to the attacker, allowing the host to read confidential data that should have been encrypted. Contrast v1.12.1 ships cryptsetup 2.8.1, which disables null ciphers in keyslots when the passphrase is non-empty; v1.13.0 adds detached-header validation in guest memory and integrity protection for secure persistent storage. Contrast persistent volumes were not integrity protected, so integrity impact is not considered.

CWE CWE-347
Vendor edgelesssys
Product contrast
Published Sep 27, 2026
Stay Ahead of the Next One

Get instant alerts for edgelesssys contrast

Be the first to know when new medium vulnerabilities affecting edgelesssys contrast are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

edgelesssys / contrast
0 < 1.12.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/edgelesssys/contrast/security/advisories/GHSA-f5p4-p5q5-jv3h vulncheck.com: https://www.vulncheck.com/advisories/contrast-before-1.12.1-insecure-luks2-persistent-storage

Credits

katexochen ๐Ÿ” tjade273