Skip to content

Commit de27416

Browse files
1 parent 733a77e commit de27416

File tree

2 files changed

+69
-36
lines changed

2 files changed

+69
-36
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-25qh-j22f-pwp8",
4+
"modified": "2025-10-21T21:10:11Z",
5+
"published": "2025-10-01T09:30:24Z",
6+
"aliases": [
7+
"CVE-2025-11226"
8+
],
9+
"summary": "QOS.CH logback-core is vulnerable to Arbitrary Code Execution through file processing",
10+
"details": "QOS.CH logback-core versions up to 1.5.18 contain an ACE vulnerability in conditional configuration file processing in Java applications. This vulnerability allows an attacker to execute arbitrary code by compromising an existing logback configuration file or by injecting a malicious environment variable before program execution.\n\nA successful attack requires the Janino library and Spring Framework to be present on the user's class path. Additionally, the attacker must have write access to a configuration file. Alternatively, the attacker could inject a malicious environment variable pointing to a malicious configuration file. In both cases, the attack requires existing privileges.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"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"
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+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-11226"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/qos-ch/logback/commit/61f6a2544f36b3016e0efd434ee21f19269f1df7"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/qos-ch/logback"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/qos-ch/logback/releases/tag/v_1.5.19"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://logback.qos.ch/news.html#1.5.19"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-20"
63+
],
64+
"severity": "MODERATE",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-10-21T21:10:11Z",
67+
"nvd_published_at": "2025-10-01T08:15:31Z"
68+
}
69+
}

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

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

0 commit comments

Comments
 (0)