Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/sigstore/fulcio
  4. ›
  5. CVE-2025-66506

CVE-2025-66506: Fulcio allocates excessive memory during token parsing

December 5, 2025

Function identity.extractIssuerURL currently splits (via a call to strings.Split) its argument (which is untrusted data) on periods.

As a result, in the face of a malicious request with an (invalid) OIDC identity token in the payload containing many period characters, a call to extractIssuerURL incurs allocations to the tune of O(n) bytes (where n stands for the length of the function’s argument), with a constant factor of about 16. Relevant weakness: CWE-405: Asymmetric Resource Consumption (Amplification)

Details See identity.extractIssuerURL

Impact Excessive memory allocation

References

  • github.com/advisories/GHSA-f83f-xpx7-ffpw
  • github.com/sigstore/fulcio
  • github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a
  • github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw
  • nvd.nist.gov/vuln/detail/CVE-2025-66506

Code Behaviors & Features

Detect and mitigate CVE-2025-66506 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.8.3

Fixed versions

  • 1.8.3

Solution

Upgrade to version 1.8.3 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-405: Asymmetric Resource Consumption (Amplification)

Source file

go/github.com/sigstore/fulcio/CVE-2025-66506.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sun, 14 Dec 2025 00:19:48 +0000.