๐Ÿ” CVE Alert

CVE-2026-100837

LOW 3.7

Edgeless Systems Contrast through 1.20.0 Credential Leak via Registry Suffix Matching

CVSS Score
3.7
EPSS Score
0.0%
EPSS Percentile
0th

Contrast (Edgeless Systems) through 1.20.0 performs unanchored suffix matching when selecting per-registry configuration in the imagepuller. Config.registryFor strips a single trailing dot and then uses strings.HasSuffix(hostname, fqdn) without requiring a DNS label boundary, so a registry entry such as [registries."ghcr.io."] is also applied to any host whose name merely ends in that byte sequence, including attacker-registered domains such as evilghcr.io. When an image or layer is pulled from such a sibling domain, the imagepuller sends the configured Authorization header (basic auth, registry token, or identity token), trusts the configured custom CA bundle, follows the configured mirror, and honours insecure-skip-verify (disabling TLS verification) for that host. Image integrity is not affected, as image bytes remain pinned by digest in the policy and are validated after the pull. Configurations that use a leading dot (e.g., [registries.".example.registry"]) are unaffected.

CWE CWE-1289
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 low 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:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

edgelesssys / contrast
0 โ‰ค 1.20.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/edgelesssys/contrast/security/advisories/GHSA-6c87-g9pw-78fx vulncheck.com: https://www.vulncheck.com/advisories/edgeless-systems-contrast-through-1.20.0-credential-leak-via-registry-suffix-matching

Credits

๐Ÿ” offset