🛡️ CVE-2026-54787 — sigstore-go

🟢 CVSS 3.1 — Low ✅ No Known Exploit CWE-324 NVD
3.1
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

sigstore-go fails to check signature timestamps against a signing key's validity period

sigstore-go fails to check signature timestamps against a signing key's validity period for self-managed long-lived keys without certificates.

Impact

To verify a bundle with a self-managed long-lived key, the key needs to be wrapped in an ExpiringKey type that implies expiration semantics:

```go

signatureVerifier, _ := signature.LoadDefaultVerifier(publicKey)

expiredKey := root.NewExpiringKey(signatureVerifier, time.Unix(0, 0), time.Unix(1, 0))

```

Despite the API contract, the validator does not check the bundle signing time against the validity window. Attackers that obtain expired key materials may be able to sign bundles with those materials that are accepted despite a configured expiry date. This issue only impacts the long-lived signing key workflow, and not standard deployments involving a certificate authority.

Reproduction steps

Start from a sigstore-go checkout:

```bash

git clone https://github.com/sigstore/sigstore-go.git

cd sigstore-go

git checkout 8ca80c47ef03d26ebf174db7c296700b075b2c16

```

Apply the [patch] containing the test case and associated materials:

```bash

git apply sigstore-go-public-key-validity-test.patch

```

Run the test:

```bash

go test ./pkg/verify -run TestPublicKeyValidityCheckedAgainstSignedTimestamp

```

On vulnerable code, the test fails because verification succeeds even though the trusted ExpiringKey is not valid at the signed timestamp:

```text

--- FAIL: TestPublicKeyValidityCheckedAgainstSignedTimestamp

signed_entity_test.go:602:

Error: An error is expected but got nil.

```

[patch]: https://github.com/user-attachments/files/28614520/sigstore-go-public-key-validity-test.patch

How this vulnerability can be exploited

This issue can be reached over the network, attack complexity is high, an attacker needs low-level privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality none, integrity low, availability none.

Weakness class

CVE-2026-54787 is classified as CWE-324: Use of a Key Past its Expiration Date. The product uses a cryptographic key or password past its expiration date, which diminishes its safety significantly by increasing the timing window for cracking attacks against that key.

Affected software

CVE-2026-54787 is recorded against 2 packages.

  • github.com/sigstore/sigstore-go
  • unknown

Timeline and source

Published on 31 July 2026 and last revised on 1 August 2026. No public exploit is currently recorded for this entry. Record sourced from NVD.

References

github.com (Web)
github.com (Web)
github.com (Web)
github.com (Package)
github.com (Web)

Details

Severity LOW
CVSS Score 3.1
CVSS Vector CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N
CWE CWE-324
Public Exploit ✅ No
Source NVD
Published 2026-07-31
Updated 2026-08-12
Modified 2026-08-01
Fix URL N/A

Affected Packages

Software From version Fixed in
github.com/sigstore/sigstore-go
unknown

Similar Threats

Free Vulnerability Check

Is your site affected by CVE-2026-54787?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against CVE-2026-54787 and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.

Browse related advisories

All advisoriesCVECVE 2026