Description
sigstore framework is a common go library shared across sigstore services and clients. In versions 1.10.3 and below, the legacy TUF client (pkg/tuf/client.go) supports caching target files to disk. It constructs a filesystem path by joining a cache base directory with a target name sourced from signed target metadata; however, it does not validate that the resulting path stays within the cache base directory. A malicious TUF repository can trigger arbitrary file overwriting, limited to the permissions that the calling process has. Note that this should only affect clients that are directly using the TUF client in sigstore/sigstore or are using an older version of Cosign. Public Sigstore deployment users are unaffected, as TUF metadata is validated by a quorum of trusted collaborators. This issue has been fixed in version 1.10.4. As a workaround, users can disable disk caching for the legacy client by setting SIGSTORE_NO_CACHE=true in the environment, migrate to https://github.com/sigstore/sigstore-go/tree/main/pkg/tuf, or upgrade to the latest sigstore/sigstore release.
Published: 2026-01-23
Score: 5.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Local File Write via path traversal in legacy TUF client
Action: Patch
AI Analysis

Impact

The vulnerability exists in the legacy TUF client used by the sigstore framework in versions 1.10.3 and earlier. When fetching target files, the client constructs a filesystem path by joining a cache base directory with a target name that comes from signed target metadata. Because the path is not validated, a malicious TUF repository can supply a target name that, when joined, points to a location outside the intended cache directory. This omission allows an attacker to overwrite any file on disk that the running process can access, potentially altering configuration files, scripts, or other sensitive data. The flaw is a classic directory traversal leading to arbitrary file write, as identified by CWE‑22, and confers no direct remote code execution capability, but could be a vector for privilege escalation depending on the file targeted.

Affected Systems

Affected clients are those that use the sigstore/sigstore Go library directly and include versions 1.10.3 or older, or older releases of Cosign that embed this library. Public deployments of Sigstore itself are not impacted because TUF metadata is validated by a quorum of trusted collaborators. The vulnerability would affect any environment where the legacy TUF client has disk caching enabled and the caller runs with elevated permissions.

Risk and Exploitability

The CVSS score of 5.8 signals a moderate level of risk. The EPSS score indicates a very low probability of exploitation (<1%). The vulnerability is not listed in CISA’s KEV catalog, which further suggests limited current exploitation activity. An attacker would need ability to supply malicious TUF repository metadata to a client that trusts that repository; the attack vector is local to the client’s execution environment. No public exploit has been documented, and remediation is straightforward through a library update or configuration change.

Generated by OpenCVE AI on April 18, 2026 at 03:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the sigstore/sigstore library to version 1.10.4 or later to eliminate the path validation flaw.
  • If a library upgrade is not immediately possible, disable disk caching by exporting the environment variable SIGSTORE_NO_CACHE=true before running the client.
  • Migrate any custom code to use the newer TUF client implementation available at https://github.com/sigstore/sigstore-go/tree/main/pkg/tuf to avoid the legacy code path.

Generated by OpenCVE AI on April 18, 2026 at 03:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-fcv2-xgw5-pqxf sigstore legacy TUF client allows for arbitrary file writes with target cache path traversal
History

Wed, 28 Jan 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Fri, 23 Jan 2026 20:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 23 Jan 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Sigstore
Sigstore sigstore-go
Vendors & Products Sigstore
Sigstore sigstore-go

Fri, 23 Jan 2026 00:15:00 +0000

Type Values Removed Values Added
Description sigstore framework is a common go library shared across sigstore services and clients. In versions 1.10.3 and below, the legacy TUF client (pkg/tuf/client.go) supports caching target files to disk. It constructs a filesystem path by joining a cache base directory with a target name sourced from signed target metadata; however, it does not validate that the resulting path stays within the cache base directory. A malicious TUF repository can trigger arbitrary file overwriting, limited to the permissions that the calling process has. Note that this should only affect clients that are directly using the TUF client in sigstore/sigstore or are using an older version of Cosign. Public Sigstore deployment users are unaffected, as TUF metadata is validated by a quorum of trusted collaborators. This issue has been fixed in version 1.10.4. As a workaround, users can disable disk caching for the legacy client by setting SIGSTORE_NO_CACHE=true in the environment, migrate to https://github.com/sigstore/sigstore-go/tree/main/pkg/tuf, or upgrade to the latest sigstore/sigstore release.
Title sigstore legacy TUF client allows for arbitrary file writes with target cache path traversal
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 5.8, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:N/I:H/A:N'}


Subscriptions

Sigstore Sigstore-go
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-01-23T19:55:42.582Z

Reserved: 2026-01-21T18:38:22.474Z

Link: CVE-2026-24137

cve-icon Vulnrichment

Updated: 2026-01-23T19:55:38.860Z

cve-icon NVD

Status : Deferred

Published: 2026-01-23T00:15:52.553

Modified: 2026-04-15T00:35:42.020

Link: CVE-2026-24137

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-01-23T00:04:19Z

Links: CVE-2026-24137 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-04-18T03:30:25Z

Weaknesses