From b22c2ad1e241312730dc49cafa176962c58028e5 Mon Sep 17 00:00:00 2001 From: Maxim Verbruggen Date: Mon, 21 Sep 2026 09:58:26 +0200 Subject: [PATCH] Improve GHSA-335q-cpqh-m68h --- .../GHSA-335q-cpqh-m68h.json | 80 ++++++++++++++++++- 1 file changed, 79 insertions(+), 1 deletion(-) diff --git a/advisories/unreviewed/2026/08/GHSA-335q-cpqh-m68h/GHSA-335q-cpqh-m68h.json b/advisories/unreviewed/2026/08/GHSA-335q-cpqh-m68h/GHSA-335q-cpqh-m68h.json index 7aff89ae33d5..d9ae70d2235f 100644 --- a/advisories/unreviewed/2026/08/GHSA-335q-cpqh-m68h/GHSA-335q-cpqh-m68h.json +++ b/advisories/unreviewed/2026/08/GHSA-335q-cpqh-m68h/GHSA-335q-cpqh-m68h.json @@ -6,6 +6,7 @@ "aliases": [ "CVE-2026-73633" ], + "summary": " CVE-2026-73633: Add affected products", "details": "Uncontrolled resource consumption vulnerability in the JSON plugin of Apache Struts. When an application is configured to populate actions from a JSON request body, the plugin reads that body into memory without bounding how much it will accept, so a single request can exhaust the heap and deny service to other users. The plugin's configurable JSON input length limit does not bound this read. The JSON plugin is an optional component; applications that do not use it, or use it without enabling JSON request-body handling, are not affected.\n\nThis issue affects Apache Struts: from 2.1.8 through 2.3.37, from 2.5.0 through 2.5.33, from 6.0.0 through 6.10.0, from 7.0.0 through 7.2.1.\n\nUsers are recommended to upgrade to version 6.11.0 or 7.3.0, which fixes the issue.", "severity": [ { @@ -13,7 +14,84 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.struts:struts2-json-plugin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.1.8" + }, + { + "last_affected": "2.3.37" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.struts:struts2-json-plugin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.5.0" + }, + { + "last_affected": "2.5.33" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.struts:struts2-json-plugin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.0.0" + }, + { + "last_affected": "6.10.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.struts:struts2-json-plugin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.0.0" + }, + { + "last_affected": "7.2.1" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY",