Debian Package Tracker
Register | Log in
Subscribe

gitsign

Keyless Git signing using Sigstore (program)

Choose email to subscribe with

general
  • source: gitsign (main)
  • version: 0.16.0-1
  • maintainer: Debian Go Packaging Team (DMD)
  • uploaders: Simon Josefsson [DMD]
  • arch: all any
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • stable: 0.13.0-2
  • testing: 0.16.0-1
  • unstable: 0.16.0-1
versioned links
  • 0.13.0-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.16.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • gitsign
  • golang-github-sigstore-gitsign-dev
action needed
2 low-priority security issues in trixie low

There are 2 open security issues in trixie.

2 issues left for the package maintainer to handle:
  • CVE-2026-44309: (needs triaging) Gitsign is a keyless Sigstore to signing tool for Git commits with your a GitHub / OIDC identity. Prior to 0.16.0, gitsign verify and gitsign verify-tag re-encode commit/tag objects through go-git's EncodeWithoutSignature before checking the signature, instead of verifying against the raw git object bytes. For malformed objects with duplicate tree headers, git-core and go-git parse different trees: git-core uses the first, go-git uses the second. A signature crafted over the go-git-normalized form (second tree) passes gitsign verify while git-core resolves the commit to a completely different tree. This breaks the invariant that a verified signature, the commit semantics git-core presents to users, and the object hash logged in Rekor all refer to the same content. This vulnerability is fixed in 0.16.0.
  • CVE-2026-44310: (needs triaging) 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.

You can find information about how to handle these issues in the security team's documentation.

Created: 2026-05-15 Last update: 2026-06-10 18:47
news
[rss feed]
  • [2026-06-11] gitsign 0.16.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-06-07] Accepted gitsign 0.16.0-1 (source) into unstable (Simon Josefsson)
  • [2026-06-02] Accepted gitsign 0.14.0-1 (source) into unstable (Simon Josefsson)
  • [2026-03-25] gitsign 0.13.0-4 MIGRATED to testing (Debian testing watch)
  • [2026-03-15] Accepted gitsign 0.14.0-1~exp0 (source) into experimental (Simon Josefsson)
  • [2026-02-18] Accepted gitsign 0.13.0-4 (source) into unstable (Simon Josefsson)
  • [2026-02-18] Accepted gitsign 0.13.0-4~exp0 (source) into experimental (Simon Josefsson)
  • [2025-10-24] gitsign 0.13.0-3 MIGRATED to testing (Debian testing watch)
  • [2025-10-08] Accepted gitsign 0.13.0-3 (source) into unstable (Simon Josefsson)
  • [2025-06-07] gitsign 0.13.0-2 MIGRATED to testing (Debian testing watch)
  • [2025-06-02] Accepted gitsign 0.13.0-2 (source) into unstable (Simon Josefsson)
  • [2025-04-13] gitsign 0.13.0-1 MIGRATED to testing (Debian testing watch)
  • [2025-04-10] Accepted gitsign 0.13.0-1 (source) into unstable (Simon Josefsson)
  • [2025-02-19] gitsign 0.12.0-4 MIGRATED to testing (Debian testing watch)
  • [2025-02-14] Accepted gitsign 0.12.0-4 (source) into unstable (Simon Josefsson)
  • [2025-01-29] gitsign 0.12.0-3 MIGRATED to testing (Debian testing watch)
  • [2025-01-22] Accepted gitsign 0.12.0-3 (source) into unstable (Simon Josefsson)
  • [2025-01-21] Accepted gitsign 0.12.0-2 (source) into unstable (Simon Josefsson)
  • [2025-01-21] Accepted gitsign 0.12.0-1 (source amd64 all) into unstable (Debian FTP Masters) (signed by: Simon Josefsson)
  • [2025-01-20] Accepted gitsign 0.11.0-1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Simon Josefsson)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.13.0-4

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing