From fb324dfebaf24f4ffe387f6c1a0bf4a2350d5fef Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 19:59:56 +0000 Subject: [PATCH] Publish GHSA-876p-4wgc-75rx --- .../GHSA-876p-4wgc-75rx.json | 35 ++++++++++++++++--- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2022/05/GHSA-876p-4wgc-75rx/GHSA-876p-4wgc-75rx.json b/advisories/github-reviewed/2022/05/GHSA-876p-4wgc-75rx/GHSA-876p-4wgc-75rx.json index 329a77478db..958840afa82 100644 --- a/advisories/github-reviewed/2022/05/GHSA-876p-4wgc-75rx/GHSA-876p-4wgc-75rx.json +++ b/advisories/github-reviewed/2022/05/GHSA-876p-4wgc-75rx/GHSA-876p-4wgc-75rx.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-876p-4wgc-75rx", - "modified": "2023-07-28T21:26:42Z", + "modified": "2023-12-28T19:58:42Z", "published": "2022-05-14T00:52:12Z", "aliases": [ "CVE-2016-0785" ], "summary": "Apache Struts RCE Vulnerability", - "details": "Apache Struts 2.x before 2.3.28 allows remote attackers to execute arbitrary code via a `%{}` sequence in a tag attribute, aka forced double OGNL evaluation.", + "details": "Apache Struts 2.x before 2.3.20.3, 2.3.24.3, and 2.3.28 allows remote attackers to execute arbitrary code via a `%{}` sequence in a tag attribute, aka forced double OGNL evaluation.", "severity": [ { "type": "CVSS_V3", @@ -25,10 +25,29 @@ "type": "ECOSYSTEM", "events": [ { - "introduced": "2.0" + "introduced": "2.0.0" }, { - "fixed": "2.3.28" + "fixed": "2.3.20.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.struts:struts2-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.3.24" + }, + { + "fixed": "2.3.24.3" } ] } @@ -40,6 +59,14 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-0785" }, + { + "type": "WEB", + "url": "https://github.com/apache/struts/commit/15857a69e7baf3675804495a5954cd0756ac8364" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/struts" + }, { "type": "WEB", "url": "https://web.archive.org/web/20210123095715/http://www.securityfocus.com/bid/85066"