Skip to content

Commit e05132c

Browse files
1 parent 8ed44fd commit e05132c

File tree

2 files changed

+65
-36
lines changed

2 files changed

+65
-36
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-mrpq-9jr3-rqq9",
4+
"modified": "2025-10-29T18:52:21Z",
5+
"published": "2025-10-29T15:31:56Z",
6+
"aliases": [
7+
"CVE-2025-64132"
8+
],
9+
"summary": "Jenkins MCP Server Plugin does not perform permission checks in multiple MCP tools",
10+
"details": "Jenkins MCP Server Plugin 0.84.v50ca_24ef83f2 and earlier does not perform permission checks in several MCP tools.\n\nThis allows to do the following:\n\n- Attackers with Item/Read permission can obtain information about the configured SCM in a job despite lacking Item/Extended Read permission (`getJobScm`).\n\n- Attackers with Item/Read permission can trigger new builds of a job despite lacking Item/Build permission (`triggerBuild`).\n\n- Attackers without Overall/Read permission can retrieve the names of configured clouds (`getStatus`).\n\nMCP Server Plugin 0.86.v7d3355e6a_a_18 performs permission checks for the affected MCP tools.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "io.jenkins.plugins:mcp-server"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.86.v7d3355e6a"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64132"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/jenkinsci/mcp-server-plugin/commit/59de6a268b4c6844a3a9c6c55a541de183e71a97"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/jenkinsci/mcp-server-plugin"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://www.jenkins.io/security/advisory/2025-10-29/#SECURITY-3622"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-862"
59+
],
60+
"severity": "MODERATE",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-10-29T18:52:20Z",
63+
"nvd_published_at": "2025-10-29T14:15:57Z"
64+
}
65+
}

advisories/unreviewed/2025/10/GHSA-mrpq-9jr3-rqq9/GHSA-mrpq-9jr3-rqq9.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)