CVE-2026-49478

8.7

sigstore · fulcio

The sigstore fulcio certificate authority is vulnerable to Server-Side Request Forgery, which could allow unauthorized certificate issuance.

Executive summary

A server-side request forgery vulnerability in sigstore fulcio presents a high-risk scenario where an attacker could compromise the integrity of the code signing certificate process.

Vulnerability

The vulnerability is a Server-Side Request Forgery (SSRF) flaw, classified as CWE-918. It allows an attacker to manipulate the certificate authority into making unauthorized requests, potentially leading to the issuance of fraudulent code signing certificates.

Business impact

With a CVSS score of 8.7, the impact on integrity is severe. If exploited, an attacker could issue trusted code signing certificates for malicious software, bypassing security controls that rely on sigstore for provenance verification. This undermines the trust model of the entire supply chain, potentially leading to widespread reputational and security damage.

Remediation

Immediate Action: Update the fulcio deployment to version 1.8.6 or later to incorporate the security fix.

Proactive Monitoring: Audit certificate issuance logs for anomalous requests or certificates issued to unexpected identities.

Compensating Controls: Restrict outbound network access from the fulcio service to only essential endpoints to mitigate the impact of potential SSRF attempts.

Exploitation status

Public Exploit Available: No (exploit_available unknown).

Analyst recommendation

Given the critical role of fulcio in the software supply chain, this update is essential to maintain the integrity of code signing operations. Organizations should prioritize the deployment of version 1.8.6 to prevent potential misuse of the certificate authority.

More sigstore CVEs