Skip to content

Commit 426723c

Browse files
committed
1 parent a5fad8f commit 426723c

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

advisories/unreviewed/2025/10/GHSA-25qh-j22f-pwp8/GHSA-25qh-j22f-pwp8.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,38 @@
66
"aliases": [
77
"CVE-2025-11226"
88
],
9+
"summary": "ACE vulnerability in conditional configuration file processing",
910
"details": "ACE vulnerability in conditional configuration file processing by QOS.CH logback-core up to and including version 1.5.18 in Java applications, allows an attacker to execute arbitrary code by compromising an existing logback configuration file or by injecting an environment variable before program execution.\n\n\n\nA successful attack requires the presence of Janino library and Spring Framework to be present on the user's class path. In addition, the attacker must  have write access to a \nconfiguration file. Alternatively, the attacker could inject a malicious \nenvironment variable pointing to a malicious configuration file. In both \ncases, the attack requires existing privilege.",
1011
"severity": [
1112
{
12-
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:P/VC:H/VI:L/VA:L/SC:H/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:N/R:X/V:X/RE:M/U:Green"
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "ch.qos.logback:logback-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.5.19"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "< 1.5.18"
38+
}
1439
}
1540
],
16-
"affected": [],
1741
"references": [
1842
{
1943
"type": "ADVISORY",
@@ -28,7 +52,7 @@
2852
"cwe_ids": [
2953
"CWE-20"
3054
],
31-
"severity": "MODERATE",
55+
"severity": "LOW",
3256
"github_reviewed": false,
3357
"github_reviewed_at": null,
3458
"nvd_published_at": "2025-10-01T08:15:31Z"

0 commit comments

Comments
 (0)