๐Ÿ” CVE Alert

CVE-2026-44310

MEDIUM 5.4

gitsign --verify panics on empty-certificate PKCS7 and exits 0, bypassing exit-code callers

CVSS Score
5.4
EPSS Score
0.0%
EPSS Percentile
0th

Gitsign is a keyless Sigstore to signing tool for Git commits with your a GitHub / OIDC identity. From 0.4.0 to before 0.15.0, CertVerifier.Verify() in pkg/git/verifier.go unconditionally dereferences certs[0] after sd.GetCertificates() without checking the slice length. A CMS/PKCS7 signed message with an empty certificate set is a structurally valid DER payload; GetCertificates() returns an empty slice with no error, causing an immediate index-out-of-range panic. On the gitsign --verify code path (the GPG-compatible mode invoked by git verify-commit), the panic is silently recovered by internal/io/streams.go's Wrap() function, which returns nil instead of an error. main.go then exits with code 0, causing exit-code-only verification callers to interpret the failed verification as success. This vulnerability is fixed in 0.15.0.

CWE CWE-129 CWE-390
Vendor sigstore
Product gitsign
Published May 15, 2026
Last Updated May 15, 2026
Stay Ahead of the Next One

Get instant alerts for sigstore gitsign

Be the first to know when new medium vulnerabilities affecting sigstore gitsign 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:L/PR:N/UI:R/S:U/C:N/I:L/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
Low

Affected Versions

sigstore / gitsign
>= 0.4.0, < 0.15.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/sigstore/gitsign/security/advisories/GHSA-7c37-gx6w-8vc5