Skip to content

Commit 3a4231a

Browse files
1 parent 153dcba commit 3a4231a

File tree

2 files changed

+50
-6
lines changed

2 files changed

+50
-6
lines changed

advisories/github-reviewed/2025/10/GHSA-mwmh-7px9-4c23/GHSA-mwmh-7px9-4c23.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-mwmh-7px9-4c23",
4-
"modified": "2025-10-29T22:20:50Z",
4+
"modified": "2025-11-04T17:05:59Z",
55
"published": "2025-10-29T22:20:50Z",
66
"aliases": [
77
"CVE-2025-64101"
@@ -25,14 +25,33 @@
2525
"type": "ECOSYSTEM",
2626
"events": [
2727
{
28-
"introduced": "0"
28+
"introduced": "2.0.0"
2929
},
3030
{
3131
"fixed": "2.71.18"
3232
}
3333
]
3434
}
3535
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/zitadel/zitadel/v2"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "1.80.0-v2.20.0.20251029090537-72a5c33e6ac3"
51+
}
52+
]
53+
}
54+
]
3655
}
3756
],
3857
"references": [

advisories/unreviewed/2025/11/GHSA-vvw2-h478-xwr3/GHSA-vvw2-h478-xwr3.json renamed to advisories/github-reviewed/2025/11/GHSA-vvw2-h478-xwr3/GHSA-vvw2-h478-xwr3.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,49 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-vvw2-h478-xwr3",
4-
"modified": "2025-11-04T15:31:35Z",
4+
"modified": "2025-11-04T17:05:45Z",
55
"published": "2025-11-04T15:31:35Z",
66
"aliases": [
77
"CVE-2025-12695"
88
],
9+
"summary": "DSPy does not properly restrict file reads",
910
"details": "The overly permissive sandbox configuration in DSPy allows attackers to steal sensitive files in cases when users build an AI agent which consumes user input and uses the “PythonInterpreter” class.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "dspy"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "3.0.3"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12695"
2142
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/stanfordnlp/dspy"
46+
},
2247
{
2348
"type": "WEB",
2449
"url": "https://research.jfrog.com/vulnerabilities/dspy-sandbox-escape-arbitrary-file-read-jfsa-2025-001495652"
@@ -29,8 +54,8 @@
2954
"CWE-653"
3055
],
3156
"severity": "MODERATE",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-11-04T17:05:45Z",
3459
"nvd_published_at": "2025-11-04T14:15:34Z"
3560
}
3661
}

0 commit comments

Comments
 (0)