Skip to content

Commit 27aa9eb

Browse files
1 parent 1a6f078 commit 27aa9eb

File tree

4 files changed

+156
-58
lines changed

4 files changed

+156
-58
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-223m-4rfp-646h",
4+
"modified": "2025-09-17T20:34:40Z",
5+
"published": "2025-09-17T15:30:37Z",
6+
"aliases": [
7+
"CVE-2025-59475"
8+
],
9+
"summary": "Jenkins is missing a permission check in the authenticated users' profile menu ",
10+
"details": "Jenkins 2.527 and earlier, LTS 2.516.2 and earlier does not perform a permission check for the authenticated user profile dropdown menu. This allows attackers without Overall/Read permission to obtain limited information about the Jenkins configuration by listing available options in this menu (e.g., whether Credentials Plugin is installed).\n\nJenkins 2.528, LTS 2.516.3 requires Overall/Read permission to list various items in authenticated user profile dropdown menus.",
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:N/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.jenkins-ci.main:jenkins-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.516.3"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.jenkins-ci.main:jenkins-core"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "2.517"
48+
},
49+
{
50+
"fixed": "2.528"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "ADVISORY",
60+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59475"
61+
},
62+
{
63+
"type": "PACKAGE",
64+
"url": "https://github.com/jenkinsci/jenkins"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://www.jenkins.io/security/advisory/2025-09-17/#SECURITY-3625"
69+
}
70+
],
71+
"database_specific": {
72+
"cwe_ids": [
73+
"CWE-862"
74+
],
75+
"severity": "MODERATE",
76+
"github_reviewed": true,
77+
"github_reviewed_at": "2025-09-17T20:34:40Z",
78+
"nvd_published_at": "2025-09-17T14:15:41Z"
79+
}
80+
}
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-67v4-38h7-9jjp",
4+
"modified": "2025-09-17T20:33:36Z",
5+
"published": "2025-09-17T15:30:37Z",
6+
"aliases": [
7+
"CVE-2025-59474"
8+
],
9+
"summary": "Jenkins has a missing permission check, allowing users to obtain agent names",
10+
"details": "Jenkins 2.527 and earlier, LTS 2.516.2 and earlier does not perform a permission check in the sidepanel of a page intentionally accessible to users lacking Overall/Read permission.\n\nThis allows attackers without Overall/Read permission to list agent names through its sidepanel executors widget.\n\nJenkins 2.528, LTS 2.516.3 removes the sidepanel from the affected view.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.jenkins-ci.main:jenkins-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.516.3"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.jenkins-ci.main:jenkins-core"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "2.517"
48+
},
49+
{
50+
"fixed": "2.528"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "ADVISORY",
60+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59474"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://www.jenkins.io/security/advisory/2025-09-17/#SECURITY-3594"
65+
}
66+
],
67+
"database_specific": {
68+
"cwe_ids": [
69+
"CWE-862"
70+
],
71+
"severity": "MODERATE",
72+
"github_reviewed": true,
73+
"github_reviewed_at": "2025-09-17T20:33:36Z",
74+
"nvd_published_at": "2025-09-17T14:15:41Z"
75+
}
76+
}

advisories/unreviewed/2025/09/GHSA-223m-4rfp-646h/GHSA-223m-4rfp-646h.json

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

advisories/unreviewed/2025/09/GHSA-67v4-38h7-9jjp/GHSA-67v4-38h7-9jjp.json

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

0 commit comments

Comments
 (0)