From 0e94c3309866c6715fc8bd7a90b1c86cc520ba65 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 18:40:38 +0000 Subject: [PATCH] Publish GHSA-9gh8-877r-g477 --- .../2024/02/GHSA-9gh8-877r-g477/GHSA-9gh8-877r-g477.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2024/02/GHSA-9gh8-877r-g477/GHSA-9gh8-877r-g477.json b/advisories/github-reviewed/2024/02/GHSA-9gh8-877r-g477/GHSA-9gh8-877r-g477.json index 01f9dc85f88..610d071a2f7 100644 --- a/advisories/github-reviewed/2024/02/GHSA-9gh8-877r-g477/GHSA-9gh8-877r-g477.json +++ b/advisories/github-reviewed/2024/02/GHSA-9gh8-877r-g477/GHSA-9gh8-877r-g477.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-9gh8-877r-g477", - "modified": "2024-02-02T18:10:29Z", + "modified": "2024-02-06T18:39:23Z", "published": "2024-02-02T03:30:32Z", "aliases": [ "CVE-2024-22533" ], "summary": "Beetl Server-Side Template Injection vulnerability", - "details": "Before Beetl v3.15.12, the rendering template has a server-side template injection (SSTI) vulnerability. When the incoming template is controllable, it will be filtered by the DefaultNativeSecurityManager blacklist. Because blacklist filtering is not strict, the blacklist can be bypassed, leading to arbitrary code execution.", + "details": "Before Beetl v3.15.13.RELEASE, the rendering template has a server-side template injection (SSTI) vulnerability. When the incoming template is controllable, it will be filtered by the DefaultNativeSecurityManager blacklist. Because blacklist filtering is not strict, the blacklist can be bypassed, leading to arbitrary code execution.", "severity": [ ], @@ -15,7 +15,7 @@ { "package": { "ecosystem": "Maven", - "name": "com.ibeetl:beetl" + "name": "com.ibeetl:beetl-core" }, "ranges": [ { @@ -25,7 +25,7 @@ "introduced": "0" }, { - "fixed": "3.15.12" + "fixed": "3.15.13.RELEASE" } ] }