From b37be897c415d3c5a201134a93bce9b23965314e Mon Sep 17 00:00:00 2001 From: hypoflex <36196198+hypoflex@users.noreply.github.com> Date: Wed, 16 Sep 2026 10:29:17 +0200 Subject: [PATCH] Improve GHSA-27j2-h3m2-8237 --- .../GHSA-27j2-h3m2-8237.json | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/advisories/unreviewed/2026/09/GHSA-27j2-h3m2-8237/GHSA-27j2-h3m2-8237.json b/advisories/unreviewed/2026/09/GHSA-27j2-h3m2-8237/GHSA-27j2-h3m2-8237.json index 6af97653e410..78ce7267c222 100644 --- a/advisories/unreviewed/2026/09/GHSA-27j2-h3m2-8237/GHSA-27j2-h3m2-8237.json +++ b/advisories/unreviewed/2026/09/GHSA-27j2-h3m2-8237/GHSA-27j2-h3m2-8237.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-27j2-h3m2-8237", - "modified": "2026-09-10T18:31:40Z", + "modified": "2026-09-10T18:33:12Z", "published": "2026-09-10T06:31:45Z", "aliases": [ "CVE-2026-84939" ], + "summary": "Apache FreeMarker: A malformed locale may be exploitable for path traversal attacks", "details": "Path traversal vulnerability in Apache FreeMarker template loading mechanism, if the attacker can specify an arbitrary malformed locale identifier to FreeMarker, and the localized lookup configuration setting is enabled (it's by default enabled).\n\nThis issue affects Apache FreeMarker from 2.2.0 through 2.3.34.\n\nUsers are recommended to upgrade to version 2.3.35. Disabling localized lookup in previous versions also mitigates this.\n\nNote that even in versions affected by this vulnerability, the files that can be loaded remain restricted by the TemplateLoader that FreeMarker is configured to use. In particular, FileTemplateLoader prevents attempts to traverse outside the baseDir specified in its constructor. Other TemplateLoader implementations may allow access outside their designated base directory, but they are still constrained by the underlying storage mechanism—for example, a loader wrapping a Java class loader can only access resources that the class loader can load, while one wrapping a web application context can only access resources available through that context.", "severity": [ { @@ -13,7 +14,30 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.freemarker:freemarker" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.2.0" + }, + { + "fixed": "2.3.35" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.3.34" + } + } + ], "references": [ { "type": "ADVISORY",