AUGUST 14, 2026
Live Feed
Back to database
Case File

CVE-2026-73633

HIGH · CVSS 7.5

Source: NVD + CISA KEV + EPSS · Published 2026-08-14 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

The JSON plugin in Apache Struts is vulnerable to uncontrolled resource consumption, allowing a single JSON request to exhaust server memory and potentially lead to denial of service for other users. This issue affects versions 2.1.8 through 2.3.37, 2.5.0 through 2.5.33, 6.0.0 through 6.10.0, and 7.0.0 through 7.2.1, making it critical for organizations using these versions with JSON request-body handling enabled to prioritize upgrading to versions 6.11.0 or 7.3.0 to mitigate the risk.

CVE
CVE-2026-73633
Severity
HIGH
CVSS
7.5
EPSS
N/A
Apache

Original NVD Description

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. This 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. Users are recommended to upgrade to version 6.11.0 or 7.3.0, which fixes the issue.