Skip to content

Commit 1568d46

Browse files
1 parent 173b71b commit 1568d46

File tree

3 files changed

+90
-33
lines changed

3 files changed

+90
-33
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-p9hg-wrmv-v8cp",
4+
"modified": "2026-03-19T12:47:16Z",
5+
"published": "2026-03-18T18:31:16Z",
6+
"aliases": [
7+
"CVE-2026-33004"
8+
],
9+
"summary": "Jenkins LoadNinja Plugin does not mask LoadNinja API keys displayed on the job configuration form",
10+
"details": "Jenkins LoadNinja Plugin 2.1 and earlier does not mask LoadNinja API keys displayed on the job configuration form, increasing the potential for attackers to observe and capture them.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
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.plugins:loadninja"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33004"
42+
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/jenkinsci/loadninja-plugin"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://www.jenkins.io/security/advisory/2026-03-18/#SECURITY-3642"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-312"
55+
],
56+
"severity": "MODERATE",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2026-03-19T12:47:16Z",
59+
"nvd_published_at": "2026-03-18T16:16:28Z"
60+
}
61+
}

advisories/unreviewed/2026/03/GHSA-qqjr-hf5h-jx3q/GHSA-qqjr-hf5h-jx3q.json renamed to advisories/github-reviewed/2026/03/GHSA-qqjr-hf5h-jx3q/GHSA-qqjr-hf5h-jx3q.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-qqjr-hf5h-jx3q",
4-
"modified": "2026-03-18T18:31:16Z",
4+
"modified": "2026-03-19T12:47:11Z",
55
"published": "2026-03-18T18:31:16Z",
66
"aliases": [
77
"CVE-2026-33003"
88
],
9+
"summary": "Jenkins LoadNinja Plugin stores LoadNinja API keys unencrypted in job config.xml files",
910
"details": "Jenkins LoadNinja Plugin 2.1 and earlier stores LoadNinja API keys 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.",
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.jenkins-ci.plugins:loadninja"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33003"
2142
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/jenkinsci/loadninja-plugin"
46+
},
2247
{
2348
"type": "WEB",
2449
"url": "https://www.jenkins.io/security/advisory/2026-03-18/#SECURITY-3642"
@@ -29,8 +54,8 @@
2954
"CWE-312"
3055
],
3156
"severity": "MODERATE",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2026-03-19T12:47:11Z",
3459
"nvd_published_at": "2026-03-18T16:16:28Z"
3560
}
3661
}

advisories/unreviewed/2026/03/GHSA-p9hg-wrmv-v8cp/GHSA-p9hg-wrmv-v8cp.json

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

0 commit comments

Comments
 (0)