Skip to content

Commit dc0f94f

Browse files
1 parent 27aa9eb commit dc0f94f

File tree

2 files changed

+80
-29
lines changed

2 files changed

+80
-29
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-qrh5-jg98-cr48",
4+
"modified": "2025-09-17T20:35:34Z",
5+
"published": "2025-09-17T15:30:37Z",
6+
"aliases": [
7+
"CVE-2025-59476"
8+
],
9+
"summary": "Jenkins has a log message injection vulnerability",
10+
"details": "In Jenkins 2.527 and earlier, LTS 2.516.2 and earlier, the log formatter that prepares log messages for console output (including `jenkins.log` and equivalent) does not restrict or transform the characters that can be inserted from user-specified content in log messages.\n\nThis allows attackers able to control log message contents to insert line break characters, followed by forged log messages that may mislead administrators reviewing log output.\n\nJenkins 2.528, LTS 2.516.3 adds an indicator at the beginning of a line that was inserted as part of log message content: `[CR]`, `[LF]`, or `[CRLF]` (representing the kind of line break), followed by `>` .",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/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-59476"
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-3424"
69+
}
70+
],
71+
"database_specific": {
72+
"cwe_ids": [
73+
"CWE-74"
74+
],
75+
"severity": "MODERATE",
76+
"github_reviewed": true,
77+
"github_reviewed_at": "2025-09-17T20:35:34Z",
78+
"nvd_published_at": "2025-09-17T14:15:41Z"
79+
}
80+
}

advisories/unreviewed/2025/09/GHSA-qrh5-jg98-cr48/GHSA-qrh5-jg98-cr48.json

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

0 commit comments

Comments
 (0)