
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-66564 is a denial-of-service vulnerability in Sigstore Timestamp Authority caused by excessive memory allocation during API request parsing. It affects all versions up to and including 2.0.2 of the github.com/sigstore/timestamp-authority Go module. The vulnerability was disclosed on December 4, 2025, by researcher Hayden-IO via a GitHub Security Advisory. It carries a CVSS v3.1 base score of 7.5 (High) (GitHub Advisory, Github Advisory DB).
The root cause is classified as CWE-405 (Asymmetric Resource Consumption / Amplification). Two API functions are affected: api.ParseJSONRequest uses strings.Split to split an attacker-controlled OID field on period characters, and api.getContentType uses strings.Split on the Content-Type HTTP header against the string "application/". Because strings.Split in Go allocates a slice proportional to the number of delimiters found, a malicious request containing an arbitrarily long OID with many periods or a malformed Content-Type header causes O(n) memory allocations where n is the input length. The fix in commit 0cae34e adds a pre-check limiting OID sub-identifiers to 128 (per RFC 2578) and restricts Content-Type splitting to at most one occurrence using strings.Count and strings.SplitN (GitHub Commit, GitHub Advisory).
Successful exploitation allows an unauthenticated, remote attacker to exhaust the memory of the Sigstore Timestamp Authority service, potentially causing it to crash or become unavailable — a denial-of-service (DoS) condition. There is no impact on confidentiality or integrity; the vulnerability is limited to availability. Because Sigstore Timestamp Authority is used to issue RFC 3161 timestamps for software supply chain signing workflows, its unavailability could disrupt code signing and verification pipelines that depend on it (GitHub Advisory, Github Advisory DB).
No public proof-of-concept exploit code is known to exist, and there is no evidence of in-the-wild exploitation at this time. The EPSS score is approximately 0.04% (0.000400), indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported (Github Advisory DB, Feedly).
/api/v1/timestamp).tsaPolicyOID field contains an excessively long string with hundreds or thousands of period characters (e.g., "1." + "0." * 10000).api.ParseJSONRequest function will call strings.Split on the OID, allocating O(n) memory.Content-Type header containing many repetitions of the string "application/" (e.g., "application/application/application/...") to trigger unbounded allocation in api.getContentType./api/v1/timestamp) from one or more source IPs; requests with unusually large Content-Type headers or oversized JSON bodies.tsaPolicyOID values containing abnormally long strings with many period characters; HTTP 400/500 error responses from the timestamp service following such requests.timestamp-server process; out-of-memory (OOM) kill events in system logs (dmesg, /var/log/syslog) referencing the timestamp authority process; service restarts or crashes correlating with unusual request patterns.The primary remediation is to upgrade Sigstore Timestamp Authority to version 2.0.3 or later, which enforces a maximum of 128 OID sub-identifiers and restricts Content-Type header splitting (GitHub Advisory). There is no in-service workaround; however, if the service is deployed behind a load balancer or reverse proxy, configuring it to reject requests with excessively large bodies or malformed headers can reduce exposure. Additionally, implementing rate limiting and request size restrictions at the network edge is recommended as a defense-in-depth measure (Github Advisory DB).
Fix availability across major Linux distributions and their releases.
sid
golang-github-sigstore-timestamp-authority: 2.0.3-1
trixie
golang-github-sigstore-timestamp-authority
devel
golang-github-sigstore-timestamp-authority
resolute
golang-github-sigstore-timestamp-authority
resolute (esm-apps)
golang-github-sigstore-timestamp-authority
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."