Skip to content

Commit da5960d

Browse files
1 parent f79a61c commit da5960d

File tree

4 files changed

+168
-72
lines changed

4 files changed

+168
-72
lines changed
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-fxj7-6v9w-xc76",
4+
"modified": "2025-12-10T20:11:07Z",
5+
"published": "2025-12-10T18:30:26Z",
6+
"aliases": [
7+
"CVE-2025-67637"
8+
],
9+
"summary": "Jenkins's build authorization token is stored and displayed in plain text",
10+
"details": "Jenkins 2.540 and earlier, LTS 2.528.2 and earlier stores build authorization tokens unencrypted in job config.xml files on the Jenkins controller where they can be viewed by users with Item/Extended Read permission or access to the Jenkins controller file system.",
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": "2.529"
29+
},
30+
{
31+
"fixed": "2.541"
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": "0"
48+
},
49+
{
50+
"fixed": "2.528.3"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "ADVISORY",
60+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67637"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://github.com/jenkinsci/jenkins/commit/4710d65339251aaf1d1599f19545db99be24d981"
65+
},
66+
{
67+
"type": "PACKAGE",
68+
"url": "https://github.com/jenkinsci/jenkins"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://www.jenkins.io/security/advisory/2025-12-10/#SECURITY-783"
73+
}
74+
],
75+
"database_specific": {
76+
"cwe_ids": [
77+
"CWE-312"
78+
],
79+
"severity": "MODERATE",
80+
"github_reviewed": true,
81+
"github_reviewed_at": "2025-12-10T20:11:07Z",
82+
"nvd_published_at": "2025-12-10T17:15:56Z"
83+
}
84+
}
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-p3f5-98cv-562j",
4+
"modified": "2025-12-10T20:10:34Z",
5+
"published": "2025-12-10T18:30:26Z",
6+
"aliases": [
7+
"CVE-2025-67636"
8+
],
9+
"summary": "Jenkins is missing a permission check on password fields",
10+
"details": "A missing permission check in Jenkins 2.540 and earlier, LTS 2.528.2 and earlier allows attackers with View/Read permission to view encrypted password values in views.",
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": "2.529"
29+
},
30+
{
31+
"fixed": "2.541"
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": "0"
48+
},
49+
{
50+
"fixed": "2.528.3"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "ADVISORY",
60+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67636"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://github.com/jenkinsci/jenkins/commit/3ee7380c5e167fab865f58b52a81ef01c24b9eb2"
65+
},
66+
{
67+
"type": "PACKAGE",
68+
"url": "https://github.com/jenkinsci/jenkins"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://www.jenkins.io/security/advisory/2025-12-10/#SECURITY-1809"
73+
}
74+
],
75+
"database_specific": {
76+
"cwe_ids": [
77+
"CWE-862"
78+
],
79+
"severity": "MODERATE",
80+
"github_reviewed": true,
81+
"github_reviewed_at": "2025-12-10T20:10:34Z",
82+
"nvd_published_at": "2025-12-10T17:15:56Z"
83+
}
84+
}

advisories/unreviewed/2025/12/GHSA-fxj7-6v9w-xc76/GHSA-fxj7-6v9w-xc76.json

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

advisories/unreviewed/2025/12/GHSA-p3f5-98cv-562j/GHSA-p3f5-98cv-562j.json

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

0 commit comments

Comments
 (0)