Skip to content

Commit 95b499b

Browse files
1 parent 9eb732a commit 95b499b

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

advisories/github-reviewed/2025/02/GHSA-mrqp-q7vx-v2cx/GHSA-mrqp-q7vx-v2cx.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-mrqp-q7vx-v2cx",
4-
"modified": "2025-02-14T00:32:57Z",
4+
"modified": "2026-01-22T21:47:02Z",
55
"published": "2025-02-13T17:16:27Z",
66
"aliases": [
77
"CVE-2025-26511"
@@ -63,6 +63,10 @@
6363
"type": "ADVISORY",
6464
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26511"
6565
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/instaclustr/cassandra-lucene-index/commit/44ab4b639c9354a6335f40b1cf6178c745c6e101"
69+
},
6670
{
6771
"type": "WEB",
6872
"url": "https://github.com/instaclustr/cassandra-lucene-index/commit/94380b165bd3e597d3e22e47f8cc674ec7c7bf7f"

advisories/github-reviewed/2025/03/GHSA-4r4m-qw57-chr8/GHSA-4r4m-qw57-chr8.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-4r4m-qw57-chr8",
4-
"modified": "2025-03-31T23:32:54Z",
4+
"modified": "2026-01-22T21:47:40Z",
55
"published": "2025-03-31T17:31:54Z",
66
"aliases": [
77
"CVE-2025-31125"
@@ -127,6 +127,10 @@
127127
{
128128
"type": "PACKAGE",
129129
"url": "https://github.com/vitejs/vite"
130+
},
131+
{
132+
"type": "WEB",
133+
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2025-31125"
130134
}
131135
],
132136
"database_specific": {

advisories/github-reviewed/2026/01/GHSA-fcv2-xgw5-pqxf/GHSA-fcv2-xgw5-pqxf.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-fcv2-xgw5-pqxf",
4-
"modified": "2026-01-22T20:28:56Z",
4+
"modified": "2026-01-22T21:46:51Z",
55
"published": "2026-01-22T20:28:56Z",
6-
"aliases": [],
6+
"aliases": [
7+
"CVE-2026-24137"
8+
],
79
"summary": "sigstore legacy TUF client allows for arbitrary file writes with target cache path traversal",
810
"details": "## Summary\n\nThe legacy TUF client `pkg/tuf/client.go`, which supports caching target files to disk, constructs a filesystem path by joining a cache base directory with a target name sourced from signed target metadata, but it does not validate that the resulting path stays within the cache base directory.\n\nNote that this should only affect clients that are directly using the TUF client in sigstore/sigstore or are using an older version of Cosign. As this TUF client implementation is deprecated, users should migrate to https://github.com/sigstore/sigstore-go/tree/main/pkg/tuf as soon as possible.\n\nNote that this does not affect users of the public Sigstore deployment, where TUF metadata is validated by a quorum of trusted collaborators. \n\n## Impact\n\nA malicious TUF repository can trigger arbitrary file overwriting, limited to the permissions that the calling process has.\n\n## Workarounds\n\nUsers 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.",
911
"severity": [

0 commit comments

Comments
 (0)