Skip to content

Commit 86eff61

Browse files
1 parent 23e9441 commit 86eff61

File tree

3 files changed

+94
-33
lines changed

3 files changed

+94
-33
lines changed

advisories/unreviewed/2025/12/GHSA-qxh4-j39m-qfx4/GHSA-qxh4-j39m-qfx4.json renamed to advisories/github-reviewed/2025/12/GHSA-qxh4-j39m-qfx4/GHSA-qxh4-j39m-qfx4.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-qxh4-j39m-qfx4",
4-
"modified": "2025-12-10T18:30:27Z",
4+
"modified": "2025-12-10T20:16:26Z",
55
"published": "2025-12-10T18:30:27Z",
66
"aliases": [
77
"CVE-2025-67643"
88
],
9+
"summary": "Jenkins Redpen - Pipeline Reporter for Jira Plugin has a path traversal vulnerability",
910
"details": "Jenkins Redpen - Pipeline Reporter for Jira Plugin 1.054.v7b_9517b_6b_202 and earlier does not correctly perform path validation of the workspace directory while uploading artifacts to Jira, allowing attackers with Item/Configure permission to retrieve files present on the Jenkins controller workspace directory.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.jenkinsci.plugins:pipeline-reporter-by-redpen"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "1.054"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67643"
2142
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/jenkinsci/pipeline-reporter-by-redpen-plugin"
46+
},
2247
{
2348
"type": "WEB",
2449
"url": "https://www.jenkins.io/security/advisory/2025-12-10/#SECURITY-3290"
@@ -29,8 +54,8 @@
2954
"CWE-22"
3055
],
3156
"severity": "MODERATE",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-12-10T20:16:26Z",
3459
"nvd_published_at": "2025-12-10T17:15:56Z"
3560
}
3661
}
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-v3f3-rf6r-43x5",
4+
"modified": "2025-12-10T20:16:07Z",
5+
"published": "2025-12-10T18:30:27Z",
6+
"aliases": [
7+
"CVE-2025-67641"
8+
],
9+
"summary": "Jenkins Coverage Plugin has a stored cross-site scripting (XSS) vulnerability",
10+
"details": "Jenkins Coverage Plugin 2.3054.ve1ff7b_a_a_123b_ and earlier does not validate the configured coverage results ID when creating coverage results, only when submitting the job configuration through the UI, allowing attackers with Item/Configure permission to use a `javascript:` scheme URL as identifier by configuring the job through the REST API, resulting in a stored cross-site scripting (XSS) vulnerability.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "io.jenkins.plugins:coverage"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.3056"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67641"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/jenkinsci/coverage-plugin/commit/1dfe888b02499d39185397862cf2790efc03e955"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/jenkinsci/coverage-plugin"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://www.jenkins.io/security/advisory/2025-12-10/#SECURITY-3611"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-79"
59+
],
60+
"severity": "HIGH",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-12-10T20:16:07Z",
63+
"nvd_published_at": "2025-12-10T17:15:56Z"
64+
}
65+
}

advisories/unreviewed/2025/12/GHSA-v3f3-rf6r-43x5/GHSA-v3f3-rf6r-43x5.json

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

0 commit comments

Comments
 (0)