From 2b6a3cbc25b592219019cae1a9bfb1807c620d4c Mon Sep 17 00:00:00 2001 From: beth-soptim <46046993+beth-soptim@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:28:20 +0200 Subject: [PATCH] Improve GHSA-567r-vvh5-jjr8 --- .../GHSA-567r-vvh5-jjr8.json | 29 ++++++++++++++++--- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/advisories/unreviewed/2026/06/GHSA-567r-vvh5-jjr8/GHSA-567r-vvh5-jjr8.json b/advisories/unreviewed/2026/06/GHSA-567r-vvh5-jjr8/GHSA-567r-vvh5-jjr8.json index 251800b2dde45..5934d63db5b1d 100644 --- a/advisories/unreviewed/2026/06/GHSA-567r-vvh5-jjr8/GHSA-567r-vvh5-jjr8.json +++ b/advisories/unreviewed/2026/06/GHSA-567r-vvh5-jjr8/GHSA-567r-vvh5-jjr8.json @@ -1,19 +1,40 @@ { "schema_version": "1.4.0", "id": "GHSA-567r-vvh5-jjr8", - "modified": "2026-06-26T15:32:07Z", + "modified": "2026-06-26T15:33:15Z", "published": "2026-06-24T09:30:45Z", "aliases": [ "CVE-2026-13006" ], + "summary": "ACE vulnerability in conditional configuration file processing", "details": "ACE vulnerability in conditional configuration file processing by QOS.CH logback-core up to and including version 1.5.34 in Java applications, allows an attacker to execute arbitrary code circumventing existing protections against CVE-2025-11226 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 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.", "severity": [ { "type": "CVSS_V4", - "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:N/SC:L/SI:L/SA:N/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:P/AU:N/R:X/V:X/RE:M/U:Green" + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "ch.qos.logback:logback-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.5.37" + } + ] + } + ] } ], - "affected": [], "references": [ { "type": "ADVISORY", @@ -32,7 +53,7 @@ "cwe_ids": [ "CWE-20" ], - "severity": "HIGH", + "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2026-06-24T07:16:27Z"