CVE-2026-73632 PUBLISHED

Apache Struts: Shared serialization state in the JSON plugin

Assigner: apache
Reserved: 13.08.2026 Published: 15.08.2026 Updated: 15.08.2026

Exposure of data element to wrong session vulnerability in the JSON plugin of Apache Struts. Per-response serialization state could be shared across concurrent requests, allowing response content associated with one request to become observable in another. Only the SMD / JSON-RPC handling of the JSON interceptor is affected, which is not enabled by default; applications using the json result type are not affected.

This issue affects Apache Struts: 7.2.1.

Users are recommended to upgrade to version 7.3.0, which fixes the issue.

Product Status

Vendor Apache Software Foundation
Product Apache Struts
Versions Default: unaffected
  • Version 7.2.1 is affected

Credits

  • g0w6y (https://github.com/g0w6y) finder

References

Problem Types

  • CWE-567 Unsynchronized Access to Shared Data in a Multithreaded Context CWE