Skip to content

Commit 943711e

Browse files
1 parent 46f93b2 commit 943711e

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

advisories/unreviewed/2025/12/GHSA-75mj-4g74-9rg2/GHSA-75mj-4g74-9rg2.json renamed to advisories/github-reviewed/2025/12/GHSA-75mj-4g74-9rg2/GHSA-75mj-4g74-9rg2.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-75mj-4g74-9rg2",
4-
"modified": "2025-12-13T18:30:21Z",
4+
"modified": "2025-12-15T23:55:42Z",
55
"published": "2025-12-13T18:30:21Z",
66
"aliases": [
77
"CVE-2025-14542"
88
],
9+
"summary": "Universal Tool Calling Protocol (UTCP) client library for Python vulnerable to Trust Boundary Violation through Manual JSON specification",
910
"details": "The vulnerability arises when a client fetches a tools’ JSON specification, known as a Manual, from a remote Manual Endpoint. While a provider may initially serve a benign manual (e.g., one defining an HTTP tool call), earning the clients’ trust, a malicious provider can later change the manual to exploit the client.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "utcp"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.1.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -23,6 +44,10 @@
2344
"type": "WEB",
2445
"url": "https://github.com/universal-tool-calling-protocol/python-utcp/commit/2dc9c02df72cad3770c934959325ec344b441444"
2546
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/universal-tool-calling-protocol/python-utcp"
50+
},
2651
{
2752
"type": "WEB",
2853
"url": "https://research.jfrog.com/vulnerabilities/python-utcp-untrusted-manual-command-execution-jfsa-2025-001648329"
@@ -33,8 +58,8 @@
3358
"CWE-501"
3459
],
3560
"severity": "HIGH",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-12-15T23:55:42Z",
3863
"nvd_published_at": "2025-12-13T16:16:51Z"
3964
}
4065
}

0 commit comments

Comments
 (0)