CVE-2025-66506

Fulcio is a free-to-use certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity. Prior to 1.8.3, function identity.extractIssuerURL 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. This vulnerability is fixed in 1.8.3.
Configurations

Configuration 1 (hide)

cpe:2.3:a:linuxfoundation:fulcio:*:*:*:*:*:*:*:*

History

10 Mar 2026, 19:30

Type Values Removed Values Added
First Time Linuxfoundation
Linuxfoundation fulcio
CPE cpe:2.3:a:linuxfoundation:fulcio:*:*:*:*:*:*:*:*
References () https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a - () https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a - Patch
References () https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw - () https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw - Vendor Advisory

04 Dec 2025, 22:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-12-04 22:15

Updated : 2026-03-10 19:30


NVD link : CVE-2025-66506

Mitre link : CVE-2025-66506

CVE.ORG link : CVE-2025-66506


JSON object : View

Products Affected

linuxfoundation

  • fulcio
CWE
CWE-405

Asymmetric Resource Consumption (Amplification)