PT-2026-54445 · Sigstore · Sigstore Timestamp Authority
CVE-2026-49835
·
Published
2026-06-30
·
Updated
2026-07-30
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Sigstore Timestamp Authority versions prior to v2.0.7
Description
An unauthenticated remote attacker can cause unbounded memory growth on the timestamp authority server. The issue occurs because the
wrapMetrics middleware records the raw HTTP request path r.URL.Path and the raw HTTP request method r.Method as Prometheus labels for latency and request count metric vectors. Because this middleware executes before standard routing, it processes all incoming requests, including unmatched paths and arbitrary methods. The Prometheus library creates a permanent time-series entry for every unique label combination, allowing an attacker to exhaust system memory by sending requests with random paths or methods.Recommendations
Update to version v2.0.7 or later.
Block or drop incoming requests with invalid HTTP methods or unknown request paths at a reverse proxy or load balancer before they reach the server.
Configure rate-limiting on the public interface to prevent the issuance of numerous unique requests in a short duration.
Exploit
Fix
Allocation of Resources Without Limits
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Sigstore Timestamp Authority